Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-2131

NPE in GridJobProcessor (non-reproducible, sibling bytes are null)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.5.0.final
    • None
    • compute
    • None

    Description

      I got this NPE.

      Looking into GridJobProcessor.java:1024 code, I see that NPE could happen if marshaler return null.

      Maybe we could throw exception with appropriate message?

      Exception in thread "pub-#7%null%" Exception in thread "pub-#8%null%" java.lang.NullPointerException
       at java.util.ArrayList.<init>(ArrayList.java:164)
       at org.apache.ignite.internal.processors.job.GridJobProcessor.processJobExecuteRequest(GridJobProcessor.java:1024)
       at org.apache.ignite.internal.processors.job.GridJobProcessor$JobExecutionListener.onMessage(GridJobProcessor.java:1770)
       at org.apache.ignite.internal.managers.communication.GridIoManager.processRegularMessage0(GridIoManager.java:819)
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            kuaw26 Alexey Kuznetsov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: