You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
r"Error: Failed to allocate additional .*? for .*? with .*? already allocated for this reservation - .*? remain available for the total pool",
231
+
r"Error: Failed to allocate additional .*? for .*? with .*? already allocated for this reservation - .*? remain available for the total '.*?' pool",
232
232
"Error: Failed to allocate ",
233
233
);
234
234
settings.add_filter(
235
-
r"Resources exhausted: Failed to allocate additional .*? for .*? with .*? already allocated for this reservation - .*? remain available for the total pool",
235
+
r"Resources exhausted: Failed to allocate additional .*? for .*? with .*? already allocated for this reservation - .*? remain available for the total '.*?' pool",
ExternalSorter[8]#140(can spill: true) consumed 67.2 KB, peak 67.2 KB.
122
-
Error: Failed to allocate additional 10.0 MB for ExternalSorterMerge[0] with 0.0 B already allocated for this reservation - 7.1 MB remain available for the total pool
122
+
Error: Failed to allocate additional 10.0 MB for ExternalSorterMerge[0] with 0.0 B already allocated
123
+
for this reservation - 7.1 MB remain available for the total 'greedy' pool
"Resources exhausted: Additional allocation failed","with top memory consumers (across reservations) using 'greedy' pool as:\n GroupedHashAggregateStream"
103
103
])
104
104
.with_memory_limit(2_000)
105
105
.run()
@@ -112,7 +112,7 @@ async fn group_by_hash() {
112
112
// group by dict column
113
113
.with_query("select count(*) from t GROUP BY service, host, pod, container")
"Resources exhausted: Additional allocation failed","with top memory consumers (across reservations) using 'greedy' pool as:\n GroupedHashAggregateStream"
"Resources exhausted: Additional allocation failed","with top memory consumers (across reservations) using 'greedy' pool as:\n SymmetricHashJoinStream",
"Resources exhausted: Additional allocation failed","with top memory consumers (across reservations) using 'greedy' pool as:\n SortPreservingMergeExec",
0 commit comments