You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When persisting large values (>20MB on my machine) these are often dropped.
In our case we are saving and later loading large numpy arrays as .npz files via zenoh.
These files are frequently not persisted. The logs of the router don't show anything out of the ordinary.
To reproduce
Start up a zenoh router with zenoh-backend-filesystem plugin
Publish a large binary (>20MB) via zenoh, on a path that is persisted via the plugin
The file will not be written to the filesystem and won't be available via zenoh query.
System info
Platform: Win11
Python 3.10.9 and 3.11.3
Zenoh v1.1.0 (will check v1.1.1 later)
The text was updated successfully, but these errors were encountered:
Describe the bug
When persisting large values (>20MB on my machine) these are often dropped.
In our case we are saving and later loading large numpy arrays as
.npz
files via zenoh.These files are frequently not persisted. The logs of the router don't show anything out of the ordinary.
To reproduce
The file will not be written to the filesystem and won't be available via zenoh query.
System info
The text was updated successfully, but these errors were encountered: