You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2020/03/19 09:01:16 UTC

[GitHub] [incubator-dolphinscheduler] 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

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:
users@infra.apache.org


With regards,
Apache Git Services