You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is to add logic to the GrpcBlockItemWriter for processing PublishStreamResponseCodes (BN -> CN). This may involve closing the stream, interacting with BlockStreamManager to obtain cached blocks to be sent again after re-establishing a new stream with a Block Node.
STREAM_ITEMS_UNKNOWN
STREAM_ITEMS_SUCCESS
STREAM_ITEMS_TIMEOUT
-- Source MUST start a new stream before the failed block.
STREAM_ITEMS_OUT_OF_ORDER
-- Source MUST start a new stream before the failed block.
STREAM_ITEMS_BAD_STATE_PROOF
-- Source MUST start a new stream before the failed block.
STREAM_ITEMS_BEHIND
-- Source may retry by sending blocks immediately following the block_number or end the stream and try again later.
The text was updated successfully, but these errors were encountered:
The Block Node may publish responses to the CN PublishStreamRequest and the response contains a number of status codes that the consensus node will need to react to. See https://github.com/hashgraph/hedera-protobufs/blob/main/block/block_service.proto#L352
This issue is to add logic to the GrpcBlockItemWriter for processing PublishStreamResponseCodes (BN -> CN). This may involve closing the stream, interacting with BlockStreamManager to obtain cached blocks to be sent again after re-establishing a new stream with a Block Node.
-- Source MUST start a new stream before the failed block.
-- Source MUST start a new stream before the failed block.
-- Source MUST start a new stream before the failed block.
-- Source may retry by sending blocks immediately following the block_number or end the stream and try again later.
The text was updated successfully, but these errors were encountered: