df -h command shows that the /storage/core disk usage is over 97%.du -h /storage/core/loginsight/cidata/store/ | sort -rh command shows buckets (/storage/core/loginsight/cidata/store/####) with a size greater than 500 MB:# du -h /storage/core/loginsight/cidata/store/ | sort -rh
110G /storage/core/loginsight/cidata/store
8.0G /storage/core/loginsight/cidata/store/####
8.0G /storage/core/loginsight/cidata/store/####
VMware Aria Operations for Logs 8.18.x
Because no timeout is configured for the name resolution check process, if "host -N" command executed by BucketManager does not return a response, BucketManager gets stuck.
Consequently, the BucketManager process stops managing the lifecycle of buckets, the bucket status remains unchanged, and its size continues to grow.
Restarting the loginsight service resolves the issue temporarily:# systemctl restart loginsight
To resolve the issue, execute the following commands to check the name resolution in the environment:
# host -N 0 <hostname of the Aria Operations for Logs node># nslookup <hostname of the Aria Operations for Logs node># dig <hostname of the Aria Operations for Logs node>
If the output does not return a successful response, verify the configuration of the DNS server and its environment.