https://github.com/voldemort/voldemort
Revision 6d8c05d9c81717556249d2fe3f85a52875f1cafe authored by Arunachalam Thirupathi on 08 August 2014, 06:22:24 UTC, committed by Arunachalam Thirupathi on 13 August 2014, 22:47:55 UTC
1) When Server fails to start because of an invalid store, the store is
logged in the error message. So that it is actionable.
2) Added checks to zone proximity list to avoid same zone and duplicate
zone ids.
3) Modified Zones from LinkedList to ArrayList, as get operation is more
efficient in ArrayList than the LinkedList.
4) Refactor the common code in zone calculations to common functions.
5) Added unit tests to cover the new checks added to zone proximity
list.
1 parent 044e96f
History
Tip revision: 6d8c05d9c81717556249d2fe3f85a52875f1cafe authored by Arunachalam Thirupathi on 08 August 2014, 06:22:24 UTC
Zone check, store name in error, unit tests
Tip revision: 6d8c05d
File Mode Size
.settings
bin
clients
config
contrib
docs
example
gradle
lib
private-lib
public-lib
src
test
voldemort-contrib
.gitignore -rw-r--r-- 257 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.5 KB
build.gradle -rw-r--r-- 18.8 KB
build.xml -rw-r--r-- 22.1 KB
gradle.properties -rw-r--r-- 1.2 KB
gradlew -rwxr-xr-x 5.0 KB
gradlew.bat -rw-r--r-- 2.3 KB
release_notes.txt -rw-r--r-- 36.7 KB
settings.gradle -rw-r--r-- 149 bytes
tomcat-tasks.properties -rw-r--r-- 420 bytes
web.xml -rw-r--r-- 1.1 KB

README.md

back to top