----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15846/#review29396 -----------------------------------------------------------
core/src/main/java/org/apache/accumulo/core/conf/Property.java <https://reviews.apache.org/r/15846/#comment56598> Use a default of "50M"... it will be consistent with other size properties. Should use the PropertyType.MEMORY. server/src/main/java/org/apache/accumulo/server/tabletserver/Compactor.java <https://reviews.apache.org/r/15846/#comment56600> Just use acuTableConf.getMemoryInBytes, which will handle magical "M" and "G" suffixes. - Eric Newton On Nov. 25, 2013, 9:37 p.m., Chris McCubbin wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/15846/ > ----------------------------------------------------------- > > (Updated Nov. 25, 2013, 9:37 p.m.) > > > Review request for accumulo, Adam Fuchs, Josh Elser, and kturner. > > > Repository: accumulo > > > Description > ------- > > This is a prototype implementation of ACCUMULO-1787. > > > Diffs > ----- > > core/src/main/java/org/apache/accumulo/core/conf/Property.java f4c1778 > server/src/main/java/org/apache/accumulo/server/tabletserver/Compactor.java > 8e4af64 > > Diff: https://reviews.apache.org/r/15846/diff/ > > > Testing > ------- > > > Thanks, > > Chris McCubbin > >
