Skip to content

recordcount in the workload is limited to max integer valueΒ #1772

@kumaran-coder

Description

@kumaran-coder

recordcount in the workload is limited to max integer value (0x7FFFFFFF) because the CoreWorkload.init routine uses Integer.parseInt as shown below.

long insertcount=
    Integer.parseInt(p.getProperty(INSERT_COUNT_PROPERTY, String.valueOf(recordcount - insertstart)));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions