Skip to content

Commit 8058b58

Browse files
committed
releasing 11.2.2 11.1.9 11.0.14 10.2.24
1 parent 7b59d93 commit 8058b58

File tree

4 files changed

+137
-0
lines changed

4 files changed

+137
-0
lines changed

release-notes-10.2

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,26 @@ HTML header: <title>dCache 10.2 Release Notes</title>
8383
- We want to thank Anton Schwarz for his contribution.
8484

8585

86+
## Release 10.2.24
87+
88+
### nfs4j
89+
90+
nfs4j has been upgraded to 0.26.1 with server-side-copy now handling unsupported case of async copy.
91+
92+
93+
### Changelog 10.2.23..10.2.24
94+
95+
<!-- git log 10.2.23..10.2.24 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
96+
97+
[02ca075bcd](https://github.com/dcache/dcache/commit/02ca075bcdeceb2ab369e2bda669eaa13b022c2b)
98+
: [maven-release-plugin] prepare release 10.2.24
99+
100+
[588a0cd2d1](https://github.com/dcache/dcache/commit/588a0cd2d115abcf0ac770428893068dba63a470)
101+
: pom: update nfs4j to 0.26.1
102+
103+
[b22416a7a2](https://github.com/dcache/dcache/commit/b22416a7a22df7ca3023eb67ab15eb222ff1aaca)
104+
: [maven-release-plugin] prepare for next development iteration
105+
86106
## Release 10.2.24
87107

88108
### #

release-notes-11.0

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,26 @@ We want to thank Marian Babik and Onno Zweers for their contributions.
7777

7878
## Release 11.0.14
7979

80+
### nfs4j
81+
82+
nfs4j has been upgraded to 0.26.1 with server-side-copy now handling unsupported case of async copy.
83+
84+
85+
### Changelog 11.0.13..11.0.14
86+
87+
<!-- git log 11.0.13..11.0.14 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
88+
89+
[ae6976e021](https://github.com/dcache/dcache/commit/ae6976e021d377b005a71d126735485c6afbf848)
90+
: [maven-release-plugin] prepare release 11.0.14
91+
92+
[c35f47f483](https://github.com/dcache/dcache/commit/c35f47f48381bbb66b81469e37a8de410c451ab7)
93+
: pom: update nfs4j to 0.26.1
94+
95+
[1d5259e4cc](https://github.com/dcache/dcache/commit/1d5259e4ccdb128a211598ef752f4e148dca037c)
96+
: [maven-release-plugin] prepare for next development iteration
97+
98+
## Release 11.0.14
99+
80100
### #
81101

82102

release-notes-11.1

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,26 @@ HTML header: <title>dCache 11.1 Release Notes</title>
7979
We want to thank Tino Reichardt for his contribution.
8080

8181

82+
## Release 11.1.9
83+
84+
### nfs4j
85+
86+
nfs4j has been upgraded to 0.27.2 with server-side-copy now handling unsupported case of async copy.
87+
88+
89+
### Changelog 11.1.8..11.1.9
90+
91+
<!-- git log 11.1.8..11.1.9 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
92+
93+
[e288710f62](https://github.com/dcache/dcache/commit/e288710f62b1e32d40a338e5b09f3a6728a25ae4)
94+
: [maven-release-plugin] prepare release 11.1.9
95+
96+
[a2827b3577](https://github.com/dcache/dcache/commit/a2827b35779a1d79fb2ba786ff2cdc20d73e88d3)
97+
: pom: update nfs4j to 0.27.2
98+
99+
[fe13956f69](https://github.com/dcache/dcache/commit/fe13956f6970fe58047bcf92097dbebdc92e05e7)
100+
: [maven-release-plugin] prepare for next development iteration
101+
82102
## Release 11.1.9
83103

84104
### #

release-notes-11.2

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,83 @@ HTML header: <title>dCache 11.2 Release Notes</title>
7474

7575
## Release 11.2.2
7676

77+
### common
78+
79+
This PR updates firefly sending semantics to use existing configuration variables while preserving default behavior.
80+
81+
` pool.enable.firefly=true`: continue sending fireflies to the transfer flow destination (UDP 10514).
82+
` pool.firefly.destination unset`: no extra copy is sent.
83+
` pool.firefly.destination set`: send one additional copy to that destination.
84+
85+
The configured pool.firefly.destination accepts:
86+
87+
`host (defaults to UDP 10514)`
88+
`host:port (explicit port override)`
89+
90+
91+
WAN SciTag support for remote HTTP(S) TPC movers has been added.
92+
93+
94+
### namespace
95+
96+
Many parts in dcache expected that files access latency and retention policy are always defined.
97+
The namespace fallbacks to default values, if there are no explicit tags are defined. However,
98+
there is shortcat tha skips default values if WriteToken tag is specified.
99+
The lately introduces Archivemetadata is a functionality that directry affected by this behaviour:
100+
101+
`java.lang.IllegalStateException: Attribute is not defined: RETENTION_POLICY`.
102+
103+
This is now fixed.
104+
105+
106+
### nfs4j
107+
108+
nfs4j has been upgraded to 0.27.2 with server-side-copy now handling unsupported case of async copy.
109+
110+
### pool
111+
112+
Often admins want to know the expected I/O rates that a pool can provide. The desired benchmarks can be hart to configure.
113+
This, it makes sense to provide a 'good starting point' with dcache.
114+
115+
Now we have the command `dcache pool benchmark` for simple test to benchmark pools filesystem
116+
117+
118+
### Changelog 11.2.1..11.2.2
119+
120+
<!-- git log 11.2.1..11.2.2 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
121+
122+
[362231d363](https://github.com/dcache/dcache/commit/362231d3635123dce813c2ecf44e9ae71c32ada4)
123+
: [maven-release-plugin] prepare release 11.2.2
124+
125+
[f6b018450c](https://github.com/dcache/dcache/commit/f6b018450cd458ff4b840275b6fb3ba83d45da78)
126+
: script: add `dcache pool benchmark` command
127+
128+
[47ab4da4e4](https://github.com/dcache/dcache/commit/47ab4da4e414c3dd50ee6da9b3993e16048fa203)
129+
: Add WAN SciTag support for remote HTTP(S) TPC movers
130+
131+
[376b2104bd](https://github.com/dcache/dcache/commit/376b2104bd4e8cf991c066b278249568fc01f3ba)
132+
: Merge pull request #8039 from ShawnMcKee/fix/firefly-sci-tag-boundary-fqan-fallback
133+
134+
[9f4b114ed6](https://github.com/dcache/dcache/commit/9f4b114ed6aa335c5c4d80439399bad03160686f)
135+
: Firefly: address PR review comments
136+
137+
[3eaec9e29a](https://github.com/dcache/dcache/commit/3eaec9e29ab8bb447e7cdf84bf192e6adb31eb14)
138+
: Firefly: send additional copy to configured collector
139+
140+
[65a61e394c](https://github.com/dcache/dcache/commit/65a61e394c7a74ef9271cd5976157cc868791c86)
141+
: pom: update nfs4j to 0.27.2
142+
143+
[e6b2b4bbfb](https://github.com/dcache/dcache/commit/e6b2b4bbfbdf5540486ff0bf2553d5c0ed2137b9)
144+
: namespace: ensure that access latency and retention policy are always defined
145+
146+
[0b3f22fb52](https://github.com/dcache/dcache/commit/0b3f22fb52003f3a8bd9e00f3d2a99cb68b58dc9)
147+
: build(deps): bump org.apache.zookeeper:zookeeper from 3.8.4 to 3.8.6
148+
149+
[f845197194](https://github.com/dcache/dcache/commit/f845197194903ec18c2dcf8a17788276e9ef40b7)
150+
: [maven-release-plugin] prepare for next development iteration
151+
152+
## Release 11.2.2
153+
77154
### #
78155

79156

0 commit comments

Comments
 (0)