[
https://issues.apache.org/jira/browse/HBASE-1372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706098#action_12706098
]
Jean-Daniel Cryans commented on HBASE-1372:
-------------------------------------------
This is what happens:
{code}
[junit] 2009-05-05 12:53:43,790 INFO [IPC Server handler 3 on 60000]
master.RegionManager(401): assigning region test,,1241542405273 to the only
server 127.0.0.1:57693
[junit] 2009-05-05 12:53:48,716 DEBUG [main]
client.HConnectionManager$TableServers(570): locateRegionInMeta attempt 0 of 10
failed; retrying after sleep of 5000
[junit] java.net.ConnectException: Call to /127.0.0.1:46252 failed on
connection exception: java.net.ConnectException: Connection refused
[junit] at
org.apache.hadoop.hbase.ipc.HBaseClient.wrapException(HBaseClient.java:728)
[junit] at
org.apache.hadoop.hbase.ipc.HBaseClient.call(HBaseClient.java:704)
...
[junit] 2009-05-05 12:53:48,717 DEBUG [main]
client.HConnectionManager$TableServers(691): Removed .META.,,1 for
tableName=.META. from cache because of test,row,99999999999999
[junit] 2009-05-05 12:53:49,789 INFO [ServerManager.leaseChecker]
master.ServerManager$ServerExpirer(761): 127.0.0.1:57693 lease expired
[junit] 2009-05-05 12:53:49,791 DEBUG [HMaster] master.HMaster(438):
Processing todo: ProcessServerShutdown of 127.0.0.1:57693
[junit] 2009-05-05 12:53:49,791 INFO [HMaster]
master.ProcessServerShutdown(235): process shutdown of server 127.0.0.1:57693:
logSplit: false, rootRescanned: false, numberOfMetaRegions: 1,
onlineMetaRegions.size(): 1
[junit] 2009-05-05 12:53:49,795 INFO [HMaster] regionserver.HLog(714):
Splitting 1 log(s) in
hdfs://localhost.localdomain:56376/user/hadoop/log_127.0.0.1_1241542413670_57693
[junit] 2009-05-05 12:53:49,795 DEBUG [HMaster] regionserver.HLog(743):
Splitting 1 of 1:
hdfs://localhost.localdomain:56376/user/hadoop/log_127.0.0.1_1241542413670_57693/hlog.dat.1241542414746
[junit] 2009-05-05 12:53:49,806 INFO [HMaster] regionserver.HLog(725): log
file splitting completed for
hdfs://localhost.localdomain:56376/user/hadoop/log_127.0.0.1_1241542413670_57693
{code}
> TestGetRowVersions doesn't pass on 0.19 branch
> ----------------------------------------------
>
> Key: HBASE-1372
> URL: https://issues.apache.org/jira/browse/HBASE-1372
> Project: Hadoop HBase
> Issue Type: Bug
> Affects Versions: 0.19.2
> Reporter: Jean-Daniel Cryans
> Assignee: Jean-Daniel Cryans
> Priority: Blocker
> Fix For: 0.19.2
>
>
> Currently TestGetRowVersions doesn't pass because the region server is too
> slow to setup root and meta and gets a lease expired.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.