You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by "hailin0 (via GitHub)" <gi...@apache.org> on 2023/04/18 06:10:20 UTC

[GitHub] [incubator-seatunnel] hailin0 opened a new issue, #4607: [Feature][Zeta] Improve local mode startup request ports

hailin0 opened a new issue, #4607:
URL: https://github.com/apache/incubator-seatunnel/issues/4607

   ### Search before asking
   
   - [X] I had searched in the [feature](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement.
   
   
   ### Description
   
   Local mode automatically sets the hazelcast startup port to `auto-increment`
   
   local mode startup example
   ```shell
   bin/seatunnel.sh -m local -config job.file
   ```
   
   reference
   https://github.com/apache/incubator-seatunnel/blob/dev/config/hazelcast.yaml#L34
   
   ### Usage Scenario
   
   _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@seatunnel.apache.org.apache.org

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


[GitHub] [incubator-seatunnel] hailin0 commented on issue #4607: [Feature][Zeta] Improve local mode startup request ports

Posted by "hailin0 (via GitHub)" <gi...@apache.org>.
hailin0 commented on issue #4607:
URL: https://github.com/apache/incubator-seatunnel/issues/4607#issuecomment-1512632872

   > looks same with this [issue](https://github.com/apache/incubator-seatunnel/issues/4579), if still not resolved, i want take this task, thanks.
   
   This looks like just the documentation


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

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


[GitHub] [incubator-seatunnel] hailin0 closed issue #4607: [Feature][Zeta] Improve local mode startup request ports

Posted by "hailin0 (via GitHub)" <gi...@apache.org>.
hailin0 closed issue #4607: [Feature][Zeta] Improve local mode startup request ports 
URL: https://github.com/apache/incubator-seatunnel/issues/4607


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

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


[GitHub] [incubator-seatunnel] hailin0 commented on issue #4607: [Feature][Zeta] Improve local mode startup request ports

Posted by "hailin0 (via GitHub)" <gi...@apache.org>.
hailin0 commented on issue #4607:
URL: https://github.com/apache/incubator-seatunnel/issues/4607#issuecomment-1512629770

   > 
   
   sorry , duplicate


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

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


[GitHub] [incubator-seatunnel] EricJoy2048 closed issue #4607: [Feature][Zeta] Improve local mode startup request ports

Posted by "EricJoy2048 (via GitHub)" <gi...@apache.org>.
EricJoy2048 closed issue #4607: [Feature][Zeta] Improve local mode startup request ports 
URL: https://github.com/apache/incubator-seatunnel/issues/4607


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

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


[GitHub] [incubator-seatunnel] liunaijie commented on issue #4607: [Feature][Zeta] Improve local mode startup request ports

Posted by "liunaijie (via GitHub)" <gi...@apache.org>.
liunaijie commented on issue #4607:
URL: https://github.com/apache/incubator-seatunnel/issues/4607#issuecomment-1514298114

   @hailin0 
   here is my understanding, purpose:
   
   local mode will create a Hazelcast server in local, but it will use the default config(hazelcast.yaml). this config set the `auto-increment` to fasle. i need set it to true in local mode.
   
   Purpose:
   change this config before [createServeInLocal](https://github.com/apache/incubator-seatunnel/blob/d2094bf2e19de2bb8c6a7eb06b438982d5cb8e38/seatunnel-core/seatunnel-starter/src/main/java/org/apache/seatunnel/core/starter/seatunnel/command/ClientExecuteCommand.java#L87) 
   
   
   


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

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


[GitHub] [incubator-seatunnel] liunaijie commented on issue #4607: [Feature][Zeta] Improve local mode startup request ports

Posted by "liunaijie (via GitHub)" <gi...@apache.org>.
liunaijie commented on issue #4607:
URL: https://github.com/apache/incubator-seatunnel/issues/4607#issuecomment-1512563099

   looks same with this [issue](https://github.com/apache/incubator-seatunnel/issues/4579), if still not resolved, i want take this task, 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@seatunnel.apache.org

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


[GitHub] [incubator-seatunnel] hailin0 commented on issue #4607: [Feature][Zeta] Improve local mode startup request ports

Posted by "hailin0 (via GitHub)" <gi...@apache.org>.
hailin0 commented on issue #4607:
URL: https://github.com/apache/incubator-seatunnel/issues/4607#issuecomment-1514589426

   > 
   
   good


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

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