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

Startup error with kinesis plugin after upgrading td-agent from 0.12 to 0.14 #1011

Closed
comtef opened this issue May 31, 2016 · 3 comments · Fixed by #1014
Closed

Startup error with kinesis plugin after upgrading td-agent from 0.12 to 0.14 #1011

comtef opened this issue May 31, 2016 · 3 comments · Fixed by #1014
Assignees
Labels

Comments

@comtef
Copy link

comtef commented May 31, 2016

Upgraded from version 0.12 to version 0.14 and faced the following problem at startup (kinesis plugin) :

2016-05-31 09:48:46 +0000 [error]: unexpected error error="uninitialized constant Fluent::DetachMultiProcessMixin"

I wasn't able to stop td-agent after this point : "service td-agent stop" was not working anymore, had to kill the process

Environnement : Amazon EC2 instance (Amazon AMI).
kinesis plugin version 1.0.1
Upgraded all gems with td-agent-gem

@comtef comtef changed the title Incompatibility with kinesis plugin after upgrading from 0.12 to 0.14 Startup error with kinesis plugin after upgrading td-agent from 0.12 to 0.14 May 31, 2016
@tagomoris tagomoris added the v0.14 label Jun 1, 2016
@tagomoris
Copy link
Member

#1014 was merged into master.
@comtef Could you confirm whether this issue was solved or not by installing Fluentd from master branch?

@comtef
Copy link
Author

comtef commented Jun 2, 2016

Yes, the kinesis plugins works with your patch but I still can't stop td-agent.

sudo service td-agent stop
Stopping td-agent: [ OK ]

But no effect

sudo service td-agent restart
Restarting td-agent: [FAILED]

And in logs

2016-06-02 09:33:21 +0000 [error]: dry run failed: Operation not permitted

@riywo
Copy link
Contributor

riywo commented Jun 12, 2016

I've fixed this problem on the plugin with requiring fluent/process explicitly. I'll release the new version of the plugin soon.
awslabs/aws-fluent-plugin-kinesis#70

I'm not sure the stopping problem, though.

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

Successfully merging a pull request may close this issue.

3 participants