[jira] [Resolved] (STORM-3105) Update storm hive dependency version

2018-09-19 Thread Robert Joseph Evans (JIRA)


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

Robert Joseph Evans resolved STORM-3105.

   Resolution: Fixed
Fix Version/s: 2.0.0

> Update storm hive dependency version
> 
>
> Key: STORM-3105
> URL: https://issues.apache.org/jira/browse/STORM-3105
> Project: Apache Storm
>  Issue Type: Task
>Reporter: Abhishek
>Assignee: Robert Joseph Evans
>Priority: Major
>  Labels: pull-request-available
> Fix For: 2.0.0
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Storm hive is compiled with \{{hive.version}} 
> [{{0.14.0}}|https://github.com/apache/storm/blob/0eb6b5116f251e17b6f14a61cebfadfc286faa59/pom.xml#L292]
>  which is quite old. The current stable hive release is {{3.0.0}}. Using 
> {{storm-hive}} with such an old version causes issues when hive cluster 
> version is newer. See this 
> [thread|https://lists.apache.org/thread.html/36f674f74e73f9ddc83b6b2452acfd9773af4e6394c8cb157dd367fd@%3Cuser.storm.apache.org%3E]
>  for one such issue. 
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (STORM-3147) Port ClusterSummary as Metrics to StormMetricsRegistry

2018-09-19 Thread Robert Joseph Evans (JIRA)


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

Robert Joseph Evans resolved STORM-3147.

Resolution: Fixed

Thanks [~Srdo] and [~zhengdai],

 

I merged this into master

> Port ClusterSummary as Metrics to StormMetricsRegistry
> --
>
> Key: STORM-3147
> URL: https://issues.apache.org/jira/browse/STORM-3147
> Project: Apache Storm
>  Issue Type: New Feature
>  Components: storm-server
>Affects Versions: 2.0.0
>Reporter: Zhengdai Hu
>Assignee: Zhengdai Hu
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 2.0.0
>
>  Time Spent: 18h 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (STORM-3230) Small race with worker tokens.

2018-09-19 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated STORM-3230:
--
Labels: pull-request-available  (was: )

> Small race with worker tokens.
> --
>
> Key: STORM-3230
> URL: https://issues.apache.org/jira/browse/STORM-3230
> Project: Apache Storm
>  Issue Type: Bug
>  Components: storm-client
>Affects Versions: 2.0.0
>Reporter: Robert Joseph Evans
>Assignee: Robert Joseph Evans
>Priority: Major
>  Labels: pull-request-available
>
> There is a small race in zookeeper I missed when trying to get the secret out 
> of ZK for worker tokens.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (STORM-3231) TopologyBySubmissionTimeComparator does not consider priority

2018-09-19 Thread Aaron Gresch (JIRA)
Aaron Gresch created STORM-3231:
---

 Summary: TopologyBySubmissionTimeComparator does not consider 
priority
 Key: STORM-3231
 URL: https://issues.apache.org/jira/browse/STORM-3231
 Project: Apache Storm
  Issue Type: Bug
Affects Versions: 2.0.0
Reporter: Aaron Gresch


TopologyBySubmissionTimeComparator indicates "Comparator that sorts topologies 
by priority and then by submission time", but the code only considers uptime.

 

I am not sure what the intent should be.  Either the code or comment should be 
fixed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)