Bug 2248862
Summary: | [rgw][s3select]: rgw going down executing query "select trim( leading 132140533849470 from _3 ) from s3object;" | ||
---|---|---|---|
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: | urgent | Docs Contact: | Rivka Pollack <rpollack> |
Priority: | unspecified | ||
Version: | 7.0 | CC: | akraj, ceph-eng-bugs, cephqe-warriors, gsalomon, tserlin |
Target Milestone: | --- | Keywords: | Automation |
Target Release: | 7.0 | Flags: | gsalomon:
needinfo-
gsalomon: needinfo- |
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | ceph-18.2.0-127.el9cp | Doc Type: | Bug Fix |
Doc Text: |
.Ceph Object Gateway daemon no longer crashes with the trim command
Previously, due to the trim skip type checking within the query for `select trim(LEADING '1' from '111abcdef111') from s3object;`, the Ceph Object Gateway daemon would crash.
With this fix, the type is checked and is identified if wrong and reported, no longer causing the daemon to crash.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2023-12-13 15:24:55 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-11-09 12:05:33 UTC
this issue (and others) are resolved https://github.com/ceph/ceph/pull/54298 (the trim is crashing because of a missing type-check. thus, any combination with trim will cause a crash) the issue is resolved in the following PR https://github.com/ceph/ceph/pull/54298 the issue is resolved in the following PR https://github.com/ceph/ceph/pull/54298 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 |