cybertec-postgresql / vip-manager

Manages a virtual IP based on state kept in etcd or Consul
BSD 2-Clause "Simplified" License
207 stars 41 forks source link

[*] decrease `etcd_leader_checker.Config.DialKeepAliveTime` to 5sec #195

Closed dreamingdeer closed 9 months ago

dreamingdeer commented 9 months ago

fix etcd leader checker timeout 15 min -> 10 sec. Add verbose for get kv from etcd process closes #194 closes #179

pashagolub commented 9 months ago

Thanks for pointing this out! Where exactly do you see 15min timeout? Following the link you mentioned there is only one mention about 5min for gRPC. Am I missing something?

Thanks

dreamingdeer commented 9 months ago

The only thing found - just 2 lines in log of 1 server for 15 minutes...

pashagolub commented 9 months ago

The only thing found - just 2 lines in log of 1 server for 15 minutes...

Oh, I see... Thanks. I don't think the meaning is "I observed timeout for 15mins". It's more like "during this interval I saw those two lines indicating too many pings"