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

ASF GitHub Bot logged work on HDDS-1093:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 28/Feb/19 01:56
            Start Date: 28/Feb/19 01:56
    Worklog Time Spent: 10m 
      Work Description: brownscott commented on issue #527: HDDS-1093. 
Configuration tab in OM/SCM ui is not displaying the correct values
URL: https://github.com/apache/hadoop/pull/527#issuecomment-468104921
 
 
   
   -- 
   Sent from my Android phone with GMX Mail. Please excuse my brevity.On 
2019-02-27, 9:55 p.m. Siddharth <[email protected]> wrote:
   @swagle commented on this pull request.
   
   
   
   In 
hadoop-hdds/common/src/test/java/org/apache/hadoop/hdds/conf/TestOzoneConfiguration.java:
   > +import org.junit.Assert;
   +import org.junit.Before;
   +import org.junit.Test;
   +
   +import java.io.BufferedWriter;
   +import java.io.File;
   +import java.io.FileWriter;
   +import java.io.IOException;
   +
   +public class TestOzoneConfiguration {
   +
   +  private Configuration conf;
   +  final static String CONFIG = new 
File("./test-config-TestConfiguration.xml").getAbsolutePath();
   +  final static String CONFIG_CORE = new 
File("./core-site.xml").getAbsolutePath();
   +
   +  private BufferedWriter out;
   
   In general not too excited about sharing streams as a coding best practice, 
others reviewers can chime in but better to localize this vs deal with side 
effect code in tearDown.
   
   —You are receiving this because you are subscribed to this thread.Reply to 
this email directly, view it on GitHub, or mute the thread.
   
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/apache/hadoop","title":"apache/hadoop","subtitle":"GitHub
 
repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open
 in 
GitHub","url":"https://github.com/apache/hadoop"}},"updates":{"snippets":[{"icon":"PERSON","message":"@swagle
 commented on #527"}],"action":{"name":"View Pull 
Request","url":"https://github.com/apache/hadoop/pull/527#pullrequestreview-208858889"}}}
   [
   {
   "@context": "http://schema.org";,
   "@type": "EmailMessage",
   "potentialAction": {
   "@type": "ViewAction",
   "target": 
"https://github.com/apache/hadoop/pull/527#pullrequestreview-208858889";,
   "url": 
"https://github.com/apache/hadoop/pull/527#pullrequestreview-208858889";,
   "name": "View Pull Request"
   },
   "description": "View this Pull Request on GitHub",
   "publisher": {
   "@type": "Organization",
   "name": "GitHub",
   "url": "https://github.com";
   }
   }
   ]
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 205578)
    Time Spent: 1h 10m  (was: 1h)

> Configuration tab in OM/SCM ui is not displaying the correct values
> -------------------------------------------------------------------
>
>                 Key: HDDS-1093
>                 URL: https://issues.apache.org/jira/browse/HDDS-1093
>             Project: Hadoop Distributed Data Store
>          Issue Type: Bug
>          Components: OM, SCM
>            Reporter: Sandeep Nemuri
>            Assignee: Vivek Ratnavel Subramanian
>            Priority: Critical
>              Labels: pull-request-available
>         Attachments: image-2019-02-12-19-47-18-332.png
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Configuration tab in OM/SCM ui is not displaying the correct/configured 
> values, rather it is displaying the default values.
> !image-2019-02-12-19-47-18-332.png!
> {code:java}
> [hdfs@freonnode10 hadoop]$ curl -s http://freonnode10:9874/conf | grep 
> ozone.om.handler.count.key
> <property><name>ozone.om.handler.count.key</name><value>40</value><final>false</final><source>ozone-site.xml</source></property>
> {code}



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

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

Reply via email to