Skip to content

Commit

Permalink
Releasing 9.2.27, 10.0.11 and 10.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lemora committed Oct 8, 2024
1 parent f61fa9d commit 23f69e7
Show file tree
Hide file tree
Showing 4 changed files with 147 additions and 3 deletions.
32 changes: 32 additions & 0 deletions release-notes-10.0
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,38 @@ HTML header: <title>dCache 10.0 Release Notes</title>

Many Thanks to Petter A. Urkedal and Lukas Mansour for their contributions.

## Release 10.0.11

### CI

Pipeline optimizations.

### pool

Fix double decrement on active hsm requests. This addresses the issue of pools stopping flushing to tape with "Negative number of active requests".

When a thread performing I/O gets interrupted, then an InterruptedIOException might be thrown. A DCAP mover will treat and propagate such an exception as a disk I/O error, thus disabling the pool. This fix reduces false positive disk I/O errors.


### Changelog 10.0.10..10.0.11

<!-- git log 10.0.10..10.0.11 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->

[59e5f659ae](https://github.com/dcache/dcache/commit/59e5f659aed22417d622c335681070cb74e33265)
: [maven-release-plugin] prepare release 10.0.11

[8377fb87ea](https://github.com/dcache/dcache/commit/8377fb87eaee3b24464f6c0d82c011348a69b42a)
: pool: don't treat InterruptedIOException as a disk IO error

[dd52056f98](https://github.com/dcache/dcache/commit/dd52056f98b808e6bbf6c55602a78243eff85032)
: pool: fix double decrement of hsm requests

[06ffe15ff4](https://github.com/dcache/dcache/commit/06ffe15ff4fca1962d74cd8be67ee243c71a7ac0)
: ci: split container image registry and repository

[536684fde1](https://github.com/dcache/dcache/commit/536684fde139357823e18642f252f0217508ac66)
: [maven-release-plugin] prepare for next development iteration

## Release 10.0.10

### bulk
Expand Down
32 changes: 32 additions & 0 deletions release-notes-10.1
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,38 @@ HTML header: <title>dCache 10.1 Release Notes</title>
(tbd, this section uses markdown formatting)


## Release 10.1.5

### CI

Pipeline optimizations.

### pool

Fix double decrement on active hsm requests. This addresses the issue of pools stopping flushing to tape with "Negative number of active requests".

When a thread performing I/O gets interrupted, then an InterruptedIOException might be thrown. A DCAP mover will treat and propagate such an exception as a disk I/O error, thus disabling the pool. This fix reduces false positive disk I/O errors.


### Changelog 10.1.4..10.1.5

<!-- git log 10.1.4..10.1.5 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->

[19915761ec](https://github.com/dcache/dcache/commit/19915761ec14bfd972192cd56952435e89dc986a)
: [maven-release-plugin] prepare release 10.1.5

[297eac0550](https://github.com/dcache/dcache/commit/297eac05504b778de8db727f0f3daf6ab348a3c9)
: pool: don't treat InterruptedIOException as a disk IO error

[8c9ff6bd4a](https://github.com/dcache/dcache/commit/8c9ff6bd4a0aa293e1240b639a263a006f2a35a7)
: pool: fix double decrement of hsm requests

[927d9a1a6d](https://github.com/dcache/dcache/commit/927d9a1a6d516803064433b3a4c4e8a93ef74ba7)
: ci: split container image registry and repository

[cc5a438b55](https://github.com/dcache/dcache/commit/cc5a438b559e28a4eb64943346d0585a53eed645)
: [maven-release-plugin] prepare for next development iteration

## Release 10.1.4

### bulk
Expand Down
32 changes: 32 additions & 0 deletions release-notes-9.2
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,38 @@ Many Thanks to Lars Jansse and Sandro Grizzo for their contributions.
- If upgrading from 8.2, be sure to read also the release notes for 9.0 and 9.1, important changes are described there. See the [9.2 migration guide](https://github.com/dCache/upgrade-guide/blob/master/UPGRADE92.md) for more complete information
- With version 9.2.8+, empty and non-existent banfiles will be treated the same

## Release 9.2.27

### CI

Pipeline optimizations.

### pool

Fix double decrement on active hsm requests. This addresses the issue of pools stopping flushing to tape with "Negative number of active requests".

When a thread performing I/O gets interrupted, then an InterruptedIOException might be thrown. A DCAP mover will treat and propagate such an exception as a disk I/O error, thus disabling the pool. This fix reduces false positive disk I/O errors.


### Changelog 9.2.26..9.2.27

<!-- git log 9.2.26..9.2.27 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->

[c2f32fc913](https://github.com/dcache/dcache/commit/c2f32fc9134fd97e48b83934ec7d1bb276947c77)
: [maven-release-plugin] prepare release 9.2.27

[d8d5541241](https://github.com/dcache/dcache/commit/d8d5541241594ec1f07c2d8034fcd9080fd64815)
: pool: don't treat InterruptedIOException as a disk IO error

[8e376b7181](https://github.com/dcache/dcache/commit/8e376b7181c813cdf92b428163903ebe5606c387)
: pool: fix double decrement of hsm requests

[1215548076](https://github.com/dcache/dcache/commit/12155480765a53ef99ed5a44ee486ddad5b3cc72)
: ci: split container image registry and repository

[0863dacffa](https://github.com/dcache/dcache/commit/0863dacffaa68ad3492b83122193ef55676fd13d)
: [maven-release-plugin] prepare for next development iteration

## Release 9.2.26

### bulk
Expand Down
54 changes: 51 additions & 3 deletions releases.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,23 @@
</package>
</release>
-->
<release version="4" recommended="1">
<release version="5" recommended="1">
<date>08.10.2024</date>
<package name="Debian package">
<download-url>_VERSION-1_all.deb</download-url>
<md5sum>2e5aad20f1cbc0b647fdd1fa2d26937f</md5sum>
</package>
<package name="rpm">
<download-url>-VERSION-1.noarch.rpm</download-url>
<md5sum>4b4363d51b7e08ffee1f1172ac26c097</md5sum>
</package>
<package name="tgz">
<download-url>-VERSION.tar.gz</download-url>
<md5sum>c496dd91a08d54a0c6a96f0d43250573</md5sum>
</package>
</release>

<release version="4">
<date>01.10.2024</date>
<package name="rpm">
<download-url>-VERSION-1.noarch.rpm</download-url>
Expand Down Expand Up @@ -312,7 +328,23 @@
</package>
</release>
-->
<release version="10" recommended="1">
<release version="11" recommended="1">
<date>08.10.2024</date>
<package name="Debian package">
<download-url>_VERSION-1_all.deb</download-url>
<md5sum>18440b525ce27ec496fff61080d6c614</md5sum>
</package>
<package name="rpm">
<download-url>-VERSION-1.noarch.rpm</download-url>
<md5sum>0ad4acddcdcce77fe740e6ab46b12111</md5sum>
</package>
<package name="tgz">
<download-url>-VERSION.tar.gz</download-url>
<md5sum>1c86783ba35b3aa20dbc60924d536ce0</md5sum>
</package>
</release>

<release version="10">
<date>1.10.2024</date>
<package name="rpm">
<download-url>-VERSION-1.noarch.rpm</download-url>
Expand Down Expand Up @@ -518,7 +550,23 @@
</release>
-->

<release version="26" recommended="1">
<release version="27" recommended="1">
<date>8.10.2024</date>
<package name="Debian package">
<download-url>_VERSION-1_all.deb</download-url>
<md5sum>4006f5f96adf528ac76a942150879078</md5sum>
</package>
<package name="rpm">
<download-url>-VERSION-1.noarch.rpm</download-url>
<md5sum>c7fc131b57abf60b18588994fd0df862</md5sum>
</package>
<package name="tgz">
<download-url>-VERSION.tar.gz</download-url>
<md5sum>019e774c0ae623880285c64994168fe2</md5sum>
</package>
</release>

<release version="26">
<date>01.10.2024</date>
<package name="rpm">
<download-url>-VERSION-1.noarch.rpm</download-url>
Expand Down

0 comments on commit 23f69e7

Please sign in to comment.