v.23.10Build/Testing/Packaging Improvement
Database Initialization Optimization in Docker to Prevent Infinite Container Restarts
If the database in Docker is already initialized, it doesn't need to be initialized again upon subsequent launches. This can potentially fix the issue of infinite container restarts when the database fails to load within 1000 attempts (relevant for very large databases and multi-node setups). #50724 (Alexander Nikolaev).