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

Ted Yu commented on HBASE-17690:
--------------------------------

{code}
+    long shippedCallSizeLimit = (long) numofFilesToCompact * 
this.store.getFamily().getBlocksize();
{code}
Is the above just an estimate (not all store files have the same size) ?
{code}
+          LOG.error(
+            "Failed to create del writer, "
{code}
Since the compaction would continue, the above can be at WARN.


> Clean up MOB code
> -----------------
>
>                 Key: HBASE-17690
>                 URL: https://issues.apache.org/jira/browse/HBASE-17690
>             Project: HBase
>          Issue Type: Improvement
>          Components: mob
>            Reporter: Jingcheng Du
>            Assignee: Jingcheng Du
>         Attachments: HBASE-17690.patch
>
>
> Clean up the code in MOB.
> # Fix the incorrect description in comments.
> # Fix the warning and remove redundant import in code.
> # Remove the references to the deprecated code.
> # Add throughput controller for DefaultMobStoreFlusher and 
> DefaultMobStoreCompactor.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to