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

ASF GitHub Bot updated GEODE-6330:
----------------------------------
    Labels: pull-request-available  (was: )

> ClassCastException When Performing Transactional Operation on Closed 
> Transaction
> --------------------------------------------------------------------------------
>
>                 Key: GEODE-6330
>                 URL: https://issues.apache.org/jira/browse/GEODE-6330
>             Project: Geode
>          Issue Type: Bug
>    Affects Versions: 1.8.0
>            Reporter: Bill Burcham
>            Assignee: Bill Burcham
>            Priority: Major
>              Labels: pull-request-available
>
> When a {{FunctionStreamingResultCollector}} is processing (reply) messages 
> for a transactional operation, it sometimes encounters a message that is a 
> generic {{ReplyMessage}}, not a {{FunctionStreamingReplyMessage}}. This 
> happens when the (remote) message processor ({{PartitionMessage.process()}}) 
> attempts to perform the operation, but finds that the transaction is already 
> closed. {{process()}} replies with a generic {{ReplyMessage}} in that case, 
> resulting in a  {{ClassCastException}} over in the 
> {{FunctionStreamingResultCollector}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to