You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "madhusudhannsn (via GitHub)" <gi...@apache.org> on 2024/02/16 04:13:43 UTC

[I] Not able to set dimension table quota size beyond 200MB [pinot]

madhusudhannsn opened a new issue, #12434:
URL: https://github.com/apache/pinot/issues/12434

   Hi, I tried creating a dimension table with below quota size
   `"quota": {"storage": "800M"}`
   But I am getting the 500 error
   `2024/02/16 09:42:10.150 INFO [AddTableCommand] [main] {"code":500,"error":"Invalid storage quota: 838860800, max allowed size: 209715200"}`
   
   Please find the full table config of dimension table
   ```
   {
       "tableName": "test_dim",
       "tableType": "OFFLINE",
       "segmentsConfig": {
           "schemaName": "test_dim",
           "segmentPushType": "REFRESH",
           "retentionTimeUnit": "DAYS",
           "retentionTimeValue": "90",
           "timeType": "DAYS",
           "replication": "1",
           "minimizeDataMovement": false,
           "segmentAssignmentStrategy": "BalanceNumSegmentAssignmentStrategy",
           "peerSegmentDownloadScheme": "http"
       },
       "tenants": {},
       "metadata": {},
       "quota": {"storage": "800M"},
       "isDimTable": true
   }
   ```
     


-- 
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@pinot.apache.org.apache.org

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


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


Re: [I] Not able to set dimension table quota size beyond 200MB [pinot]

Posted by "xiangfu0 (via GitHub)" <gi...@apache.org>.
xiangfu0 commented on issue #12434:
URL: https://github.com/apache/pinot/issues/12434#issuecomment-1947855778

   You need to set this config in controller `controller.dimTable.maxSize= 1G` to lift the table quota constraint, default is `200M`.
   
   Code ref: https://github.com/apache/pinot/blob/master/pinot-controller/src/main/java/org/apache/pinot/controller/ControllerConf.java#L414


-- 
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@pinot.apache.org

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


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


Re: [I] Not able to set dimension table quota size beyond 200MB [pinot]

Posted by "madhusudhannsn (via GitHub)" <gi...@apache.org>.
madhusudhannsn closed issue #12434: Not able to set dimension table quota size beyond 200MB
URL: https://github.com/apache/pinot/issues/12434


-- 
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@pinot.apache.org

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


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