Skip to content
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

dubbo2.7.8 broadcast and injvm #6842

Closed
cwt9562 opened this issue Oct 28, 2020 · 2 comments
Closed

dubbo2.7.8 broadcast and injvm #6842

cwt9562 opened this issue Oct 28, 2020 · 2 comments

Comments

@cwt9562
Copy link

cwt9562 commented Oct 28, 2020

Environment

  • Dubbo version: 2.7.8
  • Operating System version: windows10 centos7
  • Java version: 8

Steps to reproduce this issue

  1. i use cluster = broadcast to evict my cache, and i found broadcast was not working
  2. in my case, @DubboService and @DubboReference are in the same application, and this application are running in 3 servers.
  3. dubbo only call which @DubboService in the same java process
  4. i guess it cause by injvm, so i set injvm to false, like @DubboReference(cluster = "broadcast", injvm = false). and it worked. dubbo call services at both local and remote.

and in dubbo 2.7.5, i dont need to set injvm to false, when i want to use broadcast
it happend after upgraded to dubbo 2.7.8

@cwt9562
Copy link
Author

cwt9562 commented Oct 28, 2020

my fault, dubbo 2.7.5 also has this problem

@xiaoheng1
Copy link
Contributor

let me have a look.

xiaoheng1 added a commit to xiaoheng1/incubator-dubbo that referenced this issue Mar 13, 2021
… be called,which is not converted to injvm protocol at this time.
AlbumenJ pushed a commit that referenced this issue Apr 12, 2021
…lled,which is not converted to injvm protocol at this time. (#7365)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants