Re: [PR] [STORM-3900] Upgrade Cassandra version and Datastax to latest version 4. (storm)

2023-10-23 Thread via GitHub
rzo1 closed pull request #3525: [STORM-3900] Upgrade Cassandra version and Datastax to latest version 4. URL: https://github.com/apache/storm/pull/3525 -- 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 t

Re: [PR] [STORM-3900] Upgrade Cassandra version and Datastax to latest version 4. (storm)

2023-10-23 Thread via GitHub
rzo1 commented on PR #3525: URL: https://github.com/apache/storm/pull/3525#issuecomment-1775337613 Cassandra was removed with https://issues.apache.org/jira/projects/STORM/issues/STORM-3988?filter=allissues -- This is an automated message from the Apache Git Service. To respond to the mes

Re: [PR] [STORM-3900] Upgrade Cassandra version and Datastax to latest version 4. (storm)

2023-08-14 Thread via GitHub
bipinprasad commented on PR #3525: URL: https://github.com/apache/storm/pull/3525#issuecomment-1678275751 jvm option `-Djava.security.manager=allow` fixes the `java.lang.System.setSecurityManager` exception. There is still the error com.datastax.oss.driver.api.core.NoNodeAvailableExcept

Re: [PR] [STORM-3900] Upgrade Cassandra version and Datastax to latest version 4. (storm)

2023-08-14 Thread via GitHub
bipinprasad commented on PR #3525: URL: https://github.com/apache/storm/pull/3525#issuecomment-1678000921 I tried a few things to get the Cassandra running (like application an application.conf file) with content: `datastax-java-driver { basic.load-balancing-policy { local-dat

Re: [PR] [STORM-3900] Upgrade Cassandra version and Datastax to latest version 4. (storm)

2023-08-14 Thread via GitHub
rzo1 commented on PR #3525: URL: https://github.com/apache/storm/pull/3525#issuecomment-1677002385 @jnioche Maybe you can also have a look here? -- 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 th

Re: [PR] [STORM-3900] Upgrade Cassandra version and Datastax to latest version 4. (storm)

2023-08-14 Thread via GitHub
rzo1 commented on PR #3525: URL: https://github.com/apache/storm/pull/3525#issuecomment-1676955659 After some more digging: It seems, that our current driver configuration in the main code isn't fully complete, so the tests are failing subsequently. However, the test setup should now be ok.

Re: [PR] [STORM-3900] Upgrade Cassandra version and Datastax to latest version 4. (storm)

2023-08-14 Thread via GitHub
rzo1 commented on PR #3525: URL: https://github.com/apache/storm/pull/3525#issuecomment-1676845468 I did some additional modifications. The current tests are executable on that branch but will crash as the cassandra driver cannot connect to the local cassandra instance ```bash

Re: [PR] [STORM-3900] Upgrade Cassandra version and Datastax to latest version 4. (storm)

2023-08-13 Thread via GitHub
rzo1 commented on PR #3525: URL: https://github.com/apache/storm/pull/3525#issuecomment-1676753588 It works in Java 11 because we [excluded](https://issues.apache.org/jira/browse/STORM-3914) the related tests from being run in Java 11. I am having a look now. -- This is an automated mess

Re: [PR] [STORM-3900] Upgrade Cassandra version and Datastax to latest version 4. (storm)

2023-08-10 Thread via GitHub
rzo1 commented on PR #3525: URL: https://github.com/apache/storm/pull/3525#issuecomment-1673165667 Hey @bipinprasad it seems, that the Cassandra update has some problems with Java 17 as the related tests are crashing (multple runs). Do you want to have a look yourself or shall I hav