You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Doug Meil (Created) (JIRA)" <ji...@apache.org> on 2012/02/09 19:04:00 UTC

[jira] [Created] (HBASE-5365) [book] adding description of compaction file selection to refGuide in Arch/Regions/Store

[book] adding description of compaction file selection to refGuide in Arch/Regions/Store
----------------------------------------------------------------------------------------

                 Key: HBASE-5365
                 URL: https://issues.apache.org/jira/browse/HBASE-5365
             Project: HBase
          Issue Type: Improvement
            Reporter: Doug Meil
            Assignee: Doug Meil


book.xml
* adding description of compaction selection algorithm with examples (based on existing unit tests) 
* also added a few links to the "compaction" section from other places in the book that already mention compaction.

configuration.xml
* added link to compaction section from the entry that discusses configuring major compaction interval.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5365) [book] adding description of compaction file selection to refGuide in Arch/Regions/Store

Posted by "stack (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204744#comment-13204744 ] 

stack commented on HBASE-5365:
------------------------------

This doc patch is excellent.

I thought default flush size in trunk 128M, not (134 mb)?  Its done twice.  What is '(e.g., 10F)'?  Is that float?


                
> [book] adding description of compaction file selection to refGuide in Arch/Regions/Store
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-5365
>                 URL: https://issues.apache.org/jira/browse/HBASE-5365
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Doug Meil
>            Assignee: Doug Meil
>         Attachments: docbkx_hbase_5365.patch
>
>
> book.xml
> * adding description of compaction selection algorithm with examples (based on existing unit tests) 
> * also added a few links to the "compaction" section from other places in the book that already mention compaction.
> configuration.xml
> * added link to compaction section from the entry that discusses configuring major compaction interval.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-5365) [book] adding description of compaction file selection to refGuide in Arch/Regions/Store

Posted by "Doug Meil (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-5365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doug Meil updated HBASE-5365:
-----------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)
    
> [book] adding description of compaction file selection to refGuide in Arch/Regions/Store
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-5365
>                 URL: https://issues.apache.org/jira/browse/HBASE-5365
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Doug Meil
>            Assignee: Doug Meil
>         Attachments: docbkx_hbase_5365.patch
>
>
> book.xml
> * adding description of compaction selection algorithm with examples (based on existing unit tests) 
> * also added a few links to the "compaction" section from other places in the book that already mention compaction.
> configuration.xml
> * added link to compaction section from the entry that discusses configuring major compaction interval.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5365) [book] adding description of compaction file selection to refGuide in Arch/Regions/Store

Posted by "Doug Meil (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204759#comment-13204759 ] 

Doug Meil commented on HBASE-5365:
----------------------------------

Thanks!

Yeah, the "F" in "10F" is float.  I should probably just take the F out because it looks like a typo.

As for the other number, actually it's  (HTableDescriptor)
{code}
  public static final long DEFAULT_MEMSTORE_FLUSH_SIZE = 1024*1024*64L;
{code}
... not 128.  As for the 134, I had this in my notes as the default from earlier research.  Hmmmm.

I will fix both in another ticket.

                
> [book] adding description of compaction file selection to refGuide in Arch/Regions/Store
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-5365
>                 URL: https://issues.apache.org/jira/browse/HBASE-5365
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Doug Meil
>            Assignee: Doug Meil
>         Attachments: docbkx_hbase_5365.patch
>
>
> book.xml
> * adding description of compaction selection algorithm with examples (based on existing unit tests) 
> * also added a few links to the "compaction" section from other places in the book that already mention compaction.
> configuration.xml
> * added link to compaction section from the entry that discusses configuring major compaction interval.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-5365) [book] adding description of compaction file selection to refGuide in Arch/Regions/Store

Posted by "Doug Meil (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-5365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doug Meil updated HBASE-5365:
-----------------------------

    Attachment: docbkx_hbase_5365.patch
    
> [book] adding description of compaction file selection to refGuide in Arch/Regions/Store
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-5365
>                 URL: https://issues.apache.org/jira/browse/HBASE-5365
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Doug Meil
>            Assignee: Doug Meil
>         Attachments: docbkx_hbase_5365.patch
>
>
> book.xml
> * adding description of compaction selection algorithm with examples (based on existing unit tests) 
> * also added a few links to the "compaction" section from other places in the book that already mention compaction.
> configuration.xml
> * added link to compaction section from the entry that discusses configuring major compaction interval.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5365) [book] adding description of compaction file selection to refGuide in Arch/Regions/Store

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13205342#comment-13205342 ] 

Hudson commented on HBASE-5365:
-------------------------------

Integrated in HBase-TRUNK #2656 (See [https://builds.apache.org/job/HBase-TRUNK/2656/])
    hbase-5365.  book - Arch/Region/Store adding description of compaction file selection

                
> [book] adding description of compaction file selection to refGuide in Arch/Regions/Store
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-5365
>                 URL: https://issues.apache.org/jira/browse/HBASE-5365
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Doug Meil
>            Assignee: Doug Meil
>         Attachments: docbkx_hbase_5365.patch
>
>
> book.xml
> * adding description of compaction selection algorithm with examples (based on existing unit tests) 
> * also added a few links to the "compaction" section from other places in the book that already mention compaction.
> configuration.xml
> * added link to compaction section from the entry that discusses configuring major compaction interval.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-5365) [book] adding description of compaction file selection to refGuide in Arch/Regions/Store

Posted by "Doug Meil (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-5365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doug Meil updated HBASE-5365:
-----------------------------

    Status: Patch Available  (was: Open)
    
> [book] adding description of compaction file selection to refGuide in Arch/Regions/Store
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-5365
>                 URL: https://issues.apache.org/jira/browse/HBASE-5365
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Doug Meil
>            Assignee: Doug Meil
>         Attachments: docbkx_hbase_5365.patch
>
>
> book.xml
> * adding description of compaction selection algorithm with examples (based on existing unit tests) 
> * also added a few links to the "compaction" section from other places in the book that already mention compaction.
> configuration.xml
> * added link to compaction section from the entry that discusses configuring major compaction interval.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5365) [book] adding description of compaction file selection to refGuide in Arch/Regions/Store

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204904#comment-13204904 ] 

Hudson commented on HBASE-5365:
-------------------------------

Integrated in HBase-TRUNK-security #103 (See [https://builds.apache.org/job/HBase-TRUNK-security/103/])
    hbase-5365.  book - Arch/Region/Store adding description of compaction file selection

                
> [book] adding description of compaction file selection to refGuide in Arch/Regions/Store
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-5365
>                 URL: https://issues.apache.org/jira/browse/HBASE-5365
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Doug Meil
>            Assignee: Doug Meil
>         Attachments: docbkx_hbase_5365.patch
>
>
> book.xml
> * adding description of compaction selection algorithm with examples (based on existing unit tests) 
> * also added a few links to the "compaction" section from other places in the book that already mention compaction.
> configuration.xml
> * added link to compaction section from the entry that discusses configuring major compaction interval.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5365) [book] adding description of compaction file selection to refGuide in Arch/Regions/Store

Posted by "Doug Meil (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204707#comment-13204707 ] 

Doug Meil commented on HBASE-5365:
----------------------------------

Many thanks to Nicholas Spiegelberg for clarifying much of this!

                
> [book] adding description of compaction file selection to refGuide in Arch/Regions/Store
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-5365
>                 URL: https://issues.apache.org/jira/browse/HBASE-5365
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Doug Meil
>            Assignee: Doug Meil
>         Attachments: docbkx_hbase_5365.patch
>
>
> book.xml
> * adding description of compaction selection algorithm with examples (based on existing unit tests) 
> * also added a few links to the "compaction" section from other places in the book that already mention compaction.
> configuration.xml
> * added link to compaction section from the entry that discusses configuring major compaction interval.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira