YARN-8413. Flow activity page is failing with 'Timeline server failed with an error'. Contributed by Sunil Govindan.

This commit is contained in:
Rohith Sharma K S 2018-06-12 17:14:22 +05:30
parent 2df73dace0
commit 95303f50d3

View File

@ -105,7 +105,7 @@ function updateConfigs(application) {
$.ajax({
type: 'GET',
dataType: 'json',
async: true,
async: false,
context: this,
url: getTimeLineURL(rmhost, isHttpsSchemeEnabled),
success: function(data) {