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

   https://issues.apache.org/jira/browse/FLINK-38109
   
   ## What is the purpose of the change
   
   The current implementation of BlobServer is to inherit the JobManager 
bind-host, however theres implicit assumptions that the BlobClient can use the 
dispatcher gateway host name. 
   This pull request surfaces the BlobServer hostname directly to the 
BlobClient, similar to how the BlobServer port works today.
   
   ## Brief change log
   - BlobClient correctly uses the correct host name when the JobManager 
bind-host is set.
   
   ## Verifying this change
   Updates the current BlobClientTest to use the BlobServer address instead of 
`localhost`.
   
   ## 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)
   
   no to all 
   
   ## Documentation
     - Does this pull request introduce a new feature? (yes / no)
   no
     - If yes, how is the feature documented? (not applicable / docs / JavaDocs 
/ not 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.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

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

Reply via email to