linkedin / linkedin/ambry

BlobStoreCompactor test failure

Open
#855 2 comments 0 reactions 1 assignee View on GitHub

@vgkholla is already working on this.

Since Jan 25, 2018.

bug test-failure
Dominant language
Java
Stars
1.8k
Forks
298
Avg merge
21h 43m
Merged PRs (30d)
9

Description

Got the following test failure on the most recent travis build.
```
com.github.ambry.store.BlobStoreCompactorTest > interruptionDuringLastCommitTest FAILED
java.lang.AssertionError: Last modified time of an older index segment > newer index segment
at org.junit.Assert.fail(Assert.java:91)
at org.junit.Assert.assertTrue(Assert.java:43)
at com.github.ambry.store.CuratedLogIndexState.verifyRealIndexSanity(CuratedLogIndexState.java:616)
at com.github.ambry.store.CuratedLogIndexState.verifyState(CuratedLogIndexState.java:860)
at com.github.ambry.store.CuratedLogIndexState.setupTestState(CuratedLogIndexState.java:766)
at com.github.ambry.store.CuratedLogIndexState.(CuratedLogIndexState.java:181)
at com.github.ambry.store.BlobStoreCompactorTest.refreshState(BlobStoreCompactorTest.java:937)
at com.github.ambry.store.BlobStoreCompactorTest.interruptionDuringLastCommitTest(BlobStoreCompactorTest.java:694)
```

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.