keith-turner commented on code in PR #5659:
URL: https://github.com/apache/accumulo/pull/5659#discussion_r2164810791


##########
core/src/main/java/org/apache/accumulo/core/clientImpl/TabletServerBatchWriter.java:
##########
@@ -1123,21 +1123,12 @@ private void cancelSession() throws 
InterruptedException, ThriftSecurityExceptio
             } else {
               client = ThriftUtil.getClient(ThriftClientTypes.TABLET_INGEST, 
parsedServer, context);
             }
-
-            if (useCloseUpdate) {

Review Comment:
   May be able to remove this `useCloseUpdate` variable  and the code that 
interacts with it.



-- 
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]

Reply via email to