You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@linkis.apache.org by GitBox <gi...@apache.org> on 2022/03/21 04:05:11 UTC

[GitHub] [incubator-linkis] Alexkun opened a new issue #1764: [Bug] [linkis-configuration] Default configuration for creator won't take effect.

Alexkun opened a new issue #1764:
URL: https://github.com/apache/incubator-linkis/issues/1764


   ### Search before asking
   
   - [X] I searched the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar issues.
   
   
   ### Linkis Component
   
   linkis-public-enhancements
   
   ### What happened + What you expected to happen
   
   1. Set wds.linkis.configuration.use.creator.default.value to true in linkis-ps-publicenhancements
   2. Insert default params for a certern creator , eg "LINKISCLI" , and then restart linkis-ps-publicenhancements 
   3. Submit a task vai linkis-cli, which will use creator "LINKISCLI", then params in step 2 won't task effect
   
   ### Relevent platform
   
   CentOS7
   
   ### Reproduction script
   
   ps properties:
   wds.linkis.configuration.use.creator.default.value=true
   
   sql:
   insert into `linkis_ps_configuration_config_value` (`config_key_id`, `config_value`, `config_label_id`)
   (select `relation`.`config_key_id` AS `config_key_id`, '198' AS `config_value`, `relation`.`engine_type_label_id` AS `config_label_id` FROM linkis_ps_configuration_key_engine_relation relation
   INNER JOIN linkis_cg_manager_label label ON relation.engine_type_label_id = label.id AND label.label_value = '*-LINKISCLI,*-*'
   INNER JOIN linkis_ps_configuration_config_key config_key on config_key.key = 'wds.linkis.rm.instance' AND config_key.engine_conn_type is NULL AND relation.config_key_id = config_key.id);
   
   ### Anything else
   
   Every Time
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!


-- 
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: dev-unsubscribe@linkis.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org