You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@linkis.apache.org by "CharlieYan24 (via GitHub)" <gi...@apache.org> on 2023/05/13 09:23:43 UTC

[GitHub] [linkis] CharlieYan24 opened a new issue, #4537: [Bug] init logger with wrong class

CharlieYan24 opened a new issue, #4537:
URL: https://github.com/apache/linkis/issues/4537

   ### Search before asking
   
   - [X] I searched the [issues](https://github.com/apache/linkis/issues) and found no similar issues.
   
   
   ### Linkis Component
   
   linkis-computation-governance
   
   ### Steps to reproduce
   
   ```
   public class DefaultEngineAskEngineService extends AbstractEngineService
       implements EngineAskEngineService {
     private static final Logger logger =
         LoggerFactory.getLogger(DefaultEngineConnStatusCallbackService.class);、
   ```
   should replace with 
   ```
   public class DefaultEngineAskEngineService extends AbstractEngineService
     private static final Logger logger =
         LoggerFactory.getLogger(DefaultEngineAskEngineService.class);
   ```
   
   write exception details in log.
    logger.info(
                     String.format(
                         "msg: %s canRetry Exception: %s", msg, exception.getClass().getName()),
                     exception);
   
   ### Expected behavior
   
   ```
   public class DefaultEngineAskEngineService extends AbstractEngineService
       implements EngineAskEngineService {
     private static final Logger logger =
         LoggerFactory.getLogger(DefaultEngineConnStatusCallbackService.class);、
   ```
   should replace with 
   ```
   public class DefaultEngineAskEngineService extends AbstractEngineService
     private static final Logger logger =
         LoggerFactory.getLogger(DefaultEngineAskEngineService.class);
   ```
   
   ### Your environment
   
   <!-- Please describe the linkis version you are using and basic environment information -->
   <!-- 请描述您使用的linkis版本和基本环境信息 -->
   - Linkis version used: 1.1.2
   - Environment name and version:
       - cdh-5.14.2
       - hdp-3.1.5
       - hive-2.1.1
       - spark-3.2.1
       - scala-2.12.2
       - jdk 1.8.0_121
       - ....
   
   
   ### Anything else
   
   _No response_
   
   ### 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: notifications-unsubscribe@linkis.apache.org.apache.org

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


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


[GitHub] [linkis] github-actions[bot] commented on issue #4537: [Bug] init logger with wrong class

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #4537:
URL: https://github.com/apache/linkis/issues/4537#issuecomment-1546606070

   ## :blush:  Welcome to the Apache Linkis community!!
   We are glad that you are contributing by opening this issue.
   
   Please make sure to include all the relevant context.
   We will be here shortly.
   
   If you are interested in contributing to our website project, please let us know!
   You can check out our contributing guide on
    :point_right:  [How to Participate in Project Contribution](https://linkis.apache.org/community/how-to-contribute).
   
   
   ### Community
   
   |WeChat Assistant|WeChat Public Account|
   |-|-|
   |<img src="https://linkis.apache.org/Images/wedatasphere_contact_01.png" width="128"/>|<img src="https://linkis.apache.org/Images/gzh_01.png" width="128"/>|
   
   
   ### Mailing Lists
   |Name|Description|Subscribe|Unsubscribe|Archive|
   |:-----|:--------|:------|:-------|:-----|
   | [dev@linkis.apache.org](mailto:dev@linkis.apache.org) | community activity information | [subscribe](mailto:dev-subscribe@linkis.apache.org) | [unsubscribe](mailto:dev-unsubscribe@linkis.apache.org) | [archive](http://mail-archives.apache.org/mod_mbox/linkis-dev) |


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

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


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


[GitHub] [linkis] CharlieYan24 closed issue #4537: [Bug] init logger with wrong class

Posted by "CharlieYan24 (via GitHub)" <gi...@apache.org>.
CharlieYan24 closed issue #4537: [Bug]  init logger with wrong class
URL: https://github.com/apache/linkis/issues/4537


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

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


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