[
https://issues.apache.org/jira/browse/DL-151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15768147#comment-15768147
]
ASF GitHub Bot commented on DL-151:
-----------------------------------
GitHub user sijie opened a pull request:
https://github.com/apache/incubator-distributedlog/pull/84
DL-151: TestBKLogReadHandler#testGetFirstDLSNWithOpenLedger is flaky
- Flush/Commit records only after the data are written
- Disable immediate flush
- Reduce num writes from 100 to 10
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sijie/incubator-distributedlog
sijie/FixTestGetFirstDLSNWithOpenLedger
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-distributedlog/pull/84.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #84
----
commit 4aa78c2cbbfc1a89c25463a3aa0401595471445a
Author: Sijie Guo <[email protected]>
Date: 2016-12-21T20:55:32Z
DL-151: TestBKLogReadHandler#testGetFirstDLSNWithOpenLedger is flaky
- Flush/Commit records only after the data are written
- Disable immediate flush
- Reduce num writes from 100 to 10
----
> TestBKLogReadHandler#testGetFirstDLSNWithOpenLedger is flaky
> ------------------------------------------------------------
>
> Key: DL-151
> URL: https://issues.apache.org/jira/browse/DL-151
> Project: DistributedLog
> Issue Type: Task
> Components: distributedlog-core, tests
> Reporter: Sijie Guo
> Assignee: Sijie Guo
>
> {code}
> Failed tests:
> testGetFirstDLSNWithOpenLedger(com.twitter.distributedlog.TestBKLogReadHandler):
> expected:<DLSN{logSegmentSequenceNo=1, entryId=99, slotId=0}> but
> was:<DLSN{logSegmentSequenceNo=1, entryId=86, slotId=0}>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)