You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2018/08/22 19:08:00 UTC

[jira] [Created] (SPARK-25201) Synchronization performed on AtomicReference in LevelDB class

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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org