wuchong commented on code in PR #2651:
URL: https://github.com/apache/fluss/pull/2651#discussion_r2796579889
##########
fluss-server/src/main/java/org/apache/fluss/server/kv/prewrite/KvPreWriteBuffer.java:
##########
@@ -218,9 +220,11 @@ public void flush(long exclusiveUpToLogSequenceNumber)
throws IOException {
Value value = entry.getValue();
if (value.value != null) {
flushedCount += 1;
+ rowCountDiff += 1;
Review Comment:
Yes, this code is not correctly handle row count diff. I refactored this
part into track operation type.
--
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]