-
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
[Bug]: ExternalETCD - user name is empty error (authentication) #31631
Comments
check the code and seems that the config is correct. the etcd endpoints is also weird right? |
/assign @PowderLi I think it might be here |
I will try to do a quick fix |
/assign @xiaofan-luan |
Thanks for quick response! I am observing pull request and waiting for merge and new release to test fixes |
/unassign |
Good day! How is quick fix is going ? In which release it would be available (asking cause really need this fix to deploy milvus)? Thanks! |
Fix etcd config source didn't respect auth enabled Also removed pulsar recoverable error when pulsar return ConsumerBusy. It could happen that pulsar didn't find the original consumer is dead and recover takes some time. fix #31631 Signed-off-by: xiaofanluan <xiaofan.luan@zilliz.com>
this can be fixed on milvus 2.4 |
And is there any possible datetime period of 2.4 release in the nearest future? |
@aptmess |
I checked the 2.3 code, there is no that support. |
To clarify - this fix would be able in 2.4? |
@xiaofan-luan is there any test docker image which I can try to use to understand that this issue has been solved? |
we will release 2.4.0 this week |
What about release ?( |
@aptmess @yanliang567 can we reproduce this in house? |
@xiaofan-luan absolutely the same as in the previous one:
|
lets track this issue in #32365 |
Is there an existing issue for this?
Environment
Current Behavior
Good day!
I am trying to deploy milvus-on-cluster with external components and the latest problem is ETCD. I got the error (the same as in this issue) while milvus is trying to connect:
I used all configurations in user.yaml - change
authorizationEnabled
true/false,rbac.enabled
true/false:How can I connect to external etcd and solve this problem? Thank you
Expected Behavior
Milvus can connect to External ETCD with authorization.
Steps To Reproduce
Milvus Log
Anything else?
No response
The text was updated successfully, but these errors were encountered: