Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FLINK-6448] Web UI TaskManager view: Rename 'Free Memory' to 'JVM Heap' #3835

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -31,7 +31,7 @@ split
a(ui-sref=".taskmanagers({nodeid: nodeid})") TaskManagers

li(ui-sref-active='active')
a(ui-sref=".metrics({nodeid: nodeid})") Metrics
a(ui-sref=".metrics({nodeid: nodeid})") Task Metrics

li(ui-sref-active='active')
a(ui-sref=".watermarks({nodeid: nodeid})") Watermarks
Expand Down
Expand Up @@ -33,7 +33,7 @@ nav.navbar.navbar-default.navbar-fixed-top.navbar-main
th Free Slots
th CPU Cores
th Physical Memory
th Free Memory
th JVM Heap Size
th Flink Managed Memory

tbody
Expand Down
Expand Up @@ -25,7 +25,7 @@ div(ng-if="metrics.id")
th Free Slots
th CPU Cores
th Physical Memory
th Free Memory
th JVM Heap Size
th Flink Managed Memory
tbody
tr
Expand Down Expand Up @@ -111,4 +111,4 @@ div(ng-if="metrics.id")
tr
td {{ g.name }}
td {{ g.count | toLocaleString }}
td {{ g.time | toLocaleString }}
td {{ g.time | toLocaleString }}
Expand Up @@ -29,7 +29,7 @@
<ul class="nav nav-tabs">
<li ui-sref-active="active"><a ui-sref=".subtasks({nodeid: nodeid})">Subtasks</a></li>
<li ui-sref-active="active"><a ui-sref=".taskmanagers({nodeid: nodeid})">TaskManagers</a></li>
<li ui-sref-active="active"><a ui-sref=".metrics({nodeid: nodeid})">Metrics</a></li>
<li ui-sref-active="active"><a ui-sref=".metrics({nodeid: nodeid})">Task Metrics</a></li>
<li ui-sref-active="active"><a ui-sref=".watermarks({nodeid: nodeid})">Watermarks</a></li>
<li ui-sref-active="active"><a ui-sref=".accumulators({nodeid: nodeid})">Accumulators</a></li>
<li ui-sref-active="active"><a ui-sref=".checkpoints({nodeid: nodeid})">Checkpoints</a></li>
Expand All @@ -39,4 +39,4 @@
<div id="node-details" ui-view="node-details" class="panel-body clean"></div>
</div>
</div>
</split>
</split>
Expand Up @@ -32,7 +32,7 @@
<th>Free Slots</th>
<th>CPU Cores</th>
<th>Physical Memory</th>
<th>Free Memory</th>
<th>JVM Heap Size</th>
<th>Flink Managed Memory</th>
</tr>
</thead>
Expand All @@ -54,4 +54,4 @@
</tr>
</tbody>
</table>
</div>
</div>
Expand Up @@ -27,7 +27,7 @@ <h1>Overview</h1>
<th>Free Slots</th>
<th>CPU Cores</th>
<th>Physical Memory</th>
<th>Free Memory</th>
<th>JVM Heap Size</th>
<th>Flink Managed Memory</th>
</tr>
</thead>
Expand Down Expand Up @@ -137,4 +137,4 @@ <h1>Garbage Collection</h1>
</tr>
</tbody>
</table>
</div>
</div>