Skip to content
Permalink

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
Choose a base ref
...
head repository: etcd-io/etcd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.6
Choose a head ref
  • 9 commits
  • 11 files changed
  • 3 contributors

Commits on Aug 19, 2016

  1. version: bump to v3.0.5+git

    gyuho committed Aug 19, 2016
    Copy the full SHA
    0db1ba8 View commit details
  2. rafthttp: fix race between streamReader.stop() and connection closer

    Anthony Romano authored and gyuho committed Aug 19, 2016
    Copy the full SHA
    ffc45cc View commit details
  3. Copy the full SHA
    1a8b295 View commit details
  4. etcdserver: always recover lessor first

    xiang90 authored and gyuho committed Aug 19, 2016
    Copy the full SHA
    a7d6e29 View commit details
  5. lease: delete kvs in a txn

    xiang90 authored and gyuho committed Aug 19, 2016
    Copy the full SHA
    07e421d View commit details
  6. lease: do lease delection in the kv txn

    xiang90 authored and gyuho committed Aug 19, 2016
    Copy the full SHA
    404415b View commit details
  7. 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.
    xiang90 authored and gyuho committed Aug 19, 2016
    Copy the full SHA
    2e92779 View commit details
  8. *: minor cleanup for lease

    xiang90 authored and gyuho committed Aug 19, 2016
    Copy the full SHA
    72d30f4 View commit details
  9. version: bump to v3.0.6

    gyuho committed Aug 19, 2016
    Copy the full SHA
    9efa00d View commit details
Loading