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

[jira] [Closed] (TRAFODION-2113) idtmsrv process ($TSID0) cores

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

Sean Broeder closed TRAFODION-2113.
-----------------------------------

This is fixed in Jenkins PR 602

> idtmsrv process ($TSID0) cores
> ------------------------------
>
>                 Key: TRAFODION-2113
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-2113
>             Project: Apache Trafodion
>          Issue Type: Bug
>          Components: dtm
>    Affects Versions: any
>            Reporter: Sean Broeder
>            Assignee: Sean Broeder
>             Fix For: 2.1-incubating
>
>
> idtmsrv processed cores at the assert below:
>          lv_ferr = BMSG_READDATA_(pp_sre->sre_msgId,      // msgid
>                                   (char *) &lv_req,       // reqdata
>                                   (int) sizeof(lv_req));  // bytecount
>         assert(lv_ferr == XZFIL_ERR_OK);
> In this case FEEOF is returned.  This happens because the client has timed out in its id request and has subsequently called BMSG_ABANDON_.
> The fix is to remove the assert and instead test for XMSG_ISCANCELED_ when   BMSG_READDATA_ returned <> 0.



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