https://github.com/voldemort/voldemort
Revision 90c4a9489045805f1ffe87bada2ba09bf00a2aa5 authored by Arunachalam Thirupathi on 21 May 2014, 18:40:19 UTC, committed by Arunachalam Thirupathi on 21 May 2014, 18:40:19 UTC
If the key already exists in the destination cluster, forklift tool
will not overwrite the key. With the intent of supporting read only
cluster data to be fork lifted to the read/write cluster, overwrite
option is being added. If the newly forklifted data does not contain
the entire key set from the old, then the new data will be the mix
of old and new. The old data should expire sooner than the new one
enforced by the retention policy.
1 parent 62a5878
History
Tip revision: 90c4a9489045805f1ffe87bada2ba09bf00a2aa5 authored by Arunachalam Thirupathi on 21 May 2014, 18:40:19 UTC
Add overwrite option to fork lift tool
Tip revision: 90c4a94
File Mode Size
.settings
bin
clients
config
contrib
docs
example
lib
src
test
.classpath -rw-r--r-- 4.2 KB
.gitignore -rw-r--r-- 251 bytes
.project -rw-r--r-- 426 bytes
CONTRIBUTORS -rw-r--r-- 630 bytes
LICENSE -rw-r--r-- 11.1 KB
NOTES -rw-r--r-- 2.5 KB
NOTICE -rw-r--r-- 8.1 KB
README.md -rw-r--r-- 4.5 KB
build.gradle -rw-r--r-- 6.3 KB
build.xml -rw-r--r-- 21.8 KB
gradle.properties -rw-r--r-- 1.2 KB
release_notes.txt -rw-r--r-- 34.7 KB
tomcat-tasks.properties -rw-r--r-- 420 bytes
web.xml -rw-r--r-- 1.1 KB

README.md

back to top