You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to set the topology.message.timeout.secs config value results in a class cast exception:
java.lang.ClassCastException: java.lang.Long cannot be cast to java.lang.Integer
at backtype.storm.contrib.jms.spout.JmsSpout.open(JmsSpout.java:160) ~[stormjar.jar:?]
(Note: this stack trace was produced from the 0.9.0 release, but it looks like the current code has the same issue.)
It looks like the typical method in other parts of Storm is to null-check the value, then cast to Number and call intValue on the result.
Attempting to set the topology.message.timeout.secs config value results in a class cast exception:
(Note: this stack trace was produced from the 0.9.0 release, but it looks like the current code has the same issue.)
It looks like the typical method in other parts of Storm is to null-check the value, then cast to Number and call intValue on the result.
See also: https://groups.google.com/forum/#!topic/storm-user/SX2gEBfNEFg
The text was updated successfully, but these errors were encountered: