anchela commented on PR #866:
URL: https://github.com/apache/jackrabbit-oak/pull/866#issuecomment-1455130398
again unrelated failure:
```
[ERROR] Tests run: 7, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
5.919 s <<< FAILURE! - in
org.apache.jackrabbit.oak.segment.azure.journal.AzureTarRevisionsTest
[ERROR]
getHead(org.apache.jackrabbit.oak.segment.azure.journal.AzureTarRevisionsTest)
Time elapsed: 0.625 s <<< ERROR!
java.io.IOException: The append position condition specified was not met.
Please see the cause for further information.
at
com.microsoft.azure.storage.core.Utility.initIOException(Utility.java:769)
at
com.microsoft.azure.storage.blob.BlobOutputStreamInternal.appendBlock(BlobOutputStreamInternal.java:506)
at
com.microsoft.azure.storage.blob.BlobOutputStreamInternal.access$200(BlobOutputStreamInternal.java:47)
at
com.microsoft.azure.storage.blob.BlobOutputStreamInternal$3.call(BlobOutputStreamInternal.java:439)
at
com.microsoft.azure.storage.blob.BlobOutputStreamInternal$3.call(BlobOutputStreamInternal.java:436)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: com.microsoft.azure.storage.StorageException: The append position
condition specified was not met.
at
com.microsoft.azure.storage.StorageException.translateException(StorageException.java:87)
at
com.microsoft.azure.storage.core.StorageRequest.materializeException(StorageRequest.java:305)
at
com.microsoft.azure.storage.core.ExecutionEngine.executeWithRetry(ExecutionEngine.java:196)
at
com.microsoft.azure.storage.blob.CloudAppendBlob.appendBlock(CloudAppendBlob.java:405)
at
com.microsoft.azure.storage.blob.BlobOutputStreamInternal.appendBlock(BlobOutputStreamInternal.java:486)
... 9 more
```
--
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]