Chen
Chen
https://github.com/ctripcorp/x-pipe/blob/b175922e3cd4fb77bad4f821c9cf7f7c4e67731e/core/src/main/java/com/ctrip/xpipe/netty/filechannel/ReferenceFileRegion.java#L33 @LanternLee 最近在整理JVM的GC和锁机制问题,顺便复习下x-pipe中keeper的锁用法,看到这个地方可能存在有泄漏的问题(我不是很确定, 需要验证一下, 我最近事情比较多, 只能提个issue, 你们帮忙看一下了),父类里面的deallocate是这么写的 ```java @Override protected void deallocate() { FileChannel file = this.file; if (file == null) { return; } this.file = null; try { file.close();...
### Motivation: Given an adoption for feature creation. ### Modification: Add template for `create_feature.md`. ### Result: Committers shall have a template for feature request