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

perf: optimize syncing from L1 #665

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from
Draft

perf: optimize syncing from L1 #665

wants to merge 2 commits into from

Conversation

blckngm
Copy link
Contributor

@blckngm blckngm commented Apr 21, 2022

Optimize syncing from L1 by pipelining ckb/ckb-indexer requests and the actual syncing.

Generally, syncing should be a bit faster.

This is particularly helpful when ckb/ckb-indexer request-response time is bit high, cc #507.

(This also updates opentelemetry-jaeger and enables batch auto split to avoid message too large errors when exporting trace spans to jaeger.)

Copy link

@MrPiNkY2022 MrPiNkY2022 left a comment

Choose a reason for hiding this comment

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

Approve

@@ -3479,13 +3481,15 @@ dependencies = [

[[package]]
name = "opentelemetry"
version = "0.16.0"

Choose a reason for hiding this comment

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

+version = "0.17.0"

@jjyr
Copy link
Collaborator

jjyr commented Oct 14, 2022

Can you update this PR?

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