Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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. 

...

The first time the pull script runs, it requests all the data for each configured poller. Next time, it requests only the modified data since the last synchronisation. 

Releases

4.0.5

Status
colourGreen
titleRELEASED
27th March 2024

  • 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 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.

4.0.4

Status
colourGreen
titleRELEASED
19th March 2024

...