Eights-Li edited a comment on issue #2202: [BUG] queueName should not be stored in the table t_ds_user, which can result in inconsistent data URL: https://github.com/apache/incubator-dolphinscheduler/issues/2202#issuecomment-600968550 current t_ds_user table queue field sotre the queue_name not the queue_value. In FetchTaskThread, user.queue store queue_name, but tenant.queue store queue_value, so the user.queue should convert queue_value. tip: when create queue in ds, create queue api - guarantee that queue and queue_name are unique. if you change the queue_name in t_ds_queue, the queue field will be change related to user
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
