-
Notifications
You must be signed in to change notification settings - Fork 305
fix server snapshot #1934
Copy link
Copy link
Closed
Labels
io_uringio_uring and async I/O related changesio_uring and async I/O related changestpcThread-per-core architectureThread-per-core architecture
Metadata
Metadata
Assignees
Labels
io_uringio_uring and async I/O related changesio_uring and async I/O related changestpcThread-per-core architectureThread-per-core architecture
Type
Fields
Give feedbackNo fields configured for issues without a type.
On branch -
io_uring_tpc.Currently our server state snapshot mechanism is broken, due to it being dependent on
tokio_async_compressioncrate.The goal of this task is to replace it with an
compiocompatible one. Visistmod.rsfile inside of server->shard->system->snapshot module, for more information about potential fix.