charlesconnell commented on code in PR #7202:
URL: https://github.com/apache/hbase/pull/7202#discussion_r2304867197


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/RegionReplicaReplicationEndpoint.java:
##########
@@ -439,7 +439,7 @@ public void append(TableName tableName, byte[] 
encodedRegionName, byte[] row,
           // Replicas can take a while to come online. The cache may have only 
the primary. If we
           // keep going to the cache, we will not learn of the replicas and 
their locations after
           // they come online.
-          if (useCache && locations.size() == 1 && 
TableName.isMetaTableName(tableName)) {
+          if (useCache && locations.size() == 1) {

Review Comment:
   That's a good point. I've added a retry limit.



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