Skip to content

Commit

Permalink
KAFKA-18408 tweak the 'tag' field for BrokerHeartbeatRequest.json, Br…
Browse files Browse the repository at this point in the history
…okerRegistrationChangeRecord.json and RegisterBrokerRecord.json (#18421)

Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
  • Loading branch information
mingdaoy authored Jan 7, 2025
1 parent 2a073a1 commit c40cc57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"about": "True if the broker wants to be fenced, false otherwise." },
{ "name": "WantShutDown", "type": "bool", "versions": "0+",
"about": "True if the broker wants to be shut down, false otherwise." },
{ "name": "OfflineLogDirs", "type": "[]uuid", "versions": "1+", "taggedVersions": "1+", "tag": "0",
{ "name": "OfflineLogDirs", "type": "[]uuid", "versions": "1+", "taggedVersions": "1+", "tag": 0,
"about": "Log directories that failed and went offline." }
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"about": "-1 if the broker has been unfenced, 0 if no change, 1 if the broker has been fenced." },
{ "name": "InControlledShutdown", "type": "int8", "versions": "1+", "taggedVersions": "1+", "tag": 1,
"about": "0 if no change, 1 if the broker is in controlled shutdown." },
{ "name": "LogDirs", "type": "[]uuid", "versions": "2+", "taggedVersions": "2+", "tag": "2",
{ "name": "LogDirs", "type": "[]uuid", "versions": "2+", "taggedVersions": "2+", "tag": 2,
"about": "Log directories configured in this broker which are available." }
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"about": "True if the broker is fenced." },
{ "name": "InControlledShutdown", "type": "bool", "versions": "1+", "default": "false",
"about": "True if the broker is in controlled shutdown." },
{ "name": "LogDirs", "type": "[]uuid", "versions": "3+", "taggedVersions": "3+", "tag": "0",
{ "name": "LogDirs", "type": "[]uuid", "versions": "3+", "taggedVersions": "3+", "tag": 0,
"about": "Log directories configured in this broker which are available." }
]
}

0 comments on commit c40cc57

Please sign in to comment.