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

Component blacklisting #11

Open
elmer-garduno opened this issue Dec 21, 2012 · 0 comments
Open

Component blacklisting #11

elmer-garduno opened this issue Dec 21, 2012 · 0 comments

Comments

@elmer-garduno
Copy link
Contributor

Components that consistently timeout should be blacklisted. After a component is blacklisted the options are:

a) Add the corresponding ProcessingStep to the Trace without calling the corresponding Process method (equivalent to a NoOp).
b) Drop the CAS at that point (if there are no other components on that phase, replace with a NoOp).

Blacklisting components will also help if a component doesn't implements the testAlivenes() semantics and will increase the chance that an experiment with slow component gets completed.

@ghost ghost assigned elmer-garduno Dec 21, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant