[ 
https://issues.apache.org/jira/browse/TAJO-1712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14642788#comment-14642788
 ] 

ASF GitHub Bot commented on TAJO-1712:
--------------------------------------

GitHub user jinossy opened a pull request:

    https://github.com/apache/tajo/pull/657

    TAJO-1712: querytasks.jsp throws NPE occasionally when tasks are running.

    Current implementation opens the all file in order to get the total size.
    So I've remove the pagination in query page and add to the next link  

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jinossy/tajo TAJO-1712

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/657.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #657
    
----
commit 5fecbe4d51168b97c7ec6078ab797d74fc4203c3
Author: Jinho Kim <[email protected]>
Date:   2015-07-27T14:17:54Z

    TAJO-1712: querytasks.jsp throws NPE occasionally when tasks are running.

----


> querytasks.jsp throws NPE occasionally when tasks are running.
> --------------------------------------------------------------
>
>                 Key: TAJO-1712
>                 URL: https://issues.apache.org/jira/browse/TAJO-1712
>             Project: Tajo
>          Issue Type: Bug
>            Reporter: Jaehwa Jung
>            Assignee: Jinho Kim
>             Fix For: 0.11.0
>
>
> querytasks.jsp throws NPE occasionally when tasks of execution block are 
> running as following:
> {code:xml}
> java.lang.NullPointerException
>       at 
> org.apache.jsp.querytasks_jsp._jspService(org.apache.jsp.querytasks_jsp:426)
>       at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:109)
>       at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
>       at 
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:389)
>       at 
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:486)
>       at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:380)
>       at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
>       at 
> org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:502)
>       at 
> org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:363
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to