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
|
6/1/2018 5:48:35 PM
(#1749)
This PR added more information to alerting email sent on flow trigger cancellation.
Email content includes - flow trigger instance start/end time, flow trigger instance page link and cancelled dependency instances and the corresponding cancel reason.
|