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
imperva_cloud_waf: handle case where cursor state cannot be found in log file index
The previous code assumes that it is possible to determine the remainder
of work to be done by splitting on the last log file that was collected.
This fails when the last log file collected is not in the log files that
the index returns for whatever reason.
In that case, use the complete index to start again on the basis that
the cursor log file state has gone stale relative to the index returned
by the API.
0 commit comments