dhiaayachi / temporal

Temporal service
https://docs.temporal.io
MIT License
0 stars 0 forks source link

Server startup fail at concurrent map writes #352

Open dhiaayachi opened 2 months ago

dhiaayachi commented 2 months ago

Expected Behavior

shouldn't fail

Actual Behavior

Screenshot 2023-06-02 at 11 54 04 AM

see full log here: https://gist.github.com/longquanzheng/1e1b8d00b39d0714b56978979d4d0f68

Steps to Reproduce the Problem

This doesn't always happen. I only see it once when running docker-compose up, following instruction: https://github.com/indeedeng/iwf#using-docker-image--docker-compose

Specifications

dhiaayachi commented 1 month ago

Thanks for reporting this issue!

I am unable to find any information about this issue in the provided documentation. Please tell me the following:

  1. What is the docker-compose file you are using?
  2. Can you tell me what version of "iwf" you are using?
  3. Can you provide additional context on what is happening with your Workflow in the full log file: https://gist.github.com/longquanzheng/1e1b8d00b39d0714b56978979d4d0f68?

I will do my best to help you find a solution.

dhiaayachi commented 1 month ago

Thanks for reporting this issue!

This is likely related to the Temporal Server initialization process. You may not be giving the server enough time to completely start before running your application.

The following may help:

Let me know if that doesn't help! I'm happy to assist further.