apache / dubbo

The java implementation of Apache Dubbo. An RPC and microservice framework.
https://dubbo.apache.org/
Apache License 2.0
40.54k stars 26.44k forks source link

fix spelling typo #14810

Closed wsliliang closed 1 month ago

wsliliang commented 1 month ago

fix #14809

heliang666s commented 1 month ago

Thank you for your first contribution! Now the CI error is due to something wrong with the community upgrading the Zookeeper version, which has now been fixed, and you can start a new commit and run the CI test again.

heliang666s commented 1 month ago

LGTM

wsliliang commented 1 month ago

@heliang666s hi, thanks for your review, but I have nothing to commit any more, is it necessory to run the CI test again? if it is , how can I run it again without a new commit?

heliang666s commented 1 month ago

you can try Merge branch '3.3' into ‘3.3’ or push an empty commit. @wsliliang

wsliliang commented 1 month ago

@heliang666s thank you I tried but CI test still not success

heliang666s commented 1 month ago

Judging from the error logs, this may be because there are other PRs running CI tests as well, which is causing the port to be occupied. You can wait a little longer and try again. @wsliliang