Open
Description
Hi
I am using azure storage version 12.28.1 (azure storage common version 12.27.1)
When try to use inputstream used by blobClient.openInputStream we got inputstream from type StorageInputStream
Calling to reset of this stream throw "Stream mark expired"
Attached content of the reset method.
public synchronized void reset() {
if (this.markedPosition + this.markExpiry < this.currentAbsoluteReadPosition) {
throw LOGGER.logExceptionAsError(new RuntimeException(MARK_EXPIRED));
}
this.reposition(this.markedPosition);
}
Could you please let me know what needs to be done that reset should be work.
I am using another code that invoke the reset method
Thanks,
Itay
Metadata
Metadata
Assignees
Labels
Storage Service (Queues, Blobs, Files)Issues that are reported by GitHub users external to the Azure organization.Issue needs more information to triageWorkflow: This issue needs attention from Azure service team or SDK teamThe issue doesn't require a change to the product in order to be resolved. Most issues start as that