You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jonathan Hsieh (Created) (JIRA)" <ji...@apache.org> on 2011/12/15 02:15:30 UTC

[jira] [Created] (HBASE-5034) Make distributed log splitting the default once we gain confidence in it.

Make distributed log splitting the default once we gain confidence in it.
-------------------------------------------------------------------------

                 Key: HBASE-5034
                 URL: https://issues.apache.org/jira/browse/HBASE-5034
             Project: HBase
          Issue Type: Improvement
    Affects Versions: 0.94.0
            Reporter: Jonathan Hsieh


As a suggestion:

To reduce the number of paths necessary for testing, we should make distributed log splitting the default setting for recovery once we gain confidence with it.  After a release where it is the default (0.94 hopefully?), the release after could remove the original non-distributed version.

--
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-5034) Make distributed log splitting the default once we gain confidence in it.

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

Jonathan Hsieh commented on HBASE-5034:
---------------------------------------

My bad -- I didn't check that.  I think we should still deprecate and remove the older path so we only have one path/configuration to exercise in the future.
                
> Make distributed log splitting the default once we gain confidence in it.
> -------------------------------------------------------------------------
>
>                 Key: HBASE-5034
>                 URL: https://issues.apache.org/jira/browse/HBASE-5034
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 0.94.0
>            Reporter: Jonathan Hsieh
>
> As a suggestion:
> To reduce the number of paths necessary for testing, we should make distributed log splitting the default setting for recovery once we gain confidence with it.  After a release where it is the default (0.94 hopefully?), the release after could remove the original non-distributed version.

--
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-5034) Remove non distributed log splitting option

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

stack commented on HBASE-5034:
------------------------------

@Jon Agreed.  Issue is valid w/ your above edit.
                
> Remove non distributed log splitting option
> -------------------------------------------
>
>                 Key: HBASE-5034
>                 URL: https://issues.apache.org/jira/browse/HBASE-5034
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 0.94.0
>            Reporter: Jonathan Hsieh
>
> As a suggestion:
> Distributed log splitting the default setting for recovery in 0.92.  To reduce the number of paths necessary for testing, we should remove the original non-distributed version.

--
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-5034) Make distributed log splitting the default once we gain confidence in it.

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

stack commented on HBASE-5034:
------------------------------

It is the default in 0.92 Jon:

{code}
    this.distributedLogSplitting =
      conf.getBoolean("hbase.master.distributed.log.splitting", true);
{code}

... in MasterFileSystem.
                
> Make distributed log splitting the default once we gain confidence in it.
> -------------------------------------------------------------------------
>
>                 Key: HBASE-5034
>                 URL: https://issues.apache.org/jira/browse/HBASE-5034
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 0.94.0
>            Reporter: Jonathan Hsieh
>
> As a suggestion:
> To reduce the number of paths necessary for testing, we should make distributed log splitting the default setting for recovery once we gain confidence with it.  After a release where it is the default (0.94 hopefully?), the release after could remove the original non-distributed version.

--
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-5034) Remove non distributed log splitting option

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

Jonathan Hsieh updated HBASE-5034:
----------------------------------

    Description: 
As a suggestion:

Distributed log splitting the default setting for recovery in 0.92.  To reduce the number of paths necessary for testing, we should remove the original non-distributed version.

  was:
As a suggestion:

To reduce the number of paths necessary for testing, we should make distributed log splitting the default setting for recovery once we gain confidence with it.  After a release where it is the default (0.94 hopefully?), the release after could remove the original non-distributed version.

        Summary: Remove non distributed log splitting option  (was: Make distributed log splitting the default once we gain confidence in it.)
    
> Remove non distributed log splitting option
> -------------------------------------------
>
>                 Key: HBASE-5034
>                 URL: https://issues.apache.org/jira/browse/HBASE-5034
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 0.94.0
>            Reporter: Jonathan Hsieh
>
> As a suggestion:
> Distributed log splitting the default setting for recovery in 0.92.  To reduce the number of paths necessary for testing, we should remove the original non-distributed version.

--
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