Fix non handled error response#561
Merged
cbodley merged 2 commits intoceph:masterfrom Jul 5, 2024
Merged
Conversation
Signed-off-by: Gal Salomon <gal.salomon@gmail.com>
Signed-off-by: Gal Salomon <gal.salomon@gmail.com>
Merged
14 tasks
galsalomon66
added a commit
to galsalomon66/ceph
that referenced
this pull request
Apr 30, 2024
…ph-PR Signed-off-by: Gal Salomon <gal.salomon@gmail.com>
galsalomon66
added a commit
to galsalomon66/ceph
that referenced
this pull request
May 6, 2024
…ph-PR Signed-off-by: Gal Salomon <gal.salomon@gmail.com>
galsalomon66
added a commit
to galsalomon66/ceph
that referenced
this pull request
May 7, 2024
in some cases the error message does not return to client, connection got broken (invalid chunk length) fix another broken connection all data-source to use same API for sending error-response add the option rgw_s3select_disable(boolean). upon turning-on this option, it rejects s3select-requests with an error-message editorial. rollback to ceph-master. the ceph/s3-tests#561 must be merged with ceph-PR Signed-off-by: Gal Salomon <gal.salomon@gmail.com>
weirdwiz
pushed a commit
to weirdwiz/ceph
that referenced
this pull request
May 13, 2024
Resolves : rhbz#2275323 Resolves : rhbz#2252403 Resolves : rhbz#2252396 in some cases the error message does not return to client, connection got broken (invalid chunk length) fix another broken connection all data-source to use same API for sending error-response add the option rgw_s3select_disable(boolean). upon turning-on this option, it rejects s3select-requests with an error-message editorial. rollback to ceph-master. the ceph/s3-tests#561 must be merged with ceph-PR Signed-off-by: Gal Salomon <gal.salomon@gmail.com> (cherry picked from commit 53ad57c)
cbodley
approved these changes
Jul 5, 2024
Contributor
|
i've cherry-picked these to ceph-master |
rishabh-d-dave
pushed a commit
to rishabh-d-dave/ceph
that referenced
this pull request
Sep 9, 2024
in some cases the error message does not return to client, connection got broken (invalid chunk length) fix another broken connection all data-source to use same API for sending error-response add the option rgw_s3select_disable(boolean). upon turning-on this option, it rejects s3select-requests with an error-message editorial. rollback to ceph-master. the ceph/s3-tests#561 must be merged with ceph-PR Signed-off-by: Gal Salomon <gal.salomon@gmail.com> (cherry picked from commit 53ad57c)
mattbenjamin
pushed a commit
to linuxbox2/ceph
that referenced
this pull request
Oct 22, 2024
in some cases the error message does not return to client, connection got broken (invalid chunk length) fix another broken connection all data-source to use same API for sending error-response add the option rgw_s3select_disable(boolean). upon turning-on this option, it rejects s3select-requests with an error-message editorial. rollback to ceph-master. the ceph/s3-tests#561 must be merged with ceph-PR Signed-off-by: Gal Salomon <gal.salomon@gmail.com> (cherry picked from commit 53ad57c)
andrewschoen
pushed a commit
to ibmstorage/ceph
that referenced
this pull request
Feb 25, 2025
in some cases the error message does not return to client, connection got broken (invalid chunk length) fix another broken connection all data-source to use same API for sending error-response add the option rgw_s3select_disable(boolean). upon turning-on this option, it rejects s3select-requests with an error-message editorial. rollback to ceph-master. the ceph/s3-tests#561 must be merged with ceph-PR Signed-off-by: Gal Salomon <gal.salomon@gmail.com> (cherry picked from commit 53ad57c)
mkogan1
pushed a commit
to mkogan1/ceph
that referenced
this pull request
Mar 17, 2025
in some cases the error message does not return to client, connection got broken (invalid chunk length) fix another broken connection all data-source to use same API for sending error-response add the option rgw_s3select_disable(boolean). upon turning-on this option, it rejects s3select-requests with an error-message editorial. rollback to ceph-master. the ceph/s3-tests#561 must be merged with ceph-PR Signed-off-by: Gal Salomon <gal.salomon@gmail.com> (cherry picked from commit 53ad57c)
galsalomon66
added a commit
to galsalomon66/ceph
that referenced
this pull request
Apr 25, 2025
in some cases the error message does not return to client, connection got broken (invalid chunk length) fix another broken connection all data-source to use same API for sending error-response add the option rgw_s3select_disable(boolean). upon turning-on this option, it rejects s3select-requests with an error-message editorial. rollback to ceph-master. the ceph/s3-tests#561 must be merged with ceph-PR Signed-off-by: Gal Salomon <gal.salomon@gmail.com> (cherry picked from commit 53ad57c)
mertsunacoglu
pushed a commit
to mertsunacoglu/ceph
that referenced
this pull request
Feb 27, 2026
in some cases the error message does not return to client, connection got broken (invalid chunk length) fix another broken connection all data-source to use same API for sending error-response add the option rgw_s3select_disable(boolean). upon turning-on this option, it rejects s3select-requests with an error-message editorial. rollback to ceph-master. the ceph/s3-tests#561 must be merged with ceph-PR Signed-off-by: Gal Salomon <gal.salomon@gmail.com> (cherry picked from commit 53ad57c)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
add handling for a new exception