[ 
https://issues.apache.org/jira/browse/CASSJAVA-71?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brad Schoening updated CASSJAVA-71:
-----------------------------------
    Description: 
When paging is used, the trace is repeated multiple times.  For example,
{quote}> PAGING 2

> TRACING ON

> select * from system_schema.columns LIMIT 10
{quote}
After observing and investigating this in CQLSH with [#CASSANDRA-20099], it 
seemed to be caused by the Python driver returning duplicate trace objects.

  was:
When paging is used, the trace is repeated multiple times.  For example,
{quote}> PAGING 2

> TRACING ON

> select * from system_schema.columns LIMIT 10
{quote}
After observing and investigating this in CQLSH with [#CASSANDRA-20099], it 
seemed to be caused by the Java driver returning duplicate trace objects.


> Fix TRACING when PAGING so it doesn't repeat the tracing multiple times
> -----------------------------------------------------------------------
>
>                 Key: CASSJAVA-71
>                 URL: https://issues.apache.org/jira/browse/CASSJAVA-71
>             Project: Apache Cassandra Java driver
>          Issue Type: Bug
>          Components: Core
>            Reporter: Brad Schoening
>            Assignee: Lukasz Antoniak
>            Priority: Normal
>
> When paging is used, the trace is repeated multiple times.  For example,
> {quote}> PAGING 2
> > TRACING ON
> > select * from system_schema.columns LIMIT 10
> {quote}
> After observing and investigating this in CQLSH with [#CASSANDRA-20099], it 
> seemed to be caused by the Python driver returning duplicate trace objects.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to