[ 
https://issues.apache.org/jira/browse/HDFS-4602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Uma Maheswara Rao G updated HDFS-4602:
--------------------------------------

    Attachment: HDFS-4602.patch

Reason for failure:
Looks like this failure test added by HDFS-4591. Since 
TestBookKeeperHACheckpoints overrodes setupCluster where it did not add 
SlowCodec configuration. Since this newly added test trying to reproduce bigger 
checkpoints, this slowness is needed for edit write ops internally. So, when 
that same test executes as part of TestBookKeeperHACheckpoints, that saveimage 
call assertions are failing. 
To fix this, we can just add that SlowCodec config in setupCluster. 

{noformat}
-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.hadoop.contrib.bkjournal.TestBookKeeperAsHASharedDir
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.611 sec
Running org.apache.hadoop.contrib.bkjournal.TestBookKeeperConfiguration
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.298 sec
Running org.apache.hadoop.contrib.bkjournal.TestBookKeeperEditLogStreams
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.985 sec
Running org.apache.hadoop.contrib.bkjournal.TestBookKeeperHACheckpoints
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 68.358 sec
Running org.apache.hadoop.contrib.bkjournal.TestBookKeeperJournalManager
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.002 sec
Running org.apache.hadoop.contrib.bkjournal.TestCurrentInprogress
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.907 sec

Results :

Tests run: 32, Failures: 0, Errors: 0, Skipped: 0

{noformat}

                
> TestBookKeeperHACheckpoints fails
> ---------------------------------
>
>                 Key: HDFS-4602
>                 URL: https://issues.apache.org/jira/browse/HDFS-4602
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>    Affects Versions: 3.0.0
>            Reporter: Suresh Srinivas
>         Attachments: HDFS-4602.patch
>
>
> See https://builds.apache.org/job/Hadoop-Hdfs-trunk/1344/
> Failed tests:   
> testStandbyExceptionThrownDuringCheckpoint(org.apache.hadoop.contrib.bkjournal.TestBookKeeperHACheckpoints):
>  SBN should have still been checkpointing.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to