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

Copy ParentTraceContext when cloning ExecutionStartedEvent #309

Merged
merged 13 commits into from
Oct 23, 2023

Conversation

bachuv
Copy link
Collaborator

@bachuv bachuv commented Sep 27, 2023

This PR adds a line to copy ExecutionStartedEvent.ParentTraceContext when cloning ExecutionStartedEvent in CreationRequestReceived.Clone(). This change is necessary for Distributed Tracing V2 to work.

I created this PR as a draft because a new version of DT.Core needs to be released with a bug fix for this to work so this PR shouldn't be merged until then.

Copy link
Member

@sebastianburckhardt sebastianburckhardt left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@sebastianburckhardt sebastianburckhardt modified the milestone: 1.4.1 Sep 27, 2023
@bachuv bachuv marked this pull request as ready for review October 18, 2023 20:48
@bachuv
Copy link
Collaborator Author

bachuv commented Oct 18, 2023

@sebastianburckhardt, can we merge this PR to be a part of the v1.4.1 release?

@bachuv
Copy link
Collaborator Author

bachuv commented Oct 18, 2023

Leaving a note that this PR depends on DT.Core > 2.15.1.

sebastianburckhardt and others added 3 commits October 23, 2023 11:19
* update DT and DF package references

* update to latest
* Update GH automation (#303)

* initial commit (#290)

* Revert "initial commit (#290)" (#314)

This reverts commit 3a2d193.

* Bump Azure.Identity from 1.7.0 to 1.10.2 in /samples/TokenCredentialDTFx (#323)

Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.7.0 to 1.10.2.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.7.0...Azure.Identity_1.10.2)

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Terminate partition when FASTER refuses to checkpoint for over a minute (#301)

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Varshitha Bachu <[email protected]>
Co-authored-by: Sebastian Burckhardt <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@sebastianburckhardt sebastianburckhardt merged commit 76d01ad into main Oct 23, 2023
1 of 2 checks passed
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.

3 participants