[
https://issues.apache.org/jira/browse/IGNITE-26608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18057261#comment-18057261
]
Ignite TC Bot commented on IGNITE-26608:
----------------------------------------
{panel:title=Branch: [pull/12429/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/12429/head] Base: [master] : New Tests
(23)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Security{color} [[tests
23|https://ci2.ignite.apache.org/viewLog.html?buildId=8847656]]
* {color:#013220}SecurityTestSuite:
ContextAttributesTest.testNestedScopeInSnapshotScope - PASSED{color}
* {color:#013220}SecurityTestSuite:
ContextAttributesTest.testSnapshotRestoreInExistingScope - PASSED{color}
* {color:#013220}SecurityTestSuite: ContextAttributesTest.testAttachedAttribute
- PASSED{color}
* {color:#013220}SecurityTestSuite:
ContextAttributesTest.testNestedScopesAttributeValueOverwriteAndInheritance -
PASSED{color}
* {color:#013220}SecurityTestSuite:
ContextAttributesTest.testRuntimeAttributeCreation - PASSED{color}
* {color:#013220}SecurityTestSuite:
ContextAttributesTest.testAttributeValueSearchUpScopeStack - PASSED{color}
* {color:#013220}SecurityTestSuite:
ContextAttributesTest.testContextAwareStripedThreadPoolExecutor - PASSED{color}
* {color:#013220}SecurityTestSuite:
ContextAttributesTest.testMaximumAttributesInstanceCount - PASSED{color}
* {color:#013220}SecurityTestSuite:
ContextAttributesTest.testNestedScopeSnapshot - PASSED{color}
* {color:#013220}SecurityTestSuite: ContextAttributesTest.testEmptySnapshot -
PASSED{color}
* {color:#013220}SecurityTestSuite:
ContextAttributesTest.testContextAwareStripedExecutor - PASSED{color}
... and 12 new tests
{panel}
[TeamCity *--> Run :: All*
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=8847688&buildTypeId=IgniteTests24Java8_RunAll]
> Add a unified mechanism for propagating the operation context
> -------------------------------------------------------------
>
> Key: IGNITE-26608
> URL: https://issues.apache.org/jira/browse/IGNITE-26608
> Project: Ignite
> Issue Type: Task
> Reporter: Mikhail Petrov
> Assignee: Mikhail Petrov
> Priority: Major
> Labels: ise
> Fix For: 2.19
>
> Time Spent: 10h
> Remaining Estimate: 0h
>
> It is proposed to create an ThreadLocal storage (Context) with the following
> properties
> a) Ignite-independent
> b) stores arbitrary attributes and their corresponding values
> c) provides the ability to update attribute values
> d) provides the ability to automatically undo the last Context
> update, restoring previous attribute values, after the corresponding
> operation completes
> e) provides the ability to creates a snapshot of stored attributes
> and their values
> f) provides the ability to restores attribute values from snapshot to
> Context in another thread
> This will help create a unified mechanism for attaching arbitrary data to an
> operation for its duration, as well as the ability to move context attribute
> values between threads.
> For more in for see IEP-143
> -https://cwiki.apache.org/confluence/display/IGNITE/IEP-143+Context+Propagation
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)