jeffkbkim commented on code in PR #16882:
URL: https://github.com/apache/kafka/pull/16882#discussion_r1723448913
##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/runtime/CoordinatorRuntime.java:
##########
@@ -1302,6 +1312,9 @@ public void run() {
if (!future.isDone()) {
operationTimeout = new OperationTimeout(tp, this,
writeTimeout.toMillis());
timer.add(operationTimeout);
+
+ // Only update when the records were appended to the
local log.
+ writeTimestamp = time.milliseconds();
Review Comment:
I renamed this to `deferredEventQueuedTimestamp`.
It's only marked when the event was added to the deferred queue
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]