-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: etcd-io/etcd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: etcd-io/etcd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.6
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 11 files changed
- 3 contributors
Commits on Aug 19, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 0db1ba8 - Browse repository at this point
Copy the full SHA 0db1ba8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffc45cc - Browse repository at this point
Copy the full SHA ffc45ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a8b295 - Browse repository at this point
Copy the full SHA 1a8b295View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7d6e29 - Browse repository at this point
Copy the full SHA a7d6e29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07e421d - Browse repository at this point
Copy the full SHA 07e421dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 404415b - Browse repository at this point
Copy the full SHA 404415bView commit details -
mvcc: attach keys to leases after recover all state
The previous logic is wrong. When we have hisotry like Put(foo, bar, lease1), and Put(foo, bar, lease2), we will end up with attaching foo to two leases 1 and 2. Similar things can happen for deattach by clearing the lease of a key. Now we try to fix this by starting to attach leases at the end of the recovery. We use a map to keep the last lease attachment state.
Configuration menu - View commit details
-
Copy full SHA for 2e92779 - Browse repository at this point
Copy the full SHA 2e92779View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72d30f4 - Browse repository at this point
Copy the full SHA 72d30f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9efa00d - Browse repository at this point
Copy the full SHA 9efa00dView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.0.5...v3.0.6