Details
Description
In the PartitionedTridentSpoutExecutor.java, Integer is expected to return at line 52. However at line 55, it actually returns the List Class(the function is defined at line 48 in Coordinator.java), which throws a cast exception.
Attachments
Issue Links
- is duplicated by
-
STORM-1854 Trident transactional spouts are broken in 1.0.x
- Closed
- relates to
-
STORM-1907 PartitionedTridentSpoutExecutor has incompatible types that cause ClassCastException
- Resolved
- links to