Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-8493

Access to HiveClientCache$CacheableHiveMetaStoreClient#isClosed should be synchronized

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Later
    • None
    • None
    • None
    • None

    Description

      Update to isClosed is protected by synchronizing on CacheableHiveMetaStoreClient.this

          public boolean isClosed() {
            return isClosed;
      

      The above access should be synchronized as well.

      Attachments

        Activity

          People

            Unassigned Unassigned
            yuzhihong@gmail.com Ted Yu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: