There is one problem with the custom arguments being passed. If I remove this from the startup logic, I don't get a waring. But the actual startup of cassandra doesn't work. It seems to be stuck and I just get the following messages without progress.
11:06:02 INFO 3.131.93.33 OpenJDK 64-Bit Server VM warning: Option UseBiasedLocking was deprecated in version 15.0 and will likely be removed in a future release.
11:06:15 INFO Starting Cassandra: done 3.131.93.33
[3.131.93.33] Waiting for CQL port to start (meaning node bootstrap finished). This could take a while.
[3.131.93.33] Still waiting for CQL port to start...
[3.131.93.33] Still waiting for CQL port to start...
[3.131.93.33] Still waiting for CQL port to start...
[3.131.93.33] Still waiting for CQL port to start...
[3.131.93.33] Still waiting for CQL port to start...
[3.131.93.33] Still waiting for CQL port to start...
[3.131.93.33] Still waiting for CQL port to start...
[3.131.93.33] Still waiting for CQL port to start...
There is one problem with the custom arguments being passed. If I remove this from the startup logic, I don't get a waring. But the actual startup of cassandra doesn't work. It seems to be stuck and I just get the following messages without progress.