[
https://issues.apache.org/jira/browse/CASSANDRA-711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12801950#action_12801950
]
Chris Goffinet commented on CASSANDRA-711:
------------------------------------------
You might be right... Hmm...
ERROR [pool-1-thread-34] 2010-01-18 12:13:35,252 TThreadPoolServer.java (line
257) Thrift error occurred during processing of message.
org.apache.thrift.protocol.TProtocolException: Required field 'start' was not
present! Struct: SliceRange(start:null, finish:null, reversed:false, count:100)
at org.apache.cassandra.service.SliceRange.validate(SliceRange.java:587)
at org.apache.cassandra.service.SliceRange.read(SliceRange.java:515)
at
org.apache.cassandra.service.SlicePredicate.read(SlicePredicate.java:366)
at
org.apache.cassandra.service.Cassandra$get_slice_args.read(Cassandra.java:3063)
at
org.apache.cassandra.service.Cassandra$Processor$get_slice.process(Cassandra.java:937)
at
org.apache.cassandra.service.Cassandra$Processor.process(Cassandra.java:895)
at
org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:253)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
> Some Thrift Exceptions not passed down to Client
> ------------------------------------------------
>
> Key: CASSANDRA-711
> URL: https://issues.apache.org/jira/browse/CASSANDRA-711
> Project: Cassandra
> Issue Type: Bug
> Affects Versions: 0.6
> Reporter: Chris Goffinet
> Priority: Minor
> Fix For: 0.6
>
>
> We still don't pass all exceptions down to client via Thrift. We have seen a
> few of these when working on our client library:
> org.apache.thrift.protocol.TProtocolException: Required field 'start' was not
> present! Struct: SliceRange(start:null, finish:null, reversed:false,
> count:100)
> Would be good if those exceptions were passed down, instead of 'TSocket Read
> 0 Bytes'.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.