davsclaus opened a new pull request, #23803:
URL: https://github.com/apache/camel/pull/23803

   ## Summary
   
   - Document the Azure SDK's ETag-based read consistency behavior that causes 
`ConditionNotMet` errors when a blob is modified during a chunked download
   - List workarounds: `fileDir` for atomic downloads, blob snapshots, blob 
versioning, avoiding concurrent modification
   
   ## Context
   
   CAMEL-19254 reports a `ConditionNotMet` error when downloading blobs that 
are modified by another process during the download. This is Azure SDK's 
intentional behavior to ensure read consistency (preventing half-version-A + 
half-version-B data corruption), not a Camel bug. Closing the issue as Won't 
Fix and adding this documentation note.
   
   ## Test plan
   
   - [x] Documentation-only change, no code impact
   
   _Claude Code on behalf of Claus Ibsen_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to