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
Given the expectation, what is the defect you are observing?
The stream is not created
nack log:
"controller.go:478] failed to process stream: failed to create stream "...": no suitable peers for placement (10005)"
The text was updated successfully, but these errors were encountered:
We plan to have a prpoer control loop that would make it an ongoing operation instaed of single one.
I think that is what casuses the issue now - it just tries once.
What version were you using?
NACK: 0.15.0
Nats-server: 2.10.9
What environment was the server running in?
RKE2: v1.26.4+rke2r1
Is this defect reproducible?
Before the NATS server is available, start Nack and let it attempt to create a stream more then ten times.
Given the capability you are leveraging, describe your expectation?
The stream should be recreated
Would it be possible for the "maximum queue retries" to be configurable?
See
nack/controllers/jetstream/controller.go
Line 57 in 38b4b81
Given the expectation, what is the defect you are observing?
The stream is not created
nack log:
"controller.go:478] failed to process stream: failed to create stream "...": no suitable peers for placement (10005)"
The text was updated successfully, but these errors were encountered: