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

fixing an issue where the log is empty and we put a new entry at posi… #4600

Merged
merged 1 commit into from Feb 20, 2017

Conversation

talweiss1982
Copy link

…tion 1 rather than truncated index + 1

@@ -511,7 +511,8 @@ public void AcceptNewConnection(TcpClient tcpClient, Action<RachisHello> sayHell
}
else
{
lastIndex = 0;
long lastIndexTerm;
Copy link
Owner

Choose a reason for hiding this comment

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

Great find

@ayende ayende merged commit 0bbcd18 into ayende:raft Feb 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants