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 <[email protected]>
Date: 2017-09-18T05:03:44Z
report cassandra error messages to logger
----
---