John Huang
John Huang
Hi, Team, I created a PR to mark `SetTag` as `obsolete`. Feel free to comments if any concerns.
Hi, community, I would like to try this issue. Would you like to assign this task to me? It seems I should add HybridShuffleManager with some tests and integration tests...
Hi, @zuston , @jerqi , I have a naive question. How to decide on the shuffle strategy (ESS/RSS/Uniffle) of each shuffleId for spark driver/executor? When to change RSS to ESS...
> 1. Since it's with Spring Boot 3.x, we should explicitly mention that JDK v17 is the minimum version required. I'd highly suggest to have a dedicated "prerequisites" section so...
> @svrnm - no worries, I just wanted to make sure that we were all aware that a similar change had been done elsewhere, and give us an opportunity to...
> > I will close this later~ > > Hi @pegasas - no need to close it, you can just apply the suggested changes directly to this PR IMHO. Thanks....
 Now architecture quartz scheduler uses db as Pessimistic Concurrency Control, when job is execute we insert command into DB. Deep dive if we can leverage quartz interface or we...
Thanks wenjun for continuous guidance in this thread and very solid architecture design in dolphinscheduler! These days I've been thinking the relationship of trigger & scheduler service responsibility in new...
My current design is as below: ``` ┌─────────────────────┬────────────────────┬────────────────────┬────────────────────────┬───────────────────────────────┐ │ │ │ │ │ │ │ UI │ API │ DB │ Registry │ Master │ │ │ │ │ │...
> We need to define how to assign the trigger to Master, since we use `pull` mode, so all Master will pull the trigger from DB, we need to make...