Orphaned KeepAliveResponses

I’m getting a lot of “Orphan responses observed” warn logs. After a little bit of debugging, these seem to be (successful) KeepAliveResponses. What could be causing this, is there something I can do and should I even care about these warnings?

Orphan responses observed: [{"top":[{"r":"127.0.0.1:8092","s":"view","c":"2CFC7E6F0A82B024/FFFFFFFFBD5F9584","l":"127.0.0.1:63891"},{"r":"127.0.0.1:8092","s":"view","c":"2CFC7E6F0A82B024/FFFFFFFF8683BD7F","l":"127.0.0.1:63892"},{"r":"127.0.0.1:8092","s":"view","c":"2CFC7E6F0A82B024/FFFFFFFFC0D94267","l":"127.0.0.1:63894"},{"r":"127.0.0.1:8092","s":"view","c":"2CFC7E6F0A82B024/000000006905593C","l":"127.0.0.1:63895"},{"r":"127.0.0.1:8092","s":"view","c":"2CFC7E6F0A82B024/FFFFFFFFE9A47811","l":"127.0.0.1:63897"},{"r":"127.0.0.1:8092","s":"view","c":"2CFC7E6F0A82B024/FFFFFFFF84DAA07F","l":"127.0.0.1:63890"},{"r":"127.0.0.1:8092","s":"view","c":"2CFC7E6F0A82B024/FFFFFFFFFD5BA20D","l":"127.0.0.1:63900"},{"r":"127.0.0.1:8092","s":"view","c":"2CFC7E6F0A82B024/0000000074FA92B2","l":"127.0.0.1:63901"}],"service":"view","count":8}]

I’m using Java SDK 2.7.11

Anyone?..

@Mico_Piira can you try disabling continous keepalives on the environment and see if the issue persists?

Hello,

I have the same issue (I use java client 2.7.12)
I believe in my case it is related to keepalives, when I changed “socketkeepaliveInterval” to 0 there are no orphans. But what is the real solution to avoid these warnings? What can be wrong?