libkv icon indicating copy to clipboard operation
libkv copied to clipboard

Increase transientTimeout of boltdb to 2mimute

Open coolljt0725 opened this issue 9 years ago • 2 comments

During docker stress test, there are a lot of timeout errors on update libnetwork object to store. ERRO[0137] docker: Error response from daemon: failed to update store for object type *libnetwork.endpoint: timeout. error=exit status 125

I think we should increase the timeout to 2m because 2m is also the timeout of container starting timeout of docker.

Signed-off-by: Lei Jitang [email protected]

coolljt0725 avatar Aug 04 '16 07:08 coolljt0725

ping @abronan PTAL

thaJeztah avatar Aug 08 '16 23:08 thaJeztah

I don't know if this is the right approach to bump the default transient timeout to fix the tests (hitting the error mostly because of limited resources on the CI), imho the field should be configurable with libnetwork and using a custom value for testing. But I'm not familiar with how libnetwork configures boltdb.

ping @sanimej as this impacts boltdb and libnetwork.

abronan avatar Aug 11 '16 00:08 abronan