You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by "yyccww123 (via GitHub)" <gi...@apache.org> on 2024/03/13 00:54:37 UTC

[I] [Feature]suggest to configure the IP address in the configuration file [dolphinscheduler]

yyccww123 opened a new issue, #15703:
URL: https://github.com/apache/dolphinscheduler/issues/15703

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
   
   
   ### Description
   
   When multiple network adapters are used, the IP address is incorrectly obtained. As a result, the worker cannot work.
   so suggest to configure the IP address in the configuration file
   
   ### Use case
   
   _No response_
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


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

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


Re: [I] [Feature]suggest to configure the IP address in the configuration file [dolphinscheduler]

Posted by "yyccww123 (via GitHub)" <gi...@apache.org>.
yyccww123 commented on issue #15703:
URL: https://github.com/apache/dolphinscheduler/issues/15703#issuecomment-1996219610

   > Do you mean you have multiple network interfaces and want to choose the specific one to expose as the worker RPC address? We can use `dolphin.scheduler.network.interface.preferred=` to specify which network interface will be used.
   
   In my production environment, there are two IP addresses, one is the service IP address, the other is the management IP address, I can only use the service IP address, and I cannot modify the network adapter configuration. The service IP address can be obtained normally when DS 3.1.8 is available, but after I update to 3.2.1, I cannot obtain this address. As a result, the management IP address obtained cannot run all my tasks. I am currently unable to use the 3.2.1 version, if you can fix the problem would be appreciated.


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


Re: [I] [Feature]suggest to configure the IP address in the configuration file [dolphinscheduler]

Posted by "fuchanghai (via GitHub)" <gi...@apache.org>.
fuchanghai commented on issue #15703:
URL: https://github.com/apache/dolphinscheduler/issues/15703#issuecomment-1993350031

   @ruanwenjun @EricGao888 do we need this feature?


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


Re: [I] [Feature]suggest to configure the IP address in the configuration file [dolphinscheduler]

Posted by "yyccww123 (via GitHub)" <gi...@apache.org>.
yyccww123 commented on issue #15703:
URL: https://github.com/apache/dolphinscheduler/issues/15703#issuecomment-1992897745

   or get the IP address through hosts


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


Re: [I] [Feature]suggest to configure the IP address in the configuration file [dolphinscheduler]

Posted by "fuchanghai (via GitHub)" <gi...@apache.org>.
fuchanghai commented on issue #15703:
URL: https://github.com/apache/dolphinscheduler/issues/15703#issuecomment-1993347822

   hi @yyccww123  #11660  this PR maybe can fix you issue


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


Re: [I] [Feature]suggest to configure the IP address in the configuration file [dolphinscheduler]

Posted by "ruanwenjun (via GitHub)" <gi...@apache.org>.
ruanwenjun closed issue #15703: [Feature]suggest to configure the IP address in the configuration file
URL: https://github.com/apache/dolphinscheduler/issues/15703


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


Re: [I] [Feature]suggest to configure the IP address in the configuration file [dolphinscheduler]

Posted by "yyccww123 (via GitHub)" <gi...@apache.org>.
yyccww123 commented on issue #15703:
URL: https://github.com/apache/dolphinscheduler/issues/15703#issuecomment-1998819882

   dolphin.scheduler.network.interface.preferred= 
   is working. thanks.


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


Re: [I] [Feature]suggest to configure the IP address in the configuration file [dolphinscheduler]

Posted by "ruanwenjun (via GitHub)" <gi...@apache.org>.
ruanwenjun commented on issue #15703:
URL: https://github.com/apache/dolphinscheduler/issues/15703#issuecomment-1993479269

   We can use `dolphin.scheduler.network.interface.preferred=` to specify which network interface will be used.


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


Re: [I] [Feature]suggest to configure the IP address in the configuration file [dolphinscheduler]

Posted by "yyccww123 (via GitHub)" <gi...@apache.org>.
yyccww123 commented on issue #15703:
URL: https://github.com/apache/dolphinscheduler/issues/15703#issuecomment-1996220380

   > Do you mean you have multiple network interfaces and want to choose the specific one to expose as the worker RPC address? We can use `dolphin.scheduler.network.interface.preferred=` to specify which network interface will be used.
   
   In my production environment, there are two IP addresses, one is the service IP address, the other is the management IP address, I can only use the service IP address, and I cannot modify the network adapter configuration. The service IP address can be obtained normally when DS 3.1.8 is available, but after I update to 3.2.1, I cannot obtain this address. As a result, the management IP address obtained cannot run all my tasks. I am currently unable to use the 3.2.1 version, if you can fix the problem would be appreciated.


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


Re: [I] [Feature]suggest to configure the IP address in the configuration file [dolphinscheduler]

Posted by "ruanwenjun (via GitHub)" <gi...@apache.org>.
ruanwenjun commented on issue #15703:
URL: https://github.com/apache/dolphinscheduler/issues/15703#issuecomment-2002750458

   > dolphin.scheduler.network.interface.preferred=
   > is working. thanks.
   
   OK, I will close this issue.


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