aerospike-client 3.0.100
Our tomcat logs are filled with:
Sep 02, 2015 4:47:44 AM com.google.common.util.concurrent.Futures$CombinedFuture setExceptionAndMaybeLog
SEVERE: input future failed.
com.aerospike.client.AerospikeException$Timeout: Error Code 9: Timeout
at com.aerospike.client.async.AsyncCommand.failOnClientTimeout(AsyncCommand.java:338)
at com.aerospike.client.async.AsyncCommand.checkTimeout(AsyncCommand.java:242)
at com.aerospike.client.async.SelectorManager.registerCommands(SelectorManager.java:122)
at com.aerospike.client.async.SelectorManager.runCommands(SelectorManager.java:85)
at com.aerospike.client.async.SelectorManager.run(SelectorManager.java:69)
This is not even referencing our code so we can’t catch and suppress this. What is this and how do we fix and/or suppress these errors.