Gyuho Lee
|
1caaa9ed4a
test: test update for Go 1.12.5 and related changes
|
5 years ago |
Gyuho Lee
|
34bd797e67
*: revert module import paths
|
5 years ago |
shivaramr
|
9150bf52d6
go modules: Fix module path version to include version number
|
5 years ago |
nolouch
|
e20b9d9e16
lease: fix deadlock with renew lease when the checkpointor is set
|
5 years ago |
Gyuho Lee
|
d37f1521b7
*: update import paths to "go.etcd.io/etcd"
|
6 years ago |
Joe Betz
|
d1de41efe1
lease: Add unit and integration tests for lease checkpointing
|
6 years ago |
Joe Betz
|
bbe2d777b1
lease: Add LessorConfig and wire zap logger into Lessor
|
6 years ago |
Iwasaki Yudai
|
db21941d1d
*: enforce max lease TTL with 9,000,000,000 seconds
|
6 years ago |
Gyuho Lee
|
8a518b01c4
*: revert "internal/mvcc" change
|
6 years ago |
Gyuho Lee
|
dd2f3b0de8
*: revert "internal/lease" change
|
6 years ago |
Gyuho Lee
|
349a377a67
*: move "lease" to "internal/lease"
|
6 years ago |
Gyuho Lee
|
21d4307982
lease: use sort.Strings instead of StringSlice
|
7 years ago |
lorneli
|
28a22075ca
lease: test minLeaseTTL limit
|
7 years ago |
Gyu-Ho Lee
|
099fbde809
lease: add 'Leases' method
|
7 years ago |
Gyu-Ho Lee
|
8d41820741
lease: stop lessors after tests
|
7 years ago |
Anthony Romano
|
c38c00f7c3
lessor: extend leases on promote if expires will be rate limited
|
7 years ago |
Gyu-Ho Lee
|
5bba05703c
lease: randomize expiry on initial refresh call
|
7 years ago |
Anthony Romano
|
42d56d5ef7
lease: acquire BatchTx lock in fakeDeleter
|
7 years ago |
Anthony Romano
|
5e4b008106
*: base initial mmap size on quota size
|
7 years ago |
Anthony Romano
|
2f1542c06d
*: use filepath.Join for files
|
7 years ago |
Anthony Romano
|
f0c184b3a2
lease: support mvcc txn
|
7 years ago |
Gyu-Ho Lee
|
6f0723f23f
lease: guard 'Lease.itemSet' from concurrent writes
|
7 years ago |
Gyu-Ho Lee
|
3d75395875
*: remove never-unused vars, minor lint fix
|
7 years ago |
fanmin shi
|
e7f4010cca
lease: Use monotonic time in lease
|
8 years ago |
Gyu-Ho Lee
|
5adca4a720
lease, leasehttp: add TTL() method
|
8 years ago |
Xiang Li
|
f0469f7f25
Merge pull request #6570 from xiang90/lease_expire
|
8 years ago |
Xiang Li
|
279c103517
lease: fix lease expire and add a test
|
8 years ago |
Gyu-Ho Lee
|
4871a4a5f3
lease: remove redundant get method
|
8 years ago |
Xiang Li
|
4d59b6f52c
lease: delete kvs in a txn
|
8 years ago |
Anthony Romano
|
bf71497537
etcdserver, lease: tie lease min ttl to election timeout
|
8 years ago |