Graylog2 / graylog-ansible-role

Ansible role which installs and configures Graylog
Apache License 2.0
212 stars 126 forks source link

Support for OpenJDK 8 #53

Closed veger closed 8 years ago

veger commented 8 years ago

I am willing to add support for OpenJDK 8 (comes with Ubuntu 16.04), next to the Orcale Java 8 support.

I'd like to know, as I don't want to unnecessary waste my time... ;)

danvaida commented 8 years ago

personally, I've had terrible experiences with openjdk (from a performance point of view)... I'd definitely recommend sticking with oraclejdk. choice is good, though.

veger commented 8 years ago

Ok. I have no experience with OpenJDK + Graylog.

I read that OpenJDK 'also works' and since we are using OpenJDK for other servers as well, I thought to install it on the Graylog cluster as well.

But if you do not recommend this, we'll leave it at this.

mariussturm commented 8 years ago

Yes, OpenJDK is officially supported by Graylog. However most production systems run with Oracle JDK. But to be on par with the Puppet and Chef cookbooks it would be a nice addition anyway.

veger commented 8 years ago

I agree about it being nice to have a choice. But ATM I can not spend time on things that are not required for our deadline... Maybe later!