-
Notifications
You must be signed in to change notification settings - Fork 13.8k
[FLINK-917] Rename netty IO thread count parameters #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
Looks good, will merge |
tillrohrmann
referenced
this pull request
in tillrohrmann/flink
Jan 17, 2015
mxm
added a commit
to mxm/flink
that referenced
this pull request
Feb 2, 2015
mxm
added a commit
to mxm/flink
that referenced
this pull request
Feb 3, 2015
VenturaDelMonte
added a commit
to VenturaDelMonte/flink
that referenced
this pull request
Oct 5, 2016
VenturaDelMonte
added a commit
to VenturaDelMonte/flink
that referenced
this pull request
Nov 4, 2016
aditiverma
pushed a commit
to aditiverma/flink
that referenced
this pull request
May 28, 2018
Rebase branch
snuyanzin
referenced
this pull request
in snuyanzin/flink
Jun 22, 2018
# This is the 1st commit message: FLINK-8255 Key expressions on named row types do not work Test case from description + 2 more Resolution of class cast by using of TupleTypeInfoBase rather than TupleTypeInfo # This is the commit message #2: FLINK-8255 Key expressions on named row types do not work Test case from description + 2 more Resolution of class cast by using of TupleTypeInfoBase rather than TupleTypeInfo # This is the commit message #3: FLINK-8255 Key expressions on named row types do not work Test case from description + 2 more Resolution of class cast by using of TupleTypeInfoBase rather than TupleTypeInfo # This is the commit message #4: FLINK-8255 Key expressions on named row types do not work Test case from description + 2 more Resolution of class cast by using of TupleTypeInfoBase rather than TupleTypeInfo # This is the commit message #5: FLINK-8255 Key expressions on named row types do not work Test case from description + 2 more Resolution of class cast by using of TupleTypeInfoBase rather than TupleTypeInfo # This is the commit message #6: FLINK-8255_Key_expressions_on_named_row_types_do_not_work corrections based on comment https://issues.apache.org/jira/browse/FLINK-8255?focusedCommentId=16466381&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16466381 # This is the commit message #7: FLINK-8255_Key_expressions_on_named_row_types_do_not_work added expected exception type # This is the commit message #8: FLINK-8255_Key_expressions_on_named_row_types_do_not_work omit issue not related changes # This is the commit message #9: FLINK-8255_Key_expressions_on_named_row_types_do_not_work use instanceof as org.apache.flink.api.java.typeutils.RowTypeInfo#isTupleType leads to org.apache.flink.table.api.batch.ExplainTest#testJoinWithoutExtended failure # This is the commit message #10: Revert "FLINK-8255_Key_expressions_on_named_row_types_do_not_work" This reverts commit 497aa20. # This is the commit message #11: Revert "FLINK-8255_Key_expressions_on_named_row_types_do_not_work" This reverts commit d891cc5. # This is the commit message #12: FLINK-8255_Key_expressions_on_named_row_types_do_not_work omit issue not relate changes # This is the commit message #13: FLINK-8255_Key_expressions_on_named_row_types_do_not_work added expected exception to tests # This is the commit message #14: FLINK-8255_Key_expressions_on_named_row_types_do_not_work added instanceof checks for DataSet # This is the commit message #15: FLINK-8255_Key_expressions_on_named_row_types_do_not_work Tests corrected
tillrohrmann
referenced
this pull request
in tillrohrmann/flink
Sep 27, 2018
Use gosu (debian) or su-exec (alpine) to step-down from root in docker-entrypoint.sh. This way, if a user runs a non-Flink command, it is run as root. Closes #5
JTaky
pushed a commit
to JTaky/flink
that referenced
this pull request
Apr 2, 2019
Take not fully release 1.6.4 Flink version in order to have fix: https://issues.apache.org/jira/browse/FLINK-10848 which related to the Yarn containers overallocation.
Jiayi-Liao
pushed a commit
to Jiayi-Liao/flink
that referenced
this pull request
May 18, 2019
add proxyPort
zhijiangW
pushed a commit
to zhijiangW/flink
that referenced
this pull request
Jul 23, 2019
chaojianok
added a commit
to chaojianok/flink
that referenced
this pull request
Jun 30, 2020
Merge from apache/flink master
tzulitai
added a commit
to tzulitai/flink
that referenced
this pull request
Jan 15, 2021
… ingress The following options are now supported: * from committed consumer group offsets in Kafka * from earliest offset * from latest offset * from specific offsets * from offsets with ingestion timestamp >= specified date The changes simply expose configuration. Actual functionality is already implemented by the FlinkKafkaConsumer. This closes apache#5.
YuriGusev
referenced
this pull request
in YuriGusev/flink
Sep 24, 2021
[FLINK-16504] [dynamodb connector] add dynamodb batch async writer
JackWangCS
pushed a commit
to JackWangCS/flink
that referenced
this pull request
Jun 20, 2022
* BDI-5399, BDI-5477 Support multiple HDFS nameservices for Hive integration * BDI-5399 enable insert into different namespaces (apache#6) * enable insert into different namespaces * delete source file after copying into target
HuangZhenQiu
pushed a commit
to HuangZhenQiu/flink
that referenced
this pull request
Sep 20, 2022
…ng in controller flow Closes apache#5
jnh5y
pushed a commit
to jnh5y/flink
that referenced
this pull request
Dec 18, 2023
… results in Null Pointer Exception This closes apache#5.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Renames config parameters introduced in 4cd4a13:
taskmanager.netty.numInThreads => taskmanager.net.numInThreads
, andtaskmanager.netty.numOutThreads => taskmanager.net.numOutThreads
.