YARN-7257. AggregatedLogsBlock reports a bad 'end' value as a bad
'start' value. Contributed by Jason Lowe (cherry picked from commit 28c4957fccebe2d7e63ec9fe9af58313b4f21d4f)
This commit is contained in:
parent
ad7ed9d044
commit
81e7872793
@ -67,7 +67,7 @@ protected void render(Block html) {
|
|||||||
LogAggregationWebUtils.getLogEndIndex(
|
LogAggregationWebUtils.getLogEndIndex(
|
||||||
html, $("end"));
|
html, $("end"));
|
||||||
} catch (NumberFormatException ne) {
|
} catch (NumberFormatException ne) {
|
||||||
html.h1().__("Invalid log start value: " + $("end")).__();
|
html.h1().__("Invalid log end value: " + $("end")).__();
|
||||||
isValid = false;
|
isValid = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user