Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for cutting initial N processes #75

Open
Cerfoglg opened this issue Jul 4, 2016 · 0 comments
Open

Documentation for cutting initial N processes #75

Cerfoglg opened this issue Jul 4, 2016 · 0 comments
Assignees
Milestone

Comments

@Cerfoglg
Copy link
Contributor

Cerfoglg commented Jul 4, 2016

Since we want to cut a number of the initial processes from a run of a WfMS benchmark, we allow for cutting the first N of each process before storing to cassandra.

The way this is done is by ordering processes by start time in ascending order, finding the time of the Nth process, and marking all processes under or with that time to be ignored, currently a boolean value in our cassandra schema called "to_ignore".

The same thing is done to the constructs, by marking all constructs belonging to the cut processes in the same way.

@VincenzoFerme VincenzoFerme added this to the Documentation milestone Jul 4, 2016
@VincenzoFerme VincenzoFerme self-assigned this Jul 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants