Replies: 1 comment 3 replies
-
What server version? You can cancel a move, or scale down to an R1 and back up to R3. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a development NATS cluster with 8 pods in Kubernetes (server version 2.10.17). I've got a situation where I tried to update a KV bucket's underlying stream (R=1) to add a cluster name to it, using
update stream <stream name> --cluster <cluster name>
(using the same cluster name as it was before, just for testing purposes). It appears to be trying to move the stream to another peer of the cluster, but is stuck. If I do anats kv info <kv_name>
, I get:The stream was fine before trying to update it. If I try to do any other update to this stream, I get the error that a move is already in progress. If I try to run some other command like
stream view
on the stream, I get context deadline exceeded.The issue starts happening after I try to update the stream as described.
The cluster peers seem to be current and active according to
server request jetstream
.The logs show that this stream is stalled (no quorum).
Beta Was this translation helpful? Give feedback.
All reactions