pinot icon indicating copy to clipboard operation
pinot copied to clipboard

Add OOM query killing in multi-stage query engine

Open gortiz opened this issue 1 year ago • 2 comments

Pinot has the ability to protect itself from OOM when executing heavy queries by enabling automatic query killing. But this feature is limited to single-stage queries.

We need to add support for multi-stage queries.

gortiz avatar Jun 19 '24 09:06 gortiz

@Jackie-Jiang what do think of introducing a new Resiliency label for issues like this one? Would be fitting to all issues making pinot more robust and give users a better more stable experience out of the box

edit: added a parent for issues of this type: https://github.com/apache/pinot/issues/13456

hpvd avatar Jun 21 '24 09:06 hpvd

Yes Resiliency label would be useful. In fact, I think we have a bunch of resiliency related open / in-progress work that should ideally be coupled under resiliency label.

siddharthteotia avatar Jun 28 '24 23:06 siddharthteotia

Fixed in https://github.com/apache/pinot/pull/13598 / https://github.com/apache/pinot/pull/13955.

yashmayya avatar Dec 04 '24 05:12 yashmayya