kirklund edited a comment on pull request #6874:
URL: https://github.com/apache/geode/pull/6874#issuecomment-941266748


   @albertogpz @jhuynh1 AcceptorImpl is the class that runs server-side threads 
to execute requests from clients. When the thread starts, you could check a 
global in QueryObserverHolder and then set the ThreadLocal on each thread that 
it starts.
   
   It might even be possible to support multiple QueryObservers and invoke them 
all for each query.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to