[
https://issues.apache.org/jira/browse/CASSANDRA-8930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14351044#comment-14351044
]
Carl Yeksigian commented on CASSANDRA-8930:
-------------------------------------------
The warning generated when having too large of batches is specifically what I
was thinking about. When looking at the logs posted in CASSANDRA-8917, most of
the log entries are just warnings about the batch statements. It isn't really a
warning about the server, but the server has to log it and hope users notice
because we don't have a way to pass it back through the protocol.
> Add a warn notification for clients
> -----------------------------------
>
> Key: CASSANDRA-8930
> URL: https://issues.apache.org/jira/browse/CASSANDRA-8930
> Project: Cassandra
> Issue Type: Sub-task
> Reporter: Carl Yeksigian
> Labels: protocolv4
> Fix For: 3.0
>
>
> Currently, if a query generates a warning, it is going to be logged server
> side. If the person writing the query is not the admin, that warning isn't
> going to have an impact on the query, and we're just going to fill up the
> server logs.
> We should push these warnings back to the client so the driver users can make
> necessary changes.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)