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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]