YARN-8413. Flow activity page is failing with 'Timeline server failed with an error'. Contributed by Sunil Govindan.
This commit is contained in:
parent
2df73dace0
commit
95303f50d3
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user