You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by "David Medinets (JIRA)" <ji...@apache.org> on 2012/06/08 00:36:23 UTC

[jira] [Created] (ACCUMULO-629) Unrecognized Property In Example Configuration (logger.sort.buffer.size)

David Medinets created ACCUMULO-629:
---------------------------------------

             Summary: Unrecognized Property In Example Configuration (logger.sort.buffer.size)
                 Key: ACCUMULO-629
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-629
             Project: Accumulo
          Issue Type: Bug
            Reporter: David Medinets
            Priority: Minor


When using the accumulo executable, I see this message "[conf.ConfigSanityCheck] WARN : BAD CONFIG unrecognized property key (logger.sort.buffer.size)". That property is in the accumulo-site.xml file.

--
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] [Resolved] (ACCUMULO-629) Unrecognized Property In Example Configuration (logger.sort.buffer.size)

Posted by "Billie Rinaldi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ACCUMULO-629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Billie Rinaldi resolved ACCUMULO-629.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5.0
         Assignee: Billie Rinaldi

I removed the unneeded property from the example conf files.  Update the site xml file for your instance to stop seeing the error.
                
> Unrecognized Property In Example Configuration (logger.sort.buffer.size)
> ------------------------------------------------------------------------
>
>                 Key: ACCUMULO-629
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-629
>             Project: Accumulo
>          Issue Type: Bug
>            Reporter: David Medinets
>            Assignee: Billie Rinaldi
>            Priority: Minor
>             Fix For: 1.5.0
>
>
> When using the accumulo executable, I see this message "[conf.ConfigSanityCheck] WARN : BAD CONFIG unrecognized property key (logger.sort.buffer.size)". That property is in the accumulo-site.xml file.

--
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] [Reopened] (ACCUMULO-629) Unrecognized Property In Example Configuration (logger.sort.buffer.size)

Posted by "Eric Newton (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ACCUMULO-629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Newton reopened ACCUMULO-629:
----------------------------------


Still need to configure tserver.sort.buffer.size to fit in the advertised memory footprint.
                
> Unrecognized Property In Example Configuration (logger.sort.buffer.size)
> ------------------------------------------------------------------------
>
>                 Key: ACCUMULO-629
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-629
>             Project: Accumulo
>          Issue Type: Bug
>            Reporter: David Medinets
>            Assignee: Billie Rinaldi
>            Priority: Minor
>             Fix For: 1.5.0
>
>
> When using the accumulo executable, I see this message "[conf.ConfigSanityCheck] WARN : BAD CONFIG unrecognized property key (logger.sort.buffer.size)". That property is in the accumulo-site.xml file.

--
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] (ACCUMULO-629) Unrecognized Property In Example Configuration (logger.sort.buffer.size)

Posted by "Billie Rinaldi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ACCUMULO-629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291944#comment-13291944 ] 

Billie Rinaldi commented on ACCUMULO-629:
-----------------------------------------

This is probably because the logger and related properties have been removed in trunk, but the example configurations still contain the logger.sort.buffer.size property.
                
> Unrecognized Property In Example Configuration (logger.sort.buffer.size)
> ------------------------------------------------------------------------
>
>                 Key: ACCUMULO-629
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-629
>             Project: Accumulo
>          Issue Type: Bug
>            Reporter: David Medinets
>            Priority: Minor
>
> When using the accumulo executable, I see this message "[conf.ConfigSanityCheck] WARN : BAD CONFIG unrecognized property key (logger.sort.buffer.size)". That property is in the accumulo-site.xml file.

--
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] (ACCUMULO-629) Unrecognized Property In Example Configuration (logger.sort.buffer.size)

Posted by "Billie Rinaldi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ACCUMULO-629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13294440#comment-13294440 ] 

Billie Rinaldi commented on ACCUMULO-629:
-----------------------------------------

Eric, does this look ok now?
                
> Unrecognized Property In Example Configuration (logger.sort.buffer.size)
> ------------------------------------------------------------------------
>
>                 Key: ACCUMULO-629
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-629
>             Project: Accumulo
>          Issue Type: Bug
>            Reporter: David Medinets
>            Assignee: Billie Rinaldi
>            Priority: Minor
>             Fix For: 1.5.0
>
>
> When using the accumulo executable, I see this message "[conf.ConfigSanityCheck] WARN : BAD CONFIG unrecognized property key (logger.sort.buffer.size)". That property is in the accumulo-site.xml file.

--
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] [Resolved] (ACCUMULO-629) Unrecognized Property In Example Configuration (logger.sort.buffer.size)

Posted by "John Vines (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ACCUMULO-629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Vines resolved ACCUMULO-629.
---------------------------------

    Resolution: Fixed
      Assignee: Billie Rinaldi  (was: John Vines)

I think that's it.
                
> Unrecognized Property In Example Configuration (logger.sort.buffer.size)
> ------------------------------------------------------------------------
>
>                 Key: ACCUMULO-629
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-629
>             Project: Accumulo
>          Issue Type: Bug
>            Reporter: David Medinets
>            Assignee: Billie Rinaldi
>            Priority: Minor
>             Fix For: 1.5.0
>
>
> When using the accumulo executable, I see this message "[conf.ConfigSanityCheck] WARN : BAD CONFIG unrecognized property key (logger.sort.buffer.size)". That property is in the accumulo-site.xml file.

--
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] [Reopened] (ACCUMULO-629) Unrecognized Property In Example Configuration (logger.sort.buffer.size)

Posted by "John Vines (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ACCUMULO-629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Vines reopened ACCUMULO-629:
---------------------------------

      Assignee: John Vines  (was: Billie Rinaldi)

Sigh, more borked tests
                
> Unrecognized Property In Example Configuration (logger.sort.buffer.size)
> ------------------------------------------------------------------------
>
>                 Key: ACCUMULO-629
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-629
>             Project: Accumulo
>          Issue Type: Bug
>            Reporter: David Medinets
>            Assignee: John Vines
>            Priority: Minor
>             Fix For: 1.5.0
>
>
> When using the accumulo executable, I see this message "[conf.ConfigSanityCheck] WARN : BAD CONFIG unrecognized property key (logger.sort.buffer.size)". That property is in the accumulo-site.xml file.

--
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] [Resolved] (ACCUMULO-629) Unrecognized Property In Example Configuration (logger.sort.buffer.size)

Posted by "John Vines (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ACCUMULO-629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Vines resolved ACCUMULO-629.
---------------------------------

    Resolution: Fixed

Think we're in the clear now
                
> Unrecognized Property In Example Configuration (logger.sort.buffer.size)
> ------------------------------------------------------------------------
>
>                 Key: ACCUMULO-629
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-629
>             Project: Accumulo
>          Issue Type: Bug
>            Reporter: David Medinets
>            Assignee: John Vines
>            Priority: Minor
>             Fix For: 1.5.0
>
>
> When using the accumulo executable, I see this message "[conf.ConfigSanityCheck] WARN : BAD CONFIG unrecognized property key (logger.sort.buffer.size)". That property is in the accumulo-site.xml file.

--
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] [Reopened] (ACCUMULO-629) Unrecognized Property In Example Configuration (logger.sort.buffer.size)

Posted by "John Vines (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ACCUMULO-629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Vines reopened ACCUMULO-629:
---------------------------------

      Assignee: John Vines  (was: Billie Rinaldi)

Functional tests still use bad configurations
                
> Unrecognized Property In Example Configuration (logger.sort.buffer.size)
> ------------------------------------------------------------------------
>
>                 Key: ACCUMULO-629
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-629
>             Project: Accumulo
>          Issue Type: Bug
>            Reporter: David Medinets
>            Assignee: John Vines
>            Priority: Minor
>             Fix For: 1.5.0
>
>
> When using the accumulo executable, I see this message "[conf.ConfigSanityCheck] WARN : BAD CONFIG unrecognized property key (logger.sort.buffer.size)". That property is in the accumulo-site.xml file.

--
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] (ACCUMULO-629) Unrecognized Property In Example Configuration (logger.sort.buffer.size)

Posted by "David Medinets (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ACCUMULO-629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291415#comment-13291415 ] 

David Medinets commented on ACCUMULO-629:
-----------------------------------------

Revision: 1347340 - v1.5 trunk
                
> Unrecognized Property In Example Configuration (logger.sort.buffer.size)
> ------------------------------------------------------------------------
>
>                 Key: ACCUMULO-629
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-629
>             Project: Accumulo
>          Issue Type: Bug
>            Reporter: David Medinets
>            Priority: Minor
>
> When using the accumulo executable, I see this message "[conf.ConfigSanityCheck] WARN : BAD CONFIG unrecognized property key (logger.sort.buffer.size)". That property is in the accumulo-site.xml file.

--
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] [Resolved] (ACCUMULO-629) Unrecognized Property In Example Configuration (logger.sort.buffer.size)

Posted by "Billie Rinaldi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ACCUMULO-629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Billie Rinaldi resolved ACCUMULO-629.
-------------------------------------

    Resolution: Fixed
    
> Unrecognized Property In Example Configuration (logger.sort.buffer.size)
> ------------------------------------------------------------------------
>
>                 Key: ACCUMULO-629
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-629
>             Project: Accumulo
>          Issue Type: Bug
>            Reporter: David Medinets
>            Assignee: Billie Rinaldi
>            Priority: Minor
>             Fix For: 1.5.0
>
>
> When using the accumulo executable, I see this message "[conf.ConfigSanityCheck] WARN : BAD CONFIG unrecognized property key (logger.sort.buffer.size)". That property is in the accumulo-site.xml file.

--
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] (ACCUMULO-629) Unrecognized Property In Example Configuration (logger.sort.buffer.size)

Posted by "John Vines (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ACCUMULO-629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291390#comment-13291390 ] 

John Vines commented on ACCUMULO-629:
-------------------------------------

which version? 
                
> Unrecognized Property In Example Configuration (logger.sort.buffer.size)
> ------------------------------------------------------------------------
>
>                 Key: ACCUMULO-629
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-629
>             Project: Accumulo
>          Issue Type: Bug
>            Reporter: David Medinets
>            Priority: Minor
>
> When using the accumulo executable, I see this message "[conf.ConfigSanityCheck] WARN : BAD CONFIG unrecognized property key (logger.sort.buffer.size)". That property is in the accumulo-site.xml file.

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