xtern commented on code in PR #9955:
URL: https://github.com/apache/ignite/pull/9955#discussion_r845878020


##########
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheLifecycleAwareSelfTest.java:
##########
@@ -234,6 +222,13 @@ private TestInterceptor() {
             super(CACHE_NAME);
         }
 
+        /** {@inheritDoc} */
+        @Override public void start() {

Review Comment:
   `expCacheName` is not serialized by default, because supertype is not 
serializable.
   
   from javadoc (Serializable)
   `To allow subtypes of non-serializable classes to be serialized, the subtype 
may assume responsibility for saving and restoring the state of the supertype's 
public, protected, and (if accessible) package fields. The subtype may assume 
this responsibility only if the class it extends has an accessible no-arg 
constructor to initialize the class's state.`
   
   



-- 
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]

Reply via email to