@rajinisivaram I discovered that many of the failing tests were due to the fact 
that GSSAPI was not re-authenticating because it uses the CLIENT_COMPLETE state 
on the client and I wasn't handling that possibility correctly.   This meant 
its connections were continually being killed by the server.  This is now 
fixed.  I also moved the expiration check from KafkaRequestHandler to 
SocketServer so that the check is done more upstream and therefore with as 
little delay as possible; I think that delay sometimes has an impact when we 
run with really tight expiration times on the order of milliseconds.  I'll be 
curious to see how the tests look now.

[ Full content available at: https://github.com/apache/kafka/pull/5582 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to