i got this error when i submitted topology with localhost 127.0.0.1
Exception in thread "main" DRPCExecutionException(msg:Request failed)
at
backtype.storm.generated.DistributedRPC$execute_result.read(DistributedRPC.java:904)
at org.apache.thrift7.TServiceClient.receiveBase(TServiceClient.java:78)
at
backtype.storm.generated.DistributedRPC$Client.recv_execute(DistributedRPC.java:92)
at
backtype.storm.generated.DistributedRPC$Client.execute(DistributedRPC.java:78)
at backtype.storm.utils.DRPCClient.execute(DRPCClient.java:71)
is that mean to increase time for drpc ? like drpc.request.timeout.secs or
something else ?
Thanks for any help