-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-18484] Return transaction forwarding result back to the client s…
…ynchronously This commit makes a Raft follower wait for the transaction forwarded to the leader to be sent into the gRPC stream, and returns the result (success or failure) back to the client accordingly. Before this commmit, the behavior was that it returns success after enqueueing it into the message queue, which might have resulted in the transaction being dropped but a success being returned to the client. Change-Id: I0cd45540be4988845663eb0c68f76fed2ff25b94 Signed-off-by: Yacov Manevich <yacovm@il.ibm.com>
- Loading branch information
Showing
7 changed files
with
222 additions
and
45 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.