[
https://issues.apache.org/jira/browse/TRAFODION-2113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15382971#comment-15382971
]
ASF GitHub Bot commented on TRAFODION-2113:
-------------------------------------------
GitHub user sbroeder opened a pull request:
https://github.com/apache/incubator-trafodion/pull/602
[TRAFODION-2113] Fix for coring idtmsrv process
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sbroeder/incubator-trafodion sean_traf
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/602.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #602
----
commit 6985578f4f27f7f050e42293b2985cef661cb318
Author: Sean Broeder <[email protected]>
Date: 2016-07-18T20:08:40Z
[TRAFODION-2113] Fix for coring idtmsrv process
----
> 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
>
> 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)