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 2022/10/13 08:13:29 UTC

[GitHub] [dolphinscheduler] rickchengx commented on issue #12356: [Bug] [k8s] null exception when submitting k8s task plugin

rickchengx commented on issue #12356:
URL: https://github.com/apache/dolphinscheduler/issues/12356#issuecomment-1277214185

   It seems that `ProcessServiceImpl.findConfigYamlByName` wants to query the table `t_ds_k8s`, but actually this table is empty.
   
   https://github.com/apache/dolphinscheduler/blob/22103f975ebe3d3697c9173013356cab8548a1c6/dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessServiceImpl.java#L3168-L3176
   
   After my check, `t_ds_cluster` is inserted when creating cluster (step 1) and `t_ds_k8s_namespace` is inserted when creating k8s namespace (step 2).
   
   But I don't know what's the usage of table `t_ds_k8s`, could anyone help me?


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org