tkhurana commented on code in PR #2379:
URL: https://github.com/apache/phoenix/pull/2379#discussion_r2967739968
##########
phoenix-core-client/src/main/java/org/apache/phoenix/coprocessorclient/BaseScannerRegionObserverConstants.java:
##########
@@ -199,4 +199,23 @@ public static long getMaxLookbackInMillis(Configuration
conf) {
/** Exposed for testing */
public static final String SCANNER_OPENED_TRACE_INFO = "Scanner opened on
server";
+
+ /**
+ * PhoenixSyncTableTool scan attributes for server-side chunk formation and
checksum
+ */
+ public static final String SYNC_TABLE_CHUNK_FORMATION =
"_SyncTableChunkFormation";
Review Comment:
Should all of these instead be named SYNC_TOOL ?
--
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]