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

Log syncer #41

Merged
merged 74 commits into from
Apr 8, 2018
Merged

Log syncer #41

merged 74 commits into from
Apr 8, 2018

Conversation

absolute8511
Copy link
Owner

This pr will add the support for the raft learner and use learner node to catchup from leader and send logs to remote cluster.

This feature is used to sync data from cluster to cluster in nearly realtime.

@codecov
Copy link

codecov bot commented Apr 2, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@e7e3888). Click here to learn what that means.
The diff coverage is 13.62%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #41   +/-   ##
=========================================
  Coverage          ?   44.66%           
=========================================
  Files             ?      149           
  Lines             ?    21411           
  Branches          ?        0           
=========================================
  Hits              ?     9563           
  Misses            ?    10299           
  Partials          ?     1549
Impacted Files Coverage Δ
common/util.go 0% <ø> (ø)
node/config.go 100% <ø> (ø)
common/type.go 21.98% <ø> (ø)
node/namespace.go 34.1% <0%> (ø)
node/log_sender.go 0% <0%> (ø)
node/syncer_learner.go 0% <0%> (ø)
common/api_request.go 0% <0%> (ø)
common/stats.go 0% <0%> (ø)
rockredis/t_kv.go 52.55% <0%> (ø)
cluster/pdnode_coord/pd_learner_coord.go 0% <0%> (ø)
... and 24 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 e7e3888...0c8433e. Read the comment docs.

@absolute8511 absolute8511 merged commit 83341e9 into master Apr 8, 2018
absolute8511 added a commit that referenced this pull request Jul 8, 2022
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.

1 participant