nsivabalan commented on issue #16788:
URL: https://github.com/apache/hudi/issues/16788#issuecomment-4795639983

   This appears to be **fixed** in current master. Commit 
[`450a3c27ce4a`](https://github.com/apache/hudi/commit/450a3c27ce4a31524ac6d6a971a39c4ad35490ac)
 ([HUDI-9438] Fix conflict handling for compaction instants for v8 tables, 
#13347) substantively rewrote 
`testMultiWriterWithAsyncTableServicesWithConflict`. The upsert against 
scheduled compaction now uses `assertDoesNotThrow(...)` with the explicit note: 
*"Writes should pass since scheduled compaction does not conflict with upsert 
for v8 and above"*. The `assertThrows(HoodieWriteConflictException.class, ...)` 
shown in the stack trace is no longer present in that test, so the flake mode 
reported here should be gone. If anyone still reproduces this on current 
master, please reopen with the git SHA used. Otherwise, this issue can likely 
be closed.


-- 
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]

Reply via email to