[
https://issues.apache.org/jira/browse/SOLR-17301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul updated SOLR-17301:
------------------------------
Description:
Rate limiting is now limited to QUERY , it should be possible to support all
types
{code:json}
{
"rate-limiters":
[
{
"type": "QUERY",
"allowedRequests": 5,
"slotAcquisitionTimeoutInMS": 100
},
{
"type": "UPDATE",
"allowedRequests": 25,
"slotAcquisitionTimeoutInMS": 100
}
]
{code}
was:
Rate limiting is now limited to QUERY , it should be possible to support all
types
{code:json}
{
"rate-limiters": {
[
{
"type": "QUERY",
"allowedRequests": 5,
"slotAcquisitionTimeoutInMS": 100
},
{
"type": "UPDATE",
"allowedRequests": 25,
"slotAcquisitionTimeoutInMS": 100
}
]
}
}
{code}
> Support all types of requests in rate limiting
> ----------------------------------------------
>
> Key: SOLR-17301
> URL: https://issues.apache.org/jira/browse/SOLR-17301
> Project: Solr
> Issue Type: Improvement
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Noble Paul
> Assignee: Noble Paul
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Rate limiting is now limited to QUERY , it should be possible to support all
> types
> {code:json}
> {
> "rate-limiters":
> [
> {
> "type": "QUERY",
>
> "allowedRequests": 5,
> "slotAcquisitionTimeoutInMS": 100
> },
> {
> "type": "UPDATE",
> "allowedRequests": 25,
> "slotAcquisitionTimeoutInMS": 100
> }
> ]
>
> {code}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]