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 2022/04/22 10:37:26 UTC

[GitHub] [pulsar] TakaHiro0208 opened a new issue, #15272: [transaction] Standalone mode, Transaction coordinator with id 0 not found

TakaHiro0208 opened a new issue, #15272:
URL: https://github.com/apache/pulsar/issues/15272

   **Describe the bug**
   I try to test transaction as the doc described, https://pulsar.incubator.apache.org/docs/en/txn-use/
   And it throw such error, "Transaction coordinator with id 0 not found"
   
   ![企业微信截图_6d311e6b-130a-47dd-aa46-a108ada89be2](https://user-images.githubusercontent.com/13505225/164694033-20d70de7-2c04-448b-9a96-85af146d9c7c.png)
   
   My standalone.conf only modify the following conf
   - transactionCoordinatorEnabled=true
   - allowAutoTopicCreationType=partitioned
   - allowAutoTopicCreation=true
   
   I have tried using pulsar-2.9.2 and pulsar-2.10.0, both of them has the same problem
   I also add -nfw,  but the problem still exist
   
   And it seems only occur in standalone, in cluster the problem would not occur
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. change standalone.conf, start standalone
   2. run demo
   
   **Desktop (please complete the following information):**
    - OS: mac
   
   


-- 
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: commits-unsubscribe@pulsar.apache.org.apache.org

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


[GitHub] [pulsar] TakaHiro0208 commented on issue #15272: [transaction] Standalone mode, Transaction coordinator with id 0 not found

Posted by GitBox <gi...@apache.org>.
TakaHiro0208 commented on issue #15272:
URL: https://github.com/apache/pulsar/issues/15272#issuecomment-1106509690

   > For not blocking your test, you can try to create `admin.topics().createPartitionedTopic(TopicName.TRANSACTION_COORDINATOR_ASSIGN.toString(), 1)`. I will try to work on this issue.
   
   Actually i have noticed the pr-10238 and , and this system topic has been created. So i think maybe this is not the reason


-- 
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: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] Technoboy- commented on issue #15272: [transaction] Standalone mode, Transaction coordinator with id 0 not found

Posted by GitBox <gi...@apache.org>.
Technoboy- commented on issue #15272:
URL: https://github.com/apache/pulsar/issues/15272#issuecomment-1106492763

   For not blocking your test, you can try to create `admin.topics().createPartitionedTopic(TopicName.TRANSACTION_COORDINATOR_ASSIGN.toString(), 1)`.
   I will try to work on this issue.


-- 
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: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] TakaHiro0208 commented on issue #15272: [transaction] Standalone mode, Transaction coordinator with id 0 not found

Posted by GitBox <gi...@apache.org>.
TakaHiro0208 commented on issue #15272:
URL: https://github.com/apache/pulsar/issues/15272#issuecomment-1106791846

   > Ah, what is your client version ? is it matched the broker version ?
   
   My fault, my maven project depends pulsar-flink-connector which is not pulsars-2.9.2
   And after matching client version the problem is solved, thanks for your reply. I will close this issue


-- 
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: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] TakaHiro0208 closed issue #15272: [transaction] Standalone mode, Transaction coordinator with id 0 not found

Posted by GitBox <gi...@apache.org>.
TakaHiro0208 closed issue #15272: [transaction] Standalone mode, Transaction coordinator with id 0 not found
URL: https://github.com/apache/pulsar/issues/15272


-- 
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: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] Technoboy- commented on issue #15272: [transaction] Standalone mode, Transaction coordinator with id 0 not found

Posted by GitBox <gi...@apache.org>.
Technoboy- commented on issue #15272:
URL: https://github.com/apache/pulsar/issues/15272#issuecomment-1106551951

   Not reproduced.  Could you share your client demo ?


-- 
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: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] Technoboy- commented on issue #15272: [transaction] Standalone mode, Transaction coordinator with id 0 not found

Posted by GitBox <gi...@apache.org>.
Technoboy- commented on issue #15272:
URL: https://github.com/apache/pulsar/issues/15272#issuecomment-1106576512

   Ah, what is your client version ? is it matched the broker version ?
   


-- 
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: commits-unsubscribe@pulsar.apache.org

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