Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
### Added

- omid: init at 1.1.0 ([#493]).
- hadoop: Allow datanodes to override their registration addresses ([#506]).
- hadoop: Allow datanodes to override their registration addresses ([#506], [#544]).
- nifi: Add Apache Iceberg extensions ([#529]).
- testing-tools: Add krb5-user library for Kerberos tests ([#531]).
- testing-tools: Add the Python library Beautiful Soup 4 ([#536]).
Expand Down Expand Up @@ -36,6 +36,7 @@ All notable changes to this project will be documented in this file.
[#538]: https://github.com/stackabletech/docker-images/pull/538
[#539]: https://github.com/stackabletech/docker-images/pull/539
[#542]: https://github.com/stackabletech/docker-images/pull/542
[#544]: https://github.com/stackabletech/docker-images/pull/544

## [23.11.0] - 2023-11-30

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ index c1507a45120..d253779e70d 100644
+ }
+
+ DatanodeID dnId = new DatanodeID(registeredHostname,
+ hostName,
+ registeredHostname,
+ storage.getDatanodeUuid(),
+ registeredDataPort,
+ registeredHttpPort,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ index 96c4ad9ae28..fdb8e631dc8 100644
+ }
+
+ DatanodeID dnId = new DatanodeID(registeredHostname,
+ hostName,
+ registeredHostname,
+ storage.getDatanodeUuid(),
+ registeredDataPort,
+ registeredHttpPort,
Expand Down