/var/run/log/vmkernel.log
In(182) vmkernel: cpu81:126647407 opID=52cdc12d)kcp: KCP_DeletePort:958: [nsx@6876 comp="nsx-esx" subcomp="kcp"]Port ###### is cleared and blockedOutput similar to the below is seen on the ESXi host in the output of
net-dvs -l
port ########-####-####-####-############:
com.vmware.common.port.volatile.status = inUse linkUp blocked portID=###### Port blocked by admin propType = RUNTIME
"Currently connected network interface" 'Network adapter X' uses network 'DVSwitch[50 3e ## ## ## ## ## ##-## ## ## ## ## ## 42 4e] NSX port group [dvportgroup-#####](nsxa down)', which is not accessible."
/var/run/log/vmkernel.log
In(182) vmkernel: cpu1:2176110)vdl2: VDL2CPProcessLinkChange:6889: [nsx@6876 comp="nsx-esx" subcomp="vdl2-####"]Control plane link down[IP: ###.###.##.##] for VNI[####]
/var/log/cloudnet/nsx-ccp.log
ERROR FalconThread-0 AbstractDependencyBasedDataDiscoverer 74130 - [nsx@6876 comp="nsx-controller" errorCode="CCP1310211" level="ERROR" subcomp="magpie"] Parallel invocation of features encountered error with concurrent listeners: {}Log lines similar to the below are encountered on the NSX Manager in
java.util.concurrent.TimeoutException: Shutdown timer hit after 7200 seconds
/var/log/cloudnet/nsx-ccp-events.log
EVENT WrapperSimpleAppMain Main 2200380 - [nsx@6876 comp="nsx-controller" level="EVENT" subcomp="main"] CCP process started
ForkJoinPool.commonPool
" are seen for 30 mins or longer on the NSX Manager in /var/log/cloudnet/nsx-ccp.log
INFO ForkJoinPool.commonPool-worker-63 ShardingManagerImpl 87947 - [nsx@4413 comp="nsx-controller" level="INFO" subcomp="magpie"] Notify listeners for sharding update with revision ########
Note: The preceding log excerpts are only examples. Date, time, and environmental variables may vary depending on your environment.
VMware NSX 4.2.0.x
VMware NSX 4.2.1.x
Due to an issue in JDK (JDK-8330017), Java ForkJoinPool may incorrectly determine the total number of ForkJoinPool threads as over the limit and new thread requests may be blocked, which results in the NSX Controller transaction processing thread being blocked.
There are two possible scenarios:
Note, this issue is expected to repeat based on the uptime of the Controller service. Medium form factor Managers can experience the issue after 6 weeks and Large/Extra Large form factor Managers after more than 3 months.
For resolution and workaround, refer to the parent article that consolidates guidance regarding this issue: NSX is impacted by JDK-8330017: ForkJoinPool stops executing tasks due to ctl field Release Count (RC) overflow.