swh:1:snp:764524290233376de64947417267228741ce2485
Revision a41645d0d10a43547e732d5422c8cb93cb9b9c6a authored by ARUNACHALAM THIRUPATHI on 24 June 2016, 07:11:13 UTC, committed by Arunachalam Thirupathi on 27 June 2016, 19:44:23 UTC
Problem :
     Adding RO store fetches all stores from each node. For some
voldemort clusters, when they have lots of stores, this takes a long
amount of time to retrieve all the stores, especially when creating
stores across data centers.

Fix :
    Rely on the ClientConfig fetch all stores xml property to see if the
server supports retrieving single store XML. Prior voldemort servers
does not throw an unique exception when a store is missing. So this fix
will require the server side change as well to work correctly.
1 parent 68b0d54
History
Tip revision: 99127eab3078eed90faa66cc671259a85cb89464 authored by Felix GV on 24 July 2023, 13:49:47 UTC
Update README.md
Tip revision: 99127ea
File Mode Size
.settings
bin
clients
config
contrib
docs
example
gradle
src
test
voldemort-contrib
voldemort-protobuf
.gitignore -rw-r--r-- 242 bytes
CONTRIBUTORS -rw-r--r-- 659 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.7 KB
build.gradle -rw-r--r-- 21.9 KB
build.xml -rw-r--r-- 1.7 KB
gradle.properties -rw-r--r-- 1.1 KB
gradlew -rwxr-xr-x 4.9 KB
gradlew.bat -rw-r--r-- 2.3 KB
release_notes.txt -rw-r--r-- 50.6 KB
settings.gradle -rw-r--r-- 579 bytes
tomcat-tasks.properties -rw-r--r-- 420 bytes
web.xml -rw-r--r-- 1.1 KB

README.md

back to top