WARN UfoIndexer-search_policy-0 TransportNodeQueryDao 5947 FABRIC [nsx@6876 comp="nsx-manager" level="WARNING" subcomp="manager"] UUID 1d24d8ed-####-####-####-b0c33e336f3f could not be found
ERROR pool-1011-thread-2 UfoGenericConverter 7132 - [nsx@6876 comp="nsx-manager" errorCode="MP60511" level="ERROR" subcomp="manager"] [Indexing: DtoConversion] Could not convert UFO object to Dto by DTO converter UfoObject{operationType=CREATE, descriptor=IndexingTypeDescriptor{tableName='VdsTopology', streamTag=POLICY}, identifier=uuid {
left: <left-key-uuid>
right: <right-key-uuid>
}
INFO pool-1011-thread-2 BulkContext 7132 - [nsx@6876 comp="nsx-manager" level="INFO" subcomp="manager"] Adding IndexingTypeDescriptor{tableName='VdsTopology', streamTag=POLICY} to the indexing failure collection
System is still in uncertain state please reload
Error: Index out of sync, please resync via 'start search resync {0}'. (Error code: 60516)
VMware NSX-T Data Center 3.x
This is a known issue impacting VMware NSX.
Workaround:
If you were doing a N-VDS to DVS migration and this migration is now complete, you can run the following API to clean up the stale entries.
POST https://<nsx-mgr>/api/v1/nvds-urt?action=cleanup
Note: Please do not run the cleanup API if the N-VDS to VDS migration is not complete.
If you believe you have encountered this issue and the noted workaround does not resolve it, please open a support case with Broadcom Support and refer to this KB article.
For more information, see Creating and managing Broadcom support cases.
If you are contacting Broadcom support about this issue, please provide the following:
Handling Log Bundles for offline review with Broadcom support
Additionally, provide the output from the following commands run on the NSX Manager node as the root user:
curl -X GET http://localhost:9200/*_table_indexing_position/_search?q=hasExhaustedFailures:true&pretty -H 'Content-Type: application/json'
curl -X GET http://localhost:9200/*_table_indexing_position/_search?q=hasFailures:true&pretty -H 'Content-Type: application/json'
If this KB did not help resolve your issue, you can review the following kb for further troubleshooting steps