Bug 1053397 - [fork][origin_node_374] some errors appear in watchman.log and watchman.output after node start
Summary: [fork][origin_node_374] some errors appear in watchman.log and watchman.outpu...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Online
Classification: Red Hat
Component: Containers
Version: 2.x
Hardware: Unspecified
OS: Unspecified
medium
high
Target Milestone: ---
: ---
Assignee: Jhon Honce
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-01-15 07:38 UTC by Meng Bo
Modified: 2015-05-14 23:33 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-01-30 00:55:47 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
watchman.log (23.15 KB, text/plain)
2014-01-15 07:39 UTC, Meng Bo
no flags Details
watchman.output (2.31 KB, text/plain)
2014-01-15 07:39 UTC, Meng Bo
no flags Details

Description Meng Bo 2014-01-15 07:38:24 UTC
Description of problem:
Check the watchman logs under /var/log/ after node start, there are some errors and backtrace appear in the log.

Like:
# cat /var/log/watchman.log |grep ERROR
E, [2014-01-14T18:46:09.352304 #18899] ERROR -- : invalid byte sequence in US-ASCII (ArgumentError)
E, [2014-01-14T18:46:09.353520 #18899] ERROR -- : stream closed (IOError)
E, [2014-01-14T18:46:09.353624 #18899] ERROR -- : failed to allocate memory (NoMemoryError)
E, [2014-01-14T18:46:09.353719 #18899] ERROR -- : stack level too deep (SystemStackError)
E, [2014-01-14T18:46:09.353992 #18899] ERROR -- : exception reentered (fatal)
E, [2014-01-14T18:46:09.370703 #18899] ERROR -- : can't dup NilClass (TypeError)
E, [2014-01-14T18:46:09.370934 #18899] ERROR -- : can't dup FalseClass (TypeError)
E, [2014-01-14T18:46:09.371065 #18899] ERROR -- : can't dup FalseClass (TypeError)
E, [2014-01-14T18:46:09.371166 #18899] ERROR -- : can't dup FalseClass (TypeError)
E, [2014-01-14T18:46:09.371902 #18899] ERROR -- : method `_validators' not defined in Class (NameError)
E, [2014-01-14T18:46:09.372068 #18899] ERROR -- : cannot load such file -- openshift-origin-node (LoadError)
E, [2014-01-14T18:46:09.372188 #18899] ERROR -- : method `_validators' not defined in Class (NameError)
E, [2014-01-14T18:46:09.374673 #18899] ERROR -- : invalid byte sequence in US-ASCII (ArgumentError)

# cat /var/log/watchman.output
/opt/rh/ruby193/root/usr/share/gems/gems/openshift-origin-node-1.19.8/lib/openshift-origin-node/version.rb:20:in `match': invalid byte sequence in US-ASCII (ArgumentError)


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

How reproducible:
always

Steps to Reproduce:
1. Launch instance
2. Check the watchman log
# cat /var/log/watchman.log
# cat /var/log/watchman.output
3.

Actual results:
There are some errors in the watchman logs.

Expected results:
Should not have these error.

Additional info:
Full log attached.

Comment 1 Meng Bo 2014-01-15 07:39:18 UTC
Created attachment 850362 [details]
watchman.log

Comment 2 Meng Bo 2014-01-15 07:39:46 UTC
Created attachment 850363 [details]
watchman.output

Comment 3 Jhon Honce 2014-01-15 21:07:24 UTC
Fixed in https://github.com/openshift/origin-server/pull/4489

Comment 4 Meng Bo 2014-01-16 06:53:03 UTC
Checked on devenv_4230, the issue has been fixed.

[root@ip-10-9-156-141 ~]# cat /var/log/watchman.output 
[root@ip-10-9-156-141 ~]# cat /var/log/watchman.log
cat: /var/log/watchman.log: No such file or directory

Move bug to verified.


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