rionmonster commented on issue #2420:
URL: https://github.com/apache/fluss/issues/2420#issuecomment-3773202401

   @wuchong / @luoyuxia 
   
   Can you assign this to me?
   
   This was the issue that I stumbled across while exploring a fix for #2262. 
It's quite rare and in this case required the following to all occur:
   1. Have to trigger compaction (obviously)
   2. Write must arrive during the same commit cycle (e.g. 4th write + 
compaction result)
   3. Both must be committed within the same commit() call (so there would be 
competition between normal commit/rewrite)
   
   While uncommon, it was an issue that I was able to reproduce multiple times 
during separate tests for #2262 with a large number of iterations _and_ it is 
technically possible that it could occur outside of testing as well. I still 
cannot prove that it's _the_ cause of #2262 as well directly (as when this 
fails, it's always a 15m+ failure instead of the ~70s for that case).
   


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