Commit 7fd47b9
authored
feat(base): allow exceeded memory limit if no workload (#17785)
* feat(base): refactor parent memory state
* feat(base): allow exceeed memory limit if no workload
* feat(base): allow exceeed memory limit if no workload
* feat(base): allow exceeed memory limit if no workload
* feat(base): allow exceeed memory limit if no workload
* feat(base): allow exceeed memory limit if no workload
* feat(base): allow exceeed memory limit if no workload
* feat(base): allow exceeed memory limit if no workload
* feat(base): allow exceeed memory limit if no workload
* feat(base): allow exceeed memory limit if no workload
* feat(base): allow exceeed memory limit if no workload
* feat(base): allow exceeed memory limit if no workload
* feat(base): allow exceeed memory limit if no workload1 parent 9d1bb03 commit 7fd47b9
File tree
24 files changed
+1240
-162
lines changed- src
- binaries/query
- common
- base/src
- mem_allocator
- runtime
- memory
- tracing/src
- query
- service/src
- pipelines/executor
- servers
- flight/v1
- actions
- exchange
- http/v1
- mysql
- sessions
- settings/src
24 files changed
+1240
-162
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
537 | 537 | | |
538 | 538 | | |
539 | 539 | | |
| 540 | + | |
540 | 541 | | |
541 | 542 | | |
| 543 | + | |
542 | 544 | | |
543 | 545 | | |
544 | 546 | | |
| |||
550 | 552 | | |
551 | 553 | | |
552 | 554 | | |
553 | | - | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
554 | 560 | | |
555 | 561 | | |
556 | 562 | | |
| |||
582 | 588 | | |
583 | 589 | | |
584 | 590 | | |
585 | | - | |
| 591 | + | |
586 | 592 | | |
587 | 593 | | |
588 | 594 | | |
| |||
610 | 616 | | |
611 | 617 | | |
612 | 618 | | |
613 | | - | |
| 619 | + | |
614 | 620 | | |
615 | 621 | | |
616 | 622 | | |
| |||
641 | 647 | | |
642 | 648 | | |
643 | 649 | | |
644 | | - | |
| 650 | + | |
645 | 651 | | |
646 | 652 | | |
647 | 653 | | |
| |||
666 | 672 | | |
667 | 673 | | |
668 | 674 | | |
669 | | - | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
670 | 680 | | |
671 | 681 | | |
672 | 682 | | |
| |||
695 | 705 | | |
696 | 706 | | |
697 | 707 | | |
698 | | - | |
| 708 | + | |
699 | 709 | | |
700 | 710 | | |
701 | 711 | | |
| |||
721 | 731 | | |
722 | 732 | | |
723 | 733 | | |
724 | | - | |
| 734 | + | |
725 | 735 | | |
726 | 736 | | |
727 | 737 | | |
| |||
760 | 770 | | |
761 | 771 | | |
762 | 772 | | |
763 | | - | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
764 | 778 | | |
765 | 779 | | |
766 | 780 | | |
| |||
836 | 850 | | |
837 | 851 | | |
838 | 852 | | |
839 | | - | |
| 853 | + | |
840 | 854 | | |
841 | 855 | | |
842 | 856 | | |
| |||
914 | 928 | | |
915 | 929 | | |
916 | 930 | | |
917 | | - | |
| 931 | + | |
918 | 932 | | |
919 | 933 | | |
920 | 934 | | |
| |||
991 | 1005 | | |
992 | 1006 | | |
993 | 1007 | | |
994 | | - | |
| 1008 | + | |
995 | 1009 | | |
996 | 1010 | | |
997 | 1011 | | |
| |||
1204 | 1218 | | |
1205 | 1219 | | |
1206 | 1220 | | |
1207 | | - | |
| 1221 | + | |
1208 | 1222 | | |
1209 | 1223 | | |
1210 | 1224 | | |
| |||
1241 | 1255 | | |
1242 | 1256 | | |
1243 | 1257 | | |
1244 | | - | |
| 1258 | + | |
1245 | 1259 | | |
1246 | 1260 | | |
1247 | 1261 | | |
1248 | 1262 | | |
1249 | 1263 | | |
1250 | | - | |
| 1264 | + | |
1251 | 1265 | | |
1252 | 1266 | | |
1253 | 1267 | | |
| |||
1311 | 1325 | | |
1312 | 1326 | | |
1313 | 1327 | | |
1314 | | - | |
| 1328 | + | |
1315 | 1329 | | |
1316 | 1330 | | |
1317 | 1331 | | |
| |||
0 commit comments