Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0, 4.0.0
-
None
Description
When Sentry call getNextNotification(), its request max_events will always be Integer.MAX_VALUE.
query.setRange(0, maxEvents) of ObjectStore will throw exception when maxEvents exceed table's max_rows.
Ex: assumed max_rows = 50,000,000 in a mysql table
java.sql.SQLException: setMaxRows() out of range. 2147483647 > 50000000.
Attachments
Attachments
Issue Links
- Dependency
-
HIVE-19251 ObjectStore.getNextNotification with LIMIT should use less memory
- Resolved