Bug 2230234
Summary: | [s3select][json]: rgw crashes seen for query "select * from s3object[*].phonenumbers where phoneNumbers.addr is NULL;" | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Hemanth Sai <hmaheswa> |
Component: | RGW | Assignee: | gal salomon <gsalomon> |
Status: | CLOSED ERRATA | QA Contact: | Hemanth Sai <hmaheswa> |
Severity: | high | Docs Contact: | Rivka Pollack <rpollack> |
Priority: | unspecified | ||
Version: | 7.0 | CC: | akraj, ceph-eng-bugs, cephqe-warriors, gsalomon, kdreyer, tserlin |
Target Milestone: | --- | Flags: | gsalomon:
needinfo-
gsalomon: needinfo- |
Target Release: | 7.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | ceph-18.2.0-105.el9cp | Doc Type: | Bug Fix |
Doc Text: |
.Ceph Object Gateway daemon no longer crashes where `phoneNumbers.addr` is `NULL`
Previously, due to a syntax error, the query for `select * from s3object[*].phonenumbers where phoneNumbers.addr is NULL;` would cause the Ceph Object Gateway daemon to crash.
With this fix the wrong syntax is identified and reported, no longer causing the daemon to crash.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2023-12-13 15:21:51 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: | 2237662 |
Description
Hemanth Sai
2023-08-09 04:45:55 UTC
the crash is fixed on https://github.com/ceph/ceph/pull/52651 `An error occurred (s3select-Syntax-Error) when calling the SelectObjectContent operation: engine_version function not found` with that returns the correct value there is no point in testing `18.2.0-102.el9cp` 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 7.0 Bug Fix update), 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-2023:7780 |