x-pipe icon indicating copy to clipboard operation
x-pipe copied to clipboard

X-Pipe是由携程框架部门研发的Redis多数据中心复制管理系统。基于Redis的Master-Slave复制协议,实现低延时、高可用的Redis多数据中心、跨公网数据复制,并且提供一键机房切换,复制监控、异常报警等功能。开源版本...

Results 22 x-pipe issues
Sort by recently updated
recently updated
newest added

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();...

携程 www.ctrip.com 不要在此issue里面提各种问题,谢谢配合

1. fix metaserver long FGC caused by too many soft Ref 2. skip markDown on site unstable 3. avoid misMarkDown call from wrong activeDc 4. remove old jar log every...