hgromer commented on code in PR #6369: URL: https://github.com/apache/hbase/pull/6369#discussion_r1804921813
########## hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/impl/IncrementalTableBackupClient.java: ########## @@ -489,7 +495,7 @@ private void verifyCfCompatibility(Set<TableName> tables, try { fs = FileSystem.get(new URI(fullBackupInfo.getBackupRootDir()), conf); } catch (URISyntaxException e) { - throw new IOException("Unable to get fs", e); + throw new IOException("Unable to get fs for backup " + fullBackupInfo.getBackupId(), e); Review Comment: Just addressing [this](https://github.com/apache/hbase/pull/6340#discussion_r1802617631) comment, while I'm here. -- 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: issues-unsubscr...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org