You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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