Skip to content

Commit 1f9440b

Browse files
authored
Release note for 4.17.3 (#4700)
* Release note for 4.17.3 * Update latest release
1 parent 44607a0 commit 1f9440b

31 files changed

+73
-41
lines changed

site3/website/docusaurus.config.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const baseUrl = process.env.BASE_URL || "/"
77
const deployUrl = process.env.DEPLOY_URL || "https://bookkeeper.apache.org";
88
const variables = {
99
/** They are used in .md files*/
10-
latest_release: "4.17.2",
10+
latest_release: "4.17.3",
1111
stable_release: "4.16.7",
1212
github_repo: "https://github.com/apache/bookkeeper",
1313
github_master: "https://github.com/apache/bookkeeper/tree/master",
@@ -95,27 +95,27 @@ const config = {
9595
{
9696
label: "Coding guide",
9797
to: "community/coding-guide"
98-
},
98+
},
9999
{
100100
label: "Testing guide",
101101
to: "community/testing"
102-
},
102+
},
103103
{
104104
label: "Issue report guide",
105105
to: "community/issue-report"
106-
},
106+
},
107107
{
108108
label: "Release guide",
109109
to: "community/release-guide"
110-
},
110+
},
111111
{
112112
label: "Presentations",
113113
to: "community/presentations"
114-
},
114+
},
115115
{
116116
label: "BookKeeper proposals (BP)",
117117
to: "community/bookkeeper-proposals"
118-
},
118+
},
119119
]
120120
},
121121
{
@@ -235,7 +235,7 @@ const config = {
235235
]
236236
},
237237
{
238-
238+
239239
title: 'Project',
240240
items: [
241241
{
@@ -264,15 +264,15 @@ const config = {
264264
}
265265
]
266266
}
267-
267+
268268
],
269269
},
270270

271271
prism: {
272272
theme: lightCodeTheme,
273273
darkTheme: darkCodeTheme,
274274
},
275-
275+
276276
}),
277277
customFields: variables
278278
};

site3/website/src/pages/release-notes.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,38 @@
11
<!-- markdown-link-check-disable -->
22
# Release notes
33

4+
## 4.17.3
5+
6+
Release 4.17.3 includes multiple bug fixes and few dependency updates.
7+
8+
Apache BookKeeper users are encouraged to upgrade to 4.17.3 if you are using 4.17.x.
9+
The technical details of this release are summarized below.
10+
11+
#### Bugs
12+
13+
* Fix: Garbage collection stuck on corrupt entry log file [PR #4544](https://github.com/apache/bookkeeper/pull/4544)
14+
* [fix] Failed read entries after multiple decommissioning [PR #4613](https://github.com/apache/bookkeeper/pull/4613)
15+
* [fix]BK stays at read_only state even if the disk is empty [PR #4640](https://github.com/apache/bookkeeper/pull/4640)
16+
* Bring back the old public method name which removed from #4640 [PR #4682](https://github.com/apache/bookkeeper/pull/4682)
17+
* [fix]compile error of the file native_io_jni.c for the env jdk11 & windows [PR #4665](https://github.com/apache/bookkeeper/pull/4665)
18+
* Only stop Gc for the fill disk for DbLedgerStorage [PR #4661](https://github.com/apache/bookkeeper/pull/4661)
19+
* [fix]Wrong error code(-102) when opening a deleted ledger [PR #4657](https://github.com/apache/bookkeeper/pull/4657)
20+
* Log all the error in the GarbageCollectorThread [PR #4649](https://github.com/apache/bookkeeper/pull/4649)
21+
22+
#### Improvements
23+
24+
* support `equalsAndHashcode` for BookieServerInfo [PR #4686](https://github.com/apache/bookkeeper/pull/4686)
25+
* Supports configuring TCP Keepalive related parameters in Bookie Client. [PR #4683](https://github.com/apache/bookkeeper/pull/4683)
26+
* add rate limit for zk read rate in gc. [PR #4645](https://github.com/apache/bookkeeper/pull/4645)
27+
28+
#### Dependency updates
29+
30+
* Upgrade netty to 4.1.130 Final [PR #4699](https://github.com/apache/bookkeeper/pull/4699)
31+
* [security] Replace net.jpountz.lz4:lz4 with at.yawk.lz4:lz4-java [PR #4696](https://github.com/apache/bookkeeper/pull/4696)
32+
* Upgrade OpenTelemetry to 1.56.0, Otel instrumentation to 2.21.0 and Otel semconv to 1.37.0 [PR #4690](https://github.com/apache/bookkeeper/pull/4690)
33+
* Exclude commons-collections from dependencies [PR #4689](https://github.com/apache/bookkeeper/pull/4689)
34+
* Remove commons-configuration2 and commons-beanutils from top level dependencies [PR #4648](https://github.com/apache/bookkeeper/pull/4648)
35+
436
## 4.17.2
537

638
Release 4.17.2 includes multiple bug fixes and few dependency updates.

site3/website/versioned_docs/version-4.17.2/admin/autorecovery.md renamed to site3/website/versioned_docs/version-4.17.3/admin/autorecovery.md

File renamed without changes.

site3/website/versioned_docs/version-4.17.2/admin/bookies.md renamed to site3/website/versioned_docs/version-4.17.3/admin/bookies.md

File renamed without changes.

site3/website/versioned_docs/version-4.17.2/admin/decomission.md renamed to site3/website/versioned_docs/version-4.17.3/admin/decomission.md

File renamed without changes.

site3/website/versioned_docs/version-4.17.2/admin/geo-replication.md renamed to site3/website/versioned_docs/version-4.17.3/admin/geo-replication.md

File renamed without changes.

site3/website/versioned_docs/version-4.17.2/admin/http.md renamed to site3/website/versioned_docs/version-4.17.3/admin/http.md

File renamed without changes.

site3/website/versioned_docs/version-4.17.2/admin/metrics.md renamed to site3/website/versioned_docs/version-4.17.3/admin/metrics.md

File renamed without changes.

site3/website/versioned_docs/version-4.17.2/admin/perf.md renamed to site3/website/versioned_docs/version-4.17.3/admin/perf.md

File renamed without changes.

site3/website/versioned_docs/version-4.17.2/admin/placement.md renamed to site3/website/versioned_docs/version-4.17.3/admin/placement.md

File renamed without changes.

0 commit comments

Comments
 (0)