Skip to content

StepExecution counts integer overflow #3650

Closed
@ArtyomGabeev

Description

@ArtyomGabeev

Hi,

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.

Should we change it to long instead?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions