[jira] [Updated] (HBASE-10787) TestHCM#testConnection* take too long

2014-03-19 Thread Andrew Purtell (JIRA)

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

Andrew Purtell updated HBASE-10787:
---

   Resolution: Fixed
Fix Version/s: 0.99.0
 Hadoop Flags: Reviewed
   Status: Resolved  (was: Patch Available)

> TestHCM#testConnection* take too long
> -
>
> Key: HBASE-10787
> URL: https://issues.apache.org/jira/browse/HBASE-10787
> Project: HBase
>  Issue Type: Task
>Reporter: Ted Yu
>Assignee: Ted Yu
>Priority: Minor
> Fix For: 0.99.0
>
> Attachments: 10787-v1.txt
>
>
> TestHCM#testConnectionClose takes more than 5 minutes on Apache Jenkins.
> The test can be shortened when retry count is lowered.
> On my Mac, for TestHCM#testConnection* (two tests)
> without patch:
> {code}
> Running org.apache.hadoop.hbase.client.TestHCM
> 2014-03-18 15:46:57.695 java[71368:1203] Unable to load realm info from 
> SCDynamicStore
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 242.2 sec
> {code}
> with patch:
> {code}
> Running org.apache.hadoop.hbase.client.TestHCM
> 2014-03-18 15:40:44.013 java[71184:1203] Unable to load realm info from 
> SCDynamicStore
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 100.465 sec
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HBASE-10787) TestHCM#testConnection* take too long

2014-03-18 Thread Ted Yu (JIRA)

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

Ted Yu updated HBASE-10787:
---

Status: Patch Available  (was: Open)

> TestHCM#testConnection* take too long
> -
>
> Key: HBASE-10787
> URL: https://issues.apache.org/jira/browse/HBASE-10787
> Project: HBase
>  Issue Type: Task
>Reporter: Ted Yu
>Assignee: Ted Yu
>Priority: Minor
> Attachments: 10787-v1.txt
>
>
> TestHCM#testConnectionClose takes more than 5 minutes on Apache Jenkins.
> The test can be shortened when retry count is lowered.
> On my Mac, for TestHCM#testConnection* (two tests)
> without patch:
> {code}
> Running org.apache.hadoop.hbase.client.TestHCM
> 2014-03-18 15:46:57.695 java[71368:1203] Unable to load realm info from 
> SCDynamicStore
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 242.2 sec
> {code}
> with patch:
> {code}
> Running org.apache.hadoop.hbase.client.TestHCM
> 2014-03-18 15:40:44.013 java[71184:1203] Unable to load realm info from 
> SCDynamicStore
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 100.465 sec
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HBASE-10787) TestHCM#testConnection* take too long

2014-03-18 Thread Ted Yu (JIRA)

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

Ted Yu updated HBASE-10787:
---

Attachment: 10787-v1.txt

> TestHCM#testConnection* take too long
> -
>
> Key: HBASE-10787
> URL: https://issues.apache.org/jira/browse/HBASE-10787
> Project: HBase
>  Issue Type: Task
>Reporter: Ted Yu
>Assignee: Ted Yu
>Priority: Minor
> Attachments: 10787-v1.txt
>
>
> TestHCM#testConnectionClose takes more than 5 minutes on Apache Jenkins.
> The test can be shortened when retry count is lowered.
> On my Mac,
> without patch:
> {code}
> Running org.apache.hadoop.hbase.client.TestHCM
> 2014-03-18 15:46:57.695 java[71368:1203] Unable to load realm info from 
> SCDynamicStore
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 242.2 sec
> {code}
> with patch:
> {code}
> Running org.apache.hadoop.hbase.client.TestHCM
> 2014-03-18 15:40:44.013 java[71184:1203] Unable to load realm info from 
> SCDynamicStore
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 100.465 sec
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HBASE-10787) TestHCM#testConnection* take too long

2014-03-18 Thread Ted Yu (JIRA)

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

Ted Yu updated HBASE-10787:
---

Description: 
TestHCM#testConnectionClose takes more than 5 minutes on Apache Jenkins.
The test can be shortened when retry count is lowered.
On my Mac, for TestHCM#testConnection* (two tests)
without patch:
{code}
Running org.apache.hadoop.hbase.client.TestHCM
2014-03-18 15:46:57.695 java[71368:1203] Unable to load realm info from 
SCDynamicStore
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 242.2 sec
{code}
with patch:
{code}
Running org.apache.hadoop.hbase.client.TestHCM
2014-03-18 15:40:44.013 java[71184:1203] Unable to load realm info from 
SCDynamicStore
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 100.465 sec
{code}

  was:
TestHCM#testConnectionClose takes more than 5 minutes on Apache Jenkins.
The test can be shortened when retry count is lowered.
On my Mac,
without patch:
{code}
Running org.apache.hadoop.hbase.client.TestHCM
2014-03-18 15:46:57.695 java[71368:1203] Unable to load realm info from 
SCDynamicStore
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 242.2 sec
{code}
with patch:
{code}
Running org.apache.hadoop.hbase.client.TestHCM
2014-03-18 15:40:44.013 java[71184:1203] Unable to load realm info from 
SCDynamicStore
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 100.465 sec
{code}


> TestHCM#testConnection* take too long
> -
>
> Key: HBASE-10787
> URL: https://issues.apache.org/jira/browse/HBASE-10787
> Project: HBase
>  Issue Type: Task
>Reporter: Ted Yu
>Assignee: Ted Yu
>Priority: Minor
> Attachments: 10787-v1.txt
>
>
> TestHCM#testConnectionClose takes more than 5 minutes on Apache Jenkins.
> The test can be shortened when retry count is lowered.
> On my Mac, for TestHCM#testConnection* (two tests)
> without patch:
> {code}
> Running org.apache.hadoop.hbase.client.TestHCM
> 2014-03-18 15:46:57.695 java[71368:1203] Unable to load realm info from 
> SCDynamicStore
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 242.2 sec
> {code}
> with patch:
> {code}
> Running org.apache.hadoop.hbase.client.TestHCM
> 2014-03-18 15:40:44.013 java[71184:1203] Unable to load realm info from 
> SCDynamicStore
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 100.465 sec
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)