deniskuzZ commented on code in PR #4566:
URL: https://github.com/apache/hive/pull/4566#discussion_r1419182862
##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/retryhandling/SqlRetryHandler.java:
##########
@@ -123,32 +124,29 @@ public <Result> Result
executeWithRetry(SqlRetryCallProperties properties, SqlRe
if (properties.isLockInternally()) {
lockInternal();
}
- threadLocal.set(new ContextNode<>(threadLocal.get(), new Object()));
+ threadLocal.set(new Object());
Review Comment:
but why we need to track this is we don't care what is inside. Can't we just
have counter + -
--
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]