2 Replies Latest reply on Sep 11, 2013 11:20 PM by markaddleman

    Continuous Executions - Join doesn't seem to honor NO_POLLING

    markaddleman

      I've got two queries each run in continuous mode going to the same translator:  SELECT * FROM T1 and SELECT * FROM T1 CROSS JOIN T2.  The translator throws NO_POLLING on execute() and waits for an event on a bus before it calls executionContext.dataAvailable().  The query without the join works fine.  When processing the query with the join, the engine doesn't honor the NO_POLLING.

       

      Attached is a test case.