store broker events out from the working directory #68
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
RDGraph
RSAC
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: D-Net/dnet-hadoop#68
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The workflow dedicated to store the broker events partitioned by opendoarID is currently using as target path a location under the workflow working directory. As those records are supposed to be generated every couple of months we should ensure they are retained across different event update rounds, therefore the workflow should assume a persistent target location for them.
I would suggest
/var/lib/dnet/broker_[BETA|PROD]
.The fix has been committed on the broker branch
Integrated in PR !78