Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
4.0.0, 4.4.0, 4.7.0
-
None
-
Unknown
Description
camel-azure-storage-blob uploadBlockBlob retry operation fails due to mark and reset issue / Flux
Due to some of the issues Azure blob storage retrying for upload again, but it is failed to upload due to the input stream length is 0 which is not expected.
As per the azure core/common bode Flux code suggestion it is suggested to make markAndreset request parameter to true, But the out camel component always send the parameter value as false.
Solution: Instead of sending the default value to false, we can use inputStream.markSupported() method.
Here I am adding traces and screenshots, for easy understanding.
Thanks.
Attachments
Attachments
Issue Links
- is caused by
-
CAMEL-18808 camel-azure-storage-blob producer doesn't use CamelAzureStorageBlobBlobSize-header
- Resolved
- links to