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

(cherry picked from commit 95303f50d3)
This commit is contained in:
Rohith Sharma K S 2018-06-12 17:14:22 +05:30
parent af0309d793
commit ba0a8f8792
1 changed files with 1 additions and 1 deletions

View File

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