We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d2ec15 commit 39b247aCopy full SHA for 39b247a
store.go
@@ -709,7 +709,7 @@ func (s *Store) markDirty(name string) {
709
func (s *Store) monitorLease(ctx context.Context) (err error) {
710
// Initialize environment to indicate this node is not a primary.
711
if err := s.Environment.SetPrimaryStatus(ctx, false); err != nil {
712
- return err
+ slog.Info("cannot init primary status on host environment", slog.Any("err", err))
713
}
714
715
var handoffLeaseID string
0 commit comments