Rajini Sivaram created KAFKA-8190:
-------------------------------------
Summary: Keystore update without file change doesn't update
SSLContext
Key: KAFKA-8190
URL: https://issues.apache.org/jira/browse/KAFKA-8190
Project: Kafka
Issue Type: Bug
Components: core
Affects Versions: 2.1.1, 2.2.0, 2.1.0
Reporter: Rajini Sivaram
Assignee: Rajini Sivaram
Fix For: 2.1.2, 2.2.1
We reload SSL keystores and truststores on a dynamic config update on the
broker if one of the configs has changed or if the file modification time has
changed. For update without config change, we compare the modification time at
the last load with the current modification time of the file. But we load the
file for validation of dynamic configs and when reconfiguring we compare the
time updated during validation with file modification time. As a result
SSLContext is not updated.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)