6/6/2018 9:12:54 PM
(#1798)
Since processSucceed is an asyn call, test needs to wait for updateAssociatedFlowExecId to be called before verification of its invocation. So when updateAssociatedFlowExecId is called, the associated countdownlatch is decremented to zero and unit test will wait on the countdown latch before verifying invocation of updateAssociatedFlowExecId.
|
6/5/2018 8:46:11 PM
3.47.2
(#1790)
This change moves VM files to resources. Tested in staging cluster.
|
6/5/2018 5:22:38 PM
'.' to separate name spaces and '_" to separate words in the same namespace. e.g. * azkaban.job.some_key
|
6/4/2018 8:25:08 PM
(#1788)
Submitting flow from web server to executor is a blocking call and sometimes takes secs. So this PR make it async to avoid the flow trigger service thread blocking on this operation.
|
6/4/2018 8:24:53 PM
is follow-up of #1712 .
We move job summary module from Azkaban-plugins to the main AZ repo.
|
6/4/2018 7:55:50 PM
parameterized logging
2. remove some logging to reduce the noise
|
6/4/2018 7:53:36 PM
originally built distribution package missed velocity files. This change moves VM files to resources and fixes the bug.
|
|
6/1/2018 8:38:04 PM
3.47.1
vulnerability.
* Fix typo.
* Adress comments.
* Address comments.
|
6/1/2018 6:56:55 PM
#1783
"warning
Task :azkaban-solo-server:compileTestJava
The SimpleWorkResult type has been deprecated and is scheduled to be removed in Gradle 5.0. Please use WorkResults.didWork() instead.
"
Verified with
./gradlew clean build -Dorg.gradle.warning.mode=all
|