Brian Nichols

Results 51 comments of Brian Nichols

The server employs TCP keep-alive to keep sockets active and detect dead sockets. At the time, it was decided that adding TCP keep-alive on the client was redundant. We are...

We are considering adding a heartbeat request in a future release.

ArrayIndexOutOfBoundsException will occur if the same node is added twice to the "removeList". In this case, B10 and A11 were probably both added twice causing the new node count be...

Yes, this will be fixed in 9.0.4 and a 8.1.5 backport release.

The fix was more complicated than I thought, so I checked-in the fix to the same "CLIENT-3308" branch. Can you try your application with the updated branch? Also, I'm curious...

I have confirmed that it's expected for the hostname to be returned for peer nodes when a node "address" is also a hostname. Your configuration is fine. The client needs...

Yes, the exception is not generated and the "Replace node" message no longer occurs (la1-as1m0.lan.di4.us was converted to an IP address that matched). The fix will be in the 9.0.4...

Java clients 8.1.5 and 9.0.4 have been released with the fix: https://download.aerospike.com/download/client/java/notes.html#8.1.5 https://download.aerospike.com/download/client/java/notes.html#9.0.4

The comment was a suggestion on how background task polling could be improved. Unfortunately, the argument was not implemented by the server.