[jira] [Commented] (PHOENIX-2166) Prevent writing to tracing table when tracing data collected

2016-06-19 Thread Pranavan (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-2166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15338911#comment-15338911
 ] 

Pranavan commented on PHOENIX-2166:
---

Hi James

I did a code formatting for the entire files that I have changed. That is the 
reason that you are seeing bunch of changes that are not related to me. I will 
discuss with mentor and upload a new patch.

> Prevent writing to tracing table when tracing data collected
> 
>
> Key: PHOENIX-2166
> URL: https://issues.apache.org/jira/browse/PHOENIX-2166
> Project: Phoenix
>  Issue Type: Sub-task
>Affects Versions: 4.5.0
>Reporter: Mujtaba Chohan
>  Labels: gsoc2016, tracing
> Attachments: PHOENIX-2166.patch
>
>
> When tracing is turned ON, trace table grows at fast pace and is filled with 
> the following traces which should not be present:
> {code}
> Executing UPSERT INTO SYSTEM.TRACING_STATS (trace_id, ...
> Writing mutation batch for table: SYSTEM.TRACING_STATS ...
> and so on
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (PHOENIX-2166) Prevent writing to tracing table when tracing data collected

2016-06-19 Thread James Taylor (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-2166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15338622#comment-15338622
 ] 

James Taylor commented on PHOENIX-2166:
---

There's a bunch of changes in that patch completely unrelated to this JIRA. 
This doesn't look right at all. Please generate a patch with the minimal amount 
of changes. FYI,  your mentor is [~rajeshbabu], but he's trying to fix the last 
few JIRAs that are holding us up from doing a 4.8 release. If you can give him 
a few days and then ping him after that, that would be best.

> Prevent writing to tracing table when tracing data collected
> 
>
> Key: PHOENIX-2166
> URL: https://issues.apache.org/jira/browse/PHOENIX-2166
> Project: Phoenix
>  Issue Type: Sub-task
>Affects Versions: 4.5.0
>Reporter: Mujtaba Chohan
>  Labels: gsoc2016, tracing
> Attachments: PHOENIX-2166.patch
>
>
> When tracing is turned ON, trace table grows at fast pace and is filled with 
> the following traces which should not be present:
> {code}
> Executing UPSERT INTO SYSTEM.TRACING_STATS (trace_id, ...
> Writing mutation batch for table: SYSTEM.TRACING_STATS ...
> and so on
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (PHOENIX-2166) Prevent writing to tracing table when tracing data collected

2016-06-14 Thread Pranavan (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-2166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15331100#comment-15331100
 ] 

Pranavan commented on PHOENIX-2166:
---

Hi Mujtaba Chohan

Shall we go for a lock based solution? Then at a time only one can proceed. 
(The original requirement needs no concurrency for this particular case)

> Prevent writing to tracing table when tracing data collected
> 
>
> Key: PHOENIX-2166
> URL: https://issues.apache.org/jira/browse/PHOENIX-2166
> Project: Phoenix
>  Issue Type: Sub-task
>Affects Versions: 4.5.0
>Reporter: Mujtaba Chohan
>  Labels: gsoc2016, tracing
>
> When tracing is turned ON, trace table grows at fast pace and is filled with 
> the following traces which should not be present:
> {code}
> Executing UPSERT INTO SYSTEM.TRACING_STATS (trace_id, ...
> Writing mutation batch for table: SYSTEM.TRACING_STATS ...
> and so on
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (PHOENIX-2166) Prevent writing to tracing table when tracing data collected

2016-03-20 Thread Nishani (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-2166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15203773#comment-15203773
 ] 

Nishani  commented on PHOENIX-2166:
---

Hi [~mujtabachohan]
In tracing web app it shows all the records in tracing table that includes 
reading, writing data to tracing table also. Only for visualization purposes we 
can skip those information by filtering the queries.
Is there any configuration to stop writing tracing information of tracing table 
to tracing table.

If there is no configuration level we have to change the code base.

> Prevent writing to tracing table when tracing data collected
> 
>
> Key: PHOENIX-2166
> URL: https://issues.apache.org/jira/browse/PHOENIX-2166
> Project: Phoenix
>  Issue Type: Sub-task
>Affects Versions: 4.5.0
>Reporter: Mujtaba Chohan
>  Labels: gsoc2016, tracing
>
> When tracing is turned ON, trace table grows at fast pace and is filled with 
> the following traces which should not be present:
> {code}
> Executing UPSERT INTO SYSTEM.TRACING_STATS (trace_id, ...
> Writing mutation batch for table: SYSTEM.TRACING_STATS ...
> and so on
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)