Skip to content
Snippets Groups Projects
  1. Feb 19, 2013
  2. Feb 18, 2013
  3. Feb 17, 2013
    • Tathagata Das's avatar
      Many changes to ensure better 2nd recovery if 2nd failure happens while · f98c7da2
      Tathagata Das authored
      recovering from 1st failure
      - Made the scheduler to checkpoint after clearing old metadata which
        ensures that a new checkpoint is written as soon as at least one batch
        gets computed  while recovering from a failure. This ensures that if
        there is a 2nd failure while recovering from 1st failure, the system
        start 2nd recovery from a newer checkpoint.
      - Modified Checkpoint writer to write checkpoint in a different thread.
      - Added a check to make sure that compute for InputDStreams gets called
        only for strictly increasing times.
      - Changed implementation of slice to call getOrCompute on parent DStream
        in time-increasing order.
      - Added testcase to test slice.
      - Fixed testGroupByKeyAndWindow testcase in JavaAPISuite to verify
        results with expected output in an order-independent manner.
      f98c7da2
  4. Feb 15, 2013
  5. Feb 14, 2013
  6. Feb 13, 2013
  7. Feb 10, 2013
  8. Feb 09, 2013
  9. Feb 08, 2013
  10. Feb 07, 2013
  11. Feb 05, 2013
  12. Feb 04, 2013
Loading