scylladb / scylla-stress-orchestrator

Apache License 2.0
5 stars 9 forks source link

Bug in cassandra.py startup functionality. #32

Closed pveentjer closed 3 years ago

pveentjer commented 3 years ago

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...
pveentjer commented 3 years ago

FIxed. The problem was in the way the SSL logic was passing quotes.