Juho Autio

Results 30 comments of Juho Autio

Any thoughts by repo owners on this?

Other problems with XmlUserManagerTest: 1. There's a waiting loop with 2s interval. Should watch/notify or use a CountDownLatch to minimize waiting time 1. It looks like the test is also...

@djaiswal83 what to you think about these things, and closing https://github.com/azkaban/azkaban/issues/535?

@djaiswal83 @burgerkingeater what's up? XmlUserManagerTest takes 30s, which is mostly sleeping. Has something changed, I though the idea is to keep the tests quick and _not_ add any Thread.sleep in...

@djaiswal83 plz check https://github.com/azkaban/azkaban/pull/2240 > SensitivityWatchEventModifier.MEDIUM which polls every 30 seconds Actually MEDIUM is 10 s. LOW would be 30 s. You might also want to change it to LOW...

This test failed again (https://github.com/azkaban/azkaban/pull/3034#issuecomment-1014854031). How about my suggestion above to use LOW instead of MEDIUM?

No. In my company we have a custom file format for defining schedules, so that both job files & schedules can be stored in git and deployed to Azkaban automatically....

Sorry, I somehow understood your question originally as a question like "is this supported?". But looks like it's a feature suggestion. Would be a great addition, I couldn't agree more....

@djaiswal83 yes, reusing a JVM as long as azkaban-executor instance is not recycled for any reason. I presume is the way that Azkaban has been used by everyone until the...

I don't think I have any good suggestions, but what I can see at least: 1. Remove execution loggers manually from the log4j's internal Hashtable - `Hashtable ht` in `org.apache.log4j.Hierarchy`...