Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

object: Perform assembly with TTL=1 #2756

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

cthulhu-rider
Copy link
Contributor

This reverts commit 907f427.

GET requests with TTL=1 are absolutely correct regardless of the need to assemble the object. This TTL blocks request forwarding - it does not happen. At the same time, assembling an object on the server spawns new requests from scratch, which is not forwarding. The original commit does not have a description of the cause, and it was never discovered.

Fixes #2447.

This reverts commit 907f427.

GET requests with TTL=1 are absolutely correct regardless of the need to
assemble the object. This TTL blocks request forwarding - it does not
happen. At the same time, assembling an object on the server spawns
new requests from scratch, which is not forwarding. The original commit
does not have a description of the cause, and it was never discovered.

Fixes #2447.

Signed-off-by: Leonard Lyubich <[email protected]>
Copy link

codecov bot commented Feb 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 28.86%. Comparing base (080a35d) to head (f1f4286).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2756   +/-   ##
=======================================
  Coverage   28.86%   28.86%           
=======================================
  Files         415      415           
  Lines       32485    32485           
=======================================
  Hits         9378     9378           
  Misses      22264    22264           
  Partials      843      843           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cthulhu-rider cthulhu-rider merged commit 3b0bc18 into master Feb 28, 2024
15 of 16 checks passed
@cthulhu-rider cthulhu-rider deleted the bugfix/2447-object-get-ttl-1 branch February 28, 2024 03:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Complex object is not readable through non-container node
3 participants