[ 
https://issues.apache.org/jira/browse/HBASE-16551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15459559#comment-15459559
 ] 

Matteo Bertozzi commented on HBASE-16551:
-----------------------------------------

failure does not seems to be related, and those tests pass locally
{noformat}
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; 
support was removed in 8.0
Running org.apache.hadoop.hbase.filter.TestFilterWithScanLimits
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 69.677 sec - in 
org.apache.hadoop.hbase.filter.TestFilterWithScanLimits
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; 
support was removed in 8.0
Running org.apache.hadoop.hbase.filter.TestFilterWrapper
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.905 sec - in 
org.apache.hadoop.hbase.filter.TestFilterWrapper
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; 
support was removed in 8.0
Running org.apache.hadoop.hbase.filter.TestFuzzyRowFilterEndToEnd
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 294.673 sec - 
in org.apache.hadoop.hbase.filter.TestFuzzyRowFilterEndToEnd
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; 
support was removed in 8.0
Running org.apache.hadoop.hbase.io.asyncfs.TestSaslFanOutOneBlockAsyncDFSOutput
Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 75.322 sec - 
in org.apache.hadoop.hbase.io.asyncfs.TestSaslFanOutOneBlockAsyncDFSOutput
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; 
support was removed in 8.0
Running org.apache.hadoop.hbase.io.encoding.TestChangingEncoding
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 158.36 sec - in 
org.apache.hadoop.hbase.io.encoding.TestChangingEncoding

Results :

Tests run: 45, Failures: 0, Errors: 0, Skipped: 0
{noformat}

> Cleanup SplitLogManager and CatalogJanitor
> ------------------------------------------
>
>                 Key: HBASE-16551
>                 URL: https://issues.apache.org/jira/browse/HBASE-16551
>             Project: HBase
>          Issue Type: Bug
>          Components: master
>    Affects Versions: 2.0.0
>            Reporter: Matteo Bertozzi
>            Assignee: Matteo Bertozzi
>            Priority: Trivial
>             Fix For: 2.0.0
>
>         Attachments: HBASE-16551-v0.patch
>
>
> couple of cleanups around SplitLogManager and CatalogJanitor:
> replace all copy-pasted cast in SplitLogManager with one call to an helper 
> method
> remove Server, MasterServices, Stoppable since we call the class in only one 
> place and is called as master, master, master
> reuse MockNoopMasterServices instead of creating the Server/MasterServices 
> classes



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to