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
|
6/5/2017 8:01:54 PM
`TriggerManager` as part of last [PR]。 I just realized that it was an incomplete Guice (mistake) without changes in AzkabanWebServer code. As a result, this PR made the fix and completely guicify `TriggerManager`.
Unless this PR gets merged, we will keep using outdated `JDBCTriggerLoader` code.
|
6/5/2017 7:26:30 PM
azkaban-exec-server (#1168)
Making changes similar to #1164
Based changes off of #1045
|