We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
root 2158517 0.2 0.0 1238964 8960 ? Sl 06:52 0:05 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 872da11147f77566c938a958774972f8799d55dddfaff4316e0c41a9f613f6fd -address /run/containerd/containerd.sock 65535 2158538 0.0 0.0 1028 448 ? Ss 06:52 0:00 _ /pause root 2159035 0.1 0.0 1279700 40768 ? Ssl 06:53 0:01 _ syncer --config-path /kubeblocks/config/components --port 3601 -- bash -c mv /var/lib/mysql/plugin/audit_log.so /usr/lib64/mysql/plugin/ rm -rf /var/lib/mysql/plugin chown -R mysql:root /var/lib/mysql skip_replica_start="OFF" if [ -f /var/lib/mysql/data/.restore_new_cluster ]; then skip_replica_start="ON" fi docker-entrypoint.sh mysqld --server-id $(( ${KB_POD_NAME##*-} + 1)) \ --plugin-load-add=rpl_semi_sync_source=semisync_source.so \ --plugin-load-add=rpl_semi_sync_replica=semisync_replica.so \ --plugin-load-add=audit_log=audit_log.so \ --log-bin=/var/lib/mysql/binlog/mysql-1x-mysql-0-bin \ --skip-replica-start=$skip_replica_start postgres 2159094 131 13.9 29200548 18456448 ? Sl 06:53 40:37 | _ mysqld --server-id 1 --plugin-load-add=rpl_semi_sync_source=semisync_source.so --plugin-load-add=rpl_semi_sync_replica=semisync_replica.so --plugin-load-add=audit_log=audit_log.so --log-bin=/var/lib/mysql/binlog/mysql-1x-mysql-0-bin --skip-replica-start=OFF postgres 2160463 0.4 0.0 0 0 ? Z 06:53 0:09 | _ [mysqld] root 2159088 0.0 0.0 1604 896 ? Ss 06:53 0:00 _ /bin/sh /scripts/agamotto.sh root 2159106 0.7 0.0 895592 107620 ? Sl 06:53 0:14 | _ /bin/agamotto --config=/opt/agamotto/agamotto-config.yaml 65532 2159210 0.2 0.0 1290724 48832 ? Ssl 06:53 0:04 _ lorry --port 3501 --grpcport 50001 65532 2159546 0.0 0.0 1277452 37184 ? Ssl 06:53 0:00 _ /bin/reloader --log-level info --operator-update-enable --tcp 9901 --config /opt/config-manager/config-manager.yaml
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
xuriwuyun
nayutah
No branches or pull requests
Describe the bug
root 2158517 0.2 0.0 1238964 8960 ? Sl 06:52 0:05 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 872da11147f77566c938a958774972f8799d55dddfaff4316e0c41a9f613f6fd -address /run/containerd/containerd.sock$(( $ {KB_POD_NAME##*-} + 1)) \ --plugin-load-add=rpl_semi_sync_source=semisync_source.so \ --plugin-load-add=rpl_semi_sync_replica=semisync_replica.so \ --plugin-load-add=audit_log=audit_log.so \ --log-bin=/var/lib/mysql/binlog/mysql-1x-mysql-0-bin \ --skip-replica-start=$skip_replica_start
65535 2158538 0.0 0.0 1028 448 ? Ss 06:52 0:00 _ /pause
root 2159035 0.1 0.0 1279700 40768 ? Ssl 06:53 0:01 _ syncer --config-path /kubeblocks/config/components --port 3601 -- bash -c mv /var/lib/mysql/plugin/audit_log.so /usr/lib64/mysql/plugin/ rm -rf /var/lib/mysql/plugin chown -R mysql:root /var/lib/mysql skip_replica_start="OFF" if [ -f /var/lib/mysql/data/.restore_new_cluster ]; then skip_replica_start="ON" fi docker-entrypoint.sh mysqld --server-id
postgres 2159094 131 13.9 29200548 18456448 ? Sl 06:53 40:37 | _ mysqld --server-id 1 --plugin-load-add=rpl_semi_sync_source=semisync_source.so --plugin-load-add=rpl_semi_sync_replica=semisync_replica.so --plugin-load-add=audit_log=audit_log.so --log-bin=/var/lib/mysql/binlog/mysql-1x-mysql-0-bin --skip-replica-start=OFF
postgres 2160463 0.4 0.0 0 0 ? Z 06:53 0:09 | _ [mysqld]
root 2159088 0.0 0.0 1604 896 ? Ss 06:53 0:00 _ /bin/sh /scripts/agamotto.sh
root 2159106 0.7 0.0 895592 107620 ? Sl 06:53 0:14 | _ /bin/agamotto --config=/opt/agamotto/agamotto-config.yaml
65532 2159210 0.2 0.0 1290724 48832 ? Ssl 06:53 0:04 _ lorry --port 3501 --grpcport 50001
65532 2159546 0.0 0.0 1277452 37184 ? Ssl 06:53 0:00 _ /bin/reloader --log-level info --operator-update-enable --tcp 9901 --config /opt/config-manager/config-manager.yaml
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: