Skip to content

Commit ef64b93

Browse files
authored
10.2: Fix typos and enhance clarity in release notes
Corrected typos and improved clarity in release notes.
1 parent 3d33a88 commit ef64b93

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

release-notes-10.2

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ HTML header: <title>dCache 10.2 Release Notes</title>
7171

7272
## Incompatibilities
7373

74-
- Pool Manager partitions by default allowed to stage
74+
- Pool Manager partitions by default are allowed to stage
7575
- Dropped gPlazma ARGUS plugin
7676
- A stage request canceled in the poolmanager will propagate the cancel to pool
7777
- Pool internal health check is disabled if an external check command is configured.
@@ -80,30 +80,30 @@ HTML header: <title>dCache 10.2 Release Notes</title>
8080

8181
## Acknowledgments
8282

83-
- Anton Schwarz, Heidelberg University, DESY Summer Stutent Programm
83+
- Anton Schwarz, Heidelberg University, DESY Summer Student Program
8484

8585

8686
## Release 10.2.15
8787

8888
### gplazma
8989

9090
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:
91+
The current release has introduced a property that could be used to control the cache size:
9392

9493
`gplazma.authz.loginFailure.cache.size=10000`
9594

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`
95+
When that limit is exceeded, the oldest cache entry is removed.
96+
> Important: the cache size is approximate, not exact.
9997

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.
98+
In addition, the cache of failed logins can be evicted based on time. By default, entries expire 1 hour after they are written.
99+
If a key expires due to time, it is gone even if the cache is not full. The expiry time can be adjusted by:
101100

101+
`gplazma.authz.loginFailure.cache-size-expiry=1`
102102
`gplazma.authz.loginFailure.cache-size-expiry.unit=HOURS`
103103

104104
timeout cache entry life time unit.
105105

106-
The current release fixed `BEARER TOKEN` empty case and the empty token should be rejected.
106+
The current release fixed the `BEARER TOKEN` empty case, and the empty token should be rejected.
107107

108108
### qos
109109

@@ -112,7 +112,7 @@ DataBase name is now configurable.
112112
### quota
113113

114114

115-
The current release added protocol compliant return codes on quota exceeded exception.
115+
The current release added protocol-compliant return codes on quota-exceeded exceptions.
116116

117117
### restapi
118118

0 commit comments

Comments
 (0)