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

Protect against Propagators receiving null Getter/Setter #1644

Closed
carlosalberto opened this issue Feb 25, 2021 · 1 comment · Fixed by #1690
Closed

Protect against Propagators receiving null Getter/Setter #1644

carlosalberto opened this issue Feb 25, 2021 · 1 comment · Fixed by #1690
Assignees
Labels
1.0.0rc2 release candidate 2 for tracing GA

Comments

@carlosalberto
Copy link
Contributor

Although this is not quite clear on the (very) general error handling recommendations, (and there's an ongoing issue in the Spec regarding this), I'd suggest ignoring a call when a Getter/Setter with a value of None is received, in order to not cause any error.

@ocelotl ocelotl self-assigned this Feb 25, 2021
@lzchen lzchen added the 1.0.0rc2 release candidate 2 for tracing GA label Feb 25, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 11, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 11, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 11, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 11, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 12, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 12, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 12, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 12, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 12, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 12, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 12, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 12, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 12, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 12, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 12, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 12, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 12, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 12, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 12, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 12, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 12, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 12, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 12, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 12, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 12, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 12, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 12, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 12, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 12, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 12, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 12, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 15, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 16, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 16, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 16, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 16, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 17, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 17, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 17, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 17, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 17, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 17, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 17, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 17, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 17, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 17, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 18, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 18, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 18, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 22, 2021
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Mar 22, 2021
@ocelotl
Copy link
Contributor

ocelotl commented Mar 23, 2021

Although this is not quite clear on the (very) general error handling recommendations, (and there's an ongoing issue in the Spec regarding this), I'd suggest ignoring a call when a Getter/Setter with a value of None is received, in order to not cause any error.

Just for the record, I think this is the issue @carlosalberto is referring to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.0.0rc2 release candidate 2 for tracing GA
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants