bugfix: getLastSuccessfulProcessRecord not taking processingDirectory#111
bugfix: getLastSuccessfulProcessRecord not taking processingDirectory#111angadsingh wants to merge 1 commit intotwitter:masterfrom
Conversation
|
These contributions are great. We're starting to look through them. The way we run, for a particular cluster, the output is always the same, so filtering on that directory would not really help. The reason why getLastSuccessfulProcessRecord passes null to getLastSuccessfulProcessRecord, and why getProcessRecords can accept something other than null is to allow for historic runs, while the most recent runs are going on. Perhaps I'm not quite understanding your use-case. Could you please elaborate ? |
|
Angad Singh seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Needed for example, for the ability to run hraven in an idempotent way for each day/shard's run and being able to rerun a shard's run and expect hraven to just resume instead of reprocessing everything.