-
Notifications
You must be signed in to change notification settings - Fork 1.9k
IGNITE-27341 .ΝΕΤ: Propagate compute task names to Java #12609
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
Conversation
modules/platforms/dotnet/Apache.Ignite.Core/Compute/ICompute.cs
Outdated
Show resolved
Hide resolved
ptupitsyn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add tests.
…ion to platform task.
Introduced auto test on .Net compute task name propagation to Platform Task. |
modules/platforms/dotnet/Apache.Ignite.Core.Tests/Compute/ComputeTaskName.cs
Outdated
Show resolved
Hide resolved
modules/platforms/dotnet/Apache.Ignite.Core.Tests/Compute/ComputeTaskName.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Pavel Tupitsyn <[email protected]>
|
Looks good to me. Waiting for CI build. |
…gated task name to task session.
|
Enhanced task name propagation for other compute methods. It seems to fix similar cases for closures. |
|



Ensure that the correct .NET task or closure name is visible in system views and internal APIs.