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

More PBFT perf changes #942

Merged
merged 3 commits into from
Mar 11, 2020
Merged

More PBFT perf changes #942

merged 3 commits into from
Mar 11, 2020

Conversation

ashamis
Copy link
Contributor

@ashamis ashamis commented Mar 11, 2020

  • larger max number of requests in a pre-prepare
  • updated what we sign as proof that a pre-prepare was accepted

@ashamis ashamis requested a review from a team as a code owner March 11, 2020 14:46
@@ -464,8 +464,7 @@ void ClientProxy<T, C>::retransmit()
RequestContext* ctx = head;
Request* out_req = ctx->req.get();

LOG_DEBUG << "Retransmitting req id: " << out_req->request_id()
<< std::endl;
LOG_INFO_FMT("Retransmitting req id: {}", out_req->request_id());
Copy link
Contributor

Choose a reason for hiding this comment

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

DEBUG?

@ghost
Copy link

ghost commented Mar 11, 2020

pbft_more@5912 aka 20200311.18 vs master ewma over 30 builds from 5589 to 5908
images

@ashamis ashamis merged commit 6fc5239 into microsoft:master Mar 11, 2020
eddyashton pushed a commit to eddyashton/CCF that referenced this pull request Mar 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants