12/21/2018 6:00:06 PM
flows at node level (#2073)
In most cases the centering event causes a zoom out so users need to zoom in the graph again to return to previous view.
|
12/21/2018 5:58:27 PM
usability In the Flow Execution page, Job List tab, all FAILED and KILLED jobs are shown by default now. If they are embedded their parent flows are expanded. Only flows containing FAILED or KILLED jobs will be expanded. This is especially helpful with deeply nested flows because users won’t have to manually expand each flow to access the logs of FAILED/KILLED jobs.
* Fixes according to review comments
|
12/20/2018 9:38:39 PM
AZNewDispatchingLogic - Submit flow in Polling Model
* Refactor PollingThread.
* Address comments.
|
|
|
12/12/2018 4:05:38 PM
3.65.0
Fix url in Job History page’s link to Job page The parameter ‘flow’ in the url to Job page /manager?project=projectName&flow=flowId&job=jobId needs to be parsed following this pattern: flowRootName[,embeddedFlowName:embeddedFlowPath]*
* Flow link on Job History page refers to immediate flow instead of root flow
* Unit test for parsing of immediate flow id
* Fix according to review comments
|
12/11/2018 11:59:44 PM
project dir on executor, its file count file will be created only when azkaban executor is loading all projects before cache purging(#2032) when project cache size limit feature is enabled. If not enabled, file count check will try to read from the non-existing file count file causing dispatch failure.
Fix:
File count check would populate file count file when it doesn't exist.
File count check would only be performed when project cache size limit is enabled.
1 would fix the bug, 2 would reduce the overhead of file count check when the feature is not enabled.
|
12/11/2018 10:48:02 PM
cache to DB. (#2057)
* Switch fetching running flows from cache to DB.
* Address comments
|
12/10/2018 10:28:07 PM
received a new requirement that "plugin.dir" must be exposed to user code to navigate the classpath folder. This change makes it happen.
|
12/10/2018 8:23:19 PM
auto formatting performed in #1397 led to an issue with the validator fix link in the upload modal, where it's appended to the target parameter and thus breaks the link. This commit adds the missing space back.
|