Hello,
I get in the log the below messages
INFO |[EventProcessor[process-v1]-0] - Released claim
INFO |[EventProcessor[process-v1]-0] - Fetched token: MultiSourceTrackingToken{cntx1=IndexTrackingToken{globalIndex=8520},cntx2=IndexTrackingToken{globalIndex=972}} for segment: Segment[0/0]
When i decrypt the token of the processor name process-v1
i get the below result
{
"trackingTokens": {
"cntx1": {
"@c": ".GlobalSequenceTrackingToken",
"globalIndex": 8522
},
"cntx2": {
"@c": ".GlobalSequenceTrackingToken",
"globalIndex": 972
}
}
}
So my question is why this message is displayed in the log and why the index of the context cntx1
in the log is not equal to the index of table trackingtokens