You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by paul-rogers <gi...@git.apache.org> on 2017/09/22 05:03:56 UTC

[GitHub] drill issue #938: DRILL-5694: Handle HashAgg OOM by spill and retry, plus pe...

Github user paul-rogers commented on the issue:

    https://github.com/apache/drill/pull/938
  
    @Ben-Zvi, unit tests failed with these errors:
    ```
    Failed tests: 
      TestHashAggrSpill.testHashAggrFailWithFallbackDisabed:165 null
    
    Tests in error: 
      TestHashAggrSpill.testNoPredictHashAggrSpill:135->testSpill:110 » IllegalState
      TestHashAggrSpill.testHashAggrSecondaryTertiarySpill:147->testSpill:110 » IllegalState
      TestHashAggrSpill.testSimpleHashAggrSpill:123->testSpill:110 » IllegalState Cl...
      TestHashAggrSpill.testHashAggrSuccessWithFallbackEnabled:179->testSpill:110 » IllegalState
    ```
    Is this expected at this stage? Are these due to the test framework issue we discussed recently?


---