[
https://issues.apache.org/jira/browse/HBASE-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12716411#action_12716411
]
stack commented on HBASE-1143:
------------------------------
I added this as part of J-D's change:
{code}
Index: src/java/org/apache/hadoop/hbase/client/HConnectionManager.java
===================================================================
--- src/java/org/apache/hadoop/hbase/client/HConnectionManager.java
(revision 781854)
+++ src/java/org/apache/hadoop/hbase/client/HConnectionManager.java
(working copy)
@@ -461,7 +461,7 @@
return new
UnmodifyableHTableDescriptor(HTableDescriptor.ROOT_TABLEDESC);
}
if (Bytes.equals(tableName, HConstants.META_TABLE_NAME)) {
- return new
UnmodifyableHTableDescriptor(HTableDescriptor.META_TABLEDESC);
+ return HTableDescriptor.META_TABLEDESC;
}
HTableDescriptorFinder finder = new HTableDescriptorFinder(tableName);
MetaScanner.metaScan(conf, finder);
{code}
Makes it so you can edit the .META. schema so you can change memcache flushsize
on the .META. table from shell.
> region count erratic in master UI (kill server hosting root or meta and see
> how count goes awry).... make sure you have a bunch of reions in there
> --------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: HBASE-1143
> URL: https://issues.apache.org/jira/browse/HBASE-1143
> Project: Hadoop HBase
> Issue Type: Bug
> Reporter: stack
> Assignee: Jean-Daniel Cryans
> Fix For: 0.20.0
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.