You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
As the Shrink API's document says, there is a request parameter named max_primary_shard_size which can be used to set the maximum size of a primary shard in the target index, but the parameter does not exist in opensearch actually.
To Reproduce
POST a/_shrink/e
{
"max_primary_shard_size":"50gb"
}
Expected behavior
Maybe we should remove the request parameter max_primary_shard_size from the document temporarily and add it back after we implement the function.
Screenshots
Host/Environment (please complete the following information):
OS: [MacOS]
Version [12.6]
OpenSearch Version: 2.3
The text was updated successfully, but these errors were encountered:
Describe the bug
As the Shrink API's document says, there is a request parameter named
max_primary_shard_size
which can be used to set the maximum size of a primary shard in the target index, but the parameter does not exist in opensearch actually.To Reproduce
the response is :
Expected behavior
Maybe we should remove the request parameter
max_primary_shard_size
from the document temporarily and add it back after we implement the function.Screenshots
Host/Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: