|
|
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.
|
|
|
12/4/2018 3:59:25 PM
3.62.0
add cache hit ratio metrics for project dir
* in progress
* address comment
|