Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
6.2.3, 6.3.1, 6.4.1
-
None
-
2021-17
Description
The aggregation on VARCHAR(128) column(number of distinct values is aproximately 31 bln) fails with an obscure error.
ERROR 1815 (HY000): Internal error: TupleAggregateStep::threadedAggregateRowGroups()[24] MCS-2054: Unknown error while aggregation.
|
The current implementation of RowAggStorage::increaseSize() can raise RowAggStorage::Data::fMask 4 times before rehashing happens. The guarding check in increaseSize() is too restrictive and fails easily with big numbers in fCurData->fMask and fCurData->fSize(see RowAggStorage::increaseSize() for details).
The suggested solution is to increase the multiplier in the expression:
if (fCurData->fSize * 2 < calcMaxSize(fCurData->fMask + 1))
|
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 6.4.5 [ 28419 ] | |
Fix Version/s | 22.08.1 [ 28206 ] | |
Fix Version/s | 6.4.4-dompe [ 28418 ] |
Summary | CLONE - Disk-based aggregation fails with ERROR 1815 (HY000): Internal error: TupleAggregateStep::threadedAggregateRowGroups()[24] MCS-2054: Unknown error while aggregation. (part 2) ) | Part2 -CLONE - Disk-based aggregation fails with ERROR 1815 (HY000): Internal error: TupleAggregateStep::threadedAggregateRowGroups()[24] MCS-2054: Unknown error while aggregation. |
Summary | Part2 -CLONE - Disk-based aggregation fails with ERROR 1815 (HY000): Internal error: TupleAggregateStep::threadedAggregateRowGroups()[24] MCS-2054: Unknown error while aggregation. | Part2 -Disk-based aggregation fails with ERROR 1815 (HY000): Internal error: TupleAggregateStep::threadedAggregateRowGroups()[24] MCS-2054: Unknown error while aggregation. |
Resolution | Duplicate [ 3 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Duplicate [ 3 ] | |
Status | Closed [ 6 ] | Stalled [ 10000 ] |
Assignee | Alexey Antipovsky [ JIRAUSER47594 ] | Roman [ drrtuy ] |
Status | Stalled [ 10000 ] | In Progress [ 3 ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Rank | Ranked higher |
Rank | Ranked higher |