You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by "Dennis Patrone (Created) (JIRA)" <ji...@apache.org> on 2012/04/04 03:12:22 UTC

[jira] [Created] (ACCUMULO-512) DEFAULT_MAX_LATENCY in AccumuloOutputFormat wrong units

DEFAULT_MAX_LATENCY in AccumuloOutputFormat wrong units
-------------------------------------------------------

                 Key: ACCUMULO-512
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-512
             Project: Accumulo
          Issue Type: Bug
          Components: client
            Reporter: Dennis Patrone
            Assignee: Billie Rinaldi
            Priority: Minor


In org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat, the DEFAULT_MAX_LATENCY (line 88) is defined as:

private static final int DEFAULT_MAX_LATENCY = 60; // 1 minute

However, at line 233 that default value (assuming the key isn't set by the user) is provided as an argument to createMultiTableBatchWriter().  The latency parameter there is documented as milliseconds.  The DEFAULT_MAX_LATENCY should be set to 60000 if the desired default latency value is 1 minute.

--
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-512) DEFAULT_MAX_LATENCY in AccumuloOutputFormat wrong units

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

Eric Newton resolved ACCUMULO-512.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4.1
    
> DEFAULT_MAX_LATENCY in AccumuloOutputFormat wrong units
> -------------------------------------------------------
>
>                 Key: ACCUMULO-512
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-512
>             Project: Accumulo
>          Issue Type: Bug
>          Components: client
>            Reporter: Dennis Patrone
>            Assignee: Billie Rinaldi
>            Priority: Minor
>             Fix For: 1.4.1
>
>
> In org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat, the DEFAULT_MAX_LATENCY (line 88) is defined as:
> private static final int DEFAULT_MAX_LATENCY = 60; // 1 minute
> However, at line 233 that default value (assuming the key isn't set by the user) is provided as an argument to createMultiTableBatchWriter().  The latency parameter there is documented as milliseconds.  The DEFAULT_MAX_LATENCY should be set to 60000 if the desired default latency value is 1 minute.

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