You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes-10.2
+103Lines changed: 103 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,109 @@ HTML header: <title>dCache 10.2 Release Notes</title>
83
83
- Anton Schwarz, Heidelberg University, DESY Summer Stutent Programm
84
84
85
85
86
+
## Release 10.2.15
87
+
88
+
### gplazma
89
+
90
+
Excessive caching of failed login attempts leads to system has been reported.
91
+
92
+
The current relase fexed that and now following properties could be used to control the overload:
93
+
94
+
`gplazma.authz.loginFailure.cache.size=10000`
95
+
96
+
When the cache reaches this size, older entries are evicted. Remove the least-recently-used (LRU) entries when that limit is exceeded. important: the cache size is an approximate size not exact.
97
+
98
+
`gplazma.authz.loginFailure.cache-size-expiry=1`
99
+
100
+
timeout cache entry life time. By default expire entries 1 hour after they are written. If a key is expired due to time, it is gone even if the cache is not full.
Copy file name to clipboardExpand all lines: release-notes-9.2
+58Lines changed: 58 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,64 @@ Many Thanks to Lars Jansse and Sandro Grizzo for their contributions.
79
79
- 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
80
80
- With version 9.2.8+, empty and non-existent banfiles will be treated the same
81
81
82
+
## Release 9.2.40
83
+
84
+
### quota
85
+
86
+
87
+
The current release added protocol compliant return codes on quota exceeded exception.
88
+
89
+
### restapi
90
+
91
+
dCache rest api response filtered out fields that had null or default (for that type) values.
92
+
As the result, for instance, integer filed with 0 value was skipped (so is any filed with null value).
93
+
94
+
This is now fixed and Request results returned by dCache rest api contain fields having null or default values.
0 commit comments