Bootstrapping process questions (CASSANDRA-15155)

2019-06-12 Thread Carl Mueller
We're seeing nodes bootstrapping but not streaming and joining a cluster in 2.2.13. I have been looking through the MigrationManager code and the StorageService code that seems relevant based on the Bootstrap status messages that are coming through. I'll be referencing line numbers from the 2.2.13

Re: Java8 compatibility broken in 4.0

2019-06-12 Thread Tommy Stendahl
Hi Sam, Thanks for your replay, after removing the “unless=java.version.8” I can do a proper build using java8 that works on the java8 jvm. But this raise another question, is the plan officially release two versions of Cassandra, one for Java8 and one for Java11? /Tommy On tis, 2019-06-11 at

Re: Java8 compatibility broken in 4.0

2019-06-12 Thread Tommy Stendahl
Hi Attila, I just realized that the build I was using was two weeks old, but now I have double checked with the latest trunk and there is no changes in this area and I get the same behavior. One explanation might be that "artifacts" dosen't fail, if just do nothing due to the “unless=java.vers