Problem scenario
You start Cassandra with this command: ./bin/cassandra
You see one of the following messages:
INFO [MigrationStage:1] 2018-04-06 19:01:07,144 ColumnFamilyStore.java:391 – Initializing system_auth.resource_role_permissons_index
INFO [MigrationStage:1] 2018-04-06 19:01:07,163 ColumnFamilyStore.java:391 – Initializing system_auth.role_members
No progress is happening. What should you do?
Solution
Possible Solution #1. Try rebooting the server. This could help the problem.
…