Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consumer aggregation flow: Data Output State transaction signing fails intemittently #10

Open
parthbond180 opened this issue Jan 20, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@parthbond180
Copy link
Contributor

Description

  • During the ConsumerAggregationFlow the DataOutputState transaction signing with the Host fails unexpectedly
  • Host node throws error during SignTransactionFlow
  • RewardsState for provider is still created

Steps to reproduce

  • Request a consumer aggregation flow for a data type
  • trigger the request again after the first successful one
in=O=ConsumerC, L=Chicago, C=US, session_id=d19879b9-dd8f-47c1-b2ce-f0448b8f607c, session_timestamp=2022-01-20T17:39:21.600Z, thread-id=154}
net.corda.core.flows.UnexpectedFlowEndException: Counter-flow errored
        at Received unexpected counter-flow exception from peer O=ConsumerC, L=Chicago, C=US.() ~[?:?]
        at net.corda.node.services.statemachine.FlowStateMachineImpl.fillInLocalStackTrace(FlowStateMachineImpl.kt:244) ~[corda-node-4.7.jar:?]
        at net.corda.node.services.statemachine.FlowStateMachineImpl.processEventsUntilFlowIsResumed(FlowStateMachineImpl.kt:225) ~[corda-node-4.7.jar:?]
        at net.corda.node.services.statemachine.FlowStateMachineImpl.suspend(FlowStateMachineImpl.kt:574) ~[corda-node-4.7.jar:?]
        at net.corda.node.services.statemachine.FlowSessionImpl.receive(FlowSessionImpl.kt:67) ~[corda-node-4.7.jar:?]
        at net.corda.node.services.statemachine.FlowSessionImpl.receive(FlowSessionImpl.kt:71) ~[corda-node-4.7.jar:?]
        at net.corda.core.flows.ReceiveTransactionFlow.call(ReceiveTransactionFlow.kt:103) ~[corda-core-4.7.jar:?]
        at net.corda.core.flows.ReceiveTransactionFlow.call(ReceiveTransactionFlow.kt:31) ~[corda-core-4.7.jar:?]
        at net.corda.node.services.statemachine.FlowStateMachineImpl.subFlow(FlowStateMachineImpl.kt:417) ~[corda-node-4.7.jar:?]
        at net.corda.core.flows.FlowLogic.subFlow(FlowLogic.kt:409) ~[corda-core-4.7.jar:?]
        at net.corda.core.flows.SignTransactionFlow.call(CollectSignaturesFlow.kt:277) ~[corda-core-4.7.jar:?]
        at net.corda.core.flows.SignTransactionFlow.call(CollectSignaturesFlow.kt:261) ~[corda-core-4.7.jar:?]
        at net.corda.node.services.statemachine.FlowStateMachineImpl.subFlow(FlowStateMachineImpl.kt:417) ~[corda-node-4.7.jar:?]
        at net.corda.core.flows.FlowLogic.subFlow(FlowLogic.kt:409) ~[corda-core-4.7.jar:?]
        at com.protocol180.aggregator.flow.ConsumerAggregationFlowResponder.call(ConsumerAggregationFlow.kt:177) ~[?:?]
        at com.protocol180.aggregator.flow.ConsumerAggregationFlowResponder.call(ConsumerAggregationFlow.kt:106) ~[?:?]
@parthbond180 parthbond180 added the bug Something isn't working label Jan 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant