Github user joshelser commented on a diff in the pull request:

    https://github.com/apache/accumulo/pull/224#discussion_r106811464
  
    --- Diff: core/src/main/java/org/apache/accumulo/core/conf/Property.java ---
    @@ -362,8 +362,14 @@
           "The number of threads available to load tablets. Recoveries are 
still performed serially."),
       TSERV_SLOW_FLUSH_MILLIS("tserver.slow.flush.time", "100ms", 
PropertyType.TIMEDURATION,
           "If a flush to the write-ahead log takes longer than this period of 
time, debugging information will written, and may result in a log rollover."),
    +  TSERV_SUMMARY_PARTITION_THREADS("tserver.summary.partition.threads", 
"10", PropertyType.COUNT,
    +      "Summary data must be retreied from files.  For a large number of 
files, the files are broken into partitions of 100K files.  This setting 
determines "
    --- End diff --
    
    s/retreied/retrieved/


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to