Ismael Juma created KAFKA-9932:
----------------------------------
Summary: First LeaderAndIsrRequest can take long due to
unnecessary ZK read
Key: KAFKA-9932
URL: https://issues.apache.org/jira/browse/KAFKA-9932
Project: Kafka
Issue Type: Improvement
Reporter: Ismael Juma
Assignee: Ismael Juma
[~junrao] found the following issue:
{quote}In Partition, we have the following code. fetchLogConfig is passed in to
logManager.getOrCreateLog by value. This can increase the processing time for
the very first LeaderAndIsrRequest since every partition has to do a ZK read to
load the log config. This is unnecessary if the log is always present and
loaded during the initialization of LogManager.
{quote}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)