Skip to content

Commit 912bbf9

Browse files
committed
Enhancement Request 38200771 - [3758178->25.09] Add tracing support to Coherence*Extend
Bug 38200840 - [37504471->25.09] Add ability to trace values, keySet, and entrySet when not using a filter COH-20465 Improve code coverage of tracing functionality (merge main -> ce/main @ 117450, 117454) [git-p4: depot-paths = "//dev/coherence-ce/main/": change = 117486]
1 parent 3802b41 commit 912bbf9

File tree

84 files changed

+7662
-777
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+7662
-777
lines changed

prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Message.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -257,10 +257,10 @@ public class Message
257257

258258
/**
259259
* Property TracingSpanContext
260+
* <p>
261+
* The tracing {@link SpanContext}.
260262
*
261-
* The OpenTracing SpanContext.
262-
*
263-
* @since 14.4.1.0
263+
* @since 14.1.1.0
264264
*/
265265
private com.tangosol.internal.tracing.SpanContext __m_TracingSpanContext;
266266

@@ -778,9 +778,9 @@ public long getToPollId()
778778
// Accessor for the property "TracingSpanContext"
779779
/**
780780
* Getter for property TracingSpanContext.<p>
781-
* The OpenTracing SpanContext.
782-
*
783-
* @since 14.4.1.0
781+
* The OpenTracing {@link SpanContext}.
782+
*
783+
* @since 14.1.1.0
784784
*/
785785
public com.tangosol.internal.tracing.SpanContext getTracingSpanContext()
786786
{
@@ -1664,9 +1664,9 @@ public void setToPollId(long lPollId)
16641664
// Accessor for the property "TracingSpanContext"
16651665
/**
16661666
* Setter for property TracingSpanContext.<p>
1667-
* The OpenTracing SpanContext.
1668-
*
1669-
* @since 14.4.1.0
1667+
* The OpenTracing {@link SpanContext}.
1668+
*
1669+
* @since 14.1.1.0
16701670
*/
16711671
public void setTracingSpanContext(com.tangosol.internal.tracing.SpanContext contextSpan)
16721672
{
@@ -1820,7 +1820,7 @@ public void writeObject(com.tangosol.io.WriteBuffer.BufferOutput output, Object
18201820

18211821
/**
18221822
* This should be called by Message serialization methods in order to
1823-
* propgate tracing information.
1823+
* propagate tracing information.
18241824
*
18251825
* @since 14.1.1.0
18261826
*/

0 commit comments

Comments
 (0)