Skip to content

Component blacklisting #11

@elmer-garduno

Description

@elmer-garduno

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions