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({
|
$.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) {
|
||||||
|
|
Loading…
Reference in New Issue