druid/server
Surekha 2f8904e25f Check against the real default of maxBytes(1/6 max mem) in AppenderatorImpl's add (#5758)
* The check for maxBytesInMemory should be >= 0 instead of > 0

* if the default value is 0, the actual check could be skipped
* fix the message for persistReasons

* Address PR comments

* if maxBytes set -1, make is Long.MAX_VAL, so we do not need to check if it's 0 or -1
* set the maxBytesTuningconfig in AppenderatorImpl constructor to avoid duplicate code

* fix the failing test cases

* Address PR comments
2018-05-09 13:41:51 -07:00
..
src Check against the real default of maxBytes(1/6 max mem) in AppenderatorImpl's add (#5758) 2018-05-09 13:41:51 -07:00
pom.xml Move to the org.lz4 dependency (#5746) 2018-05-07 08:16:45 -07:00