shruti-p-s commented on code in PR #313:
URL: https://github.com/apache/cassandra-sidecar/pull/313#discussion_r2765299499
##########
server/src/main/java/org/apache/cassandra/sidecar/lifecycle/ProcessRuntimeConfiguration.java:
##########
@@ -128,6 +128,7 @@ public ProcessBuilder buildStartCommand(String
pidFileLocation, Path stdoutFileL
startCassandraCmd.add(cassandraBin().toString());
startCassandraCmd.add("-p");
startCassandraCmd.add(pidFileLocation);
+ startCassandraCmd.add("-R"); // Allow running as root (required for
Cassandra 5.0+ when running as root)
Review Comment:
Makes sense, I've updated the argument as a test override
--
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 the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]