ambry icon indicating copy to clipboard operation
ambry copied to clipboard

testDataChunkFailure[1] failed intermittently on travis.

Open zzmao opened this issue 7 years ago • 0 comments

The failure:

com.github.ambry.router.GetBlobOperationTest > testDataChunkFailure[1] FAILED
    java.util.concurrent.ExecutionException: com.github.ambry.router.RouterException: Prepare for sending failed Error: UnexpectedInternalError
        at com.github.ambry.router.FutureResult.resultOrThrow(FutureResult.java:113)
        at com.github.ambry.router.FutureResult.get(FutureResult.java:99)
        at com.github.ambry.router.GetBlobOperationTest.doPut(GetBlobOperationTest.java:222)
        at com.github.ambry.router.GetBlobOperationTest.testDataChunkError(GetBlobOperationTest.java:862)
        at com.github.ambry.router.GetBlobOperationTest.testDataChunkFailure(GetBlobOperationTest.java:557)
        Caused by:
        com.github.ambry.router.RouterException: Prepare for sending failed Error: UnexpectedInternalError
            Caused by:
            java.lang.IllegalArgumentException: Total Replica count 1 is less than success target 2

zzmao avatar Jun 19 '18 21:06 zzmao