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

HiveServer2 accumulates orphaned OperationHandle objects when a client fails while executing query

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • HiveServer2
    • None

    Description

      When queries are executed against the HiveServer2 an OperationHandle object is stored in the OperationManager.handleToOperation HashMap. Currently its the duty of the JDBC client to explicitly close to cleanup the entry in the map. But if the client fails to close the statement then the OperationHandle object is never cleaned up and gets accumulated in the server.

      This can potentially cause OOM on the server over time. This also can be used as a loophole by a malicious client to bring down the Hive server.

      Attachments

        1. HIVE-5268_prototype.patch
          16 kB
          Thiruvel Thirumoolan

        Issue Links

          Activity

            People

              thiruvel Thiruvel Thirumoolan
              vgumashta Vaibhav Gumashta
              Votes:
              0 Vote for this issue
              Watchers:
              12 Start watching this issue

              Dates

                Created:
                Updated: