Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Routing regression #1755

Closed
OlivierHecart opened this issue Feb 4, 2025 · 0 comments · Fixed by #1754
Closed

Routing regression #1755

OlivierHecart opened this issue Feb 4, 2025 · 0 comments · Fixed by #1754
Labels
bug Something isn't working

Comments

@OlivierHecart
Copy link
Contributor

OlivierHecart commented Feb 4, 2025

Describe the bug

In some situation routing does not work properly and the following warning appears:

WARN rx-0 ThreadId(14) zenoh::net::routing::hat::router::queries: Invalid KE reached the system: Invalid Key Expr `test**`: `*` and `**` may only be preceded an followed by `/` at commons/zenoh-keyexpr/src/key_expr/borrowed.rs:648.

To reproduce

> RUST_LOG=WARN z_sub -m router -k test/** &
> RUST_LOG=WARN z_queryable -m router -k test/aa/router -l tcp/127.0.0.1:7448 -e tcp/127.0.0.1:7447 &
> RUST_LOG=WARN z_get -m client -e tcp/127.0.0.1:7447 -s test/** -t ALL

System info

Zenoh version 1.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant