Sahil Takiar

Results 4 comments of Sahil Takiar

@Kaiserchen I agree the `while (!allPutsSucceeded)` block in `Task.processRecord`. I believe the main benefit is that for a single record, a single slow `Fork` will not block other `Fork`s from...

Can you add a description of what this PR entails?

High Level Comment: - Anyway we can get this to run via `TestNG` and not via Azkaban? - The current implementation seems to require running a job via Azkaban, which...

@chavdar why are tests added to TestNG restricted to unit tests? - The current store implementations only require working with a `FileSystem` I'm not sure why we can't use the...