Skip to content

Commit

Permalink
[proxima-beam] tune log message in ExpandContext
Browse files Browse the repository at this point in the history
  • Loading branch information
je-ik committed Nov 19, 2024
1 parent 641db17 commit 04012cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@ private List<TimestampedValue<KV<K, V>>> processBuffer(
ExceptionUtils.unchecked(() -> processElementMethod.invoke(doFn, processArgs));
} else {
// return back to buffer
log.debug("Returning element {} to flush buffer", kv);
log.debug("Returning element {} to flush buffer, maxTs {}", kv, maxTs);
pushedBackElements.add(kv);
}
});
Expand Down

0 comments on commit 04012cf

Please sign in to comment.