leventov opened a new issue #6826: Concurrency bug in 
DruidSchema.refreshSegmentsForDataSource()
URL: https://github.com/apache/incubator-druid/issues/6826
 
 
   segmentMap is created outside of lock, so by the time of 
`SegmentMetadataHolder holder = dataSourceSegments.get(segment);` segment could 
be already removed. It could cause NPE below.
   
   FYI @surekhasaharan @gianm 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to