Closed brzuchal closed 2 years ago
@brzuchal Hey, thanks for the report, I'll have a look ASAP.
Thanks, @rustatian I've enriched with some installation details.
Could you please comment the status
plugin?
@rustatian it helped me
Ok, I'll have a look, looks like some plugin trying to get workers info when there are no workers yet in the pool. I'll release a bugfix soon.
@brzuchal This issue occurred right after RR was started, correct?
And the second question, with the status
plugin, does this issue occur on every run or randomly?
Got another with the status
disabled
app_1 | 2021-12-02T17:25:38.349Z INFO http HTTP plugin got restart request. Restarting...
app_1 | panic: runtime error: invalid memory address or nil pointer dereference
app_1 | [signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0xd780e0]
app_1 |
app_1 | goroutine 43 [running]:
app_1 | github.com/spiral/roadrunner-plugins/v2/http.(*Plugin).Reset(0xc0003081b0)
app_1 | github.com/spiral/roadrunner-plugins/v2@v2.5.2/http/plugin.go:372 +0xc0
app_1 | github.com/spiral/roadrunner-plugins/v2/resetter.(*Plugin).Reset(0xc00037d630, {0xc00018b0f0, 0x4})
app_1 | github.com/spiral/roadrunner-plugins/v2@v2.5.2/resetter/plugin.go:27 +0x142
app_1 | github.com/spiral/roadrunner-plugins/v2/reload.(*Plugin).Serve.func2()
app_1 | github.com/spiral/roadrunner-plugins/v2@v2.5.2/reload/plugin.go:127 +0x2ee
app_1 | created by github.com/spiral/roadrunner-plugins/v2/reload.(*Plugin).Serve
app_1 | github.com/spiral/roadrunner-plugins/v2@v2.5.2/reload/plugin.go:111 +0x27d
app_1 exited with code 2
Yep, this is not related to the status
this is a topological sort issue when the rpc
plugin started before the informer
plugin. I'll fix that, but I need more time to find a problem.
@brzuchal Could you try the new version please: https://github.com/spiral/roadrunner-binary/releases/tag/v2.6.2?
@rustatian I can now confirm the new version works fine with the status configuration applied.
I tried running this:
My
.rr.dev.yaml
configuration is:Please instruct how can I enrich with required details.
My installation details:
Composer packages:
RR version: