ecchronos icon indicating copy to clipboard operation
ecchronos copied to clipboard

Consider changing default keyspace name

Open tommystendahl opened this issue 6 months ago • 1 comments

To make migrations when you want to run the old ecchronos in parallell with ecchronos-agent during the migration a little more straight forward maybe we should change the default name of the ecchronos keyspace. We could use the name "ecchronos_agent" to be in line with everything else.

tommystendahl avatar Oct 27 '25 10:10 tommystendahl

The schema from repair_history, lock, lock_priority, on_demand_repair_status haven't being changed, we have just included nodes_sync table, so I believe that both old and new ecchronos can share the these tables (it need to be tested), as the design of these tables already consider distributed information and repairs executed by different ecchronos instances

VictorCavichioli avatar Oct 27 '25 12:10 VictorCavichioli

Since the old ecchronos and the agent can share keyspace and tables I will close this since no actions are needed.

tommystendahl avatar Nov 14 '25 08:11 tommystendahl