Doris resource queue

2023-06-05 Thread Joice Jacob
Hi Is the resource queue available in the latest release of doris(2.0.0 Alpha1)? Thanks Joice

Re: Doris resource queue

2023-03-01 Thread Joice Jacob
Hi, I'm trying to understand how the resource queue feature in Apache Doris works. From what I understand, this feature helps manage resources by queuing queries when there aren't enough resources available to execute them. Can you please explain the overall working of this feature? Thanks Joice

Re: Doris resource queue

2023-03-01 Thread Joice Jacob
Hi Mingyu Chen, Doris version is 1.2.1 The error details attached below Exception in thread "main" java.sql.SQLException: errCode = 2, detailMessage = Process has no memory available, cancel top memory usage query: query memory tracker consumption 309.01 MB, backend 10.0.12.192 process memory us

Re: Doris resource queue

2023-03-01 Thread GuoLei Yi
Hi Joice, I am developing this feature. Currently, this feature is under designed. I will finish design on May or June. This feature will be released with Doris 2.2. Joice Jacob 于2023年3月2日周四 01:03写道: > > Hi everyone, > I'm facing a java.sql.SQLException error with the following message:

Doris resource queue

2023-03-01 Thread Joice Jacob
Hi everyone, I'm facing a java.sql.SQLException error with the following message: errCode = 2, detailMessage = Process has no memory available, cancel top memory usage query. I understand that this means my query is using too much memory, but I'm not sure how to fix it. Can anyone help me understan