Skip to content

Instantly share code, notes, and snippets.

@chelseatroy
Created July 26, 2020 03:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chelseatroy/53fe993c3bf3f8731def9545bde4fa4a to your computer and use it in GitHub Desktop.
Save chelseatroy/53fe993c3bf3f8731def9545bde4fa4a to your computer and use it in GitHub Desktop.
Conditional Statement—Responding to Successful Log Replication Requests
...
elif string_operation == "Append entries call successful!":
if self.leader:
self.mark_updated(server_name)
send_pending = False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment