cass-operator
cass-operator copied to clipboard
Vector delays restart of Cassandra pods
It seems like Vector is delaying the restart of Cassandra pods as it waits for internal components to stop:
2023-04-25T11:11:09.963668Z INFO vector::topology::running: Shutting down... Waiting on running components. remaining_components="console_log, systemlog, host_metrics, vector_aggregator, gclog, add_source_to_systemlog, enrich_host_metrics, parse_cassandra_log, gclog_parser, cassandra_metrics" time_remaining="59 seconds left"
We should try to enforce this and have Vector stop without waiting for so long (if not at all) so that we don't delay pods restarts.
┆Issue is synchronized with this Jira Story by Unito ┆Issue Number: CASS-24
And here they're talking about improved shutdown speed: https://vector.dev/highlights/2020-04-20-improved-shutdown/
Hmm..