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/21 20:40:27 UTC

[jira] [Commented] (TRAFODION-1549) UDF log reader does not process DCS logs

    [ https://issues.apache.org/jira/browse/TRAFODION-1549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14967631#comment-14967631 ] 

Suresh Subbiah commented on TRAFODION-1549:
-------------------------------------------

DCS logs are in $DCS_INSTALL_DIR/logs and not in $MY_SQROOT/logs (usual local for all other components).
event_log_reader UDF has been enhanced to look at this second location too.
Rollover files are now treated correctly.
The COMPONENT column has been made wider (from char(24) to varchar(50)) to accomodate wider names used by DCS
DCS_INSTALL_DIR variable is set in ms.env through genms as suggested by Anu
Couple  of messages that do not confirm to message pattern have been commented out as suggested by Anu.

> UDF log reader does not process DCS logs
> ----------------------------------------
>
>                 Key: TRAFODION-1549
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-1549
>             Project: Apache Trafodion
>          Issue Type: Bug
>          Components: sql-general
>            Reporter: Suresh Subbiah
>             Fix For: 1.2-incubating
>
>
> log messages from DCS component are not reported by a query such as this
> select LOG_TS, SEVERITY, COMPONENT, cast(MESSAGE as CHAR(500) CHARACTER SET ISO88591), LOG_FILE_NAME from udf(event_log_reader('f'));



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