You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "C. Scott Andreas (JIRA)" <ji...@apache.org> on 2018/11/19 01:55:00 UTC

[jira] [Updated] (CASSANDRA-13383) Confusing error: unconfigured table table2

     [ https://issues.apache.org/jira/browse/CASSANDRA-13383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

C. Scott Andreas updated CASSANDRA-13383:
-----------------------------------------
    Component/s: Observability

> Confusing error: unconfigured table table2
> ------------------------------------------
>
>                 Key: CASSANDRA-13383
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13383
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Observability
>            Reporter: Sachin Goyal
>            Priority: Major
>
> Consider the query:
> *Select * from an_absent_table;*
> It gives an error:
> {panel}
> com.datastax.driver.core.exceptions.InvalidQueryException: unconfigured table an_absent_table
> 	at com.datastax.driver.core.Responses$Error.asException(Responses.java:136) 
> 	at com.datastax.driver.core.DefaultResultSetFuture.onSet(DefaultResultSetFuture.java:179) 
> 	at com.datastax.driver.core.RequestHandler.setFinalResult(RequestHandler.java:177) 
> 	at com.datastax.driver.core.RequestHandler.access$2500(RequestHandler.java:46) 
> 	at com.datastax.driver.core.RequestHandler$SpeculativeExecution.setFinalResult(RequestHandler.java:799) 
> 	at com.datastax.driver.core.RequestHandler$SpeculativeExecution.onSet(RequestHandler.java:633) 
> 	at com.datastax.driver.core.Connection$Dispatcher.channelRead0(Connection.java:1070) 
> 	at com.datastax.driver.core.Connection$Dispatcher.channelRead0(Connection.java:993) 
> 	at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105) 
> {panel}
> This error should be more descriptive.
> At the very least it should mention the keyspace where Cassandra was trying to find the table.
> It would help debug client code a lot faster if the keyspace was mentioned in the above message.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org