5/1/2018 7:23:09 PM
move duplicate code to methods.
Related previous PRs:
#1690
#1691
|
4/30/2018 9:45:47 PM
were previously ignored. Some refactoring was needed to inject dependencies.
Builds on #1690 which should be merged first (1st commit is the same)
For the actual scope of this PR, see the 2nd commit only: 2f5014b
|
4/30/2018 7:03:41 PM
PR adds purging mechanism of old flow trigger execution records from the db table. Otherwise the table will keep growing indefinitely as more triggers are executed, leading to excessive query time on the table - e.x recovering incomplete trigger instances or querying historic trigger instances
The cleanup policy is removing trigger instances finishing older than 20 days back, and will be practiced every 10 mins.
|
4/24/2018 12:45:28 AM
search bug
|
4/23/2018 7:26:14 PM
won't support schedule like:
run every second
run every 2 second
run every minute at 2nd second.
The check is done on project uploading.
|
4/23/2018 2:09:56 PM
should produce less false positives without intervention in the environment by:
*increasing time interval in a MetricManagerTest
*fixing the source for computing of the time interval in a MetricManagerTest
*closing file descriptors in a DirectoryFlowLoaderTest
Also, some typos were fixed.
|
4/20/2018 6:47:32 PM
trigger and flow trigger instances:
1. scheduled flow trigger
2. new tab of list of recent flow trigger instances for a particular flow
3. flow trigger properties for a particular flow
4. flow trigger instances status for a flow execution
5. page for a flow trigger instance execution(page link http://AZURL/executor/triggerinstanceid=XXX):
|
4/20/2018 6:45:48 PM
test related Jar functions and were messing /temp/HadoopTest folder. It caused out test fail.
In this PR, I changed the temp folder to the $buildDir/temp folder. $buildDir/temp is already ignored in .gitignore file.
|
4/20/2018 5:53:01 PM
was a fault to keep the pig file in a non-module folder. So moving it back to az-hadoop-jobtype-plugin module.
|
4/20/2018 2:34:01 PM
(#1742)
|