VMware NSX 4.2.0.x
VMware NSX 4.2.1.0, 4.2.1.1, 4.2.1.2, 4.2.1.3
VMware NSX 9.0.0.0
The issue occurs due to a JDK bug (JDK-8330017) where the Release Count (RC) field in ForkJoinPool's internal control structure overflows. The RC value keeps decreasing until it reaches -32768, then overflows to +32767 (ForkJoinPool.MAX_CAP), causing the thread pool to stop executing tasks.
This affects different NSX services:
Restart the upgrade-coordinator service on all three NSX Manager nodes.
Stop the upgrade coordinator service by running the following command.root@nsxmgr01:~# service upgrade-coordinator stop
Start the upgrade coordinator service by running the following command.
root@nsxmgr01:~# service upgrade-coordinator start
check the status of the Upgrade Coordinator service by running the following command.root@nsxmgr01:~# service upgrade-coordinator status