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

Akia code patch makefile #295

Merged
merged 4 commits into from
Jan 24, 2022
Merged

Akia code patch makefile #295

merged 4 commits into from
Jan 24, 2022

Conversation

hackerwins
Copy link
Member

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


Additional documentation:


Checklist:

  • Added relevant tests or not required
  • Didn't break anything

hackerwins and others added 3 commits January 22, 2022 03:51
* Clean up the checkpoint-related codes

* Remove docker-compose-ci.yml

* Calculate `minSyncedTicket` based on `time.Ticket` not `serverSeq`

`serverSeq` is used to calculate changes between client and server. Since
serverSeq is not a logical clock, it cannot be used to find the minimum value
of a ticket.

This commit calculates `minSyncedTicket` based on the value of `time.Ticket`,
`lamport` and `actorID`.
@hackerwins hackerwins force-pushed the AkiaCode-patch-makefile branch from 4f28f2e to 9f80b53 Compare January 24, 2022 15:11
@hackerwins hackerwins force-pushed the AkiaCode-patch-makefile branch from 9f80b53 to 729e734 Compare January 24, 2022 15:14
@codecov
Copy link

codecov bot commented Jan 24, 2022

Codecov Report

Merging #295 (729e734) into main (e56bf63) will decrease coverage by 0.07%.
The diff coverage is 3.40%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #295      +/-   ##
==========================================
- Coverage   48.95%   48.88%   -0.08%     
==========================================
  Files          59       59              
  Lines        4757     4764       +7     
==========================================
  Hits         2329     2329              
- Misses       2166     2173       +7     
  Partials      262      262              
Impacted Files Coverage Δ
yorkie/backend/backend.go 0.00% <0.00%> (ø)
yorkie/backend/db/change_info.go 26.92% <0.00%> (ø)
yorkie/backend/db/memory/db.go 47.83% <0.00%> (-1.06%) ⬇️
yorkie/backend/db/mongo/client.go 0.00% <0.00%> (ø)
yorkie/backend/db/mongo/encoder.go 0.00% <0.00%> (ø)
yorkie/backend/sync/etcd/locker.go 0.00% <0.00%> (ø)
yorkie/backend/sync/etcd/membermap.go 0.00% <0.00%> (ø)
yorkie/backend/sync/etcd/pubsub.go 0.00% <0.00%> (ø)
yorkie/backend/sync/memory/locker.go 0.00% <0.00%> (ø)
yorkie/backend/sync/memory/pubsub.go 45.45% <0.00%> (ø)
... and 7 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 9cebac7...729e734. Read the comment docs.

@hackerwins hackerwins merged commit 1cc3f41 into main Jan 24, 2022
@hackerwins hackerwins deleted the AkiaCode-patch-makefile branch January 24, 2022 15:20
@hackerwins hackerwins mentioned this pull request Jan 24, 2022
2 tasks
jeonjonghyeok pushed a commit to jeonjonghyeok/yorkie that referenced this pull request Aug 4, 2022
Co-authored-by: Akiacode <catry.me@gmail.com>
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.

2 participants