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:
parent
af0309d793
commit
ba0a8f8792
|
@ -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