Hello. Suddenly we started to experience rapid grows of disk space that caused dremio UI/API be not responsive.
The issue is this folder /mnt/c1/cm/fs Its size exceeds 200gb and is quickly growing.
we tried to clean it up, but within a week it grew to the same size again.
What is this folder for? how can i reduce its grows? Or maybe find the reason for it (it was okay for years).
configs attached
/etc/dremio/dremio.conf
#
# Copyright (C) 2017-2019 Dremio Corporation. This file is confidential and private property.
#
services.executor.enabled: false
debug.dist.caching.enabled: true
paths.local: "/var/lib/dremio"
paths.results: "pdfs://"${paths.local}"/data/results"
#test
services.executor.cache.path.db: "/mnt/c1/cm"
services.executor.cache.path.fs: ["/mnt/c1/cm"]
services.executor.cache.pctquota.db: 50
services.executor.cache.pctquota.fs: [50]
services.executor.cache.ensurefreespace.fs: [20]
# Web server encryption
services.coordinator.web.ssl.enabled: true
services.coordinator.web.ssl.auto-certificate.enabled: false
services.coordinator.web.ssl.keyStore: "/etc/dremio/ssl/...."
services.coordinator.web.ssl.keyStorePassword: "...."
#services.coordinator.web.port: 443
services.coordinator.master.embedded-zookeeper.enabled: false
zookeeper: "10.0.158.65:2181"
paths.accelerator = "dremioS3:///dremio-me-047e62a8-7fab-4b4d-825e-3f022ee4e3c4-.../dremio/accelerator"
paths.uploads = "dremioS3:///dremio-me-047e62a8-7fab-4b4d-825e-3f022ee4e3c4-.../dremio/uploads"
paths.downloads = "dremioS3:///dremio-me-047e62a8-7fab-4b4d-825e-3f022ee4e3c4-.../dremio/downloads"
paths.scratch = "dremioS3:///dremio-me-047e62a8-7fab-4b4d-825e-3f022ee4e3c4-.../dremio/scratch"
provisioning.coordinator.enableAutoBackups = "true"
paths.metadata = "dremioS3:///dremio-me-047e62a8-7fab-4b4d-825e-3f022ee4e3c4-.../dremio/metadata"
paths.gandiva = "dremioS3:///dremio-me-047e62a8-7fab-4b4d-825e-3f022ee4e3c4-.../dremio/gandiva"
paths.system_iceberg_tables = "dremioS3:///dremio-me-047e62a8-7fab-4b4d-825e-3f022ee4e3c4-.../dremio/system_iceberg_tables"
paths.results_cache = "dremioS3:///dremio-me-047e62a8-7fab-4b4d-825e-3f022ee4e3c4-.../dremio/data/results_cache"
paths.node_history = "dremioS3:///dremio-me-047e62a8-7fab-4b4d-825e-3f022ee4e3c4-.../dremio/node_history"
registration.publish-host: "10.0.158.65"
provisioning.ec2.efs.mountTargetIpAddress = "10.0.146.31"
dremio-env
#JAVA_HOME in AWSE points to jre, point it to the jdk instead
DREMIO_LOG_DIR=/var/log/dremio
DREMIO_PID_DIR=/var/run/dremio
DREMIO_GC_LOGS_ENABLED="yes"
DREMIO_JAVA_VERSION_CHECK="true"
DREMIO_GC_LOG_FILENAME="server-%t.gc"
#DREMIO_JAVA_EXTRA_OPTS=
DREMIO_EXTRA_CLASSPATH=/var/dremio_efs/thirdparty/*
DREMIO_MAX_MEMORY_SIZE_MB=19089
JAVA_HOME=/usr/lib/jvm/java-11-openjdk
DREMIO_GC_OPTS="-XX:+UseG1GC -Xlog:gc:file=/var/log/dremio/server-%t.gc::filecount=20,filesize=8M
25.2.20-202510310050480576-b3eb2d13
Edition
AWS Edition (activated)