Skip to content
Snippets Groups Projects
  1. Mar 24, 2013
  2. Mar 15, 2013
  3. Mar 12, 2013
  4. Mar 11, 2013
  5. Mar 01, 2013
  6. Feb 25, 2013
  7. Feb 24, 2013
  8. Feb 23, 2013
  9. Feb 21, 2013
  10. Feb 20, 2013
  11. Feb 19, 2013
  12. Feb 18, 2013
  13. 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
  14. Feb 16, 2013
  15. Feb 15, 2013
  16. Feb 14, 2013
  17. Feb 13, 2013
  18. Feb 12, 2013
  19. Feb 11, 2013
Loading