kadirozde commented on pull request #839: URL: https://github.com/apache/phoenix/pull/839#issuecomment-662696425
> The issue was that the task was still running when we do syscat query in the test @kadirozde @gokceni, I think the issue here is that we call TaskRegionObserver.run() within the IT while TaskRegionObserver is scheduled to run periodically. In some cases, the tasks are picked up by the periodic execution and in other cases by the direct call from the IT. This causes a race between these two different execution mode. So, the right solution is to disable the periodic runs in this IT to eliminate this race. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
