mirror of
https://github.com/apache/druid.git
synced 2025-02-13 05:25:11 +00:00
8972244c68
* Mutual TLS support * Kafka test fixes * TeamCity fix * Split integration tests * Use localhost DOCKER_IP * Increase server thread count * Increase SSL handshake timeouts * Add broken pipe retries, use injected client config params * PR comments, Rat license check exclusion
3 lines
150 B
Bash
Executable File
3 lines
150 B
Bash
Executable File
#!/bin/bash
|
|
|
|
find /var/lib/mysql -type f -exec touch {} \; && /usr/bin/pidproxy /var/run/mysqld/mysqld.pid /usr/bin/mysqld_safe --bind-address=0.0.0.0 |