Github user chiwanpark commented on the pull request:

    https://github.com/apache/flink/pull/751#issuecomment-107478713
  
    I fixed the bug related to non-null memory segment. The bug was caused by 
non-clearing `writeBehindBuffersAvailable` variable in `close()` method of 
`MutableHashTable` class. I added a test case for this bug.
    
    I have a problem for creating a test case to test the bug related to null 
memory segment. I think that it is related to parallelism also. If I run 
ConnectedComponents example with parallelism 1, the bug not occurs. So I cannot 
reproduce the state without ConnectedComponents example. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to