Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Hangs when using example tasks/plugins #751

Closed
IRCody opened this issue Mar 8, 2016 · 1 comment
Closed

Hangs when using example tasks/plugins #751

IRCody opened this issue Mar 8, 2016 · 1 comment
Labels

Comments

@IRCody
Copy link
Contributor

IRCody commented Mar 8, 2016

When running the example task under examples/tasks/mock-file.json It has an error:

ERRO[0080] error with processor job                      _module=scheduler-job block=run content-type=snap.gob error=plugin pool not found job-type=processor plugin-config=map[] plugin-name=passthru plugin-version=-1

This causes snapd to hang. It doesn't respond to ctrl+c. The task is shown as still running in using snapctl task list but has only a single hit. It seems like it might be related to the changes from #743 since I do not get the error if I reset before that.

Steps to reproduce:

snapd -t 0 -l 1

Then load the plugins:

snapctl plugin load ../plugin/snap-collector-mock1
snapctl plugin load ../plugin/snap-collector-mock2
snapctl plugin load ../plugin/snap-publisher-file
snapctl plugin load ../plugin/snap-processor-passthru

Create the task:

snapctl task create -t examples/tasks/mock-file.json
@geauxvirtual
Copy link
Contributor

This bug was introduced with PR #743.

jcooklin added a commit that referenced this issue Mar 9, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants