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
Update test spec 3.x docker image to 3.0.0-alpha1 (#852)
* Update 3.0.0 snapshot image to 3.0.0-alpha1
Signed-off-by: Thomas Farr <[email protected]>
* Allow prerelease versions in semver matching
Signed-off-by: Thomas Farr <[email protected]>
* Fixed swapped schema references in nodes info API buffer fields (#808)
* Fixed swapped schema references in nodes info API buffer fields
Signed-off-by: hye-on <[email protected]>
* Add version specific schema handling for total_indexing_buffer and total_indexing_buffer_in_bytes fields
Signed-off-by: hye-on <[email protected]>
* Fix version number format in nodes.info.yaml
Signed-off-by: hye-on <[email protected]>
* Remove version tags and add notes for schema changes
Signed-off-by: hye-on <[email protected]>
* Revert "Remove version tags and add notes for schema changes"
This reverts commit 1622f24.
Signed-off-by: Thomas Farr <[email protected]>
---------
Signed-off-by: hye-on <[email protected]>
Signed-off-by: Thomas Farr <[email protected]>
Co-authored-by: Thomas Farr <[email protected]>
* Added paginationDepth to HybridQuery (#848)
* Added paginationDepth to HybridQuery
Signed-off-by: Wonjae Lee <[email protected]>
* Fixed diff and added test with pagination_depth
Signed-off-by: Wonjae Lee <[email protected]>
* Lint & changelog
Signed-off-by: Wonjae Lee <[email protected]>
---------
Signed-off-by: Wonjae Lee <[email protected]>
Co-authored-by: Thomas Farr <[email protected]>
* Added `warm` to `ClusterNodeCount`
Signed-off-by: Thomas Farr <[email protected]>
* Support indices and shards on nodes stats cache
Signed-off-by: Thomas Farr <[email protected]>
* Add total_primary_shards_per_node
Signed-off-by: Thomas Farr <[email protected]>
* Fix flow framework provision response status code
Signed-off-by: Thomas Farr <[email protected]>
* Fix security status codes
Signed-off-by: Thomas Farr <[email protected]>
---------
Signed-off-by: Thomas Farr <[email protected]>
Signed-off-by: hye-on <[email protected]>
Signed-off-by: Wonjae Lee <[email protected]>
Co-authored-by: 조혜온 <[email protected]>
Co-authored-by: Wonjae Lee <[email protected]>
- Fixed FilterQueryRequestProcessor to use correct query type ([#821](https://github.com/opensearch-project/opensearch-api-specification/pull/821))
124
127
- Fixed `knn.train_model`'s request body `method` field to accept an object rather than a string ([#814](https://github.com/opensearch-project/opensearch-api-specification/pull/814))
125
-
- Fixed REST status codes for RBAC and provisioning for Flow Framework plugin ([#842](https://github.com/opensearch-project/opensearch-api-specification/pull/842))
128
+
- Fixed REST status codes for RBAC and provisioning for Flow Framework plugin ([#842](https://github.com/opensearch-project/opensearch-api-specification/pull/842), [#852](https://github.com/opensearch-project/opensearch-api-specification/pull/852))
129
+
- Fixed swapped schema references in nodes info API buffer fields ([#808](https://github.com/opensearch-project/opensearch-api-specification/pull/808))
126
130
127
131
### Changed
128
132
- Changed `tasks._common:TaskInfo` and `tasks._common:TaskGroup` to be composed of a `tasks._common:TaskInfoBase` ([#683](https://github.com/opensearch-project/opensearch-api-specification/pull/683))
Copy file name to clipboardExpand all lines: spec/schemas/nodes.info.yaml
+10-3
Original file line number
Diff line number
Diff line change
@@ -64,12 +64,19 @@ components:
64
64
type: object
65
65
additionalProperties:
66
66
$ref: '#/components/schemas/NodeThreadPoolInfo'
67
-
# NOTE: total_indexing_buffer and total_indexing_buffer_in_bytes inverted according to the standard pattern, this is a bug: https://github.com/opensearch-project/OpenSearch/issues/16910
68
67
total_indexing_buffer:
69
68
description: Total heap allowed to be used to hold recently indexed documents before they must be written to disk. This size is a shared pool across all shards on this node, and is controlled by Indexing Buffer settings.
0 commit comments