HBASE-22495 Update SyncTable section, explaining from which specific minor versions doDeletes/doPuts is available
This commit is contained in:
parent
51fe5469cd
commit
a70c76797f
|
@ -606,6 +606,16 @@ Setting doDeletes to false modifies default behaviour to not delete target cells
|
||||||
Similarly, setting doPuts to false modifies default behaviour to not add missing cells on target. Setting both doDeletes
|
Similarly, setting doPuts to false modifies default behaviour to not add missing cells on target. Setting both doDeletes
|
||||||
and doPuts to false would give same effect as setting dryrun to true.
|
and doPuts to false would give same effect as setting dryrun to true.
|
||||||
|
|
||||||
|
.Additional info on doDeletes/doPuts
|
||||||
|
[NOTE]
|
||||||
|
====
|
||||||
|
"doDeletes/doPuts" were only added by
|
||||||
|
link:https://jira.apache.org/jira/browse/HBASE-20305[HBASE-20305], so these may not be available on
|
||||||
|
all released versions.
|
||||||
|
For major 1.x versions, minimum minor release including it is *1.4.10*.
|
||||||
|
For major 2.x versions, minimum minor release including it is *2.1.5*.
|
||||||
|
====
|
||||||
|
|
||||||
.Set doDeletes to false on Two-Way Replication scenarios
|
.Set doDeletes to false on Two-Way Replication scenarios
|
||||||
[NOTE]
|
[NOTE]
|
||||||
====
|
====
|
||||||
|
|
Loading…
Reference in New Issue