Colin P. McCabe created KAFKA-4991: -------------------------------------- Summary: KerberosLogin#login should probably be synchronized Key: KAFKA-4991 URL: https://issues.apache.org/jira/browse/KAFKA-4991 Project: Kafka Issue Type: Bug Reporter: Colin P. McCabe Assignee: Colin P. McCabe
KerberosLogin#login should probably be synchronized, since it is modifying {{loginContext}} and {{lastLogin}}, which are normally only accessed under the lock. -- This message was sent by Atlassian JIRA (v6.3.15#6346)