Bug 2290775
Summary: | [rgw][s3select]: rgw going down executing query "select ( not ( 'abc' + 'def' ) ) from s3object;" | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Hemanth Sai <hmaheswa> |
Component: | RGW | Assignee: | Matt Benjamin (redhat) <mbenjamin> |
Status: | CLOSED ERRATA | QA Contact: | Anuchaithra <anrao> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 7.1 | CC: | akraj, anrao, ceph-eng-bugs, cephqe-warriors, gsalomon, mbenjamin, rpollack, tserlin |
Target Milestone: | --- | Keywords: | Automation |
Target Release: | 8.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | ceph-19.1.1-20.el9cp | Doc Type: | Bug Fix |
Doc Text: |
.The AST structure SQL statement no longer causes a crash
Previously, in some cases, due to an erroneous semantic combined with the Parquet flow, the AST creation that is produced by the SQL engine was wrong a crash would occur.
With this fix, more safety checks are in place for the AST structure and the statement processing time is fixed and a crash is avoided.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2024-11-25 09:01:44 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 2317218 |
Description
Hemanth Sai
2024-06-06 19:34:51 UTC
the crash happened during the parsing stage, it happened upon Parquet-flow and not CSV-flow (for the same statement) that is because the Parquet flow is parsing twice (wrongly) the SQL statement(AST creation), this may cause unexpected behavior. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Red Hat Ceph Storage 8.0 security, bug fix, and enhancement updates), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2024:10216 The needinfo request[s] on this closed bug have been removed as they have been unresolved for 120 days |