Files
kubernetes/pkg
k8s-merge-robot 79a9a14c6f Merge pull request #25010 from hongchaodeng/cp
Automatic merge from submit-queue

start etcd compactor in background

ref: #22448

What's in this PR?
- StartCompactor starts a compactor in the background in order to compact keys older than fixed time. We need to compact keys because we can't let on disk data grow forever. We save the most recent 10 minutes data. It should be enough for slow watchers and to tolerate burst. We might keep a longer history (12h) in the future once storage API can take advantage of multi-version key.
- Have only one compaction job for each cluster. Use endpoints from user input to differentiate clusters.
2016-05-05 19:46:46 -07:00
..
2016-04-26 15:08:34 -04:00
2016-04-29 17:12:10 -04:00
2016-04-29 17:12:10 -04:00
2016-04-29 17:12:10 -04:00
2016-04-14 17:05:46 -07:00
2016-04-29 17:12:10 -04:00