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/05/06 07:20:52 UTC

[GitHub] [incubator-dolphinscheduler] 743294668 opened a new issue #2603: [BUG] code annotation error

743294668 opened a new issue #2603:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2603


   incubator-dolphinscheduler-dev/dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/worker/WorkerServer.java
   Source codeļ¼š
   /**
        * master server startup
        *
        * master server not use web service
        * @param args arguments
        */
       public static void main(String[] args) {
           Thread.currentThread().setName(Constants.THREAD_NAME_WORKER_SERVER);
           new SpringApplicationBuilder(WorkerServer.class).web(WebApplicationType.NONE).run(args);
       }
   
   The master in the annotation on lines 74 and 76 should be changed to worker.
   
   


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



[GitHub] [incubator-dolphinscheduler] dailidong commented on issue #2603: [BUG] code annotation error

Posted by GitBox <gi...@apache.org>.
dailidong commented on issue #2603:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2603#issuecomment-624537923


   anybody who want to solve this issue, it's easy to fix,  haha


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



[GitHub] [incubator-dolphinscheduler] ywywn commented on issue #2603: [BUG] code annotation error

Posted by GitBox <gi...@apache.org>.
ywywn commented on issue #2603:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2603#issuecomment-624996089


   I will fix it :)


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