joggerjoel commented on issue #12580:
URL: https://github.com/apache/apisix/issues/12580#issuecomment-3259309288

   I have identified the root cause and documented in the README.md
   
   Below is also the .env
   ```
   
   # APISIX Environment Configuration
   # This file centralizes all environment variables for the APISIX etcd 
hanging bug reproduction
   
   # APISIX API Key - The key that APISIX generates and uses
   APISIX_ADMIN_KEY=XXXXXXXXXXXX
   
   # APISIX Configuration
   APISIX_ADMIN_URL=http://localhost:9180/apisix/admin
   APISIX_ADMIN_PORT=9180
   APISIX_GATEWAY_PORT=8080
   
   # etcd Configuration
   ETCD_HOST=etcd
   ETCD_PORT=2379
   ETCD_URL=http://etcd:2379
   
   # Docker Configuration
   DOCKER_COMPOSE_FILE=docker-compose.bug.yml
   PROJECT_NAME=apisix-etcd-hanging-bug
   APISIX_SERVICE=apisix-bug
   
   # Test Configuration
   TEST_ITERATIONS=3
   
   ```


-- 
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-unsubscr...@apisix.apache.org

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

Reply via email to