[
https://issues.apache.org/jira/browse/PHOENIX-2594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15097305#comment-15097305
]
Hudson commented on PHOENIX-2594:
---------------------------------
SUCCESS: Integrated in Phoenix-master #1075 (See
[https://builds.apache.org/job/Phoenix-master/1075/])
PHOENIX-2594 ScannerLeaseRenewalIT fails if HBase is running locally (samarth:
rev 79d24a8bedc1d99b04c44593c4873fda97d4804b)
* phoenix-core/src/it/java/org/apache/phoenix/iterate/ScannerLeaseRenewalIT.java
> ScannerLeaseRenewalIT fails if HBase is running locally
> -------------------------------------------------------
>
> Key: PHOENIX-2594
> URL: https://issues.apache.org/jira/browse/PHOENIX-2594
> Project: Phoenix
> Issue Type: Bug
> Reporter: James Taylor
> Assignee: Samarth Jain
> Attachments: PHOENIX-2594.patch
>
>
> If I have HBase running when I run the unit tests, I'm seeing the following
> failure:
> {code}
> org.apache.phoenix.iterate.ScannerLeaseRenewalIT Time elapsed: 0.004 sec
> <<< ERROR!
> java.io.IOException: Shutting down
> at
> org.apache.phoenix.iterate.ScannerLeaseRenewalIT.setUp(ScannerLeaseRenewalIT.java:68)
> Caused by: java.lang.RuntimeException: Failed construction of Master: class
> org.apache.hadoop.hbase.master.HMasterAddress already in use
> at
> org.apache.phoenix.iterate.ScannerLeaseRenewalIT.setUp(ScannerLeaseRenewalIT.java:68)
> Caused by: java.net.BindException: Port in use: 0.0.0.0:16010
> at
> org.apache.phoenix.iterate.ScannerLeaseRenewalIT.setUp(ScannerLeaseRenewalIT.java:68)
> Caused by: java.net.BindException: Address already in use
> at
> org.apache.phoenix.iterate.ScannerLeaseRenewalIT.setUp(ScannerLeaseRenewalIT.java:68)
> {code}
> We'll want to isolate the port used in our tests to prevent this.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)