Skip to content

Commit 1622f24

Browse files
committed
Remove version tags and add notes for schema changes
Signed-off-by: hye-on <[email protected]>
1 parent 8f8e6e9 commit 1622f24

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

spec/schemas/nodes.info.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,15 @@ components:
6666
$ref: '#/components/schemas/NodeThreadPoolInfo'
6767
total_indexing_buffer:
6868
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.
69+
# NOTE: In OpenSearch 3.0, this field will change from ByteCount to HumanReadableByteCount
6970
oneOf:
7071
- $ref: '_common.yaml#/components/schemas/ByteCount'
71-
x-version-removed: '3.0'
7272
- $ref: '_common.yaml#/components/schemas/HumanReadableByteCount'
73-
x-version-added: '3.0'
7473
total_indexing_buffer_in_bytes:
74+
# NOTE: In OpenSearch 3.0, this field will change from HumanReadableByteCount to ByteCount
7575
oneOf:
7676
- $ref: '_common.yaml#/components/schemas/HumanReadableByteCount'
77-
x-version-removed: '3.0'
7877
- $ref: '_common.yaml#/components/schemas/ByteCount'
79-
x-version-added: '3.0'
8078
transport:
8179
$ref: '#/components/schemas/NodeInfoTransport'
8280
transport_address:

0 commit comments

Comments
 (0)