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/12/15 12:02:41 UTC

[GitHub] [pulsar] thiagohernandes edited a comment on issue #13294: Pulsar does not run after the first time - standalone mode

thiagohernandes edited a comment on issue #13294:
URL: https://github.com/apache/pulsar/issues/13294#issuecomment-994722470


   > @thiagohernandes In fact, just during the testing of Pulsar-Perf, we had something similar, and the point is not in emptiness, but in their presence, if you delete both the logs folder and the data folder, then you may be able to start. Not guaranteed, but worth a try. Actually, having turned gray a bit in the code, we switched to github and not to the release builds. If you have time, try to erase these directories between launches or try to run a non-release version, maybe this will solve your problem.
   
   Really work after **delete "data" folde**r. I believe it's a bug. Yet, after creating a simple producer and consumer occur a **lock** on my consumer and not receive a value. _Bellow the screenshots of Java code_:
   
   **Ps**: the lock happens on Java class PlayingConsumer1.java - code line -> **consumer.receive().getValue()**
   
   ![Captura de tela de 2021-12-15 08-54-06](https://user-images.githubusercontent.com/2352110/146182670-35c24a89-bae3-491f-b68c-ace2406d8a2d.png)
   ![Captura de tela de 2021-12-15 08-54-59](https://user-images.githubusercontent.com/2352110/146182673-d2410e52-80f6-45b2-8124-3bf463df0903.png)
   ![Captura de tela de 2021-12-15 08-55-06](https://user-images.githubusercontent.com/2352110/146182676-4411715c-5ee8-48ca-9c38-4a810367b4e9.png)
   ![Captura de tela de 2021-12-15 08-55-26](https://user-images.githubusercontent.com/2352110/146182678-7e596b2d-2118-4071-ad5a-61a7ee4cbdbc.png)
   ![Captura de tela de 2021-12-15 08-55-38](https://user-images.githubusercontent.com/2352110/146182679-d80e4fa3-597f-44bf-a9db-1a9f9e695f20.png)
   ![Captura de tela de 2021-12-15 08-58-43](https://user-images.githubusercontent.com/2352110/146182681-c2677046-cf05-45ef-b5f2-745346f8879d.png)
   


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