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 2019/12/05 08:47:57 UTC

[GitHub] [flink] TisonKun opened a new pull request #10434: [FLINK-15072][client] Hijack executeAsync instead of execute in context environment

TisonKun opened a new pull request #10434: [FLINK-15072][client] Hijack executeAsync instead of execute in context environment
URL: https://github.com/apache/flink/pull/10434
 
 
   ## What is the purpose of the change
   
   Currently, if users write program using `executeAsync`, it doesn't work if context environment get into use(JarRun endpoint, CLI Frontend). This is because we don't hijack `executeAsync` 
   
   ## Brief change log
   
   - 
   
   
   ## Verifying this change
   
   Existing tests guarded for current behavior, `ClientTest#testExecuteAsync` tests for `executeAsync` with context environment.
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (no)
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (yes, change codes in envs)
     - The serializers: (no)
     - The runtime per-record code paths (performance sensitive): (no)
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: (no)
     - The S3 file system connector: (no)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (no)
     - If yes, how is the feature documented? (not applicable)
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services