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
There are messages missing both in the mirror-node database and forwarded to the latest SDK in previewnet.
I'm investigating to find out what component is dropping the messages.
From SDK, created topic 1039 and sent 8 messages.
SDK output
topic ID: 0.0.1039
2019-12-16T17:39:58.968346Z received seq#(2): message: hello, HCS! 2
2019-12-16T17:40:02.231541002Z received seq#(3): message: hello, HCS! 3
2019-12-16T17:40:05.340475Z received seq#(4): message: hello, HCS! 4
2019-12-16T17:40:12.834566Z received seq#(6): message: hello, HCS! 6
2019-12-16T17:40:15.958943001Z received seq#(7): message: hello, HCS! 7
Possibly terminated PubSub client before 8th message was received, but #5 is missing.
From the legacy mirror-node's DB it is there at timestamp 1576518009575609000 which means it was in a record stream. Possibly an issue with the stream mover on consensus-service-2. Not sure about why #1 was missed by the SDK's subscriber.
There are messages missing both in the mirror-node database and forwarded to the latest SDK in previewnet.
I'm investigating to find out what component is dropping the messages.
From SDK, created topic 1039 and sent 8 messages.
SDK output
Possibly terminated PubSub client before 8th message was received, but #5 is missing.
From consensus-service-2's mirror-node DB:
#5 is missing
From the legacy mirror-node's DB it is there at timestamp 1576518009575609000 which means it was in a record stream. Possibly an issue with the stream mover on consensus-service-2. Not sure about why #1 was missed by the SDK's subscriber.
The text was updated successfully, but these errors were encountered: