https://github.com/voldemort/voldemort
Revision 4b748092af13c801a0d8c8b0c24b348d6d265fe2 authored by Greg Banks on 06 August 2015, 06:59:32 UTC, committed by Felix GV on 11 August 2015, 18:30:03 UTC
which the signature claims can be thrown but never was.
Ensure that the only callchain (MappedFileReader -> MemLock
-> mman) will actually handle and log IOException correctly.

Also, stop claiming that mlock() and munlock() throw IOException.
They never did and it would not be helpful, in fact we want to
ignore all errors from those functions because their normal
behavior in unprivileged processes is to fail.
1 parent 9fb2689
History
Tip revision: 4b748092af13c801a0d8c8b0c24b348d6d265fe2 authored by Greg Banks on 06 August 2015, 06:59:32 UTC
Report mmap/munmap errors using IOException
Tip revision: 4b74809
File Mode Size
.settings
bin
clients
config
contrib
docs
example
gradle
private-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.4 KB
build.gradle -rw-r--r-- 18.4 KB
build.xml -rw-r--r-- 1.7 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-- 43.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