Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Issue 201: Fix the flaky test TestBKDistributedLogManager.deleteDuringRead #204

Merged
merged 1 commit into from
Oct 18, 2017

Conversation

sijie
Copy link
Member

@sijie sijie commented Oct 12, 2017

Descriptions of the changes in this PR:

The problem is when a log is deleted during read, the reader will detect some missing log segments and throw DLIllegalStateException. It is an expected behavior because reading while a log is deleted is an undefined behavior. so it is expected to receive DLIllegalStateException exception.

@sijie sijie added this to the 0.6.0 milestone Oct 12, 2017
@sijie sijie self-assigned this Oct 12, 2017
Copy link
Member

@jiazhai jiazhai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 LGTM

@sijie sijie merged commit 1b42f5b into apache:master Oct 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants