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

runtime: Make dispatcher core async #4273

Merged
merged 2 commits into from
Sep 22, 2021
Merged

Conversation

kostko
Copy link
Member

@kostko kostko commented Sep 21, 2021

Fixes #3972

Note that this only affects the core and allows for parallel query
processing which still happens in blocking threads. It does open the
way for fully async query dispatch.

Note that this only affects the core and allows for parallel query
processing which still happens in blocking threads. It does open the
way for fully async query dispatch.
@codecov
Copy link

codecov bot commented Sep 21, 2021

Codecov Report

Merging #4273 (e317ce1) into master (69ffe1b) will decrease coverage by 0.35%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4273      +/-   ##
==========================================
- Coverage   69.14%   68.79%   -0.36%     
==========================================
  Files         410      410              
  Lines       47130    47130              
==========================================
- Hits        32587    32421     -166     
- Misses      10522    10703     +181     
+ Partials     4021     4006      -15     
Impacted Files Coverage Δ
go/ias/http/http.go 20.33% <0.00%> (-44.07%) ⬇️
go/oasis-node/cmd/common/metrics/disk.go 65.51% <0.00%> (-20.69%) ⬇️
go/keymanager/api/policy_sgx.go 33.33% <0.00%> (-13.34%) ⬇️
go/runtime/host/sandbox/sandbox.go 67.76% <0.00%> (-13.19%) ⬇️
go/oasis-node/cmd/common/metrics/resource.go 84.00% <0.00%> (-8.00%) ⬇️
go/oasis-node/cmd/ias/auth.go 68.96% <0.00%> (-6.90%) ⬇️
go/common/sgx/aesm/aesm.go 63.63% <0.00%> (-6.37%) ⬇️
...nsensus/tendermint/apps/beacon/state/state_pvss.go 75.00% <0.00%> (-6.25%) ⬇️
go/runtime/host/protocol/connection.go 66.02% <0.00%> (-4.64%) ⬇️
go/runtime/host/helpers.go 71.42% <0.00%> (-4.09%) ⬇️
... and 41 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 69ffe1b...e317ce1. Read the comment docs.

@kostko kostko marked this pull request as ready for review September 21, 2021 12:31
@kostko kostko merged commit 0a21896 into master Sep 22, 2021
@kostko kostko deleted the kostko/feature/rt-query-par branch September 22, 2021 09:32
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.

Parallel runtime queries
2 participants