docker-library / cassandra

Docker Official Image packaging for Cassandra
Apache License 2.0
262 stars 282 forks source link

OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release. #258

Closed Hye1Kim closed 1 year ago

Hye1Kim commented 1 year ago

Hello If you run the casandra container, it does not run with the log as shown below. What should I change?

image OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.

tianon commented 1 year ago

That looks like just a warning, and the actual failure is probably something deeper. On that option specifically, that flag isn't something we've added, but something coming from Cassandra's own scripts, so is something that would need to be fixed upstream (but again, I really doubt that warning is the actual root cause of your failure to start Cassandra).

What I would suggest would be posting to a dedicated support forum, such as the Docker Community Slack, Server Fault, Unix & Linux, or Stack Overflow.