Bug 1479934 - Kibana nodejs runtime is not the same as the version distributed by Elastic
Summary: Kibana nodejs runtime is not the same as the version distributed by Elastic
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Logging
Version: 3.5.0
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 3.5.z
Assignee: Jeff Cantrill
QA Contact: Xia Zhao
URL:
Whiteboard:
Depends On: 1479928
Blocks: 1482226
TreeView+ depends on / blocked
 
Reported: 2017-08-09 18:58 UTC by Jeff Cantrill
Modified: 2017-09-07 19:13 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: No Doc Update
Doc Text:
undefined
Clone Of: 1479928
: 1482226 (view as bug list)
Environment:
Last Closed: 2017-09-07 19:13:34 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2017:2670 0 normal SHIPPED_LIVE OpenShift Container Platform 3.5 and 3.4 bug fix update 2017-09-07 23:13:17 UTC

Description Jeff Cantrill 2017-08-09 18:58:45 UTC
+++ This bug was initially created as a clone of Bug #1479928 +++

Description of problem:

Since the release of the v3.4 of the logging stack, Kibana has been running with v4.x of the nodejs runtime.  This version is different from that which is distributed with the Kibana download.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. os rsh $KIBANA_POD
2. ps -ef | grep node
3. with the binary found in 2: node --version

Actual results:
v4.7.3

Expected results:
v6.X

Additional info:
This maybe contributing to the OOM issues we have with Kibana. Regardless, we should 
be using the same version as the officially released product

Comment 4 Xia Zhao 2017-08-30 06:14:38 UTC
It's fixed, verified with kibana 3.5.0-31, nodejs runtime is now v6.x :

# oc rsh logging-kibana-1-9ncs4
Defaulting container name to kibana.

sh-4.2$ env | grep VER
KIBANA_VER=4.6.4
NODEJS_VERSION=6

sh-4.2$ ps -ef | grep node
1000050+     11      1  0 06:09 ?        00:00:00 /bin/bash /usr/bin/nodescl-node /usr/share/kibana/src/cli
1000050+     12     11  0 06:09 ?        00:00:00 scl enable rh-nodejs6 -- node /usr/share/kibana/src/cli
1000050+     16     13  6 06:09 ?        00:00:02 node /usr/share/kibana/src/cli
1000050+     37     26  0 06:09 ?        00:00:00 grep node

sh-4.2$ /usr/bin/nodescl-node --version
v6.9.1


Test env:
# openshift version
openshift v3.5.5.31.19
kubernetes v1.5.2+43a9be4
etcd 3.1.0

Images tested with:
logging-kibana          3.5.0-31            9b248fecf2b4        9 hours ago         613.8 MB

Comment 8 errata-xmlrpc 2017-09-07 19:13:34 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2017:2670


Note You need to log in before you can comment on or make changes to this bug.