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

Galera Manager Continuous Start/Recover Cluster with "Error failed to get the most advance" #94

Open
ajantonov opened this issue Feb 16, 2024 · 1 comment

Comments

@ajantonov
Copy link

Hello All :-)

My Galera Manager non stop(every minute) is retrying to recover/start the Galera cluster when all nodes are running and synced.

I've tried to stop all nodes and wait for recovery from this auto recovery task, it doesn't help!

Please give me a hint how to decide this issue ?

[CONFIGURATION]
Galera Manager 1.8.3
Galera Nodes OS : Ubuntu 22 LTS
Maria DB : 10.11

Recurring Error

msg: failed to get the most advanced node
stackTrace:

  • "github.com/codership/galera-manager/pkg/internal/mgmt/units.(*Cluster).restoreNormal\n\t/go/pkg/internal/mgmt/units/cluster.go:417"
  • "github.com/codership/galera-manager/pkg/internal/mgmt/units.(*Cluster).Restore\n\t/go/pkg/internal/mgmt/units/cluster.go:456"
  • "github.com/codership/galera-manager/pkg/internal/mgmt.(*Clusters).Restore.(*Clusters).restoreFn.func1\n\t/go/pkg/internal/mgmt/clusters.go:509"
  • "github.com/codership/galera-manager/pkg/internal/jobs.(*Processor).Execute.func1\n\t/go/pkg/internal/jobs/processor.go:106"
  • "runtime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1650"

Снимка на екрана на 2024-02-16 17-53-31

@takkinen
Copy link

takkinen commented Feb 17, 2024

Hello!
My first time to try Galera Manager gave pretty much same results.
The versions of Galera Manager, OSs and MariaDB are the same as they are in ajantonov's post.

msg: failed to get the most advanced node
stackTrace:

  • "github.com/codership/galera-manager/pkg/internal/mgmt/units.(*Cluster).restoreNormal\n\t/go/pkg/internal/mgmt/units/cluster.go:417"
  • "github.com/codership/galera-manager/pkg/internal/mgmt/units.(*Cluster).Restore\n\t/go/pkg/internal/mgmt/units/cluster.go:456"
  • "github.com/codership/galera-manager/pkg/internal/mgmt.(*Clusters).Restore.(*Clusters).restoreFn.func1\n\t/go/pkg/internal/mgmt/clusters.go:509"
  • "github.com/codership/galera-manager/pkg/internal/jobs.(*Processor).Execute.func1\n\t/go/pkg/internal/jobs/processor.go:106"
  • "runtime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1650"

Nevertheless, the db sync b/w nodes seems to work.

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

No branches or pull requests

2 participants