Skip to content

Commit

Permalink
Remove version tags and add notes for schema changes
Browse files Browse the repository at this point in the history
Signed-off-by: hye-on <ain0103@naver.com>
  • Loading branch information
hye-on committed Jan 27, 2025
1 parent 8f8e6e9 commit 1622f24
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions spec/schemas/nodes.info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,15 @@ components:
$ref: '#/components/schemas/NodeThreadPoolInfo'
total_indexing_buffer:
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.
# NOTE: In OpenSearch 3.0, this field will change from ByteCount to HumanReadableByteCount
oneOf:
- $ref: '_common.yaml#/components/schemas/ByteCount'
x-version-removed: '3.0'
- $ref: '_common.yaml#/components/schemas/HumanReadableByteCount'
x-version-added: '3.0'
total_indexing_buffer_in_bytes:
# NOTE: In OpenSearch 3.0, this field will change from HumanReadableByteCount to ByteCount
oneOf:
- $ref: '_common.yaml#/components/schemas/HumanReadableByteCount'
x-version-removed: '3.0'
- $ref: '_common.yaml#/components/schemas/ByteCount'
x-version-added: '3.0'
transport:
$ref: '#/components/schemas/NodeInfoTransport'
transport_address:
Expand Down

0 comments on commit 1622f24

Please sign in to comment.