Jeremy Leach

Results 13 comments of Jeremy Leach

Thank you for reviewing the PR @serathius > * It makes `HashKV` revision semantics inconsistent with rest of API. Compaction removes etcd history up to and including specified revision. This...

@serathius : would you suggest we simply close the PR and associated issue, please ?

Hello @serathius , Do you mind reviewing the PR when time permits please ?

Hi @luomengY, I would suggest you provide additional details in order to facilitate the investigation of this issue. In particular, anybody who would like to look into this problem, would...

I will try to replicate this issue on my side, @luomengY Just to be sure I understand what's happening in your scenario, can you confirm that you: 1. start an...

I have not been able to replicate this issue on my side. Here are the steps I followed: - start an etcd server on a linux box with one node,...

Do you mind explaining a bit more your findings @luomengY please, so that people facing the same error get some clues about it ? Is there anything to investigate in...

Thanks for the update @luomengY I can indeed see how this issue is related to your particular setup, and not etcd itself. I would suggest we close this issue then,...

Hi @songdechao, Can you try encapsulating your json-formatted log-rotation-config-json parameter, with single quotes ? Without quotes: ``` ~/projects/etcd$ etcd --log-rotation-config-json={"maxsize": 100, "maxage": 7, "maxbackups": 7, "localtime": false, "compress": true} {"level":"info","ts":"2022-08-05T17:18:05.640+1000","caller":"etcdmain/etcd.go:73","msg":"Running:...