You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/09/09 15:14:38 UTC

[GitHub] [incubator-druid] leventov opened a new issue #8492: Improper Appenderator.add() calls concurrent with persist

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:
users@infra.apache.org


With regards,
Apache Git Services

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