-
Notifications
You must be signed in to change notification settings - Fork 3k
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
enhance: using streaming service in insert/upsert/flush/delete/querynode #35406
enhance: using streaming service in insert/upsert/flush/delete/querynode #35406
Conversation
@chyezh Thanks for your contribution. Please submit with DCO, see the contributing guide https://github.com/milvus-io/milvus/blob/master/CONTRIBUTING.md#developer-certificate-of-origin-dco. |
@chyezh E2e jenkins job failed, comment |
056cfe0
to
45950c5
Compare
@chyezh E2e jenkins job failed, comment |
@chyezh E2e jenkins job failed, comment |
48b4535
to
e0a1d1c
Compare
e0a1d1c
to
70dcb67
Compare
@chyezh Thanks for your contribution. Please submit with DCO, see the contributing guide https://github.com/milvus-io/milvus/blob/master/CONTRIBUTING.md#developer-certificate-of-origin-dco. |
2826e9f
to
d459642
Compare
d459642
to
f84bab4
Compare
// See the License for the specific language governing permissions and | ||
// limitations under the License. | ||
|
||
package proxy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copy from impl.go
/run-cpu-e2e |
@chyezh E2e jenkins job failed, comment |
/run-cpu-e2e |
@chyezh E2e jenkins job failed, comment |
/run-cpu-e2e |
@chyezh E2e jenkins job failed, comment |
/run-cpu-e2e |
@chyezh E2e jenkins job failed, comment |
58d9c25
to
4c702bc
Compare
- fixup flusher bugs and refactor the flush operation - enable streaming service for dml and ddl - pass the e2e when enabling streaming service - pass the integration tst when enabling streaming service Signed-off-by: chyezh <[email protected]> Signed-off-by: bigsheeper <[email protected]>
Signed-off-by: chyezh <[email protected]>
Signed-off-by: chyezh <[email protected]>
Signed-off-by: chyezh <[email protected]>
Signed-off-by: chyezh <[email protected]>
4c702bc
to
681d74e
Compare
@@ -70,6 +76,30 @@ func (p *streamPipeline) ConsumeMsgStream(position *msgpb.MsgPosition) error { | |||
return ErrNilPosition | |||
} | |||
|
|||
if streamingutil.IsStreamingServiceEnabled() { | |||
startFrom := adaptor.MustGetMessageIDFromMQWrapperIDBytes("pulsar", position.GetMsgID()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Transition hard code in beta streaming service componment
internal/streamingnode/server/wal/interceptors/segment/manager/partition_manager.go
Show resolved
Hide resolved
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: chyezh The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
rerun ut |
/lgtm |
@chyezh: you cannot LGTM your own PR. In response to this:
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. |
/lgtm |
issue: #33285