Jonathan Hurley created AMBARI-20502:
----------------------------------------
Summary: Configuration Markdown Not Property Parsed By Some Editors
Key: AMBARI-20502
URL: https://issues.apache.org/jira/browse/AMBARI-20502
Project: Ambari
Issue Type: Bug
Components: ambari-server
Affects Versions: trunk
Reporter: Jonathan Hurley
Assignee: Jonathan Hurley
Fix For: trunk
Some markdown displays, like GitHub, don't properly display the configuration
markdown. Sections appear as:
{code}
####Alerts & Notifications | Property Name | 10 Hosts | ~50 Hosts | ~100 Hosts
| 500+ Hosts | | --- | --- | --- | --- | --- | |
alerts.execution.scheduler.threadpool.size.core | 2 | 2 | 4 | 4 | |
alerts.execution.scheduler.threadpool.size.max | 2 | 2 | 8 | 8 | |
alerts.execution.scheduler.threadpool.worker.size | 400 | 2000 | 4000 | 20000 |
| alerts.cache.enabled | false | false | false | true | |
alerts.cache.flush.interval | 10 | 10 | 10 | 10 | | alerts.cache.size | 50000 |
50000 | 100000 | 100000 | ####Jetty API & Agent Thread Pools | Property Name |
10 Hosts | ~50 Hosts | ~100 Hosts | 500+ Hosts | | --- | --- | --- | --- | ---
| | client.threadpool.size.max | 25 | 35 | 50 | 65 | |
agent.threadpool.size.max | 25 | 35 | 75 | 100 |
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)