Zhen Ye

Results 236 comments of Zhen Ye

> any progress? Make asan available for milvus binary and image #35627, and trying to reproduce it.

and some odr violation #35549,#35633 is found and fixed #35610, but not make sure whether it's related to this issue.

Find an assertion failure when reproducing. ``` milvus: /go/src/github.com/milvus-io/milvus/internal/core/src/exec/expression/EvalCtx.h:36: milvus::exec::EvalCtx::EvalCtx(milvus::exec::ExecContext*, milvus::exec::ExprSet*, milvus::RowVector*): Assertion `expr_set_ != nullptr' failed. ```

> Find an assertion failure when reproducing. > > ``` > milvus: /go/src/github.com/milvus-io/milvus/internal/core/src/exec/expression/EvalCtx.h:36: milvus::exec::EvalCtx::EvalCtx(milvus::exec::ExecContext*, milvus::exec::ExprSet*, milvus::RowVector*): Assertion `expr_set_ != nullptr' failed. > ``` It's another unrelated issue, see #35771. doing...

> @zhuwenxing > > please make sure you are using the version with no clusterIP to do etcd kills test. I some some error comes etcd is not connected. Check...

Can't reproduce after odr fixed and enable the asan. https://qa-jenkins.milvus.io/blue/organizations/jenkins/chaos-test-cron/detail/chaos-test-cron/17504/pipeline/ https://qa-jenkins.milvus.io/blue/organizations/jenkins/chaos-test-cron/detail/chaos-test-cron/17505/pipeline/ https://qa-jenkins.milvus.io/blue/organizations/jenkins/chaos-test-cron/detail/chaos-test-cron/17506/pipeline/

Streaming Service is enabled in latest milvus at master branch. except new search/query arch based on streaming service.