You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Controllers should watch for every object that they read, otherwise it's easy to end up "stuck" with stale data.
In this case, NameNode listeners are used to feed the discovery configmap, so we should reconcile whenever they change.
The issue is somewhat mitigated by that pod startup is inhibited by listener-operator until an address has been acquired (which we do watch, via the StatefulSets), but it's still a good to paint both sides of the fence...
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Controllers should watch for every object that they read, otherwise it's easy to end up "stuck" with stale data.
In this case, NameNode listeners are used to feed the discovery configmap, so we should reconcile whenever they change.
The issue is somewhat mitigated by that pod startup is inhibited by listener-operator until an address has been acquired (which we do watch, via the StatefulSets), but it's still a good to paint both sides of the fence...
The text was updated successfully, but these errors were encountered: