[ 
https://issues.apache.org/jira/browse/ASTERIXDB-3293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17782809#comment-17782809
 ] 

ASF subversion and git services commented on ASTERIXDB-3293:
------------------------------------------------------------

Commit a700ae3420698a6b3e5a2941e98efc90cb78f2e3 in asterixdb's branch 
refs/heads/master from Ali Alsuliman
[ https://gitbox.apache.org/repos/asf?p=asterixdb.git;h=a700ae3420 ]

[ASTERIXDB-3293][COMP] Do not require job capacity for metadata queries

- user model changes: no
- storage format changes: no
- interface changes: yes

Details:
Metadata queries can sometimes fail to run because
they are forced to use the minimum budget for the operators.

This patch is to lift this minimum budget and let the operators
be assigned the default budget like regular queries.
In addition, do not assign a job capacity for metadata queries.

A better solution for metadata queries should consider
a combination of solutions (e.g. calculate job capacity precisely
given that metadata queries are run in a single partition, don't
make the default budget of operators for regular and metadata
queries the same, make minimum budget configurable, ... etc)

Change-Id: I2a6721e2b6182aa0e12a1b0173709bc139fc77e0
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/17894
Integration-Tests: Jenkins <[email protected]>
Reviewed-by: Ali Alsuliman <[email protected]>
Reviewed-by: Murtadha Hubail <[email protected]>
Tested-by: Michael Blow <[email protected]>


> Metadata queries fail to run due to forced minimum budget
> ---------------------------------------------------------
>
>                 Key: ASTERIXDB-3293
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-3293
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: COMP - Compiler
>            Reporter: Ali Alsuliman
>            Assignee: Ali Alsuliman
>            Priority: Major
>              Labels: triaged
>
> Metadata queries can sometimes fail to run because they are forced to use the 
> minimum budget for the operators.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to