kafka git commit: KAFKA-6260; Ensure selection keys are removed from all collections on socket close

2017-12-01 Thread jgus
Repository: kafka Updated Branches: refs/heads/1.0 df9035fb0 -> 78379c3ba KAFKA-6260; Ensure selection keys are removed from all collections on socket close When a socket is closed, we must remove corresponding selection keys from internal collections. This fixes an NPE which is caused by

kafka git commit: KAFKA-6260; Ensure selection keys are removed from all collections on socket close

2017-12-01 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk 18e34482e -> d01f01ec6 KAFKA-6260; Ensure selection keys are removed from all collections on socket close When a socket is closed, we must remove corresponding selection keys from internal collections. This fixes an NPE which is caused by