zenoh icon indicating copy to clipboard operation
zenoh copied to clipboard

[Bug] Unwrap on None value in digest.rs

Open chachi opened this issue 1 year ago • 0 comments

Describe the bug

zenohd on v0.10.1-rc crashed due to a panic when unwrapping a None value in plugins/zenoh-plugin-storage-manager/src/replica/digest.rs:296

To reproduce

Only saw this once, so not sure exactly what triggered it.

  1. Start zenohd using S3 storage volume and replication enabled.
  2. Have another zenohd connect to it and replicate with it.
  3. Run a DELETE (we did it via REST plugin)

System info

  • Ubuntu 20.04
  • Using docker image for v0.10.1-rc
  • S3 storage backend plugin v0.10.1-rc as downloaded from Ecilpse website
  • replication enabled and storage has complete: "true" enabled

chachi avatar Jan 11 '24 19:01 chachi