----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/5228/ -----------------------------------------------------------
Review request for Flume. Summary ------- BucketWriter should not be using System.nanoTime() as a start time for file suffix incrementation, because it's not guaranteed to be monotonically increasing across system and process restarts. Also made the variable non-static. Diffs ----- flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java bbb398f Diff: https://reviews.apache.org/r/5228/diff Testing ------- Thanks, Mike
