-
Notifications
You must be signed in to change notification settings - Fork 529
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
Fix add schema from follower then list all without it #1325
Conversation
Change-Id: I3fa86e813fba61b4d77493e78317ebb451e58785
Codecov Report
@@ Coverage Diff @@
## master #1325 +/- ##
============================================
- Coverage 62.33% 62.32% -0.02%
+ Complexity 5771 5770 -1
============================================
Files 377 377
Lines 31535 31550 +15
Branches 4418 4421 +3
============================================
+ Hits 19658 19663 +5
- Misses 9880 9888 +8
- Partials 1997 1999 +2 Continue to review full report at Codecov.
|
@@ -124,6 +124,8 @@ private void listenChanges() { | |||
schema.name()); | |||
this.nameCache.invalidate(prefixedName); | |||
} | |||
// Set the cache all flag of the schema type to false | |||
this.cachedTypes().put(type, false); |
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.
add method to line 164: private final void resetCachedAll(type)
Change-Id: I8995bbe6604a9c6f50b6fcf89eafeff623fc1313
// Set the cache all flag of the schema type to false | ||
this.cachedTypes().put(type, false); | ||
} | ||
|
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.
move to line 140
Change-Id: Iad9d80cabb3d6a874ac66c52de22cc2682debfca
Change-Id: I3fa86e813fba61b4d77493e78317ebb451e58785