td-agent 2.3.2

289 visualizzazioni
Passa al primo messaggio da leggere

repeatedly

da leggere,
11 lug 2016, 06:58:0311/07/16
a Fluentd Google Group
Hi all,

Treasure Data released Treasure Agent v2.3.2!

- fluentd v0.12.26
- fluent-plugin-s3 v0.6.8
- fluent-plugin-webhdfs v0.4.2
- fluent-plugin-mongo v0.7.13
- fluent-plugin-rewrite-tag-filter v1.5.5
- td v0.14.0
- ruby v2.1.10
- cool.io v1.4.4
- sigdump v0.2.4
- httpclient v2.7.2
- oj v2.15.1
- aws-sdk v2.3.14
- webhdfs v0.8.0
- tzinfo-data v1.2016.5

Since this version, we added several package depedencies.
- In deb, lsb-base
- In rpm, initscripts and redhat-lsb-core
This is for init script improvement so these packages don't affect fluentd behaviour itself.

And we support Ubuntu 16.04 64bit environment.
You can install td-agent on Ubuntu 16.04 via following URL.

https://toolbelt.treasuredata.com/sh/install-ubuntu-trusty-td-agent2.sh

Enjoy logging!


Thanks,
Masahiro

Michael Handler

da leggere,
18 lug 2016, 21:31:2918/07/16
a Fluentd Google Group
Hi Masahiro and other kind Treasure Data people!

Following the instructions on http://docs.fluentd.org/articles/install-by-rpm on Amazon Linux 2016.03, the Yum repo offers td-agent 2.3.1, not 2.3.2. Can you investigate? We need 2.3.2 for canned ACL support on Amazon S3 PUT, and would be very happy if the repo offered that most recent version by default. :-) Thank you for your time!

--Michael

Mr. Fiber

da leggere,
19 lug 2016, 01:13:3819/07/16
a Fluentd Google Group
Thanks for the report. I will check it later.

BTW, if you want to use latest fluent-plugin-s3,
executing `sudo /usr/sbin/td-agent-gem update fluent-plugin-s3` is enough.

--
You received this message because you are subscribed to the Google Groups "Fluentd Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fluentd+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Mr. Fiber

da leggere,
20 lug 2016, 18:02:5320/07/16
a Fluentd Google Group
I just purged the wrong cache.
Could you retry the installation?

Michael Handler

da leggere,
20 lug 2016, 22:19:0920/07/16
a flu...@googlegroups.com
Yes, it is offering version 2.3.2 now, thank you!

--Michael

You received this message because you are subscribed to a topic in the Google Groups "Fluentd Google Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/fluentd/mrot6HlXbhg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to fluentd+u...@googlegroups.com.

Vijay Ramesh

da leggere,
21 lug 2016, 11:16:0521/07/16
a Fluentd Google Group


Just FYI, you seem to have removed the old package from the Amazon yum repo rather than additionally adding the new one. This has broken all of our chef server instantiation as it explicitly is trying to install 2.3.1-0.el2015 and it doesn't exist anymore. 

I'm working to fix this but it seems like bad practice to remove an older version of a package that people may be depending on.

Thanks,
 - Vijay 

Mr. Fiber

da leggere,
21 lug 2016, 11:20:3021/07/16
a Fluentd Google Group
you seem to have removed the old package from the Amazon yum repo rather than additionally adding the new one.

No. I didn't remove old package.

Vijay Ramesh

da leggere,
21 lug 2016, 11:21:4021/07/16
a Fluentd Google Group

And 2.3.2-0.el2016 won't install on Amazon Linux AMI release 2015.09 but 2.3.1-0.el2015 isn't available anymore!

failing output from `sudo yum install td-agent`:

--> Processing Dependency: perl(:MODULE_COMPAT_5.10.1) for package: perl-Test-Simple-0.98-243.el6.noarch
--> Finished Dependency Resolution
Error: Package: perl-Test-Simple-0.98-243.el6.noarch (change)
           Requires: perl(:MODULE_COMPAT_5.10.1)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

Vijay Ramesh

da leggere,
21 lug 2016, 11:26:1121/07/16
a Fluentd Google Group
It's not available:

chef@user-service-0026c64ef9dedec4c ~]$ yum list td-agent –showduplicates
Loaded plugins: priorities, update-motd, upgrade-helper
1016 packages excluded due to repository priority protections
Available Packages
td-agent.x86_64                                                                                                  2.3.2-0.el2016                                                                                                  treasure-data

Mr. Fiber

da leggere,
21 lug 2016, 11:27:5321/07/16
a Fluentd Google Group
2.3.2-0.el2016 won't install on Amazon Linux AMI release 2015.09

Yes because we provide td-agent for only latest Amazon Linux.
We don't support older Amazon Linux.

Vijay Ramesh

da leggere,
21 lug 2016, 11:34:4221/07/16
a Fluentd Google Group
I'm very confused.  So you removed the old package, but the new package won't install?

Literally yesterday we were bringing up servers, installing 2.3.1-0.el2015. Now that package is unavailable, and the new package won't install.

How is this good practice for a minor version release, to completely break usability for existing users?

Mr. Fiber

da leggere,
21 lug 2016, 11:41:5521/07/16
a Fluentd Google Group
Hmm... I'm also confused.

2.3.1-0.el2015 rpm exists in 2015.09 repository.


So user can install 2.3.1-0 on Amazon Linux 2015.09.
I didn't remove this package.

On Amazon Linux 2016.03, user can install latest td-agent 2.3.2-0.el2016.


Vijay Ramesh

da leggere,
21 lug 2016, 12:00:2721/07/16
a Fluentd Google Group
I also see it there on that website, but it doesn't change the fact that yum is only showing the 2.3.2-0.el2016 version for install on 2015.09

I also note that https://td-agent-package-browser.herokuapp.com/2/redhat/2016.03/x86_64 has two packages listed but yum list td-agent --showduplicates only shows the one (which seems to be the wrong version for 2015.09)

Vijay Ramesh

da leggere,
21 lug 2016, 12:17:0121/07/16
a Fluentd Google Group
Figured it out! Our yum repo file had  url 'http://packages.treasuredata.com/2/redhat/$releasever/$basearch' which defaults to the latest 2016.03, which was preventing us from installing the 2015.09 version of the package we usually used.
Rispondi a tutti
Rispondi all'autore
Inoltra
0 nuovi messaggi