-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55250/
-----------------------------------------------------------
(Updated Jan. 6, 2017, 1:29 p.m.)
Review request for Ambari and Jonathan Hurley.
Changes
-------
tested
Bugs: AMBARI-19384
https://issues.apache.org/jira/browse/AMBARI-19384
Repository: ambari
Description
-------
Replaced `$s` with `%s`
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/controller/metrics/RestMetricsPropertyProvider.java
0b8dd62d067ee61f78d5cdf16babf9f8f3c8842b
Diff: https://reviews.apache.org/r/55250/diff/
Testing (updated)
-------
Manual test:
* create cluster with STORM and Ambari Metrics
* add widget for metric: Storm > Active Storm UI Server >
`/api/v1/cluster/summary##nimbusUptime`
* observe exception in `ambari-server.log`
```
org.apache.ambari.server.AmbariException: Unable to get REST metrics from the
for STORM_UI_SERVER at
http://c6401.ambari.apache.org:8744/api/v1/cluster/summary
```
Thanks,
Attila Doroszlai