uschindler edited a comment on pull request #119: URL: https://github.com/apache/lucene/pull/119#issuecomment-830707951
The replicator problem is not caused by MMAP not working. The missing permission made the whole `TestNRTReplication.testCrashReplica` test not work at all (the `SimpleServer` child process wasn't able to start at all because it needs sun.misc.Unsafe access to crush the JVM). Now it starts and produces a real failure, because test framework says: "this isn't a test because class name is wrong". We have to fix the test or alternatively `@Ignore` it until fixed. It wasn't running correctly since years! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org