tkhurana commented on code in PR #2379:
URL: https://github.com/apache/phoenix/pull/2379#discussion_r2927126335
##########
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";
+ public static final String SYNC_TABLE_CHUNK_SIZE_BYTES =
"_SyncTableChunkSizeBytes";
+ public static final String SYNC_TABLE_CONTINUED_DIGEST_STATE =
"_SyncTableContinuedDigestState";
+
+ /**
+ * PhoenixSyncTableTool chunk metadata cell qualifiers. These define the
wire protocol between
+ * hoenixSyncTableRegionScanner (server-side coprocessor) and
PhoenixSyncTableMapper (client-side
Review Comment:
Typo missing 'P'
--
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]