...
- The Primary is the server that keeps the information of all the pollers and it is where we can read all the information from.
- The pollersPollers, collect their own data, and send that information to the Primary when it is requested.
...
- Fixed issue where with a query to filter which nodes should be moved to a peer could silently fail.
- Added safety guard where if more than 90% of nodes on a peer need to be removed then the job will abort unless you force=1 is passed into sync-all-nodes.
- Added new config item opha_node_exclusion_pattern which takes a Regex pattern. This allows you to exclude certain nodes being removed from a peer, for example global nodes.
...