Closed victoralfaro-dotcms closed 3 weeks ago
After researching we've realized that a CubeJS pod (cubestore-router-0
) has a volume that has run out of space:
2024-10-23T14:42:24.249Z INFO [cubestore::metastore::rocks_fs] <pid:1> Using existing metastore in /.cubestore/data/metastore
thread 'main' panicked at /build/cubestore/cubestore/src/config/mod.rs:1985:34:
called `Result::unwrap()` on an `Err` value: CubeError { message: "DB::open error for metastore: IO error: No space left on device: While renaming a file to /.cubestore/data/metastore/LOG.old.1729694544249766: /.cubestore/data/metastore/LOG: No space left on device", backtrace: "", cause: Internal }
Free space
Filesystem Size Used Avail Use% Mounted on
overlay 50G 25G 26G 49% /
tmpfs 64M 0 64M 0% /dev
/dev/root 904M 609M 233M 73% /usr/local/sbin/modprobe
/dev/nvme2n1 9.7G 9.7G 0 100% /.cubestore/data
/dev/nvme1n1p1 50G 25G 26G 49% /etc/hosts
shm 64M 0 64M 0% /dev/shm
tmpfs 30G 12K 30G 1% /run/secrets/kubernetes.io/serviceaccount
tmpfs 30G 4.0K 30G 1% /run/secrets/eks.amazonaws.com/serviceaccount
tmpfs 16G 0 16G 0% /proc/acpi
tmpfs 16G 0 16G 0% /proc/scsi
tmpfs 16G 0 16G 0% /sys/firmware
Issue https://github.com/dotCMS/core/issues/30433 has been created to track work on volume size increase for cubestore-router pod.
Parent Issue
Investigate and resolve CubeJS error in production analytics infrastructure
User Story
As a quasi dev-ops engineer, I want to troubleshoot and resolve the CubeJS failure in the production analytics infrastructure that generates an error message when trying to remove a key, so that the analytics can function correctly and without interruptions.
Acceptance Criteria
"Error removing key"
) is resolved.dotCMS Version
master
Proposed Objective
Core Features
Proposed Priority
Priority 2 - Important
External Links
Assumptions & Initiation Needs
Quality Assurance Notes & Workarounds
Error message: