Created
July 26, 2020 03:21
-
-
Save chelseatroy/53fe993c3bf3f8731def9545bde4fa4a to your computer and use it in GitHub Desktop.
Conditional Statement—Responding to Successful Log Replication Requests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
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