Re: Proxy (GridServiceProxy) for local services if required

2022-01-19 Thread Ivan Daschinsky
Yep, seems that current behaviour is not correct at all. `serviceProxy()` should return exactly what it should -- proxy. ср, 19 янв. 2022 г. в 10:32, Maksim Timonin : > Hi, guys! > > > this is not a good idea to change the behavior of serviceProxy() > depending on statistics > > I think that the

Re: Proxy (GridServiceProxy) for local services if required

2022-01-19 Thread Valentin Kulichenko
Maxim, The reason I'm asking is that I don't really understand how client side mechanics affect server side metrics (number of executions and their durations). I feel that we might be fixing a wrong problem. Could you elaborate on why we count metrics incorrectly when the serviceProxy() returns a

Re: Proxy (GridServiceProxy) for local services if required

2022-01-19 Thread Valentin Kulichenko
BTW, there is also the service() method that can only return an instance and never returns a proxy. Does it corrupt the metrics as well? -Val On Wed, Jan 19, 2022 at 1:09 PM Valentin Kulichenko < valentin.kuliche...@gmail.com> wrote: > Maxim, > > The reason I'm asking is that I don't really unde