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

keep printing out etcdserver: requested snapshot created at every second #3778

Closed
yichengq opened this issue Oct 29, 2015 · 3 comments
Closed
Assignees
Milestone

Comments

@yichengq
Copy link
Contributor

This happens when one follower is dead, and brings limited information:

2015-10-28 22:07:53.154154 I | etcdserver: requested snapshot created at
1776711
2015-10-28 22:07:53.654527 I | etcdserver: requested snapshot created at
1776711
2015-10-28 22:07:54.154223 I | etcdserver: requested snapshot created at
1776711

The problem is two:

  1. it keeps requesting every second, even if the follower is dead
  2. it doesn't display the result of these requested snapshots.

from #3775

@jonboulle
Copy link
Contributor

We need to stop attempting to send the snapshot until the peer comes back online.

@jonboulle jonboulle added this to the v3.0.0-alpha0 milestone Nov 13, 2015
@xiang90 xiang90 modified the milestones: v2.3.0, v3.0.0-alpha0 Dec 10, 2015
@xiang90
Copy link
Contributor

xiang90 commented Dec 10, 2015

This really needs to be solved soon. The goal of 2.3 is to make snapshot working properly.

@xiang90
Copy link
Contributor

xiang90 commented Dec 11, 2015

closed via #3976

@xiang90 xiang90 closed this as completed Dec 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants