deniskuzZ commented on a change in pull request #2945:
URL: https://github.com/apache/hive/pull/2945#discussion_r783833368



##########
File path: 
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/TxnStore.java
##########
@@ -638,6 +638,13 @@ void onRename(String oldCatName, String oldDbName, String 
oldTabName, String old
        * Releases all locks associated with this handle.
        */
       void releaseLocks();
+
+      Long getKey2();
+
+      /**
+       * Releases all locks associated with this handle, and persist the value 
of key2.
+       */
+      void releaseLocks(Long key2);

Review comment:
       key2 rename to timestamp




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to