Ted Yu created SPARK-25201:
------------------------------
Summary: Synchronization performed on AtomicReference in LevelDB
class
Key: SPARK-25201
URL: https://issues.apache.org/jira/browse/SPARK-25201
Project: Spark
Issue Type: Bug
Components: Input/Output
Affects Versions: 2.3.1
Reporter: Ted Yu
Here is related code:
{code}
void closeIterator(LevelDBIterator<?> it) throws IOException {
synchronized (this._db) {
{code}
There are more than one occurrence of such usage.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]