[jira] [Work logged] (HDDS-2326) Http server of Freon is not started for new Freon tests

2019-10-20 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HDDS-2326?focusedWorklogId=331190=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-331190
 ]

ASF GitHub Bot logged work on HDDS-2326:


Author: ASF GitHub Bot
Created on: 21/Oct/19 04:46
Start Date: 21/Oct/19 04:46
Worklog Time Spent: 10m 
  Work Description: bharatviswa504 commented on pull request #52: 
HDDS-2326. Http server of Freon is not started for new Freon tests
URL: https://github.com/apache/hadoop-ozone/pull/52
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 331190)
Time Spent: 20m  (was: 10m)

> Http server of Freon is not started for new Freon tests
> ---
>
> Key: HDDS-2326
> URL: https://issues.apache.org/jira/browse/HDDS-2326
> Project: Hadoop Distributed Data Store
>  Issue Type: New Feature
>  Components: freon
>Reporter: Marton Elek
>Assignee: Marton Elek
>Priority: Major
>  Labels: pull-request-available
> Fix For: 0.5.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> HDDS-2022 introduced new Freon tests but the Freon http server is not started 
> for the new tests.
> Freon includes a http server which can be turned on with the '–server' flag. 
> It helps to monitor and profile the freon as the http server contains by 
> default the prometheus and profiler servlets.
> The server should be started if's requested.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Work logged] (HDDS-2326) Http server of Freon is not started for new Freon tests

2019-10-18 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HDDS-2326?focusedWorklogId=330408=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-330408
 ]

ASF GitHub Bot logged work on HDDS-2326:


Author: ASF GitHub Bot
Created on: 18/Oct/19 10:20
Start Date: 18/Oct/19 10:20
Worklog Time Spent: 10m 
  Work Description: elek commented on pull request #52: HDDS-2326. Http 
server of Freon is not started for new Freon tests
URL: https://github.com/apache/hadoop-ozone/pull/52
 
 
   ## What changes were proposed in this pull request?
   
   HDDS-2022 introduced new Freon tests but the Freon http server is not 
started for the new tests.
   
   Freon includes a http server which can be turned on with the '–server' flag. 
It helps to monitor and profile the freon as the http server contains by 
default the prometheus and profiler servlets.
   
   The server should be started if's requested.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-2326
   
   ## How was this patch tested?
   
   You need a cluster and login to the scm:
   
   ```
   cd compose/ozone
   docker-compose up -d --scale datanode=3
   docker-compose exec scm bash
   ```
   
   Now start a new style freon test:
   
   ```
   ozone freon --server ockg -n 1000
   ```
   
   You should see the http server on the std output:
   
   {code}
   2019-10-18 10:13:26,464 INFO server.AbstractConnector: Started 
ServerConnector@40dd3977{HTTP/1.1,[http/1.1]}{0.0.0.0:9884}
   {code}
   
   And you can access the standard servlets (while freon is running)
   
   ```
   curl http://localhost:9884/jmx
   ```
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 330408)
Remaining Estimate: 0h
Time Spent: 10m

> Http server of Freon is not started for new Freon tests
> ---
>
> Key: HDDS-2326
> URL: https://issues.apache.org/jira/browse/HDDS-2326
> Project: Hadoop Distributed Data Store
>  Issue Type: New Feature
>  Components: freon
>Reporter: Marton Elek
>Assignee: Marton Elek
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> HDDS-2022 introduced new Freon tests but the Freon http server is not started 
> for the new tests.
> Freon includes a http server which can be turned on with the '–server' flag. 
> It helps to monitor and profile the freon as the http server contains by 
> default the prometheus and profiler servlets.
> The server should be started if's requested.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org