Skip to content
New issue

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

[Bug]: The number of entities after backup recovery is inconsistent with the number of entities in the source collection, and no delete or upsert operations have been performed on the collection #475

Open
zhuwenxing opened this issue Dec 11, 2024 · 5 comments
Assignees

Comments

@zhuwenxing
Copy link
Collaborator

Current Behavior

The number of entities after backup recovery is inconsistent with the number of entities in the source collection, and no delete or upsert operations have been performed on the collection


[2024-12-11T02:49:20.220Z] FAILED testcases/test_restore_backup.py::TestRestoreBackup::test_milvus_restore_back_with_new_feature_support[True-True-True] - AssertionError: srs_num: 3000, dist_num: 2497

[2024-12-11T02:49:20.220Z] FAILED testcases/test_restore_backup.py::TestRestoreBackup::test_milvus_restore_back_with_new_feature_support[True-False-True] - AssertionError: srs_num: 3000, dist_num: 2503

[2024-12-11T02:49:20.220Z] FAILED testcases/test_restore_backup.py::TestRestoreBackup::test_milvus_restore_back_with_new_feature_support[True-False-False] - AssertionError: srs_num: 3000, dist_num: 1503

[2024-12-11T02:49:20.220Z] FAILED testcases/test_restore_backup.py::TestRestoreBackup::test_milvus_restore_back_with_new_feature_support[False-True-True] - AssertionError: srs_num: 3000, dist_num: 1497

[2024-12-11T02:49:20.220Z] FAILED testcases/test_restore_backup.py::TestRestoreBackup::test_milvus_restore_back_with_new_feature_support[False-True-False] - AssertionError: srs_num: 3000, dist_num: 0

[2024-12-11T02:49:20.220Z] FAILED testcases/test_restore_backup.py::TestRestoreBackup::test_milvus_restore_back_with_new_feature_support[False-False-True] - AssertionError: srs_num: 3000, dist_num: 1994

Expected Behavior

No response

Steps To Reproduce

No response

Environment

No response

Anything else?

failed job: https://qa-jenkins.milvus.io/blue/organizations/jenkins/milvus_backup_api_test/detail/milvus_backup_api_test/93/pipeline

cluster: 4am
namespace: chaos-testing

milvus

[2024-12-11T02:49:28.954Z] + kubectl get pods -o wide

[2024-12-11T02:49:28.955Z] + grep backup-test-93

[2024-12-11T02:49:28.955Z] backup-test-93-etcd-0                                      1/1     Running            0                 10m     10.104.26.43    4am-node32   <none>           <none>

[2024-12-11T02:49:28.955Z] backup-test-93-etcd-1                                      1/1     Running            0                 10m     10.104.25.177   4am-node30   <none>           <none>

[2024-12-11T02:49:28.955Z] backup-test-93-etcd-2                                      1/1     Running            0                 10m     10.104.21.198   4am-node24   <none>           <none>

[2024-12-11T02:49:28.955Z] backup-test-93-kafka-0                                     1/1     Running            2 (9m38s ago)     10m     10.104.25.178   4am-node30   <none>           <none>

[2024-12-11T02:49:28.955Z] backup-test-93-kafka-1                                     1/1     Running            2 (9m40s ago)     10m     10.104.26.45    4am-node32   <none>           <none>

[2024-12-11T02:49:28.955Z] backup-test-93-kafka-2                                     1/1     Running            2 (9m34s ago)     10m     10.104.21.199   4am-node24   <none>           <none>

[2024-12-11T02:49:28.955Z] backup-test-93-milvus-standalone-7cb8d7d45d-8ncbr          1/1     Running            2 (9m53s ago)     10m     10.104.23.122   4am-node27   <none>           <none>

[2024-12-11T02:49:28.955Z] backup-test-93-minio-859d9bfbdf-drnmk                      1/1     Running            0                 10m     10.104.25.175   4am-node30   <none>           <none>

[2024-12-11T02:49:28.955Z] backup-test-93-zookeeper-0                                 1/1     Running            0                 10m     10.104.25.176   4am-node30   <none>           <none>

[2024-12-11T02:49:28.955Z] backup-test-93-zookeeper-1                                 1/1     Running            0                 10m     10.104.26.44    4am-node32   <none>           <none>

[2024-12-11T02:49:28.955Z] backup-test-93-zookeeper-2                                 1/1     Running            0                 10m     10.104.21.197   4am-node24   <none>           <none>

backup

milvus-backup-93-68894bf558-75xq4   1/1     Running   0          2m1s
@zhuwenxing
Copy link
Collaborator Author

/assign @bigsheeper

@sre-ci-robot
Copy link
Collaborator

@zhuwenxing: GitHub didn't allow me to assign the following users: bigsheeper.

Note that only zilliztech members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time.
For more information please see the contributor guide

In response to this:

/assign @bigsheeper

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@zhuwenxing
Copy link
Collaborator Author

/assign @huanghaoyuanhhy

@sre-ci-robot
Copy link
Collaborator

@zhuwenxing: GitHub didn't allow me to assign the following users: huanghaoyuanhhy.

Note that only zilliztech members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time.
For more information please see the contributor guide

In response to this:

/assign @huanghaoyuanhhy

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@huanghaoyuanhhy
Copy link
Collaborator

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants