alexandrevilain / temporal-operator

Temporal Kubernetes Operator
https://temporal-operator.pages.dev/
Apache License 2.0
155 stars 33 forks source link

Unable to bootstrap ringpop / configurable maxJoinDuration #824

Open dave-ledgy opened 9 hours ago

dave-ledgy commented 9 hours ago

Hi, many thanks for the operator. I've been getting issues with not being able to bootstrap ringpop in time and was wondering if it would be possible to make the maxJoinDuration configurable? It appears to be hardcoded at 30 seconds currently, and my cluster doesn't seem to be able to bootstrap in that timeframe. For context, the following error is received: exhausted all retries: join duration of 44.89636036s exceeded max 30s. Many thanks!

alexandrevilain commented 6 hours ago

Hi! @dave-ledgy !

Maybe we can provide ringpop configuration in the API. But don't you think that 30s is enough in most of the cases, don't you have any network issue ?