-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Inconsistent getters for shards_acknowledged #27784
Copy link
Copy link
Closed
Labels
Description
Several responses include the shards_acknowledged flag ( indicating whether the requisite number of shard copies started before the completion of the operation ) and there are two different getters used : isShardsAcknowledged() and isShardsAcked()
public boolean isShardsAcknowledged()
- OpenIndexClusterStateUpdateResponse
- OpenIndexResponse
public boolean isShardsAcked()
- CreateIndexClusterStateUpdateResponse
- RolloverResponse
- CreateIndexResponse
Should they be unified?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Fields
Give feedbackNo fields configured for issues without a type.