1. 09 8月, 2014 1 次提交
    • G
      Change merged-segment-removing behavior in RealtimePlumber. · f5470499
      Gian Merlino 提交于
      Old: Merged segments are deleted upon successful push, or on IOException.
      New: Merged segments are deleted on any Exception, but NOT successful push.
      
      Deleting a merged segment means that the next merge-and-push run will try to
      push it again. So we want that to happen if there was any sort of Exception.
      We *don't* want it to happen if the merge-and-push was successful, since in
      that case, we are just waiting for historical nodes to load the segment. It
      might take a while, but there's no reason to re-push while waiting.
      f5470499
  2. 07 8月, 2014 8 次提交
  3. 06 8月, 2014 7 次提交
  4. 05 8月, 2014 2 次提交
  5. 02 8月, 2014 17 次提交
  6. 01 8月, 2014 5 次提交