Skip to content

Monitor should use long instead of integer for "Scan (Entries/s)" graph #1858

@brianloss

Description

@brianloss

When running Accumulo 1.10 on a large cluster with a very high scan rate, the "Scan (Entries/s)" graph flatlined at 2,147,483,647. Looking at the Monitor code, it appears that the queryRateOverTime and scanRateOverTime lists use an Integer instead of a Long to store the rates. Changing to a Long should solve the problem.

Metadata

Metadata

Assignees

Labels

bugThis issue has been verified to be a bug.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions