You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sylvain Lebresne (JIRA)" <ji...@apache.org> on 2015/03/17 17:43:38 UTC

[jira] [Created] (CASSANDRA-8980) UDF shouldn't log errors at ERROR

Sylvain Lebresne created CASSANDRA-8980:
-------------------------------------------

             Summary: UDF shouldn't log errors at ERROR
                 Key: CASSANDRA-8980
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8980
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Sylvain Lebresne
            Assignee: Robert Stupp
            Priority: Trivial
             Fix For: 3.0


If a UDT throws an exception, the code currently log it at ERROR. We shouldn't do that as that makes it very easy for someone to flood the log file. Besides, we send back an exception to the user in that case so logging is kind of unnecessary (we can of course keep it at debug though). 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)