You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
The fast Bulk Export implementation uses a custom InputOutput stream paradigm.
[INFO ] multiPartUpload: Upload part Error - The request to the service failed with a retryable reason, but resetting the request input stream has failed. See exception.getExtraInfo or debug-level logging for the original failure that caused this retry.; If the request involves an input stream, the maximum stream buffer size can be configured via request.getRequestClientOptions().setReadLimit(int)
[ERROR ] bulkexportfastjob[102]
The request to the service failed with a retryable reason, but resetting the request input stream has failed. See exception.getExtraInfo or debug-level logging for the original failure that caused this retry.; If the request involves an input stream, the maximum stream buffer size can be configured via request.getRequestClientOptions().setReadLimit(int)
[INFO ] bulkexportfastjob[102] processed 5696 resources in 39.88 seconds (rate=142.8 resources/second)
[INFO ] FFDC1015I: An FFDC Incident has been created: "com.ibm.cloud.objectstorage.ResetException: The request to the service failed with a retryable reason, but resetting the request input stream has failed. See exception.getExtraInfo or debug-level logging for the original failure that caused this retry.; If the request involves an input stream, the maximum stream buffer size can be configured via request.getRequestClientOptions().setReadLimit(int) com.ibm.jbatch.container.controller.impl.ChunkStepControllerImpl 342" at ffdc_21.11.04_17.17.28.0.log
[INFO ] FFDC1015I: An FFDC Incident has been created: "com.ibm.jbatch.container.exception.BatchContainerRuntimeException: com.ibm.cloud.objectstorage.ResetException: The request to the service failed with a retryable reason, but resetting the request input stream has failed. See exception.getExtraInfo or debug-level logging for the original failure that caused this retry.; If the request involves an input stream, the maximum stream buffer size can be configured via request.getRequestClientOptions().setReadLimit(int) com.ibm.jbatch.container.controller.impl.ChunkStepControllerImpl 994" at ffdc_21.11.04_17.17.28.1.log
[INFO ] FFDC1015I: An FFDC Incident has been created: "com.ibm.jbatch.container.exception.BatchContainerRuntimeException: com.ibm.cloud.objectstorage.ResetException: The request to the service failed with a retryable reason, but resetting the request input stream has failed. See exception.getExtraInfo or debug-level logging for the original failure that caused this retry.; If the request involves an input stream, the maximum stream buffer size can be configured via request.getRequestClientOptions().setReadLimit(int) com.ibm.jbatch.container.controller.impl.ChunkStepControllerImpl 982" at ffdc_21.11.04_17.17.28.2.log
[INFO ] FFDC1015I: An FFDC Incident has been created: "com.ibm.jbatch.container.exception.BatchContainerRuntimeException: com.ibm.cloud.objectstorage.ResetException: The request to the service failed with a retryable reason, but resetting the request input stream has failed. See exception.getExtraInfo or debug-level logging for the original failure that caused this retry.; If the request involves an input stream, the maximum stream buffer size can be configured via request.getRequestClientOptions().setReadLimit(int) com.ibm.jbatch.container.controller.impl.ChunkStepControllerImpl 681" at ffdc_21.11.04_17.17.28.3.log
[ERROR ] StepChunkListener: job[bulkexportfastjob/82/863] --- com.ibm.cloud.objectstorage.ResetException: The request to the service failed with a retryable reason, but resetting the request input stream has failed. See exception.getExtraInfo or debug-level logging for the original failure that caused this retry.; If the request involves an input stream, the maximum stream buffer size can be configured via request.getRequestClientOptions().setReadLimit(int)
com.ibm.cloud.objectstorage.ResetException: The request to the service failed with a retryable reason, but resetting the request input stream has failed. See exception.getExtraInfo or debug-level logging for the original failure that caused this retry.; If the request involves an input stream, the maximum stream buffer size can be configured via request.getRequestClientOptions().setReadLimit(int)
[INFO ] Transaction failed - afterCompletion(status = 4)
@NotThreadSafe
public class InputOutputByteStream {
...
private class ByteInputStream extends InputStream {
Environment
Which version of IBM FHIR Server? 4.10.0-SNAPSHOT
To Reproduce
Steps to reproduce the behavior:
Setup S3 export with the System level export with the Patient resource type.
Describe the bug
A clear and concise description of what the bug is.
The
fast
Bulk Export implementation uses a custom InputOutput stream paradigm.Environment
Which version of IBM FHIR Server? 4.10.0-SNAPSHOT
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Export should succeed
Additional context
Suspect transfer to bucket failed and was trying to retry.
Possibly This feature is only available in the latest ibm-cos update.
The text was updated successfully, but these errors were encountered: