[jira] [Commented] (HIVE-12525) Cleanup unused metrics in HMS

2016-09-29 Thread Lefty Leverenz (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-12525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15535096#comment-15535096
 ] 

Lefty Leverenz commented on HIVE-12525:
---

[~szehon], this also needs to be committed to branch-1.

> Cleanup unused metrics in HMS
> -
>
> Key: HIVE-12525
> URL: https://issues.apache.org/jira/browse/HIVE-12525
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Szehon Ho
>Assignee: Szehon Ho
> Fix For: 2.0.0
>
> Attachments: HIVE-12525.patch
>
>
> I had added these without much thought when writing the metrics-framework to 
> test out the concept.
> Looking back, these actually need of more investigation, as some are actually 
> wrong or at least do not add much value.  Wrong is the active-transaction, as 
> actually each ObjectStore is a thread-local, and an aggregate number is what 
> was meant.  Open/committed/rollback need some investigation what really helps.
> Goal is to remove these before the release to reduce confusion to users.



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


[jira] [Commented] (HIVE-12525) Cleanup unused metrics in HMS

2015-12-03 Thread Sergey Shelukhin (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-12525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15038514#comment-15038514
 ] 

Sergey Shelukhin commented on HIVE-12525:
-

Master is now 2.1... please backport if needed :)

> Cleanup unused metrics in HMS
> -
>
> Key: HIVE-12525
> URL: https://issues.apache.org/jira/browse/HIVE-12525
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Szehon Ho
>Assignee: Szehon Ho
> Fix For: 2.1.0
>
> Attachments: HIVE-12525.patch
>
>
> I had added these without much thought when writing the metrics-framework to 
> test out the concept.
> Looking back, these actually need of more investigation, as some are actually 
> wrong or at least do not add much value.  Wrong is the active-transaction, as 
> actually each ObjectStore is a thread-local, and an aggregate number is what 
> was meant.  Open/committed/rollback need some investigation what really helps.
> Goal is to remove these before the release to reduce confusion to users.



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


[jira] [Commented] (HIVE-12525) Cleanup unused metrics in HMS

2015-12-02 Thread Sergey Shelukhin (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-12525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15036880#comment-15036880
 ] 

Sergey Shelukhin commented on HIVE-12525:
-

Should this be committed?

> Cleanup unused metrics in HMS
> -
>
> Key: HIVE-12525
> URL: https://issues.apache.org/jira/browse/HIVE-12525
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Szehon Ho
>Assignee: Szehon Ho
> Attachments: HIVE-12525.patch
>
>
> I had added these without much thought when writing the metrics-framework to 
> test out the concept.
> Looking back, these actually need of more investigation, as some are actually 
> wrong or at least do not add much value.  Wrong is the active-transaction, as 
> actually each ObjectStore is a thread-local, and an aggregate number is what 
> was meant.  Open/committed/rollback need some investigation what really helps.
> Goal is to remove these before the release to reduce confusion to users.



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


[jira] [Commented] (HIVE-12525) Cleanup unused metrics in HMS

2015-11-28 Thread Hive QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-12525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030782#comment-15030782
 ] 

Hive QA commented on HIVE-12525:




Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12774421/HIVE-12525.patch

{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.

{color:red}ERROR:{color} -1 due to 4 failed/errored test(s), 9865 tests executed
*Failed tests:*
{noformat}
TestHWISessionManager - did not produce a TEST-*.xml file
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_authorization_uri_import
org.apache.hadoop.hive.metastore.TestHiveMetaStorePartitionSpecs.testGetPartitionSpecs_WithAndWithoutPartitionGrouping
org.apache.hive.jdbc.TestSSL.testSSLVersion
{noformat}

Test results: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/6159/testReport
Console output: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/6159/console
Test logs: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-6159/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 4 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12774421 - PreCommit-HIVE-TRUNK-Build

> Cleanup unused metrics in HMS
> -
>
> Key: HIVE-12525
> URL: https://issues.apache.org/jira/browse/HIVE-12525
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Szehon Ho
>Assignee: Szehon Ho
> Attachments: HIVE-12525.patch
>
>
> I had added these without much thought when writing the metrics-framework to 
> test out the concept.
> Looking back, these actually need of more investigation, as some are actually 
> wrong or at least do not add much value.  Wrong is the active-transaction, as 
> actually each ObjectStore is a thread-local, and an aggregate number is what 
> was meant.  Open/committed/rollback need some investigation what really helps.
> Goal is to remove these before the release to reduce confusion to users.



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


[jira] [Commented] (HIVE-12525) Cleanup unused metrics in HMS

2015-11-25 Thread Jimmy Xiang (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-12525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15027690#comment-15027690
 ] 

Jimmy Xiang commented on HIVE-12525:


+1

> Cleanup unused metrics in HMS
> -
>
> Key: HIVE-12525
> URL: https://issues.apache.org/jira/browse/HIVE-12525
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Szehon Ho
>Assignee: Szehon Ho
> Attachments: HIVE-12525.patch
>
>
> I had added these without much thought when writing the metrics-framework to 
> test out the concept.
> Looking back, these actually need of more investigation, as some are actually 
> wrong or at least do not add much value.  Wrong is the active-transaction, as 
> actually each ObjectStore is a thread-local, and an aggregate number is what 
> was meant.  Open/committed/rollback need some investigation what really helps.
> Goal is to remove these before the release to reduce confusion to users.



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