You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by morokosi <gi...@git.apache.org> on 2017/09/18 05:13:05 UTC

[GitHub] storm pull request #2328: Quick fix: report cassandra error messages to logg...

GitHub user morokosi opened a pull request:

    https://github.com/apache/storm/pull/2328

    Quick fix: report cassandra error messages to logger

    `CassandraState::batchRetrieve` does not report specific error messages when binding values or retrieving results goes wrong.
    
    I think we should make exception message available to log in order to make debugging easier. Thank you.

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

    $ git pull https://github.com/morokosi/storm fix-cassandra-batchretrieve-err

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

    https://github.com/apache/storm/pull/2328.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 #2328
    
----
commit 3c1364cfc5d8846cbac78dd6721b81a0725b916f
Author: morokosi <mo...@gmail.com>
Date:   2017-09-18T05:03:44Z

    report cassandra error messages to logger

----


---

[GitHub] storm issue #2328: Quick fix: report cassandra error messages to logger

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

    https://github.com/apache/storm/pull/2328
  
    +1 Nice finding.


---

[GitHub] storm pull request #2328: Quick fix: report cassandra error messages to logg...

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

    https://github.com/apache/storm/pull/2328


---