Viewing Clustered Reconciliation Progress

The sourceProcessedByNode property indicates how many records are processed by each node. You can verify the load distribution per node by running a GET on the recon endpoint, for example:

curl \
 --header "X-OpenIDM-Username: openidm-admin" \
 --header "X-OpenIDM-Password: openidm-admin" \
 --header "Accept-API-Version: resource=1.0" \
 --request GET \
 "http://localhost:8080/openidm/recon"
 ...
     "started": "2017-05-11T10:04:59.563Z",
     "ended": "",
     "duration": 342237,
     "sourceProcessedByNode": {
         "node2": 21500,
         "node1": 22000
     }
  }

You can also display the nodes responsible for each source page in the Admin UI. Click on the relevant mapping and expand the In Progress or Reconciliation Results item. The following image shows a clustered reconciliation in progress. The details include the number of records that have been processed, the current duration of the reconciliation, and the load distribution, per node:

Clustered Reconciliation Results
Image shows a clustered reconciliation in progress, with load distribution per node.

Read a different version of :