Uploaded image for project: 'Jackrabbit Oak'
  1. Jackrabbit Oak
  2. OAK-9827

Flaky test: SplitPersistenceBlobTest

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.44.0
    • 1.50.0
    • segment-azure
    • None

    Description

      Flaky Unit test

      oak-segment-azure / org.apache.jackrabbit.oak.segment.spi.persistence.split.SplitPersistenceBlobTest.collectReferences (branch: trunk)

      Error Message
      
      The append position condition specified was not met. Please see the cause for further information.
      
      Stacktrace
      
      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.util.concurrent.FutureTask.run(FutureTask.java:266)
      	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
      	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
      	at java.lang.Thread.run(Thread.java:748)
      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
      
      Standard Output
      
      13:32:09.131 [main] DEBUG com.spotify.docker.client.DockerCertificates - /home/jenkins/.docker/ca.pem, /home/jenkins/.docker/key.pem or /home/jenkins/.docker/cert.pem does not exist, not using SSL
      13:32:09.161 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
      13:32:09.161 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
      13:32:09.161 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager - Connection request: [route: {}->unix://localhost:80][total kept alive: 0; route allocated: 0 of 100; total allocated: 0 of 100]
      13:32:09.161 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager - Connection leased: [id: 35][route: {}->unix://localhost:80][total kept alive: 0; route allocated: 1 of 100; total allocated: 1 of 100]
      13:32:09.161 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.execchain.MainClientExec - Opening connection {}->unix://localhost:80
      13:32:09.161 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:80
      13:32:09.162 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established [family=PF_UNIX path=]<->[family=PF_UNIX path=/var/run/docker.sock]
      13:32:09.162 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.execchain.MainClientExec - Executing request GET /_ping HTTP/1.1
      13:32:09.162 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
      13:32:09.162 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
      13:32:09.162 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-35 >> GET /_ping HTTP/1.1
      13:32:09.162 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-35 >> User-Agent: Jersey/2.22.2 (Apache HttpClient 4.5)
      13:32:09.162 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-35 >> Host: localhost:80
      13:32:09.162 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-35 >> Connection: Keep-Alive
      13:32:09.162 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-35 >> Accept-Encoding: gzip,deflate
      13:32:09.162 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 >> "GET /_ping HTTP/1.1[\r][\n]"
      13:32:09.162 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 >> "User-Agent: Jersey/2.22.2 (Apache HttpClient 4.5)[\r][\n]"
      13:32:09.162 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 >> "Host: localhost:80[\r][\n]"
      13:32:09.162 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 >> "Connection: Keep-Alive[\r][\n]"
      13:32:09.162 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 >> "Accept-Encoding: gzip,deflate[\r][\n]"
      13:32:09.162 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 >> "[\r][\n]"
      13:32:09.163 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 << "HTTP/1.1 200 OK[\r][\n]"
      13:32:09.163 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 << "Api-Version: 1.41[\r][\n]"
      13:32:09.163 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 << "Cache-Control: no-cache, no-store, must-revalidate[\r][\n]"
      13:32:09.163 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 << "Docker-Experimental: false[\r][\n]"
      13:32:09.163 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 << "Ostype: linux[\r][\n]"
      13:32:09.163 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 << "Pragma: no-cache[\r][\n]"
      13:32:09.163 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 << "Server: Docker/20.10.17 (linux)[\r][\n]"
      13:32:09.163 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 << "Date: Tue, 05 Jul 2022 13:32:09 GMT[\r][\n]"
      13:32:09.163 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 << "Content-Length: 2[\r][\n]"
      13:32:09.163 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 << "Content-Type: text/plain; charset=utf-8[\r][\n]"
      13:32:09.163 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 << "[\r][\n]"
      13:32:09.163 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 << "OK"
      13:32:09.163 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-35 << HTTP/1.1 200 OK
      13:32:09.163 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-35 << Api-Version: 1.41
      13:32:09.163 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-35 << Cache-Control: no-cache, no-store, must-revalidate
      13:32:09.163 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-35 << Docker-Experimental: false
      13:32:09.163 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-35 << Ostype: linux
      13:32:09.163 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-35 << Pragma: no-cache
      13:32:09.163 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-35 << Server: Docker/20.10.17 (linux)
      13:32:09.163 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-35 << Date: Tue, 05 Jul 2022 13:32:09 GMT
      13:32:09.163 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-35 << Content-Length: 2
      13:32:09.163 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-35 << Content-Type: text/plain; charset=utf-8
      13:32:09.163 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
      13:32:09.164 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager - Connection [id: 35][route: {}->unix://localhost:80] can be kept alive indefinitely
      13:32:09.164 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager - Connection released: [id: 35][route: {}->unix://localhost:80][total kept alive: 1; route allocated: 1 of 100; total allocated: 1 of 100]
      13:32:09.166 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
      13:32:09.166 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
      13:32:09.166 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager - Connection request: [route: {}->unix://localhost:80][total kept alive: 1; route allocated: 1 of 100; total allocated: 1 of 100]
      13:32:09.166 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager - Connection leased: [id: 35][route: {}->unix://localhost:80][total kept alive: 0; route allocated: 1 of 100; total allocated: 1 of 100]
      13:32:09.166 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.execchain.MainClientExec - Executing request POST /images/create?fromImage=mcr.microsoft.com%2Fazure-storage%2Fazurite&tag=3.15.0 HTTP/1.1
      13:32:09.166 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
      13:32:09.166 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
      13:32:09.166 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-35 >> POST /images/create?fromImage=mcr.microsoft.com%2Fazure-storage%2Fazurite&tag=3.15.0 HTTP/1.1
      13:32:09.166 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-35 >> Accept: application/json
      13:32:09.166 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-35 >> X-Registry-Auth: null
      13:32:09.166 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-35 >> User-Agent: Jersey/2.22.2 (Apache HttpClient 4.5)
      13:32:09.167 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-35 >> Host: localhost:80
      13:32:09.167 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-35 >> Connection: Keep-Alive
      13:32:09.167 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-35 >> Accept-Encoding: gzip,deflate
      13:32:09.167 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 >> "POST /images/create?fromImage=mcr.microsoft.com%2Fazure-storage%2Fazurite&tag=3.15.0 HTTP/1.1[\r][\n]"
      13:32:09.167 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 >> "Accept: application/json[\r][\n]"
      13:32:09.167 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 >> "X-Registry-Auth: null[\r][\n]"
      13:32:09.167 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 >> "User-Agent: Jersey/2.22.2 (Apache HttpClient 4.5)[\r][\n]"
      13:32:09.167 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 >> "Host: localhost:80[\r][\n]"
      13:32:09.167 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 >> "Connection: Keep-Alive[\r][\n]"
      13:32:09.167 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 >> "Accept-Encoding: gzip,deflate[\r][\n]"
      13:32:09.167 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 >> "[\r][\n]"
      13:32:09.552 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 << "HTTP/1.1 200 OK[\r][\n]"
      13:32:09.552 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 << "Api-Version: 1.41[\r][\n]"
      13:32:09.552 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 << "Content-Type: application/json[\r][\n]"
      13:32:09.552 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 << "Docker-Experimental: false[\r][\n]"
      13:32:09.552 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 << "Ostype: linux[\r][\n]"
      13:32:09.552 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 << "Server: Docker/20.10.17 (linux)[\r][\n]"
      13:32:09.552 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 << "Date: Tue, 05 Jul 2022 13:32:09 GMT[\r][\n]"
      13:32:09.552 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 << "Transfer-Encoding: chunked[\r][\n]"
      13:32:09.552 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 << "[\r][\n]"
      13:32:09.552 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 << "3f[\r][\n]"
      13:32:09.552 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 << "{"status":"Pulling from azure-storage/azurite","id":"3.15.0"}[\r][\n]"
      13:32:09.552 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 << "[\r][\n]"
      13:32:09.552 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-35 << HTTP/1.1 200 OK
      13:32:09.552 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-35 << Api-Version: 1.41
      13:32:09.552 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-35 << Content-Type: application/json
      13:32:09.552 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-35 << Docker-Experimental: false
      13:32:09.552 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-35 << Ostype: linux
      13:32:09.552 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-35 << Server: Docker/20.10.17 (linux)
      13:32:09.552 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-35 << Date: Tue, 05 Jul 2022 13:32:09 GMT
      13:32:09.552 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-35 << Transfer-Encoding: chunked
      13:32:09.552 [jersey-client-async-executor-0] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
      13:32:09.554 [pool-242-thread-1] INFO com.spotify.docker.client.LoggingPullHandler - pull mcr.microsoft.com/azure-storage/azurite:3.15.0: ProgressMessage{id=3.15.0, status=Pulling from azure-storage/azurite, stream=null, error=null, progress=null, progressDetail=null}
      13:32:09.622 [pool-242-thread-1] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 << "5e[\r][\n]"
      13:32:09.622 [pool-242-thread-1] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 << "{"status":"Digest: sha256:4d40e97bf9345c9e321f4b8cf722dc4615d5d6080fd2953844be288a13eadb59"}[\r][\n]"
      13:32:09.622 [pool-242-thread-1] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 << "[\r][\n]"
      13:32:09.622 [pool-242-thread-1] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 << "5d[\r][\n]"
      13:32:09.622 [pool-242-thread-1] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 << "{"status":"Status: Image is up to date for mcr.microsoft.com/azure-storage/azurite:3.15.0"}[\r][\n]"
      13:32:09.622 [pool-242-thread-1] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 << "[\r][\n]"
      13:32:09.622 [pool-242-thread-1] INFO com.spotify.docker.client.LoggingPullHandler - pull mcr.microsoft.com/azure-storage/azurite:3.15.0: ProgressMessage{id=null, status=Digest: sha256:4d40e97bf9345c9e321f4b8cf722dc4615d5d6080fd2953844be288a13eadb59, stream=null, error=null, progress=null, progressDetail=null}
      13:32:09.622 [pool-242-thread-1] INFO com.spotify.docker.client.LoggingPullHandler - pull mcr.microsoft.com/azure-storage/azurite:3.15.0: ProgressMessage{id=null, status=Status: Image is up to date for mcr.microsoft.com/azure-storage/azurite:3.15.0, stream=null, error=null, progress=null, progressDetail=null}
      13:32:09.705 [pool-242-thread-1] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 << "0[\r][\n]"
      13:32:09.705 [pool-242-thread-1] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-35 << "[\r][\n]"
      13:32:09.706 [pool-242-thread-1] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager - Connection [id: 35][route: {}->unix://localhost:80] can be kept alive indefinitely
      13:32:09.706 [pool-242-thread-1] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager - Connection released: [id: 35][route: {}->unix://localhost:80][total kept alive: 1; route allocated: 1 of 100; total allocated: 1 of 100]
      13:32:09.706 [main] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager - Connection manager is shutting down
      13:32:09.706 [main] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-35: Close connection
      13:32:09.706 [main] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-35: Close connection
      13:32:09.707 [main] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager - Connection manager shut down
      13:32:09.708 [main] INFO com.arakelian.docker.junit.DockerRule - Registered docker configuration: oak-test-azurite
      13:32:09.709 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
      13:32:09.709 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
      13:32:09.709 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager - Connection request: [route: {}->unix://localhost:80][total kept alive: 0; route allocated: 0 of 100; total allocated: 0 of 100]
      13:32:09.709 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager - Connection leased: [id: 36][route: {}->unix://localhost:80][total kept alive: 0; route allocated: 1 of 100; total allocated: 1 of 100]
      13:32:09.709 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.execchain.MainClientExec - Opening connection {}->unix://localhost:80
      13:32:09.709 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:80
      13:32:09.710 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established [family=PF_UNIX path=]<->[family=PF_UNIX path=/var/run/docker.sock]
      13:32:09.710 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.execchain.MainClientExec - Executing request GET /containers/oak-test-azurite/json HTTP/1.1
      13:32:09.710 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
      13:32:09.710 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
      13:32:09.710 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-36 >> GET /containers/oak-test-azurite/json HTTP/1.1
      13:32:09.710 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-36 >> Accept: application/json
      13:32:09.710 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-36 >> User-Agent: Jersey/2.22.2 (Apache HttpClient 4.5)
      13:32:09.710 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-36 >> Host: localhost:80
      13:32:09.710 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-36 >> Connection: Keep-Alive
      13:32:09.710 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-36 >> Accept-Encoding: gzip,deflate
      13:32:09.710 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-36 >> "GET /containers/oak-test-azurite/json HTTP/1.1[\r][\n]"
      13:32:09.710 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-36 >> "Accept: application/json[\r][\n]"
      13:32:09.710 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-36 >> "User-Agent: Jersey/2.22.2 (Apache HttpClient 4.5)[\r][\n]"
      13:32:09.710 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-36 >> "Host: localhost:80[\r][\n]"
      13:32:09.710 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-36 >> "Connection: Keep-Alive[\r][\n]"
      13:32:09.710 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-36 >> "Accept-Encoding: gzip,deflate[\r][\n]"
      13:32:09.710 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-36 >> "[\r][\n]"
      13:32:09.711 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-36 << "HTTP/1.1 200 OK[\r][\n]"
      13:32:09.711 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-36 << "Api-Version: 1.41[\r][\n]"
      13:32:09.711 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-36 << "Content-Type: application/json[\r][\n]"
      13:32:09.711 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-36 << "Docker-Experimental: false[\r][\n]"
      13:32:09.711 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-36 << "Ostype: linux[\r][\n]"
      13:32:09.711 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-36 << "Server: Docker/20.10.17 (linux)[\r][\n]"
      13:32:09.711 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-36 << "Date: Tue, 05 Jul 2022 13:32:09 GMT[\r][\n]"
      13:32:09.711 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-36 << "Transfer-Encoding: chunked[\r][\n]"
      13:32:09.711 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-36 << "[\r][\n]"
      13:32:09.711 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-36 << "179b[\r][\n]"
      13:32:09.711 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-36 << "{"Id":"85ef4e2334f5e3106f34c5ff55dc9c7788589281dc15d7125446fcef95dcbc57","Created":"2022-07-05T13:28:17.076332811Z","Path":"docker-entrypoint.sh","Args":["azurite","-l","/data","--blobHost","0.0.0.0","--queueHost","0.0.0.0","--tableHost","0.0.0.0"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":24447,"ExitCode":0,"Error":"","StartedAt":"2022-07-05T13:28:24.255832749Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:407472bcada281b1c234527cdf0160a5d1793a60e3557af240d120e1250f1cac","ResolvConfPath":"/var/lib/docker/containers/85ef4e2334f5e3106f34c5ff55dc9c7788589281dc15d7125446fcef95dcbc57/resolv.conf","HostnamePath":"/var/lib/docker/containers/85ef4e2334f5e3106f34c5ff55dc9c7788589281dc15d7125446fcef95dcbc57/hostname","HostsPath":"/var/lib/docker/containers/85ef4e2334f5e3106f34c5ff55dc9c7788589281dc15d7125446fcef95dcbc57/hosts","LogPath":"/var/lib/docker/containers/85ef4e2334f5e3106f34c5ff55dc9c7788589281dc15d7125446fcef95dcbc57/85ef4e2334f5e3106f34c5ff55dc9c7788589281dc15d7125446fcef95dcbc57-json.log","Name":"/oak-test-azurite","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"docker-default","ExecIDs":null,"HostConfig":{"Binds":null,"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{"10000":[{"HostIp":"0.0.0.0","HostPort":""}]},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":null,"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/79783464b61bc04e0e18b4a7164e4e5d7685849ff3b981208c1366001c7da5f1-init/diff:/var/lib/docker/overlay2/be499e00fc436f20294239edfde25c522db86eb6fed86db4a56c28dbcb4bb171/diff:/var/lib/docker/overlay2/eb50c862bf310428a6ce6a07cdcb0edf6033abb3a6308e1050ee9d0b6d2caeee/diff:/var/lib/docker/overlay2/b935e4d17f7d8d59c821f174aef6e9e7e75c3b33ab0700603b196a48e69c557f/diff:/var/lib/docker/overlay2/7ec5fb9ba0719920221b98ddfea9199d0cd681998be85a53aa62253f83a152ba/diff:/var/lib/docker/overlay2/14ca7fd5f27e5e90b07507e9baf2a4af419c6786bf2a6694e4e6578b629f7d9d/diff:/var/lib/docker/overlay2/f8f252bf05e167618cbb210b74443865ab220aadab70449c236a7b1e082510c3/diff:/var/lib/docker/overlay2/ede9cb7445a7e5d6e7d087efbd3dccd0a1c1e037da7dad0389e448d69502e10f/diff:/var/lib/docker/overlay2/2fd9d7918ac954e2c60a900c7f648c9c10c899a56d591765e0b92c70d587fda3/diff","MergedDir":"/var/lib/docker/overlay2/79783464b61bc04e0e18b4a7164e4e5d7685849ff3b981208c1366001c7da5f1/merged","UpperDir":"/var/lib/docker/overlay2/79783464b61bc04e0e18b4a7164e4e5d7685849ff3b981208c1366001c7da5f1/diff","WorkDir":"/var/lib/docker/overlay2/79783464b61bc04e0e18b4a7164e4e5d7685849ff3b981208c1366001c7da5f1/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"ceb3f49d67e6597923d841583ec6ed00eb4f0be93d8198af6b641a3c53bcac4f","Source":"/var/lib/docker/volumes/ceb3f49d67e6597923d841583ec6ed00eb4f0be93d8198af6b641a3c53bcac4f/_data","Destination":"/data","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"85ef4e2334f5","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"10000":{},"10000/tcp":{},"10001/tcp":{},"10002/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["executable=blob","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","NODE_VERSION=14.17.0","YARN_VERSION=1.22.5","NODE_ENV=production"],"Cmd":["azurite","-l","/data","--blobHost","0.0.0.0","--queueHost","0.0.0.0","--tableHost","0.0.0.0"],"Image":"mcr.microsoft.com/azure-storage/azurite:3.15.0","Volumes":{"/data":{}},"WorkingDir":"/opt/azurite","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{}},"NetworkSettings":{"Bridge":"","SandboxID":"58f6e3955b37ced487591a634e0b972ae6ea867916583588ae131619702b3292","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"10000/tcp":[{"HostIp":"0.0.0.0","HostPort":"55932"}],"10001/tcp":null,"10002/tcp":null},"SandboxKey":"/var/run/docker/netns/58f6e3955b37","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"eb79db0068fc511d4debbeeaaad9b54a10bc40fa26a8e7db1fbf59e85899a411","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.2","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:02","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"c46e543d98c266345416eeca90d47c86c2363aa822d845198a55763f510f1207","EndpointID":"eb79db0068fc511d4debbeeaaad9b54a10bc40fa26a8e7db1fbf59e85899a411","Gateway":"172.17.0.1","IPAddress":"172.17.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:02","DriverOpts":null}}}}[\n]"
      13:32:09.711 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-36 << "[\r][\n]"
      13:32:09.711 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-36 << "0[\r][\n]"
      13:32:09.711 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.wire - http-outgoing-36 << "[\r][\n]"
      13:32:09.712 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-36 << HTTP/1.1 200 OK
      13:32:09.712 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-36 << Api-Version: 1.41
      13:32:09.712 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-36 << Content-Type: application/json
      13:32:09.712 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-36 << Docker-Experimental: false
      13:32:09.712 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-36 << Ostype: linux
      13:32:09.712 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-36 << Server: Docker/20.10.17 (linux)
      13:32:09.712 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-36 << Date: Tue, 05 Jul 2022 13:32:09 GMT
      13:32:09.712 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.headers - http-outgoing-36 << Transfer-Encoding: chunked
      13:32:09.712 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
      13:32:09.715 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-36: Shutdown connection
      13:32:09.715 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.execchain.MainClientExec - Connection discarded
      13:32:09.715 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-36: Close connection
      13:32:09.715 [jersey-client-async-executor-2] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager - Connection released: [id: 36][route: {}->unix://localhost:80][total kept alive: 0; route allocated: 0 of 100; total allocated: 0 of 100]
      13:32:09.736 [main] DEBUG org.apache.jackrabbit.oak.cache.CacheLIRS - Init #96, module=BlobStore-MemCache, maxMemory=16777216, segmentCount=16, stackMoveDistance=16
      13:32:09.749 [main] INFO org.apache.jackrabbit.oak.segment.file.FileStore - Creating file store FileStoreBuilder{version=1.43-SNAPSHOT, directory=target/junit3151331126759339958/junit6388114710325382856, blobStore=DataStore backed BlobStore [org.apache.jackrabbit.oak.plugins.blob.datastore.OakFileDataStore], binariesInlineThreshold=16512, maxFileSize=256, segmentCacheSize=256, stringCacheSize=256, templateCacheSize=64, stringDeduplicationCacheSize=15000, templateDeduplicationCacheSize=3000, nodeDeduplicationCacheSize=1048576, memoryMapping=true, offHeapAccess=false, gcOptions=SegmentGCOptions{paused=false, estimationDisabled=false, gcSizeDeltaEstimation=1073741824, retryCount=5, forceTimeout=60, retainedGenerations=2, gcType=FULL, compactorType=CHECKPOINT_COMPACTOR}}
      13:32:09.749 [main] DEBUG org.apache.jackrabbit.oak.cache.CacheLIRS - Init #97, module=String Cache, maxMemory=268435456, segmentCount=16, stackMoveDistance=16
      13:32:09.751 [main] DEBUG org.apache.jackrabbit.oak.cache.CacheLIRS - Init #98, module=Template Cache, maxMemory=67108864, segmentCount=16, stackMoveDistance=16
      13:32:09.760 [main] INFO org.apache.jackrabbit.oak.segment.azure.AzureRepositoryLock - Acquired lease 28104e80-a16f-445f-8d17-b149876f089f
      13:32:09.821 [main] INFO org.apache.jackrabbit.oak.segment.file.FileStore - TarMK opened at target/junit3151331126759339958/junit6388114710325382856, mmap=true, offHeapAccess=false, size=0 B (0 bytes)
      13:32:09.821 [main] DEBUG org.apache.jackrabbit.oak.segment.file.FileStore - TAR files: TarFiles{readers=[],writer=data00000a.tar}
      13:32:09.831 [main] DEBUG org.apache.jackrabbit.oak.segment.SegmentBufferWriter - Writing data segment: id=ca8a8f2b-dd2f-441a-adac-c21a9edd754d,size=192,segmentIdCount=0,recordIdCount=6,recordCount=6 
      13:32:09.831 [main] INFO org.apache.jackrabbit.oak.segment.SegmentNodeStore$SegmentNodeStoreBuilder - Creating segment node store SegmentNodeStoreBuilder{blobStore=DataStore backed BlobStore [org.apache.jackrabbit.oak.plugins.blob.datastore.OakFileDataStore]}
      13:32:09.832 [main] INFO org.apache.jackrabbit.oak.segment.scheduler.LockBasedScheduler - Initializing SegmentNodeStore with the commitFairLock option enabled.
      13:32:09.850 [main] DEBUG org.apache.jackrabbit.oak.segment.SegmentBufferWriter - Writing data segment: id=d2229c71-832f-4588-aea9-eab94145e6b0,size=528,segmentIdCount=1,recordIdCount=24,recordCount=17 
      13:32:09.944 [main] DEBUG org.apache.jackrabbit.oak.segment.file.TarRevisions - TarMK journal update null -> d2229c71-832f-4588-aea9-eab94145e6b0.00000010
      13:32:09.998 [main] DEBUG org.apache.jackrabbit.oak.segment.file.TarRevisions - Head state did not change, skipping flush
      13:32:09.998 [main] DEBUG org.apache.jackrabbit.oak.segment.file.Scheduler - The scheduler FileStore background tasks was successfully shut down
      13:32:09.998 [main] DEBUG org.apache.jackrabbit.oak.segment.file.TarRevisions - Head state did not change, skipping flush
      13:32:10.172 [main] INFO org.apache.jackrabbit.oak.segment.azure.AzureRepositoryLock - Released lease 28104e80-a16f-445f-8d17-b149876f089f
      13:32:10.321 [main] INFO org.apache.jackrabbit.oak.segment.file.FileStore - TarMK closed: target/junit3151331126759339958/junit6388114710325382856
      13:32:10.321 [Finalizer] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager - Connection manager is shutting down
      13:32:10.322 [Finalizer] DEBUG com.spotify.docker.client.shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager - Connection manager shut down
      13:32:10.335 [main] INFO org.apache.jackrabbit.oak.segment.file.FileStore - Creating file store FileStoreBuilder{version=1.43-SNAPSHOT, directory=target/junit3151331126759339958/junit6611435162802384710, blobStore=DataStore backed BlobStore [org.apache.jackrabbit.oak.plugins.blob.datastore.OakFileDataStore], binariesInlineThreshold=16512, maxFileSize=256, segmentCacheSize=256, stringCacheSize=256, templateCacheSize=64, stringDeduplicationCacheSize=15000, templateDeduplicationCacheSize=3000, nodeDeduplicationCacheSize=1048576, memoryMapping=true, offHeapAccess=false, gcOptions=SegmentGCOptions{paused=false, estimationDisabled=false, gcSizeDeltaEstimation=1073741824, retryCount=5, forceTimeout=60, retainedGenerations=2, gcType=FULL, compactorType=CHECKPOINT_COMPACTOR}}
      13:32:10.335 [main] DEBUG org.apache.jackrabbit.oak.cache.CacheLIRS - Init #99, module=String Cache, maxMemory=268435456, segmentCount=16, stackMoveDistance=16
      13:32:10.337 [main] DEBUG org.apache.jackrabbit.oak.cache.CacheLIRS - Init #100, module=Template Cache, maxMemory=67108864, segmentCount=16, stackMoveDistance=16
      13:32:10.345 [main] INFO org.apache.jackrabbit.oak.segment.azure.AzureRepositoryLock - Acquired lease fabc6db5-75d7-4a75-ae32-d445adc2b922
      13:32:10.432 [main] INFO org.apache.jackrabbit.oak.segment.file.FileStore - TarMK opened at target/junit3151331126759339958/junit6611435162802384710, mmap=true, offHeapAccess=false, size=895 B (895 bytes)
      13:32:10.433 [main] DEBUG org.apache.jackrabbit.oak.segment.file.FileStore - TAR files: TarFiles{readers=[data00000a.tar],writer=data00001a.tar}
      13:32:10.441 [main] INFO org.apache.jackrabbit.oak.segment.SegmentNodeStore$SegmentNodeStoreBuilder - Creating segment node store SegmentNodeStoreBuilder{blobStore=DataStore backed BlobStore [org.apache.jackrabbit.oak.plugins.blob.datastore.OakFileDataStore]}
      13:32:10.441 [main] INFO org.apache.jackrabbit.oak.segment.scheduler.LockBasedScheduler - Initializing SegmentNodeStore with the commitFairLock option enabled.
      13:32:10.442 [main] DEBUG org.apache.jackrabbit.oak.segment.SegmentId - Loading segment d2229c71-832f-4588-aea9-eab94145e6b0
      13:32:10.450 [main] DEBUG org.apache.jackrabbit.oak.segment.SegmentId - Loading segment ca8a8f2b-dd2f-441a-adac-c21a9edd754d
      13:32:10.502 [main] DEBUG org.apache.jackrabbit.oak.segment.SegmentBufferWriter - Writing data segment: id=c13d1f18-99bf-42b0-a1cf-406d81f1d1fb,size=272,segmentIdCount=2,recordIdCount=7,recordCount=4 
      13:32:10.546 [TarMK flush [target]] DEBUG org.apache.jackrabbit.oak.segment.file.TarRevisions - TarMK journal update null -> a104e82e-1ea3-4626-ad0c-615ba8e101c1.00000005
      13:32:10.595 [main] DEBUG org.apache.jackrabbit.oak.segment.file.TarRevisions - TarMK journal update d2229c71-832f-4588-aea9-eab94145e6b0.00000010 -> c13d1f18-99bf-42b0-a1cf-406d81f1d1fb.00000003
      13:32:10.645 [main] DEBUG org.apache.jackrabbit.oak.segment.file.Scheduler - The scheduler FileStore background tasks was successfully shut down
      13:32:10.645 [main] DEBUG org.apache.jackrabbit.oak.segment.file.TarRevisions - TarMK journal update d2229c71-832f-4588-aea9-eab94145e6b0.00000010 -> c13d1f18-99bf-42b0-a1cf-406d81f1d1fb.00000003
      13:32:10.856 [main] INFO org.apache.jackrabbit.oak.segment.azure.AzureRepositoryLock - Released lease fabc6db5-75d7-4a75-ae32-d445adc2b922
      13:32:10.965 [main] INFO org.apache.jackrabbit.oak.segment.file.FileStore - TarMK closed: target/junit3151331126759339958/junit6611435162802384710
      
      

      Attachments

        Issue Links

          Activity

            People

              mreutegg Marcel Reutegger
              joerghoh Joerg Hoh
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: