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

        

Reply via email to