-
Notifications
You must be signed in to change notification settings - Fork 25
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
Added master caches support #122
Conversation
I suppose that tests are failing because of yamls wasn't updated. I suppose make generate will fix that. |
5a9df63
to
8d66b57
Compare
0cc20aa
to
3444743
Compare
…ell. Wrote test for getMasterCachesConfig and small improvements
23e598c
to
70b33e5
Compare
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.
I think there are only minor issues left.
c.MasterCache.Addresses = g.getMasterAddresses() | ||
} else { | ||
c.MasterCache.Addresses = g.getMasterCachesAddresses() | ||
} |
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.
Looks like default behaviour to go to master if master caches is empty. @gritukan is it better somehow to fill config with master addresses for caches for some reason?
To resolve issue #94