Target Release 2020.1.x / 2020.2.x
How to Fix Indexing
Use the steps below to validate and fix current indexing.
From the Robo3t/MongoDB Atlas UI:
- View the contents of the MongoDB Collection from the data explorer.
From the MongoDB CLI:
Connect to Mongo.
mongo > use pronghorn pronghorn.db>
Run the following commands.
db.jobs.getIndexes() db.tasks.getIndexes() db.workflows.getinsdexes()
Expect, at a minimum, 14 Jobs, 8 Tasks, and 4 Workflows.
If you do not have the expected indexing listed in Step 3 above, run the following command in
app-workflow_engine
.npm run index
Login to IAP and confirm if you are able to view Active Jobs / Completed Jobs / Cancelled Jobs from the Job Manager page.
Resume the Migration process at Step 5.