You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Script kubernetes-zookeeper/docker/scripts/start-zookeeper has a typo at line 200.
Current value:
echo "autopurge.purgeInteval=$PURGE_INTERVAL" >> $CONFIG_FILE
It should be purgeInterval.
Due to this, ZK is not purging older data log files & snapshots
The text was updated successfully, but these errors were encountered:
Script kubernetes-zookeeper/docker/scripts/start-zookeeper has a typo at line 200.
Current value:
echo "autopurge.purgeInteval=$PURGE_INTERVAL" >> $CONFIG_FILE
It should be purgeInterval.
Due to this, ZK is not purging older data log files & snapshots
The text was updated successfully, but these errors were encountered: