Koji Noguchi created PIG-5391:
---------------------------------
Summary: Race condition in InternalSortedBag and
InternalDistinctBag
Key: PIG-5391
URL: https://issues.apache.org/jira/browse/PIG-5391
Project: Pig
Issue Type: Bug
Reporter: Koji Noguchi
InternalSortedBag and InternalDistinctBag were designed with single-thread
access in mind (version 0.6) but later added back to SpillableMemoryManager for
multi-threads access (PIG-2923). Synchronization were added back in PIG-3212
and PIG-3466 respectively but it seems like we missed a couple of code that
original implementation had.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)