-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[Enhancement]: Add a param item to ignore bad message id from checkpoint #33122
Labels
Comments
congqixia
added a commit
to congqixia/milvus
that referenced
this issue
May 17, 2024
See also milvus-io#33122 This pr add param item `mq.ignoreBadPosition` to control behavior when mq failed to parse message id from checkpoint Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
congqixia
added a commit
to congqixia/milvus
that referenced
this issue
May 17, 2024
See also milvus-io#33122 This pr add param item `mq.ignoreBadPosition` to control behavior when mq failed to parse message id from checkpoint Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
sre-ci-robot
pushed a commit
that referenced
this issue
May 20, 2024
See also #33122 This pr add param item `mq.ignoreBadPosition` to control behavior when mq failed to parse message id from checkpoint --------- Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
congqixia
added a commit
to congqixia/milvus
that referenced
this issue
May 20, 2024
See also milvus-io#33122 Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
congqixia
added a commit
to congqixia/milvus
that referenced
this issue
May 20, 2024
See also milvus-io#33122 Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
sre-ci-robot
pushed a commit
that referenced
this issue
May 21, 2024
sre-ci-robot
pushed a commit
that referenced
this issue
May 21, 2024
See also #33122 Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
congqixia
added a commit
to congqixia/milvus
that referenced
this issue
May 22, 2024
…s-io#33123) See also milvus-io#33122 This pr add param item `mq.ignoreBadPosition` to control behavior when mq failed to parse message id from checkpoint --------- Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
congqixia
added a commit
to congqixia/milvus
that referenced
this issue
May 22, 2024
…io#33158) See also milvus-io#33122 Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
sre-ci-robot
pushed a commit
that referenced
this issue
May 23, 2024
…33123) (#33249) Cherry-pick from master pr: #33123 #33158 See also #33122 This pr add param item `mq.ignoreBadPosition` to control behavior when mq failed to parse message id from checkpoint --------- Signed-off-by: Congqi Xia <congqi.xia@zilliz.com> --------- Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Is there an existing issue for this?
What would you like to be added?
Add a param item to ignore bad message id from checkpoint
Why is this needed?
When users try to switch mq type(say kafka to pulsar) the checkpoint left in metastore may cause new cluster failed to seek and some function may go abnormal
We need a switch for user to control behavior when mq client meet bad message id here.
Anything else?
No response
The text was updated successfully, but these errors were encountered: