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
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
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
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
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
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.
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
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
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