You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/07/14 21:57:59 UTC

[GitHub] [druid] didip opened a new issue #11443: The UI reports incorrect historical max size after I resized them.

didip opened a new issue #11443:
URL: https://github.com/apache/druid/issues/11443


   ### 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
   
   <img width="1313" alt="Screen Shot 2021-07-14 at 2 57 04 PM" src="https://user-images.githubusercontent.com/72918/125698409-cd9f7f6a-ff1a-45c0-8f3b-983fed3d4420.png">
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] FrankChen021 commented on issue #11443: The UI reports incorrect historical max size after I resized them.

Posted by GitBox <gi...@apache.org>.
FrankChen021 commented on issue #11443:
URL: https://github.com/apache/druid/issues/11443#issuecomment-880373936


   Have you enlarged the `maxSize` property in `druid.segmentCache.locations` from 2TB to 10TB ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] didip commented on issue #11443: The UI reports incorrect historical max size after I resized them.

Posted by GitBox <gi...@apache.org>.
didip commented on issue #11443:
URL: https://github.com/apache/druid/issues/11443#issuecomment-880792989


   That's it. Totally missed that config, I thought it auto detects the file system size.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] didip closed issue #11443: The UI reports incorrect historical max size after I resized them.

Posted by GitBox <gi...@apache.org>.
didip closed issue #11443:
URL: https://github.com/apache/druid/issues/11443


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org