Unresponsive NSX UI due to growing /config
partition usage and caused CompactorLeaderServices
Object Creation Failure
/config partition usage consistently grows over time. In a steady state, /config usage should typically be less than 5% . For instance
# df -h /config Filesystem Size Used Avail Use% Mounted on /dev/mapper/nsx-config 29G 4.4G 24G 17% /config
# ls -l /image/core/ -rw------- 1 nsx-cbm nsx-cbm 257201917 May 18 15:49 cbm_oom.hprof
<timestamp>.496Z | ERROR | initializationTaskThread | compactor-leader | Unable to create CompactorLeaderServices object. Will retry on next attempt. Exception: org.corfudb.runtime.exceptions.UnreachableClusterException: Runtime stalled. Invoking systemDownHandler after 60 unsuccessful tries. at org.corfudb.infrastructure.ManagementServer.lambda$new$0(ManagementServer.java:99) at org.corfudb.runtime.view.AbstractView.layoutHelper(AbstractView.java:176) at org.corfudb.runtime.view.AbstractView.layoutHelper(AbstractView.java:61) at org.corfudb.runtime.view.SequencerView.lambda$query$2(SequencerView.java:40) at io.micrometer.core.instrument.composite.CompositeTimer.record(CompositeTimer.java:57) at org.corfudb.common.metrics.micrometer.MicroMeterUtils.lambda$time$6(MicroMeterUtils.java:121) at java.util.Optional.map(Optional.java:215)
To mitigate the issue temporarily, restart the Corfu server.