6/8/2017 1:53:06 AM
assertj to compare two strings ignore white spaces
2. add a new method called ignoreCaseContains in ExecutionFlowViewTest.java for more readability.
|
6/7/2017 11:57:18 PM
error reported in LIHADOOP-26732.
sessionId shouldn't be logged anywhere. Looked through related files and couldn't find any other occurrences.
|
6/7/2017 8:40:32 PM
to triggerManager (#1177)
|
|
|
6/6/2017 9:22:12 PM
Actions (#1175)
Looks like the way the Save Actions intellij plugin was triggered in #1137 didn't catch certain files - including much of azkaban-web-server. This update brings files found in azkaban-web-server up to date.
|
6/6/2017 6:18:45 PM
from execution_flows table only. (#1165)
* Fetch active/queued flows from execution_flows table only. Plan to deprecate active_executing_flows table finally.
* Fix parameter passing and comments
|
|
|
|
|
6/6/2017 10:45:12 AM
3.27.0
[MutableConstantField] Constant field declarations should use
the immutable type (such as ImmutableList) instead of the general
collection interface type (such as List) private static final Set<String> MEM_KEYS = ImmutableSet ^ (see http://errorprone.info/bugpattern/MutableConstantField)
|
6/5/2017 9:15:47 PM
upload fails:
- Don't run the Job instance, just report failed status
- Try to update the node in DB anyway, because _maybe_ it was created regardless of the caught exception
|