You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by "peng.jianhua (JIRA)" <ji...@apache.org> on 2017/11/24 12:59:00 UTC

[jira] [Created] (KYLIN-3060) The logical processing of streaming table has a bug in server, which will cause a NullPointerException.

peng.jianhua created KYLIN-3060:
-----------------------------------

             Summary: The logical processing of streaming table has a bug in server, which will cause a NullPointerException.
                 Key: KYLIN-3060
                 URL: https://issues.apache.org/jira/browse/KYLIN-3060
             Project: Kylin
          Issue Type: Bug
          Components: streaming
            Reporter: peng.jianhua
            Assignee: peng.jianhua
         Attachments: create_non_interger_ID.png, edit_non_interger_ID.png

When you set the invalid parameter for creating or updating a streaming table, the client will show an error message dialog, refer to [^create_non_interger_ID.png] and [^edit_non_interger_ID.png].
I analyze the Kylin server log, there are some null pointer exceptions, then I analyze the StreamingController.java, whose logical processing of streaming table has a bug, which will cause a NullPointerException. 
So I repair it, you can check the patch.

{panel:title=Kylin server log}
2017-11-24 18:42:21,531 ERROR [http-bio-7070-exec-10] controller.StreamingController:202 : Failed to deal with the request:null
java.lang.NullPointerException
        at org.apache.kylin.source.kafka.KafkaConfigManager.updateKafkaConfig(KafkaConfigManager.java:156)
        at org.apache.kylin.rest.service.KafkaConfigService.updateKafkaConfig(KafkaConfigService.java:84)
        at org.apache.kylin.rest.controller.StreamingController.updateStreamingConfig(StreamingController.java:198)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
{panel}




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)