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
Raw File
.gitignore
classes
dist
*.iml
*.ipr
*.iws
*~
*#
.#*
test-output
node.id
rebalancing.slave.list
server.state
.version
.temp
.idea
data/
META-INF/MANIFEST.MF
gc.log
voldsys$_*
.project
.settings
.pydevproject
.gradle
build
lib
.project
.classpath
*.class
back to top