zishiguo
zishiguo
# Environment - OS: macOS Monterey - Kubernetes version: unknown - VirtualBox version: 6.1.28 - Vagrant version: 2.2.19 ## What I did? refer to [macOS Monterey and VirtualBox 6.1.28](https://github.com/hashicorp/vagrant/issues/12557) 1....
I try to use QueryListener, but no effect
Does anyone meet this question ?
start manager command as follows ```bash masterha_manager --conf=/etc/app1.cnf > /var/log/mha/mha.log 2>&1 & ``` tail -f /var/log/masterha/app1/app1.log ``` Mon Aug 15 11:21:10 2022 - [info] MHA::MasterMonitor version 0.58. Mon Aug 15...
请问,.gitignore文件中 app copy.conf 是啥意思?
My english is poor,`docker-compose.yml`, as follows: ```yaml version: "3" services: ofelia: image: mcuadros/ofelia:latest depends_on: - rpa_db command: daemon --docker volumes: - /var/run/docker.sock:/var/run/docker.sock:ro - ./ofelia/logs:/tmp/logs:rw - ./ofelia/config.ini:/etc/ofelia/config.ini:ro labels: ofelia.save-folder: "/tmp/logs" ofelia.job-local.save-only-on-error:...
假如线程A getMinIndex 获取是0,在线程A删除0之前,被线程B抢先一步删除了尼?
## Your Question I met soft delete question. [order.go](https://github.com/go-gorm/sharding/blob/main/examples/order.go) doesn't cover soft delete cases. ## The document you expected this should be explained example can cover soft delete cases. ##...
## Your Question ``` sharding key or id required, and use operator = ``` ### sharding rules as follows - user_id use Snowflake id,such as `79535114761158382` - md5(user_id) - get...
hi, before `run TestOrderRepository`,i need change DATABASE_URL in .env file for a new empty database? [with no records in the database](https://github.com/sebcoetzee/blog-order-service-example/blob/e44d1c3bfcdebc15b0faa390fa9304d5656d8a11/repositories/order_repository_test.go#L37)