Created 12-27-2016 04:55 PM
b.s.u.StormBoundedExponentialBackoffRetry [INFO] The baseSleepTimeMs [2000] the maxSleepTimeMs [60000] the maxRetries [5]
Created 12-27-2016 06:27 PM
It originates from Zookeeper client (Curator) and it's a class implementing exponential back off for zookeeper connection (Storm). It's a DEBUG message in the current code base https://github.com/apache/storm/blob/master/storm-core/src/jvm/org/apache/storm/utils/StormBoundedEx... What version of Storm are you using?
Created 12-27-2016 06:27 PM
It originates from Zookeeper client (Curator) and it's a class implementing exponential back off for zookeeper connection (Storm). It's a DEBUG message in the current code base https://github.com/apache/storm/blob/master/storm-core/src/jvm/org/apache/storm/utils/StormBoundedEx... What version of Storm are you using?
Created 12-28-2016 10:36 AM
@ambud.sharma this is HDP-2.3.4
Created 12-28-2016 06:27 PM
I looked through the commit history for 0.10.x (Storm), don't see this line marked as INFO level. The line is just a constructor initialization message therefore you can ignore it.