wernerdv commented on code in PR #12357:
URL: https://github.com/apache/ignite/pull/12357#discussion_r2362016369
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheProcessor.java:
##########
@@ -654,8 +654,8 @@ private void cleanup(CacheConfiguration cfg, @Nullable
Object rsrc, boolean near
* @param cacheObjCtx Cache object context.
* @throws IgniteCheckedException If configuration is not valid.
*/
- void initialize(CacheConfiguration<?, ?> cfg, CacheObjectContext
cacheObjCtx) throws IgniteCheckedException {
- CU.initializeConfigDefaults(log, cfg, cacheObjCtx);
+ void initialize(CacheConfiguration<?, ?> cfg, CacheObjectContext
cacheObjCtx, boolean recoveryMode) throws IgniteCheckedException {
Review Comment:
Please add new param in javadoc.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]