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

Various fixes #2783

Merged
merged 3 commits into from
Mar 25, 2020
Merged

Various fixes #2783

merged 3 commits into from
Mar 25, 2020

Conversation

kostko
Copy link
Member

@kostko kostko commented Mar 25, 2020

Contains fixes for issues discovered during long-term testing of #2674 which are also present in master.

@kostko kostko force-pushed the kostko/fix/lt-test-fixes branch 2 times, most recently from 4517d9b to 51a459d Compare March 25, 2020 13:47
@kostko kostko requested a review from ptrus March 25, 2020 13:48
@kostko kostko marked this pull request as ready for review March 25, 2020 14:01
@codecov
Copy link

codecov bot commented Mar 25, 2020

Codecov Report

Merging #2783 into master will decrease coverage by 0.19%.
The diff coverage is 82.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2783      +/-   ##
==========================================
- Coverage   63.13%   62.93%   -0.20%     
==========================================
  Files         389      389              
  Lines       37062    37077      +15     
==========================================
- Hits        23398    23336      -62     
- Misses      10688    10774      +86     
+ Partials     2976     2967       -9     
Impacted Files Coverage Δ
go/runtime/client/client.go 67.04% <50.00%> (-1.55%) ⬇️
go/oasis-node/cmd/debug/txsource/txsource.go 67.18% <100.00%> (ø)
.../oasis-node/cmd/debug/txsource/workload/queries.go 56.93% <100.00%> (+0.93%) ⬆️
...oasis-node/cmd/debug/txsource/workload/workload.go 68.23% <100.00%> (+1.16%) ⬆️
go/storage/client/client.go 77.73% <100.00%> (ø)
...oasis-node/cmd/debug/txsource/workload/transfer.go 0.00% <0.00%> (-63.81%) ⬇️
go/worker/compute/executor/committee/state.go 74.07% <0.00%> (-11.12%) ⬇️
go/consensus/api/grpc.go 59.30% <0.00%> (-4.66%) ⬇️
go/storage/mkvs/urkel/urkel.go 82.75% <0.00%> (-3.45%) ⬇️
go/worker/compute/executor/committee/node.go 62.00% <0.00%> (-3.35%) ⬇️
... and 20 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 857f5a9...051c264. Read the comment docs.

Copy link
Member

@ptrus ptrus left a comment

Choose a reason for hiding this comment

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

👍

go/oasis-node/cmd/debug/txsource/workload/queries.go Outdated Show resolved Hide resolved
Previously if multiple transactions in the same block were returned as QueryTxs
results, each transaction was queried independently, resulting in multiple round
trips. Now we use GetTransactionMultiple to prefetch multiple transactions in a
single round trip which should improve latency.
Previously the storage client did not refresh connections on each retry, so in
case a committee change happened while an operation was in progress, all
operations continued to use the old connection (which was closed) and thus
failed. We now refresh connections on each retry.
@kostko kostko merged commit f72c3ea into master Mar 25, 2020
@kostko kostko deleted the kostko/fix/lt-test-fixes branch March 25, 2020 14:35
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.

None yet

3 participants