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
Start rr with the command ./rr -c .rr.test.yaml serve:
2024-05-07T14:34:38+0000 DEBUG rpc plugin was started {"address": "tcp://0.0.0.0:6081", "list of the plugins with RPC methods:": ["lock", "resetter", "app", "informer"]}2024-05-07T14:34:38+0000 DEBUG server worker is allocated {"pid": 13914, "max_execs": 0, "internal_event_name": "EventWorkerConstruct"}2024-05-07T14:34:38+0000 DEBUG server worker is allocated {"pid": 13916, "max_execs": 0, "internal_event_name": "EventWorkerConstruct"}2024-05-07T14:34:38+0000 DEBUG server worker is allocated {"pid": 13915, "max_execs": 0, "internal_event_name": "EventWorkerConstruct"}2024-05-07T14:34:38+0000 DEBUG server worker is allocated {"pid": 13913, "max_execs": 0, "internal_event_name": "EventWorkerConstruct"}[INFO] RoadRunner server started; version: 2024.1.1, buildtime: 2024-05-02T16:37:17+0000[INFO] sdnotify: not notified2024-05-07T14:34:38+0000 DEBUG http http server was started {"address": "0.0.0.0:8080"}
Try to get info about workers using the command ./rr -c .rr.test.yaml workers
Hey @r4m-alexd 👋 rr reset command should be used with a host and port, w/o env variables, because RR doesn't use the config parser for these commands. Please try to specify a port directly and retry the command.
EDIT:
Hm, I was wrong, we use the envs parser. Looks like this is the real bug, will be fixed in the next bugfix release, thanks.
No duplicates 🥲.
What happened?
A bug happened!
Version (rr --version)
rr version 2024.1.1 (build time: 2024-05-02T16:37:17+0000, go1.22.2), OS: linux, arch: amd64
How to reproduce the issue?
.rr.test.yaml
:./rr -c .rr.test.yaml serve
:./rr -c .rr.test.yaml workers
dial tcp 0.0.0.0:0: connect: connection refused
This one doesn't work either :
Only this command works OK:
reset
command:Relevant log output
No response
The text was updated successfully, but these errors were encountered: