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
In StepExecution class counts like readCount/writeCount, etc has int type.
In case when step operates on a big amount of items, there may be an int overflow and may affect e.g. progress monitoring if someone use these counters.