Hi!
I was successfully able to set up a cluster in the following way -
WebODM <---> ClusterODM <---> NodeODM1
<---> NodeODM2
However, when I set up a task and set the ClusterODM node as the processing node, the task gets routed to NodeODM2 only.
NodeODM 1 does not get utilized as far as I can make out.
The details of my task are as follows - I have 150 images and I’ve set split to 75 images with a split-overlap of 50m.
- How can I better understand the utilization of the cluster? What outputs would I look at to make sure my cluster is behaving as expected?
- How can I split my data over both nodes in parallel as opposed to the current scenario with all the work going to a single node?
I can attach whatever logs are required.
Thanks!