You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Suresh Subbiah (JIRA)" <ji...@apache.org> on 2015/10/08 07:09:26 UTC

[jira] [Assigned] (TRAFODION-1098) LP Bug: 1437314 - NULL value for severity and cpu in some monitor log files

     [ https://issues.apache.org/jira/browse/TRAFODION-1098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suresh Subbiah reassigned TRAFODION-1098:
-----------------------------------------

    Assignee: Atanu Mishra  (was: Gonzalo Correa)

> LP Bug: 1437314 - NULL value for severity and cpu in some monitor log files
> ---------------------------------------------------------------------------
>
>                 Key: TRAFODION-1098
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-1098
>             Project: Apache Trafodion
>          Issue Type: Bug
>          Components: foundation
>            Reporter: Gao, Rui-Xian
>            Assignee: Atanu Mishra
>             Fix For: 2.0-incubating
>
>
> severity, component, node_number and cpu is null in some monitor log files, and also got some  '2181' for severity and component.
> System info – centos-mapr1.hpl.hp.com (port num: 37800)
> results --
> 1.       CPU is NULL in some monitor logs.
> SQL>select [first 6] * from udf(event_log_reader('f')) where cpu is NULL;
> LOG_TS                     SEVERITY   COMPONENT                NODE_NUMBER CPU         PIN         PROCESS_NAME SQL_CODE    QUERY_ID                                                                                                                         MESSAGE                                                                                                                          LOG_FILE_NODE LOG_FILE_NAME                                                                                                                    LOG_FILE_LINE PARSE_STATUS
> -------------------------- ---------- ------------------------ ----------- ----------- ----------- ------------ ----------- -------------------------------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------------------------------- ------------- -------------------------------------------------------------------------------------------------------------------------------- ------------- ------------
> 2015-03-24 17:36:00.606000 INFO       MON                                3        NULL        5775 $MONITOR            NULL NULL                                                                                                                             TID: 5775, Message ID: 101020103, [CMonitor::main], monitor Version 1.0.1 Release 1.1.0 (Build release [1.0.0-237-gf89a122_Bld9], branch f89a122-master, date 20150324_083001), Started! CommType: Sockets             2 mon.20150324.17.35.59.centos-mapr3.5775.log                                                                                                  1
> 2015-03-24 17:36:00.607000 INFO       MON                                3        NULL        5775 $MONITOR            NULL NULL                                                                                                                             TID: 5775, Message ID: 101010401, [CCluster::CCluster] Validation of node down is enabled                                                    2 mon.20150324.17.35.59.centos-mapr3.5775.log                                                                                                  2
> 2015-03-24 17:36:40.004000 NULL       NULL                            NULL        NULL        NULL NULL                NULL NULL                                                                                                                             :24095(0x7f9cc387fac0):ZOO_INFO@log_env@723: Client environment:os.name=Linux                                                                0 mon.20150324.17.35.59.centos-mapr5.23499.log                                                                                                 8 E
> 2015-03-24 17:36:40.004000 NULL       NULL                            NULL        NULL        NULL NULL                NULL NULL                                                                                                                             :24095(0x7f9cc387fac0):ZOO_INFO@log_env@724: Client environment:os.arch=2.6.32-358.23.2.el6.x86_64                                           0 mon.20150324.17.35.59.centos-mapr5.23499.log                                                                                                 9 E
> 2015-03-24 17:36:40.004000 NULL       NULL                            NULL        NULL        NULL NULL                NULL NULL                                                                                                                             :24095(0x7f9cc387fac0):ZOO_INFO@log_env@725: Client environment:os.version=#1 SMP Wed Oct 16 18:37:12 UTC 2013                               0 mon.20150324.17.35.59.centos-mapr5.23499.log                                                                                                10 E
> 2015-03-24 17:36:39.982000 NULL       NULL                            NULL        NULL        NULL NULL                NULL NULL                                                                                                                             :31682(0x7f99e400bac0):ZOO_INFO@log_env@723: Client environment:os.name=Linux                                                                1 mon.20150324.17.35.59.centos-mapr4.31190.log                                                                                                 8 E
> 2015-03-24 17:36:39.982000 NULL       NULL                            NULL        NULL        NULL NULL                NULL NULL                                                                                                                             :31682(0x7f99e400bac0):ZOO_INFO@log_env@724: Client environment:os.arch=2.6.32-431.el6.x86_64                                                1 mon.20150324.17.35.59.centos-mapr4.31190.log                                                                                                 9 E
> --- 6 row(s) selected.
> 2. Severity and Component are 2181 in some monitor logs.
> SQL>select * from udf(event_log_reader('f')) where severity='2181';
> LOG_TS                     SEVERITY   COMPONENT                NODE_NUMBER CPU         PIN         PROCESS_NAME SQL_CODE    QUERY_ID                                                                                                                         MESSAGE                                                                                                                          LOG_FILE_NODE LOG_FILE_NAME                                                                                                                    LOG_FILE_LINE PARSE_STATUS
> -------------------------- ---------- ------------------------ ----------- ----------- ----------- ------------ ----------- -------------------------------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------------------------------- ------------- -------------------------------------------------------------------------------------------------------------------------------- ------------- ------------
> 2015-03-24 17:36:40.004000 2181       2181                            NULL        NULL        NULL NULL                NULL NULL                                                                                                                             centos-mapr3.hpl.hp.com:2181 sessionTimeout=180000 watcher=0x4d35e0 sessionId=0 sessionPasswd=<null> context=(nil) flags=0                   0 mon.20150324.17.35.59.centos-mapr5.23499.log                                                                                                14 E
> 2015-03-24 17:36:39.795000 2181       2181                            NULL        NULL        NULL NULL                NULL NULL                                                                                                                             centos-mapr3.hpl.hp.com:2181 sessionTimeout=180000 watcher=0x4d35e0 sessionId=0 sessionPasswd=<null> context=(nil) flags=0                   2 mon.20150324.17.35.59.centos-mapr3.5775.log                                                                                                 14 E
> 2015-03-24 17:36:39.982000 2181       2181                            NULL        NULL        NULL NULL                NULL NULL                                                                                                                             centos-mapr3.hpl.hp.com:2181 sessionTimeout=180000 watcher=0x4d35e0 sessionId=0 sessionPasswd=<null> context=(nil) flags=0                   1 mon.20150324.17.35.59.centos-mapr4.31190.log                                                                                                14 E
> 2015-03-24 17:36:39.867000 2181       2181                            NULL        NULL        NULL NULL                NULL NULL                                                                                                                             centos-mapr3.hpl.hp.com:2181 sessionTimeout=180000 watcher=0x4d35e0 sessionId=0 sessionPasswd=<null> context=(nil) flags=0                   5 mon.20150324.17.35.59.centos-mapr6.7341.log                                                                                                 14 E
> --- 4 row(s) selected.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)