You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2019/04/24 22:37:19 UTC

[GitHub] [drill] kkhatua opened a new pull request #1765: DRILL-7202: Failed query shows warning that fragments made no progress

kkhatua opened a new pull request #1765: DRILL-7202: Failed query shows warning that fragments made no progress
URL: https://github.com/apache/drill/pull/1765
 
 
   This bug arises because of the `toggleWarning()` javascript function that shows the warning if the number of slow major fragments matches the number of major fragments.
   For failed queries, the number of major fragments = 0; and that matches the number of tags (which is also zero for a non-running query). Hence the warning shows.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services