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

[Core] Adaptor is scheduled twice #169

Open
luis100 opened this issue Dec 5, 2012 · 2 comments
Open

[Core] Adaptor is scheduled twice #169

luis100 opened this issue Dec 5, 2012 · 2 comments
Assignees
Labels
Milestone

Comments

@luis100
Copy link
Member

luis100 commented Dec 5, 2012

STARTED Wednesday, 5 December 2012, 10:59:24 am c3po is scheduled   
STARTED Wednesday, 5 December 2012, 10:59:24 am Can't start adaptor c3po    Adaptor is already scheduled!
@ghost ghost assigned kduretec Dec 5, 2012
@kduretec
Copy link
Contributor

The problem is caused because of the interaction between ScoutManager and AdaptorManager. ScoutManager is first time called when a new SourceAdaptor is created. As plugin is null this causes call to the AdaptorManager which links the plugin with SourceAdaptor and updates the entry in the KB. This causes the second call to the ScoutManager this time with plugin different from null.
This is obviously a design flaw which needs to be reconsidered.

@ghost ghost assigned luis100 Jan 22, 2013
@luis100
Copy link
Member Author

luis100 commented Jan 22, 2013

I'll take a look at it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants