Re: Disable local data transportation

2019-01-14 Thread Biao Liu
HI Chris, I'm not sure what you want to test. As far as I know there isn't an option that forcing the data must be through network. And I don't think it's a generic feature we should support. I think zhijiang has given a good suggestion. Changing the runtime codes would be a fast way to satisfy the

Re: Disable local data transportation

2019-01-13 Thread zhijiang
Hi Chris, I am not sure why you do not want to use local channel. Are there any problems for local channel in your case? The root cause of local channel is determined by scheduler which schedules both producer and consumer tasks into the same task manager. So if you want to change this behavio