You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/04/09 11:28:10 UTC

[GitHub] [pulsar] eolivelli commented on pull request #10182: Issue 10181: Transactions: broker side NullPointerException in case of enableTransactionCoordinator=false

eolivelli commented on pull request #10182:
URL: https://github.com/apache/pulsar/pull/10182#issuecomment-816616713


   for reference, this is the new error on the client side:
   
   > org.apache.pulsar.client.api.transaction.TransactionCoordinatorClientException: Transaction manager is not started or not enabled
   > [javatest.batch] 	at org.apache.pulsar.client.impl.TransactionMetaStoreHandler.getExceptionByServerError(TransactionMetaStoreHandler.java:385)
   > [javatest.batch] 	at org.apache.pulsar.client.impl.TransactionMetaStoreHandler.handleNewTxnResponse(TransactionMetaStoreHandler.java:152)
   > [javatest.batch] 	at org.apache.pulsar.client.impl.ClientCnx.handleNewTxnResponse(ClientCnx.java:853)
   > [javatest.batch] 	at org.apache.pulsar.common.protocol.PulsarDecoder.channelRead(PulsarDecoder.java:428)
   > [javatest.batch] 	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
   > [javatest.batch] 	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
   > [javatest.batch] 	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
   > [javatest.batch] 	at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:324)
   > [javatest.batch] 	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:296)
   > [javatest.batch] 	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
   > [javatest.batch] 	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
   > [javatest.batch] 	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
   > [javatest.batch] 	at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
   > [javatest.batch] 	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
   > [javatest.batch] 	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
   > [javatest.batch] 	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
   > [javatest.batch] 	at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:163)
   > [javatest.batch] 	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:714)
   > [javatest.batch] 	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:650)
   > [javatest.batch] 	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:576)
   > [javatest.batch] 	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493)
   > 


-- 
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.

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