Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
Operability
-
Low Hanging Fruit
-
All
-
None
-
Description
Normal C* startup flows through CassandraDaemon.setup(), which calls logSystemInfo(), logging JVM arguments and a number of other useful bits of information. The in-JVM dtest startup does not flow through CassandraDaemon.setup(), and therefore does not. It would be useful for troubleshooting purposes if TestBaseImpl logged the JVM arguments before moving into executing tests.