[jira] [Created] (KAFKA-6362) auto commit not work since coordinatorUnknown() is always true.

2017-12-14 Thread Renkai Ge (JIRA)
Renkai Ge created KAFKA-6362: Summary: auto commit not work since coordinatorUnknown() is always true. Key: KAFKA-6362 URL: https://issues.apache.org/jira/browse/KAFKA-6362 Project: Kafka Issue

Different key with the same digest in log compaction

2016-12-21 Thread Renkai
Hi, all: I am just learning the Kafka codebase, as what I saw in https://github.com/apache/kafka/blob/6ed3e6b1cb8a73b1f5f78926ccb247a8953a554c/core/src/main/scala/kafka/log/OffsetMap.scala#L43-L43 if different log keys have the same digest value, they will be treated as the same key in log c

Different key with the same digest in log compaction

2016-12-21 Thread Renkai Ge
Hi,all: I am just learning the kafka codebase, as what I saw in https://github.com/apache/kafka/blob/6ed3e6b1cb8a73b1f5f78926ccb247a8953a554c/core/src/main/scala/kafka/log/OffsetMap.scala#L43-L43 if different log keys have the same digest value, they will be treated as the same key in log compact