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
{{ message }}
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
Currently the vFile plugin proceeds with the role of the node when the plugin is installed.
However the role of a node can change.
A helper thread is needed in each plugin to handle the change of the role.
For example, when a node is promoted from worker to manager, it should join the etcd cluster and start watcher. On the other hand, when a node is demoted to worker, it should leave the etcd cluster and stop watcher.
The helper thread should regularly check the status of the node.
Question: can the plugin get notified when a node is promoted/demoted?
The text was updated successfully, but these errors were encountered:
Currently the vFile plugin proceeds with the role of the node when the plugin is installed.
However the role of a node can change.
A helper thread is needed in each plugin to handle the change of the role.
For example, when a node is promoted from worker to manager, it should join the etcd cluster and start watcher. On the other hand, when a node is demoted to worker, it should leave the etcd cluster and stop watcher.
The helper thread should regularly check the status of the node.
Question: can the plugin get notified when a node is promoted/demoted?
The text was updated successfully, but these errors were encountered: