https://github.com/voldemort/voldemort
Revision 0da292d559a5239a856e9266efd138c6539a4a97 authored by Arunachalam Thirupathi on 30 September 2014, 19:23:19 UTC, committed by Arunachalam Thirupathi on 02 October 2014, 00:16:38 UTC
Slop pusher caches the cluster state from the server startup.
When the cluster state changes it is not refreshed.
When the node is marked down because of failures, since the failure
detector does not know about these new nodes, it never polls them back
for availability. The node is permanently marked down, until the server
reboots in which case the cluster is refreshed.

Added a way to run integration tests from gradle, but they are still not
part of any junit, junitAll or other tests.
1 parent ee56721
History
Tip revision: 0da292d559a5239a856e9266efd138c6539a4a97 authored by Arunachalam Thirupathi on 30 September 2014, 19:23:19 UTC
slops are not pushed when cluster state changes
Tip revision: 0da292d
File Mode Size
.settings
bin
clients
config
contrib
docs
example
gradle
private-lib
public-lib
src
test
voldemort-contrib
.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.5 KB
build.gradle -rw-r--r-- 18.9 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-- 37.4 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