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

V1.1.0 beta2 #421

Merged
merged 40 commits into from
May 11, 2020
Merged

V1.1.0 beta2 #421

merged 40 commits into from
May 11, 2020

Conversation

jranson
Copy link
Member

@jranson jranson commented May 11, 2020

No description provided.

@jranson jranson requested a review from LimitlessEarth May 11, 2020 02:22
// TODO: This looks suspicious
rsc.OriginConfig.DearticulateUpstreamRanges = true
// // TODO: This looks suspicious
// rsc.OriginConfig.DearticulateUpstreamRanges = true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this was put in for debugging purposes and forgotten about; so it is commented for Beta2 and will be scrubbed completely in the next release

Comment on lines +156 to +162
// span := trace.SpanFromContext(pr.upstreamRequest.Context())
// _, span := tspan.NewChildSpan(pr.Context(), rsc.Tracer, "Fetch")
// if span != nil {
// pr.upstreamRequest = pr.upstreamRequest.WithContext(trace.ContextWithSpan(pr.upstreamRequest.Context(), span))
// defer span.End()
// }

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be unneeded so as to minimize the span count, but I kept in comments in case it needs to come back, will be scrubbed in next release.

@jranson jranson merged commit af69404 into trickstercache:master May 11, 2020
@jranson jranson deleted the v1.1.0-beta2 branch May 12, 2020 22:17
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.

2 participants