fafzal

Results 5 comments of fafzal

@gregoryyoung nothing strange i can see in EventStore logs.

OK, I didn't find 'maxCount' property in the client api, do I need to set it on server side?.

Here it is. Health check code: ``` Future readEventResult = esConnection.readEvent(stream, null, false, null); readEventResult.onComplete( new OnComplete() { @Override public void onComplete(Throwable failure, Event success) throws Throwable { if (failure...

Strange, getting a same exception even though I set a batch size to 50. ``` return new SettingsBuilder() .keepRetrying() .maxReconnections(-1) .requireMaster(false) .readBatchSize(50) .operationTimeout(1, TimeUnit.MINUTES) .cluster( new ClusterSettingsBuilder() .clusterDns(clusterDns, clusterGossipPort) .maxDiscoverAttempts(Integer.MAX_VALUE...

No. Its doesn't take 1m to timeout. Its throws an exception immediately after connecting to ES node. ``` [INFO] [09/16/2015 14:55:46.557] [default-akka.actor.default-dispatcher-12] [akka://default/user/$a] Connected to /10.3.0.33:1113 [INFO] [09/16/2015 14:55:46.557] [AuctionQueryApplication-akka.actor.default-dispatcher-2]...