You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/01/14 02:35:46 UTC

[GitHub] [arrow-datafusion] yahoNanJing opened a new issue #1558: Remove call_ip in the SchedulerServer

yahoNanJing opened a new issue #1558:
URL: https://github.com/apache/arrow-datafusion/issues/1558


   **Describe the bug**
   <!-- A clear and concise description of what the bug is. -->
   Currently there's a field in the SchedulerServer for recording caller ip which sends requests to the scheduler. However, for one scheduler, there will be multiple clients. Concurrency issue may occur. It's not a good way for record the requester info in a global field. Therefore, it's better to remove it from the SchedulerServer.
   
   We can get the requester ip from the hyper info and set it to the tonic info. Then in each tonic-based grpc interface, we can get the  the requester ip from the **Request**.
   


-- 
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: github-unsubscribe@arrow.apache.org

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