Skip to content

Commit 3a2d985

Browse files
authored
Clean up release notes for version 11.2.0
Removed sections on Acknowledgments, Admin, Chimera, Cleaner, DCAP, gplazma, httpd, and Monitoring from release notes.
1 parent ef9926c commit 3a2d985

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

release-notes-11.2

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -72,20 +72,12 @@ HTML header: <title>dCache 11.2 Release Notes</title>
7272

7373
- Xrootd PrepareRequest will return `Unsupported`.
7474

75-
## Acknowledgments
76-
77-
78-
7975
## Release 11.2.0
8076

81-
### Admin
82-
8377
### Billing
8478

8579
The transferTag is used by clients to label transfers with activity-specific information, such as experiment ID and workflow ID. This information is currently provided by XRootD and HTTP clients, and can be used by monitoring systems to identify data flows. Starting version 11.2.0 dCache includes transferTag information into the generated JSON records.
8680

87-
88-
8981
A Kafka producer operates asynchronously by default: when an application calls send(), the record is placed into an internal buffer and the call typically returns immediately, without waiting for broker acknowledgements.
9082

9183
However, asynchronous operation does not guarantee fully non-blocking behavior. Under certain conditions—such as broker unavailability, missing topic metadata, or exhausted producer buffers—the producer may block or fail synchronously. These edge cases are a common source of confusion and can lead to unexpected application failures.
@@ -96,18 +88,6 @@ To enable kafka for billing service the folowwing property in `billing.propertie
9688
`(one-of?true|false|${dcache.billing.enable.kafka})billing.enable.kafka`.
9789

9890

99-
### Chimera
100-
101-
### Cleaner
102-
103-
### DCAP
104-
105-
### gplazma
106-
107-
### httpd
108-
109-
### Monitoring
110-
11191
### NFS
11292

11393
The NFS door has been updated to use the original NFS request credentials when Proxy-IO is used.

0 commit comments

Comments
 (0)