You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by cloverhearts <gi...@git.apache.org> on 2017/04/26 09:16:50 UTC

[GitHub] zeppelin pull request #2289: [ZEPPELIN-2452] Can not handle message in revis...

GitHub user cloverhearts opened a pull request:

    https://github.com/apache/zeppelin/pull/2289

    [ZEPPELIN-2452] Can not handle message in revision mode on web.

    ### What is this PR for?
    Requests interpreter editor mode information in revision mode.
    However, no information is needed in revision mode.
    Produces misleading logs with misleading requests to the server.
    ```
    ERROR [2017-04-26 18:07:48,718] ({qtp1273765644-60} NotebookServer.java[onMessage]:383) - Can't handle message
    java.lang.NullPointerException
    ERROR [2017-04-26 18:07:49,081] ({qtp1273765644-109} NotebookServer.java[onMessage]:383) - Can't handle message
    java.lang.NullPointerException
    ERROR [2017-04-26 18:07:49,083] ({qtp1273765644-14} NotebookServer.java[onMessage]:383) - Can't handle message
    java.lang.NullPointerException
    ```
    
    This log is requested as many as the number of paragraphs contained in the note.
    
    
    ### What type of PR is it?
    Bug fix
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/ZEPPELIN-2452
    
    ### How should this be tested?
    1. Create a git-repo based note. (Supported by default)
    2. Modify the paragraph and commit.
    3. Go to the committed revision.
    4. Reload the page.
    5. Check the server logs.
    
    NotebookServer.java[onMessage]:383) - Can't handle message
    java.lang.NullPointerException
    
    ### Questions:
    * Does the licenses files need update? no
    * Is there breaking changes for older versions? no
    * Does this needs documentation? no


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

    $ git pull https://github.com/cloverhearts/zeppelin fix/incorrectcall-geteditorsetting-on-revisionmode

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

    https://github.com/apache/zeppelin/pull/2289.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 #2289
    
----
commit 8c77f769826d239bcfaf2ddf1ed6cf4771347b63
Author: CloverHearts <cl...@gmail.com>
Date:   2017-04-26T09:10:18Z

    fix call geteditorsetting

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin pull request #2289: [ZEPPELIN-2452] Can not handle message in revis...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/zeppelin/pull/2289


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin issue #2289: [ZEPPELIN-2452] Can not handle message in revision mod...

Posted by cloverhearts <gi...@git.apache.org>.
Github user cloverhearts commented on the issue:

    https://github.com/apache/zeppelin/pull/2289
  
    CI PASS :)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin issue #2289: [ZEPPELIN-2452] Can not handle message in revision mod...

Posted by cloverhearts <gi...@git.apache.org>.
Github user cloverhearts commented on the issue:

    https://github.com/apache/zeppelin/pull/2289
  
    if no more opinions, i will merge.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin issue #2289: [ZEPPELIN-2452] Can not handle message in revision mod...

Posted by Leemoonsoo <gi...@git.apache.org>.
Github user Leemoonsoo commented on the issue:

    https://github.com/apache/zeppelin/pull/2289
  
    Could you make CI green https://travis-ci.org/cloverhearts/zeppelin/builds/225928425?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin issue #2289: [ZEPPELIN-2452] Can not handle message in revision mod...

Posted by cloverhearts <gi...@git.apache.org>.
Github user cloverhearts commented on the issue:

    https://github.com/apache/zeppelin/pull/2289
  
    @Leemoonsoo Okay :) i will


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin issue #2289: [ZEPPELIN-2452] Can not handle message in revision mod...

Posted by cloverhearts <gi...@git.apache.org>.
Github user cloverhearts commented on the issue:

    https://github.com/apache/zeppelin/pull/2289
  
    @khalidhuseynov Thank you :)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin pull request #2289: [ZEPPELIN-2452] Can not handle message in revis...

Posted by cloverhearts <gi...@git.apache.org>.
GitHub user cloverhearts reopened a pull request:

    https://github.com/apache/zeppelin/pull/2289

    [ZEPPELIN-2452] Can not handle message in revision mode on web.

    ### What is this PR for?
    Requests interpreter editor mode information in revision mode.
    However, no information is needed in revision mode.
    Produces misleading logs with misleading requests to the server.
    ```
    ERROR [2017-04-26 18:07:48,718] ({qtp1273765644-60} NotebookServer.java[onMessage]:383) - Can't handle message
    java.lang.NullPointerException
    ERROR [2017-04-26 18:07:49,081] ({qtp1273765644-109} NotebookServer.java[onMessage]:383) - Can't handle message
    java.lang.NullPointerException
    ERROR [2017-04-26 18:07:49,083] ({qtp1273765644-14} NotebookServer.java[onMessage]:383) - Can't handle message
    java.lang.NullPointerException
    ```
    
    This log is requested as many as the number of paragraphs contained in the note.
    
    
    ### What type of PR is it?
    Bug fix
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/ZEPPELIN-2452
    
    ### How should this be tested?
    1. Create a git-repo based note. (Supported by default)
    2. Modify the paragraph and commit.
    3. Go to the committed revision.
    4. Reload the page.
    5. Check the server logs.
    
    ```
    NotebookServer.java[onMessage]:383) - Can't handle message
    java.lang.NullPointerException
    ```
    
    ### Questions:
    * Does the licenses files need update? no
    * Is there breaking changes for older versions? no
    * Does this needs documentation? no


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

    $ git pull https://github.com/cloverhearts/zeppelin fix/incorrectcall-geteditorsetting-on-revisionmode

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

    https://github.com/apache/zeppelin/pull/2289.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 #2289
    
----
commit 8c77f769826d239bcfaf2ddf1ed6cf4771347b63
Author: CloverHearts <cl...@gmail.com>
Date:   2017-04-26T09:10:18Z

    fix call geteditorsetting

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin issue #2289: [ZEPPELIN-2452] Can not handle message in revision mod...

Posted by khalidhuseynov <gi...@git.apache.org>.
Github user khalidhuseynov commented on the issue:

    https://github.com/apache/zeppelin/pull/2289
  
    i'm getting below error in web part during build here as well
    ```
    [INFO] /Users../zeppelin/zeppelin-myrepo/incubator-zeppelin/zeppelin-web/src/app/notebook/paragraph/paragraph.controller.js
    [INFO]   846:13  error  Expected indentation of 10 spaces but found 12  indent
    [INFO]   849:11  error  Expected indentation of 8 spaces but found 10   indent
    ```
    could you check it as well


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin pull request #2289: [ZEPPELIN-2452] Can not handle message in revis...

Posted by cloverhearts <gi...@git.apache.org>.
Github user cloverhearts closed the pull request at:

    https://github.com/apache/zeppelin/pull/2289


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---