You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/04/28 14:00:54 UTC

[GitHub] [accumulo] milleruntime opened a new issue, #2660: TProtocolException: Service name not found in message name: startScan

milleruntime opened a new issue, #2660:
URL: https://github.com/apache/accumulo/issues/2660

   I saw this Exception in the tserver when it started up. It is being logged as a WARN.
   <pre>
   2022-04-28T09:56:33,406 [rpc.CustomNonBlockingServer$CustomFrameBuffer] WARN : Exception while invoking!
   org.apache.thrift.protocol.TProtocolException: Service name not found in message name: startScan.  Did you forget to use a TMultiplexProtocol in your client?
           at org.apache.thrift.TMultiplexedProcessor.process(TMultiplexedProcessor.java:116) ~[libthrift-0.15.0.jar:0.15.0]
           at org.apache.accumulo.server.rpc.TimedProcessor.process(TimedProcessor.java:54) ~[accumulo-server-base-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
           at org.apache.thrift.server.AbstractNonblockingServer$FrameBuffer.invoke(AbstractNonblockingServer.java:524) ~[libthrift-0.15.0.jar:0.15.0]
           at org.apache.accumulo.server.rpc.CustomNonBlockingServer$CustomFrameBuffer.invoke(CustomNonBlockingServer.java:129) ~[accumulo-server-base-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
           at org.apache.thrift.server.Invocation.run(Invocation.java:18) ~[libthrift-0.15.0.jar:0.15.0]
           at org.apache.accumulo.core.trace.TraceWrappedRunnable.run(TraceWrappedRunnable.java:52) ~[accumulo-core-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
           at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[?:?]
           at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[?:?]
           at org.apache.accumulo.core.trace.TraceWrappedRunnable.run(TraceWrappedRunnable.java:52) ~[accumulo-core-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
           at java.lang.Thread.run(Thread.java:829) ~[?:?]
   
   </pre>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] milleruntime commented on issue #2660: TProtocolException: Service name not found in message name: startScan

Posted by GitBox <gi...@apache.org>.
milleruntime commented on issue #2660:
URL: https://github.com/apache/accumulo/issues/2660#issuecomment-1112296047

   Hmm looks like I was using an outdated version of `accumulo-testing`. After updating to the latest, it is not showing up now.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] DomGarguilo commented on issue #2660: TProtocolException: Service name not found in message name: startScan

Posted by GitBox <gi...@apache.org>.
DomGarguilo commented on issue #2660:
URL: https://github.com/apache/accumulo/issues/2660#issuecomment-1112272780

   What accumulo commit are you on and how can this be reproduced?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] milleruntime closed issue #2660: TProtocolException: Service name not found in message name: startScan

Posted by GitBox <gi...@apache.org>.
milleruntime closed issue #2660: TProtocolException: Service name not found in message name: startScan
URL: https://github.com/apache/accumulo/issues/2660


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org