[
https://issues.apache.org/jira/browse/HBASE-7687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13563852#comment-13563852
]
Ted Yu commented on HBASE-7687:
-------------------------------
bq. waitForMetaServerConnection just called waitForMeta.
getCachedConnection() comes into play:
{code}
* @return The HRegionInterface we got when we connected to <code>sn</code>
* May have come from cache, may not be good, may have been setup by this
* invocation, or may be null.
...
try {
protocol = connection.getHRegionConnection(sn.getHostname(),
sn.getPort());
{code}
If the test fails with my patch, that means the patch didn't fix the problem :-(
> TestCatalogTracker.testServerNotRunningIOException fails occasionally
> ---------------------------------------------------------------------
>
> Key: HBASE-7687
> URL: https://issues.apache.org/jira/browse/HBASE-7687
> Project: HBase
> Issue Type: Sub-task
> Reporter: Lars Hofhansl
> Assignee: Ted Yu
> Fix For: 0.96.0, 0.94.5
>
> Attachments: 7687-94.txt, 7687-trunk.txt
>
>
> I would like to remove this method. It micro-tests a single method and poorly
> at that.
--
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