Skip to content

The UI reports incorrect historical max size after I resized them. #11443

@didip

Description

@didip

Affected Version

0.21.1

Description

  • I am deploying Druid on EKS Kubernetes.
  • The original EBS size for historical is 2TB per pod, I resized it to 10TB.
  • But the UI still reports 2TB.

What can I do to fix the reporting? See screenshot for more details:

The Volume Claim Definition:

  volumeClaimTemplates:
  - metadata:
      name: historical-data
    spec:
      accessModes: [ "ReadWriteOnce" ]
      storageClassName: gp2-encrypted-retain
      resources:
        requests:
          storage: 10000Gi

The actual disk size:

df -h /opt/druid/var/ebs
Filesystem      Size  Used Avail Use% Mounted on
/dev/nvme2n1    9.7T  1.6T  8.2T  16% /opt/apache-druid-0.21.1/var/ebs

The UI Services Tab

Screen Shot 2021-07-14 at 2 57 04 PM

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions