Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

tracing: Fix tracing#1317

Merged
egernst merged 1 commit into
kata-containers:masterfrom
jodh-intel:fix-runtime-tracing
Mar 5, 2019
Merged

tracing: Fix tracing#1317
egernst merged 1 commit into
kata-containers:masterfrom
jodh-intel:fix-runtime-tracing

Conversation

@jodh-intel
Copy link
Copy Markdown

The store refactor (#1066) inadvertently broke runtime tracing as it created new contexts containing trace spans.

Reworking the store changes to re-use the existing context resolves the problem since runtime tracing assumes a single context.

Fixes #1277.

Signed-off-by: James O. D. Hunt james.o.hunt@intel.com

The store refactor (kata-containers#1066) inadvertently broke runtime tracing as it
created new contexts containing trace spans.

Reworking the store changes to re-use the existing context resolves the
problem since runtime tracing assumes a single context.

Fixes kata-containers#1277.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
@grahamwhaley grahamwhaley requested review from sameo and sboeuf March 4, 2019 11:12
Copy link
Copy Markdown
Contributor

@grahamwhaley grahamwhaley left a comment

Choose a reason for hiding this comment

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

lgtm

@grahamwhaley
Copy link
Copy Markdown
Contributor

/test

Copy link
Copy Markdown

@devimc devimc left a comment

Choose a reason for hiding this comment

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

thanks @jodh-intel

@egernst egernst merged commit 5dda0b7 into kata-containers:master Mar 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Runtime tracing broken

5 participants