You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org> on 2010/03/05 01:47:27 UTC

[jira] Commented: (HBASE-2288) Shell fails on alter

    [ https://issues.apache.org/jira/browse/HBASE-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841629#action_12841629 ] 

Jean-Daniel Cryans commented on HBASE-2288:
-------------------------------------------

I committed this to branch:

{code}
Index: bin/HBase.rb
===================================================================
--- bin/HBase.rb	(revision 919248)
+++ bin/HBase.rb	(working copy)
@@ -231,9 +231,6 @@
         if args[MEMSTORE_FLUSHSIZE]
           htd.setMemStoreFlushSize(JLong.valueOf(args[MEMSTORE_FLUSHSIZE]))
         end
-        if args[DEFERRED_LOG_FLUSH]
-          htd.setDeferredLogFlush(JBoolean.valueOf(args[DEFERRED_LOG_FLUSH]))
-        end
         @admin.modifyTable(tableName.to_java_bytes, htd)
       else
         descriptor = hcd(args)
{code}

> Shell fails on alter
> --------------------
>
>                 Key: HBASE-2288
>                 URL: https://issues.apache.org/jira/browse/HBASE-2288
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>             Fix For: 0.20.4
>
>
> HBASE-2035 added this line to branch which doesn't make sense since it's related to a Trunk feature:
> {code}
>         if args[DEFERRED_LOG_FLUSH]
>           htd.setDeferredLogFlush(JBoolean.valueOf(args[DEFERRED_LOG_FLUSH]))
>         end
> {code}
> We just need to remove it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.