Hi,
I have a problem.
I run a DRPC topology on distributed mode.
Even though there is no problem on my bolts, "Failing message" sometimes
occurs.
Error message is output to woker-6700.log is as follows.
2013-01-11 20:32:02.117 [DEBUG] [Thread-33]
[backtype.storm.daemon.executor:0] Failing message
backtype.storm.drpc.DRPCSpout$DRPCMessageId@323cb967: {:stream
"default", :values #<Values [10,
{"port":3773,"id":"26","host":"hostA"}]>}
And messages are output to drpc.log:
2013-01-11 20:31:20.504 [DEBUG] [pool-3-thread-38]
[backtype.storm.daemon.drpc:0] Fetched request for XXXXTopology at
1357903880504
2013-01-11 20:32:02.118 [DEBUG] [pool-2-thread-26]
[backtype.storm.daemon.drpc:0] Acquired DRPC result for XXXXTopology
10 at 1357903922118
2013-01-11 20:32:02.119 [DEBUG] [pool-2-thread-26]
[backtype.storm.daemon.drpc:0] Returning DRPC result for XXXXTopology
10 at 1357903922119
This occurs only when the second is two (hh:mm:02).
I think this problem is related to the periodic process.
Please let me know why this error is occurring?
Any help would be greatly appreciated.
Thanks