[ 
https://issues.apache.org/jira/browse/CASSANDRA-18346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17724218#comment-17724218
 ] 

Brandon Williams commented on CASSANDRA-18346:
----------------------------------------------

||Branch||CI||
|[3.11|https://github.com/driftx/cassandra/tree/CASSANDRA-18346-3.11]|[j8|https://app.circleci.com/pipelines/github/driftx/cassandra/1008/workflows/64d35576-e62d-45bd-a45b-45b83e58a89b]|
|[4.0|https://github.com/driftx/cassandra/tree/CASSANDRA-18346-4.0]|[j8|https://app.circleci.com/pipelines/github/driftx/cassandra/1009/workflows/9fa9457a-d2e7-489d-a94f-40c211b1132c],
 
[j11|https://app.circleci.com/pipelines/github/driftx/cassandra/1009/workflows/f008a65f-8332-4564-8327-9dd8855c4034]|
|[4.1|https://github.com/driftx/cassandra/tree/CASSANDRA-18346-4.1]|[j8|https://app.circleci.com/pipelines/github/driftx/cassandra/1010/workflows/bb6b9eda-5c7f-4f5c-a058-5f04e48f3710],
 
[j11|https://app.circleci.com/pipelines/github/driftx/cassandra/1010/workflows/6a817c57-43b8-4d91-8e8e-e7ccb3b4a258]|
|[trunk|https://github.com/driftx/cassandra/tree/CASSANDRA-18346-trunk]|[j8|https://app.circleci.com/pipelines/github/driftx/cassandra/1011/workflows/0e5b463d-d236-4006-9f58-d4a5ff477c6e],
 
[j11|https://app.circleci.com/pipelines/github/driftx/cassandra/1011/workflows/ad6aa5d7-dcd0-489a-9583-3095dbc60526]|


> Error Unknown column during deserialization missing keyspace and table name
> ---------------------------------------------------------------------------
>
>                 Key: CASSANDRA-18346
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18346
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Observability/Logging
>            Reporter: Brad Schoening
>            Assignee: Manish Ghildiyal
>            Priority: Low
>             Fix For: 3.11.x, 4.0.x, 4.1.x, 5.x
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The ERROR message generated in ColumnSubselection.java when a column name is 
> not found only prints the column name, not the keyspace and table.  It can be 
> difficult to track down the source when more than one table uses the same 
> name.  E.g., 'id'.
> {quote}{{if (column == null)}}
> {
> {{        column = metadata.getDroppedColumn(name);}}
> {{        if (column == null)}}
> {{                throw new UnknownColumnException("Unknown column " + 
> UTF8Type.instance.getString(name) + " during deserialization");}}
> {{}}}
> {quote}
> Example:
> [ERROR] cluster_id=15 ip_address=192.168.65.10  java.lang.RuntimeException: 
> Unknown column id during deserialization
> Proposed:
> [ERROR] cluster_id=15 ip_address=192.168.65.10  java.lang.RuntimeException: 
> Unknown column id in table cycling.route during deserialization



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to