Skip to content

Commit

Permalink
Release 2.14.11, 2.13.22, 2.12.34, 2.11.45, 2.10.54
Browse files Browse the repository at this point in the history
  • Loading branch information
Jürgen Starek committed Feb 9, 2016
1 parent dffab97 commit 74f8c32
Show file tree
Hide file tree
Showing 6 changed files with 238 additions and 5 deletions.
23 changes: 23 additions & 0 deletions release-notes-2.10
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,29 @@ Paul Millar <[email protected]>
xrootd is now consistent with information recorded for other
protocol transfers.

## Release 2.10.54

### nfs

Pinning files is now a non-blocking operation. For files stored on tape, this should result in a more responsive system behaviour, avoiding NFS blocking in situations with many concurrent pin requests.


### Changelog 2.10.53..2.10.54

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

[c27ed41](https://github.com/dcache/dcache/commit/c27ed41511b109fa597a98d9a126260d448a4c8d)
: [maven-release-plugin] prepare release 2.10.54

[7b3c317](https://github.com/dcache/dcache/commit/7b3c317ebc9257bc84b1cd7de1877bf8334d0941)
: adapted commit 3eab402754b814f681a14d296d808031b05f2737 for 2.10 branch

[e83c140](https://github.com/dcache/dcache/commit/e83c1403bf3bdea51098497cb2e6faa37a83458f)
: nfs: use noitify instead of blocking sendAndWait when sending pin/unpin messages via touch ".(get)(<file_name>)(pin)" command

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

## Release 2.10.53

### Changes affecting multiple services
Expand Down
23 changes: 23 additions & 0 deletions release-notes-2.11
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,29 @@ All properties marked forbidden or obsolete are now no longer
recognised by dCache. All properties that were deprecated in 2.10 are
now marked forbidden.

## Release 2.11.45

### nfs

Pinning files is now a non-blocking operation. For files stored on tape, this should result in a more responsive system behaviour, avoiding NFS blocking in situations with many concurrent pin requests.


### Changelog 2.11.44..2.11.45

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

[9474044](https://github.com/dcache/dcache/commit/94740448a404c454436cf9341d06e3ca6c82a3a0)
: [maven-release-plugin] prepare release 2.11.45

[8074557](https://github.com/dcache/dcache/commit/8074557686b89407429c451d336411457600ab79)
: adapt 3eab402754b814f681a14d296d808031b05f2737 to 2.11 branch code

[9115ff4](https://github.com/dcache/dcache/commit/9115ff4beedffece4dfcf11b7a0dbea8a7e30a72)
: nfs: use noitify instead of blocking sendAndWait when sending pin/unpin messages via touch ".(get)(<file_name>)(pin)" command

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

## Release 2.11.44

### Changes affecting multiple services
Expand Down
33 changes: 33 additions & 0 deletions release-notes-2.12
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,39 @@ Hightlights from this release:
Previous releases of dCache always used the WAN port range. Note
that the xrootd mover port range is configurable with this release.

## Release 2.12.34

### alarms

On heavily loaded systems creating alarms at very high frequencies and with comparatively slow databases for alarm logging, components ran out of memory and blocked. This release introduces a mechanism that will drop alarm messages that would cause the system to fail, ensuring continued operation. Note that no messages that are critical to system operation will ever be dropped by this change.

### nfs

Pinning files is now a non-blocking operation. For files stored on tape, this should result in a more responsive system behaviour, avoiding NFS blocking in situations with many concurrent pin requests.


### Changelog 2.12.33..2.12.34

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

[3244337](https://github.com/dcache/dcache/commit/32443376b64d85eace9b563f85adf8bb9eb906c0)
: [maven-release-plugin] prepare release 2.12.34

[d939fe24](https://github.com/dcache/dcache/commit/d939fe245b9f274e1778d7643b15a21f5757b716)
: Revert "(2.12) alarms: change executor to have bounded queue and discard events on overrun"

[d077daa](https://github.com/dcache/dcache/commit/d077daaeb9a40d06a1bf11edef82e1ec1362883b)
: (2.12) alarms: change executor to have bounded queue and discard events on overrun

[02f9d10](https://github.com/dcache/dcache/commit/02f9d1046aae728d21baa6741d985a8c6d32ad47)
: adjust commit 5acde923f467ec3e391988ecd1dac05163dbbb1b to 2.12 branch code

[5acde92](https://github.com/dcache/dcache/commit/5acde923f467ec3e391988ecd1dac05163dbbb1b)
: nfs: use noitify instead of blocking sendAndWait when sending pin/unpin messages via touch ".(get)(<file_name>)(pin)" command

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

## Release 2.12.33

### Changes affecting multiple services
Expand Down
27 changes: 27 additions & 0 deletions release-notes-2.13
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,33 @@ Highlights from this release:
required upon upgrading, but downgrading is not possible without
explicitly converting the format.

## Release 2.13.22

### alarms

On heavily loaded systems creating alarms at very high frequencies and with comparatively slow databases for alarm logging, components ran out of memory and blocked. This release introduces a mechanism that will drop alarm messages that would cause the system to fail, ensuring continued operation. Note that no messages that are critical to system operation will ever be dropped by this change.

### nfs

Pinning files is now a non-blocking operation. For files stored on tape, this should result in a more responsive system behaviour, avoiding NFS blocking in situations with many concurrent pin requests.


### Changelog 2.13.21..2.13.22

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

[bb355ba](https://github.com/dcache/dcache/commit/bb355ba5a1fc68421960d2a02e8cb49a4de9a081)
: [maven-release-plugin] prepare release 2.13.22

[71dca46](https://github.com/dcache/dcache/commit/71dca461feffa7470cb48896345ab8a1582b86aa)
: (2.13) alarms: change executor to have bounded queue and discard events on overrun

[5f257a0](https://github.com/dcache/dcache/commit/5f257a026f40817271e943d43ae8edd48c7c9686)
: nfs: use noitify instead of blocking sendAndWait when sending pin/unpin messages via touch ".(get)(<file_name>)(pin)" command

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

## Release 2.13.21

### Changes affecting multiple services
Expand Down
27 changes: 27 additions & 0 deletions release-notes-2.14
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,33 @@ Highlights from this release:
SRM requests will be lost from the database. Third party scripts
that access the SRM database directly may have to be updated.

## Release 2.14.11

### alarms

On heavily loaded systems creating alarms at very high frequencies and with comparatively slow databases for alarm logging, components ran out of memory and blocked. This release introduces a mechanism that will drop alarm messages that would cause the system to fail, ensuring continued operation. Note that no messages that are critical to system operation will ever be dropped by this change.

### nfs

Pinning files is now a non-blocking operation. For files stored on tape, this should result in a more responsive system behaviour, avoiding NFS blocking in situations with many concurrent pin requests.


### Changelog 2.14.10..2.14.11

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

[1e2eb2c](https://github.com/dcache/dcache/commit/1e2eb2c03c3bc74af254b7eb4d89883363002922)
: [maven-release-plugin] prepare release 2.14.11

[cdee225](https://github.com/dcache/dcache/commit/cdee225dad336b8612e75cdabcc98b09c0fa8715)
: (2.14) alarms: change executor to have bounded queue and discard events on overrun

[755f85c](https://github.com/dcache/dcache/commit/755f85c05f3d2f057ab438fcfe803a7cfe9039ca)
: nfs: use noitify instead of blocking sendAndWait when sending pin/unpin messages via touch ".(get)(<file_name>)(pin)" command

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

## Release 2.14.10

### Changes affecting multiple services
Expand Down
110 changes: 105 additions & 5 deletions releases.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,27 @@
<notes-url>release-notes-2.14.shtml</notes-url>
<version-prefix>2.14.</version-prefix>

<release version="10" recommended="1">
<release version="11" recommended="1">
<date>9.2.2016</date>
<package name="Debian package">
<download-url>_VERSION-1_all.deb</download-url>
<md5sum>b15bef8195ddc3287f6420c4b47a56af</md5sum>
</package>
<package name="rpm">
<download-url>-VERSION-1.noarch.rpm</download-url>
<md5sum>186f1defcc0543e042e030864621a213</md5sum>
</package>
<package name="Solaris package">
<download-url>-VERSION-1.pkg</download-url>
<md5sum>a1d5cc3d40ce19e978f279115b730159</md5sum>
</package>
<package name="tgz">
<download-url>-VERSION.tar.gz</download-url>
<md5sum>7a9bbbab3f9b98e8a14b2901155f934c</md5sum>
</package>
</release>

<release version="10">
<date>2.2.2016</date>
<package name="Debian package">
<download-url>_VERSION-1_all.deb</download-url>
Expand Down Expand Up @@ -451,7 +471,27 @@
<notes-url>release-notes-2.13.shtml</notes-url>
<version-prefix>2.13.</version-prefix>

<release version="21" recommended="1">
<release version="22" recommended="1">
<date>9.2.2016</date>
<package name="Debian package">
<download-url>_VERSION-1_all.deb</download-url>
<md5sum>b5ed577482d6075c053dfc5cb2ef8aa4</md5sum>
</package>
<package name="rpm">
<download-url>-VERSION-1.noarch.rpm</download-url>
<md5sum>c8e1f4c2cf6185c146cfc817c326870b</md5sum>
</package>
<package name="Solaris package">
<download-url>-VERSION-1.pkg</download-url>
<md5sum>97b6420946621b43ec6d860a22f17aab</md5sum>
</package>
<package name="tgz">
<download-url>-VERSION.tar.gz</download-url>
<md5sum>71c897618067c5b6dbfd5681ada2e1ba</md5sum>
</package>
</release>

<release version="21">
<date>2.2.2016</date>
<package name="Debian package">
<download-url>_VERSION-1_all.deb</download-url>
Expand Down Expand Up @@ -885,7 +925,27 @@
<notes-url>release-notes-2.12.shtml</notes-url>
<version-prefix>2.12.</version-prefix>

<release version="33" recommended="1">
<release version="34" recommended="1">
<date>9.2.2016</date>
<package name="Debian package">
<download-url>_VERSION-1_all.deb</download-url>
<md5sum>11ec6cc0e7e1fe119210a365c7f50b3c</md5sum>
</package>
<package name="rpm">
<download-url>-VERSION-1.noarch.rpm</download-url>
<md5sum>007ff9ff2d7d0b2e18245ce62159acdb</md5sum>
</package>
<package name="Solaris package">
<download-url>-VERSION-1.pkg</download-url>
<md5sum>6c4c598bef1c4245a29f2a6b00fbc681</md5sum>
</package>
<package name="tgz">
<download-url>-VERSION.tar.gz</download-url>
<md5sum>710ebd5852a7bd211a6ea5abc53dfd85</md5sum>
</package>
</release>

<release version="33">
<date>2.2.2016</date>
<package name="Debian package">
<download-url>_VERSION-1_all.deb</download-url>
Expand Down Expand Up @@ -1488,7 +1548,27 @@
<notes-url>release-notes-2.11.shtml</notes-url>
<version-prefix>2.11.</version-prefix>

<release version="44" recommended="1">
<release version="45" recommended="1">
<date>9.2.2016</date>
<package name="Debian package">
<download-url>_VERSION-1_all.deb</download-url>
<md5sum>026a718db3c98b28085433537a6c4f38</md5sum>
</package>
<package name="rpm">
<download-url>-VERSION-1.noarch.rpm</download-url>
<md5sum>9691d4b545f620e98234dd095d7b2f52</md5sum>
</package>
<package name="Solaris package">
<download-url>-VERSION-1.pkg</download-url>
<md5sum>97b4cb70632e5294e803b945423095b5</md5sum>
</package>
<package name="tgz">
<download-url>-VERSION.tar.gz</download-url>
<md5sum>a94c92d0c7ce4a7222baf7ebe4e25d68</md5sum>
</package>
</release>

<release version="44">
<date>2.2.2016</date>
<package name="Debian package">
<download-url>_VERSION-1_all.deb</download-url>
Expand Down Expand Up @@ -2250,7 +2330,27 @@
<notes-url>release-notes-2.10.shtml</notes-url>
<version-prefix>2.10.</version-prefix>

<release version="53" recommended="1">
<release version="54" recommended="1">
<date>9.2.2016</date>
<package name="Debian package">
<download-url>_VERSION-1_all.deb</download-url>
<md5sum>6c119f9eae6373002887135969be6ba4</md5sum>
</package>
<package name="rpm">
<download-url>-VERSION-1.noarch.rpm</download-url>
<md5sum>15c0bf21135bd3eaee30bede91f1ad48</md5sum>
</package>
<package name="Solaris package">
<download-url>-VERSION-1.pkg</download-url>
<md5sum>d726b2cd48ba741dbb62d8c17859b023</md5sum>
</package>
<package name="tgz">
<download-url>-VERSION.tar.gz</download-url>
<md5sum>c708ff2c054b419e2490839d4fb1d225</md5sum>
</package>
</release>

<release version="53">
<date>2.2.2016</date>
<package name="Debian package">
<download-url>_VERSION-1_all.deb</download-url>
Expand Down

0 comments on commit 74f8c32

Please sign in to comment.