influxdb/influxdb3_wal/src
Trevor Hilton c7854363c4
chore: back-port changes to shutdown code from enterprise (#26206)
* refactor: make ShutdownManager Clone

ShutdownManager can be clone since its underlying types from tokio are
all shareable via clone.

* refactor: make ShutdownToken not Clone

Alters the API so that the ShutdownToken is not cloneable. This will help
ensure that the Drop implementation is invoked from the correct place.
2025-04-01 11:32:23 -04:00
..
create.rs chore: backport changes to catalog from enterprise (#26116) 2025-03-11 12:11:51 -04:00
lib.rs refactor: ensure shutdown complete via Drop impl (#26202) 2025-03-31 10:25:55 -04:00
object_store.rs chore: back-port changes to shutdown code from enterprise (#26206) 2025-04-01 11:32:23 -04:00
serialize.rs chore: backport changes to catalog from enterprise (#26116) 2025-03-11 12:11:51 -04:00
snapshot_tracker.rs chore: back-port catalog debug log cleanup from enterprise (#26128) 2025-03-12 13:20:21 -04:00