You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/10/29 01:05:39 UTC

[GitHub] [flink] mas-chen opened a new pull request, #21190: [FLINK-24119] [Connectors/Kafka] set offsets.topic.replication.factor to 1

mas-chen opened a new pull request, #21190:
URL: https://github.com/apache/flink/pull/21190

   ## What is the purpose of the change
   
   Resolving test instability
   
   ## Brief change log
   
   * set offsets.topic.replication.factor to 1 in Kafka container
   
   ## Verifying this change
   
   Please make sure both new and modified tests in this PR follows the conventions defined in our code quality guide: https://flink.apache.org/contributing/code-style-and-quality-common.html#testing
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (yes / **no**)
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (yes / **no**)
     - The serializers: (yes / **no** / don't know)
     - The runtime per-record code paths (performance sensitive): (yes / **no** / don't know)
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: (yes / **no** / don't know)
     - The S3 file system connector: (yes / **no** / don't know)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (yes / **no**)
     - If yes, how is the feature documented? (**not applicable** / docs / JavaDocs / not documented)
   


-- 
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: issues-unsubscribe@flink.apache.org

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


[GitHub] [flink] gaborgsomogyi commented on pull request #21190: [FLINK-24119] [Connectors/Kafka] set offsets.topic.replication.factor to 1

Posted by GitBox <gi...@apache.org>.
gaborgsomogyi commented on PR #21190:
URL: https://github.com/apache/flink/pull/21190#issuecomment-1295747110

   This is definitely missing no question, so +1 from my side. The only thing what I'm wondering is why Kafka not blown up with GROUP_COORDINATOR_NOT_AVAILABLE. This has been added in 0.11.0. This blow-up is stated in a more cloudy way even on confluent site: https://docs.confluent.io/platform/current/installation/configuration/broker-configs.html#brokerconfigs_offsets.topic.replication.factor


-- 
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: issues-unsubscribe@flink.apache.org

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


[GitHub] [flink] gaborgsomogyi commented on pull request #21190: [FLINK-24119] [Connectors/Kafka] set offsets.topic.replication.factor to 1

Posted by GitBox <gi...@apache.org>.
gaborgsomogyi commented on PR #21190:
URL: https://github.com/apache/flink/pull/21190#issuecomment-1295824376

   cc @gyfora @mbalassi 


-- 
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: issues-unsubscribe@flink.apache.org

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


[GitHub] [flink] flinkbot commented on pull request #21190: [FLINK-24119] [Connectors/Kafka] set offsets.topic.replication.factor to 1

Posted by GitBox <gi...@apache.org>.
flinkbot commented on PR #21190:
URL: https://github.com/apache/flink/pull/21190#issuecomment-1295674484

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0a865edab156b6a1fc10b4ff26d2056a3a81989d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0a865edab156b6a1fc10b4ff26d2056a3a81989d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0a865edab156b6a1fc10b4ff26d2056a3a81989d UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

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


[GitHub] [flink] MartijnVisser merged pull request #21190: [FLINK-24119] [Connectors/Kafka] set offsets.topic.replication.factor to 1

Posted by GitBox <gi...@apache.org>.
MartijnVisser merged PR #21190:
URL: https://github.com/apache/flink/pull/21190


-- 
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: issues-unsubscribe@flink.apache.org

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