kadirozde commented on code in PR #1880: URL: https://github.com/apache/phoenix/pull/1880#discussion_r1563381196
########## phoenix-core-client/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java: ########## @@ -739,8 +739,6 @@ public byte[] getNextRegionStartKey(HRegionLocation regionLocation, byte[] curre && !Bytes.equals(regionLocation.getRegion().getEndKey(), HConstants.EMPTY_END_ROW); if (conditionOne || conditionTwo) { GLOBAL_HBASE_COUNTER_METADATA_INCONSISTENCY.increment(); - String regionNameString = - new String(regionLocation.getRegion().getRegionName(), StandardCharsets.UTF_8); LOGGER.error( Review Comment: This should be warning. -- 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...@phoenix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org