NihalJain commented on code in PR #5570:
URL: https://github.com/apache/hbase/pull/5570#discussion_r1420357435
##########
src/main/asciidoc/_chapters/store_file_tracking.adoc:
##########
@@ -143,3 +143,21 @@ example, that would be as follows:
----
alter 'my-table', CONFIGURATION => {'hbase.store.file-tracker.impl' => 'FILE'}
----
+
+### Specifying trackers during snapshot recovery
+
+It's also possible to specify a given STORE FILE TRACKING implementation when
recovering a snapshot
+using the _clone_snasphot_ command. This is useful when recovering old
snapshots, taken prior to a
Review Comment:
nit: maybe mention the argument name i.e`CLONE_SFT ` 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]