关于cassandra 异常
2010-11-25 10:50:07,447 WARN [me.prettyprint.cassandra.service.FailoverOperator] - Got a TTransportException from 172.16.0.18. Num of retries: 4 (thread=myinstance_Worker-27) 2010-11-25 10:50:10,449 WARN [me.prettyprint.cassandra.service.FailoverOperator] - Got a TTransportException from 172.16.0.18. Num of retries: 3 (thread=myinstance_Worker-27) 2010-11-25 10:50:13,449 WARN [me.prettyprint.cassandra.service.FailoverOperator] - Got a TTransportException from 172.16.0.19. Num of retries: 2 (thread=myinstance_Worker-27) 2010-11-25 10:50:16,450 WARN [me.prettyprint.cassandra.service.FailoverOperator] - Got a TTransportException from 172.16.0.21. Num of retries: 1 (thread=myinstance_Worker-27) 2010-11-25 10:50:19,450 WARN [me.prettyprint.cassandra.service.FailoverOperator] - Got a TTransportException from 172.16.0.20. Num of retries: 0 (thread=myinstance_Worker-27) 2010-11-25 10:50:19,450 WARN [me.prettyprint.cassandra.service.FailoverOperator] - Got a TTransportException from 172.16.0.18. Num of retries: 4 (thread=myinstance_Worker-27) InvalidRequestException(why:get_slice requires non-negative count) at org.apache.cassandra.thrift.Cassandra$get_slice_result.read(Cassandra.java:4873) at org.apache.cassandra.thrift.Cassandra$Client.recv_get_slice(Cassandra.java:393) at org.apache.cassandra.thrift.Cassandra$Client.get_slice(Cassandra.java:367) at me.prettyprint.cassandra.service.KeyspaceImpl$8.execute(KeyspaceImpl.java:263) at me.prettyprint.cassandra.service.KeyspaceImpl$8.execute(KeyspaceImpl.java:259) at me.prettyprint.cassandra.service.Operation.executeAndSetResult(FailoverOperator.java:354) at me.prettyprint.cassandra.service.FailoverOperator.operateSingleIteration(FailoverOperator.java:171) at me.prettyprint.cassandra.service.FailoverOperator.operate(FailoverOperator.java:84) at me.prettyprint.cassandra.service.KeyspaceImpl.operateWithFailover(KeyspaceImpl.java:151) at me.prettyprint.cassandra.service.KeyspaceImpl.getSlice(KeyspaceImpl.java:276) at com.ggms.main.HectorClient.getDataById(HectorClient.java:245) at com.ggms.ggsubmit.service.impl.GgSubmitService.executeSubmit(GgSubmitService.java:289) at com.ggms.ggsubmit.service.impl.GgSubmitService$$FastClassByCGLIB$$215e2283.invoke() at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149) at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:700) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149) at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:54) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171) at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:42) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171) at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171) at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:635) at com.ggms.ggsubmit.service.impl.GgSubmitService$$EnhancerByCGLIB$$e16072a1.executeSubmit() at com.ggms.publish.util.CmsPublishDownFileJob.execute(CmsPublishDownFileJob.java:24)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
引用来自#2楼“cjiguang”的帖子
get_slice 里面 的 count 小于0 , 请求被服务端拒绝。
get_slice 里面 的 count 小于0 , 请求被服务端拒绝。