Event Log Ready vs transferred

seanphelan
Tera Expert

I am looking at my event log and I see the same record once as ready and 4 times as tramsferred.  Will this only run once? What does transferred mean?

1 ACCEPTED SOLUTION

Veer MS
Kilo Guru

Hi, Sean,

Ready:
The system created the event and it is in the queue waiting to be processed.

Transferred:
The event was rotated to a different shard of the Event [sys_event] table.
When an event is rotated, a duplicate record is created in an active shard to be processed.
A scheduled job processes the event when it is next in the queue, but it is not possible to predict when this will happen as because several events may need to be processed before it.
Therefore, you can reprocess the event. See Reprocess an event.

For more info refer to below link:

Event states

Mark it as correct or helpful if this helps.

Thanks

Veer

View solution in original post

1 REPLY 1

Veer MS
Kilo Guru

Hi, Sean,

Ready:
The system created the event and it is in the queue waiting to be processed.

Transferred:
The event was rotated to a different shard of the Event [sys_event] table.
When an event is rotated, a duplicate record is created in an active shard to be processed.
A scheduled job processes the event when it is next in the queue, but it is not possible to predict when this will happen as because several events may need to be processed before it.
Therefore, you can reprocess the event. See Reprocess an event.

For more info refer to below link:

Event states

Mark it as correct or helpful if this helps.

Thanks

Veer