This is an automated email from the ASF dual-hosted git repository.

dlmarion pushed a commit to branch elasticity
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/elasticity by this push:
     new e34b1886f6 Fix msg formatting
e34b1886f6 is described below

commit e34b1886f638797b7c639f3b08bd99d009800958
Author: Dave Marion <dlmar...@apache.org>
AuthorDate: Thu Oct 19 16:31:45 2023 +0000

    Fix msg formatting
---
 .../src/main/java/org/apache/accumulo/tserver/tablet/Tablet.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Tablet.java 
b/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Tablet.java
index afa6380ffd..31891f3289 100644
--- 
a/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Tablet.java
+++ 
b/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Tablet.java
@@ -1531,7 +1531,7 @@ public class Tablet extends TabletBase {
       Preconditions.checkState(tabletMetadata != null, "Tablet no longer exits 
%s", getExtent());
       Preconditions.checkState(
           
Location.current(tabletServer.getTabletSession()).equals(tabletMetadata.getLocation()),
-          "Tablet % location %s is not this tserver %s", getExtent(), 
tabletMetadata.getLocation(),
+          "Tablet %s location %s is not this tserver %s", getExtent(), 
tabletMetadata.getLocation(),
           tabletServer.getTabletSession());
 
       synchronized (this) {

Reply via email to