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

Report observer mode in replica state #4582

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

neilalexander
Copy link
Member

@neilalexander neilalexander commented Sep 25, 2023

Currently we don't surface anything through the JS API that reports whether a node is in observer state or not (i.e. because of LDM or because of js_cluster_migrate). In part this is because nodes don't currently track whether other nodes in the group are observers or not.

This branch adds a new proposal type to the Raft layer to signal when a node enters or leaves observer mode. We then use this to bubble up the observer state through the stream and consumer state, which the CLI can use to render the state. This should make it possible to debug whether a clustered asset is leaderless and/or not voting because all of the nodes are observers.

This PR has a one or two things to clean up before merge — namely we need to merge changes to nats.go first to remove the replace from go.mod, the JS API schema and CLI also need changes for this too.

Signed-off-by: Neil Twigg neil@nats.io

@neilalexander neilalexander changed the title Report observer state in replica state Report observer mode in replica state Sep 25, 2023
neilalexander added a commit to nats-io/jsm.go that referenced this pull request Sep 26, 2023
This is to support nats-io/nats-server#4582.

Signed-off-by: Neil Twigg <neil@nats.io>
neilalexander added a commit to nats-io/nats.go that referenced this pull request Sep 26, 2023
This is to support nats-io/nats-server#4582.

Signed-off-by: Neil Twigg <neil@nats.io>
neilalexander added a commit to nats-io/nats.go that referenced this pull request Sep 26, 2023
This is to support nats-io/nats-server#4582.

Signed-off-by: Neil Twigg <neil@nats.io>
neilalexander added a commit to nats-io/nats.go that referenced this pull request Sep 26, 2023
This is to support nats-io/nats-server#4582.

Signed-off-by: Neil Twigg <neil@nats.io>
neilalexander added a commit to nats-io/natscli that referenced this pull request Sep 26, 2023
This is to support nats-io/nats-server#4582.

Signed-off-by: Neil Twigg <neil@nats.io>
neilalexander added a commit to nats-io/jsm.go that referenced this pull request Sep 26, 2023
This is to support nats-io/nats-server#4582.

Signed-off-by: Neil Twigg <neil@nats.io>
neilalexander added a commit to nats-io/natscli that referenced this pull request Sep 26, 2023
This is to support nats-io/nats-server#4582.

Signed-off-by: Neil Twigg <neil@nats.io>
Signed-off-by: Neil Twigg <neil@nats.io>
Signed-off-by: Neil Twigg <neil@nats.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant