Aitozi edited a comment on issue #8280: [FLINK-12297]Harden ClosureCleaner to 
handle the wrapped function
URL: https://github.com/apache/flink/pull/8280#issuecomment-499160329
 
 
   I test this case failed due to this check, because the `WrapperMapFunction` 
is top level, so it doesn't run recursively.
   
   ```
   (fo.getClass().isAnonymousClass()) ||
   (fo.getClass().isLocalClass()) ||
   (fo.getClass().isMemberClass())
   ```
   
   I add this check previously because I encountered the `StackOverFlowError` 
when running test, but it seems will miss some situation.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to