leventov opened a new issue #8492: Improper Appenderator.add() calls concurrent 
with persist
URL: https://github.com/apache/incubator-druid/issues/8492
 
 
   This issue is to track NPE reported in 
https://github.com/RoaringBitmap/RoaringBitmap/issues/358 but it doesn't seem 
that it may be caused by a bug in RoaringBitmap. Hence I think it's caused by a 
bug in Druid.
   
   @jihoonson 
   
   > the read operation (persist operation in Druid) happens only when all 
write operations (indexing operation in Druid) are finished.
   
   Could you demonstrate which synchronization mechanism or a happens-before 
edge or a casualty edge specifically ensure this? I cannot find it. It seems to 
happen somewhere in `SeekableStreamIndexTaskRunner.runInternal()` (related: 
https://github.com/apache/incubator-druid/issues/7360).

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to