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/07/08 02:01:43 UTC

[GitHub] [flink] liuzhuang2017 opened a new pull request, #20208: [hotfix][flink-rpc] Fix the RemoteRpcInvocation class typo.

liuzhuang2017 opened a new pull request, #20208:
URL: https://github.com/apache/flink/pull/20208

   
   ## What is the purpose of the change
   
   - Change the keyword `th` to `the`.
   
   
   ## Brief change log
   
   - Change the keyword `th` to `the`.
   
   
   ## Verifying this change
   
   - No need to test.
   
   ## 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] liuzhuang2017 commented on pull request #20208: [hotfix][flink-rpc] Fix the RemoteRpcInvocation class typo.

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

   @MartijnVisser , Sorry to bother you again, can you help me review this pr? Thank you.


-- 
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] liuzhuang2017 commented on pull request #20208: [hotfix][flink-rpc] Fix the RemoteRpcInvocation class typo.

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

   @zentol , @MartijnVisser ,Thanks a lot for your replies, I'll keep trying to find bugs.


-- 
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] liuzhuang2017 commented on pull request #20208: [hotfix][flink-rpc] Fix the RemoteRpcInvocation class typo.

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

   @zentol , Sorry to bother you, can you help me review this pull request? Thank you.


-- 
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 #20208: [hotfix][flink-rpc] Fix the RemoteRpcInvocation class typo.

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "52f8097b674005819e871edbfc66d8cfb9989c9d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "52f8097b674005819e871edbfc66d8cfb9989c9d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 52f8097b674005819e871edbfc66d8cfb9989c9d 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 commented on pull request #20208: [hotfix][flink-rpc] Fix the RemoteRpcInvocation class typo.

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

   @liuzhuang2017 The CI needs to have passed first


-- 
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] liuzhuang2017 commented on pull request #20208: [hotfix][flink-rpc] Fix the RemoteRpcInvocation class typo.

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

   @flinkbot run azure


-- 
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] zentol closed pull request #20208: [hotfix][flink-rpc] Fix the RemoteRpcInvocation class typo.

Posted by GitBox <gi...@apache.org>.
zentol closed pull request #20208: [hotfix][flink-rpc] Fix the RemoteRpcInvocation class typo.
URL: https://github.com/apache/flink/pull/20208


-- 
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] zentol commented on pull request #20208: [hotfix][flink-rpc] Fix the RemoteRpcInvocation class typo.

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

   Not a typo; from 4 on-wards it results in "4th", "5th" and so on.


-- 
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] liuzhuang2017 commented on pull request #20208: [hotfix][flink-rpc] Fix the RemoteRpcInvocation class typo.

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

   @flinkbot run azure


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