petersomogyi commented on code in PR #4712:
URL: https://github.com/apache/hbase/pull/4712#discussion_r950057065


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/mob/MobUtils.java:
##########
@@ -737,20 +766,20 @@ public static byte[] 
serializeMobFileRefs(SetMultimap<TableName, String> mobRefS
       StringBuilder sb = new StringBuilder(100 + mobRefSet.size() * 105);
       boolean doubleSlash = false;
       for (TableName tableName : mobRefSet.keySet()) {
+        if (doubleSlash) {

Review Comment:
   I'll merge this change in its own HBASE-25970 commit so it will be easier to 
track in Jira.



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