Skip to content

Commit

Permalink
Update data.md
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady authored Sep 27, 2024
1 parent d93d5dd commit f359186
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions design/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
| Zookeeper Node Path | Node Data Type | Fields | Created By | Modified By | Comment |
| - | - | - | - | - | - |
| /batches/BID/lock | none | - | Pending, Reporting | - | **Ephemeral node** to lock a batch, deleted by the thread that creates the node |
| /batches/BID/submission | json | profile_name<br/>submitter<br/>payload_filename<br/><br/>erc_what<br/>erc_who<br/>erc_when<br/>erc_where<br/>type<br/>submission_mode | creation | none | |
| /batches/BID/submission | json | profile_name<br/>submitter<br/>payload_filename<br/>submissionDate<br/><br/>erc_what<br/>erc_who<br/>erc_when<br/>erc_where<br/>type<br/>submission_mode | creation | none | |
| /batches/BID/status | json | status<br/>last_modified<br/>message | creation | all jobs done | message is optional|
| /batches/BID/status-report | json | failed_jobs | failure | failure | last status report sent to user |
| /batches/BID/states/STATE/JID | none | - | | | STATE = batch-processing / batch-failed / batch-completed / batch-deleted<br/>Create watcher to watch for states/processing to be empty|
| /batches/BID/lock | none | - | Several states | - | **Ephemeral node** to lock a job, deleted by the thread that creates the node |
| /batch-uuids/UUID | string | - | Pending | none | batchID uuid is minted by ingest, used for lookup |
| /jobs/JID/bid | string | batch_id | creation | none | |
| /jobs/JID/configuration | json | profile_name<br/>submitter<br/>payload_url<br/>payload_type<br/>response_type<br/>local_id | creation | none | |
| /jobs/JID/configuration | json | profile_name<br/>submitter<br/>submissionDate<br/>payload_url<br/>payload_type<br/>response_type<br/>local_id | creation | none | |
| /jobs/JID/status | json | status<br/>last_successful_status<br/>last_modification_date<br/>retry_count<br/>message | creation | none | message is optional|
| /jobs/JID/priority | int | - | creation | estimating | |
| /jobs/JID/space_needed | long | - | creation | estimating | |
Expand Down

0 comments on commit f359186

Please sign in to comment.