[
https://issues.apache.org/jira/browse/HBASE-424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack reopened HBASE-424:
-------------------------
This doesn't work, at least on TRUNK. Reopening.
Here is a clean install:
{code}
[EMAIL PROTECTED] trunk]$ ./bin/hbase shell
HBase Shell; enter 'help<RETURN>' for list of supported commands.
Version: 0.2.0, r678898, Mon Jul 28 00:00:35 UTC 2008
hbase(main):001:0> disable '.META.'
08/07/28 00:01:56 DEBUG client.HConnectionManager$TableServers: Found ROOT
REGION => {NAME => '-ROOT-,,0', STARTKEY => '', ENDKEY => '', ENCODED =>
70236052, TABLE => {{NAME => '-ROOT-', IS_ROOT => 'true', IS_META => 'true',
FAMILIES => [{NAME => 'info', BLOOMFILTER => 'false', COMPRESSION => 'NONE',
VERSIONS => '1', LENGTH => '2147483647', TTL => '-1', IN_MEMORY => 'false',
BLOCKCACHE => 'false'}]}}
08/07/28 00:01:56 DEBUG client.HBaseAdmin: Sleep. Waiting for all regions to be
disabled from .META.
08/07/28 00:02:06 DEBUG client.HBaseAdmin: Wake. Waiting for all regions to be
disabled from .META.
08/07/28 00:02:06 DEBUG client.HConnectionManager$TableServers: Found ROOT
REGION => {NAME => '-ROOT-,,0', STARTKEY => '', ENDKEY => '', ENCODED =>
70236052, TABLE => {{NAME => '-ROOT-', IS_ROOT => 'true', IS_META => 'true',
FAMILIES => [{NAME => 'info', BLOOMFILTER => 'false', COMPRESSION => 'NONE',
VERSIONS => '1', LENGTH => '2147483647', TTL => '-1', IN_MEMORY => 'false',
BLOCKCACHE => 'false'}]}}
08/07/28 00:02:06 INFO client.HBaseAdmin: Disabled .META.
0 row(s) in 10.2660 seconds
hbase(main):002:0>
hbase(main):003:0* enable '.META.'
NativeException: java.net.SocketTimeoutException: timed out waiting for rpc
response
from org/apache/hadoop/ipc/Client.java:559:in `call'
from org/apache/hadoop/hbase/ipc/HbaseRPC.java:230:in `invoke'
from $Proxy7:-1:in `enableTable'
{code}
> Should be able to enable/disable .META. table
> ---------------------------------------------
>
> Key: HBASE-424
> URL: https://issues.apache.org/jira/browse/HBASE-424
> Project: Hadoop HBase
> Issue Type: Bug
> Reporter: stack
> Assignee: Jim Kellerman
> Fix For: 0.2.0
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.