cshannon commented on code in PR #5170:
URL: https://github.com/apache/accumulo/pull/5170#discussion_r1884223180


##########
server/tserver/src/main/java/org/apache/accumulo/tserver/log/TabletServerLogger.java:
##########
@@ -458,6 +458,26 @@ private void write(final Collection<CommitSession> 
sessions, boolean mincFinish,
       // the logs haven't changed.
       final int finalCurrent = currentLogId;
       if (!success) {
+
+        if (tserver.getLock() == null || 
!tserver.getLock().verifyLockAtSource()) {

Review Comment:
   The same thing applies here if my other 
[comment](https://github.com/apache/accumulo/pull/5169#discussion_r1884214223) 
is a valid concern



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