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

[FIXED] Clustering: Raft log sync between leader and follower fails #1295

Merged
merged 1 commit into from
Nov 17, 2023

Conversation

kozlovic
Copy link
Member

This was an issue with raft library and msg pack discrepencies. Update of dependencies should resolve this.

github.com/hashicorp/go-msgpack/v2 v2.1.0 -> v2.1.1 github.com/hashicorp/raft v1.5.0 -> v1.6.0
github.com/nats-io/nats-server/v2 v2.9.23 -> v2.9.24 github.com/nats-io/nats.go v1.28.0 -> v1.31.0
github.com/prometheus/procfs v0.11.0 -> v0.12.0
go.etcd.io/bbolt v1.3.7 -> v1.3.8
golang.org/x/crypto v0.14.0 -> v0.15.0
golang.org/x/sys v0.13.0 -> v0.14.0

Resolves #1291

Signed-off-by: Ivan Kozlovic ivan@synadia.com

This was an issue with raft library and msg pack discrepencies.
Update of dependencies should resolve this.

github.com/hashicorp/go-msgpack/v2 v2.1.0 -> v2.1.1
github.com/hashicorp/raft v1.5.0 -> v1.6.0
github.com/nats-io/nats-server/v2 v2.9.23 -> v2.9.24
github.com/nats-io/nats.go v1.28.0 -> v1.31.0
github.com/prometheus/procfs v0.11.0 -> v0.12.0
go.etcd.io/bbolt v1.3.7 -> v1.3.8
golang.org/x/crypto v0.14.0 -> v0.15.0
golang.org/x/sys v0.13.0 -> v0.14.0

Resolves #1291

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
@kozlovic
Copy link
Member Author

@derekcollison I know that NATS Streaming is EOL, but a user wanted to build it on their own but saw that there were some commits since last release (v0.25.5), which were due to dependbot that found some issues with some of the dependencies. I offered to do a last release (PR to follow). Upgrading those dependencies happen to fix an issue reported by that same user some time back.

Copy link
Member

@derekcollison derekcollison left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kozlovic kozlovic merged commit 8cffb57 into main Nov 17, 2023
2 checks passed
@kozlovic kozlovic deleted the update_deps branch November 17, 2023 19:01
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.

Raft log sync between leader and follow fails
2 participants