fujian-zfj

Results 5 issues of fujian-zfj

BUG REPORT There may be another problem in HA mode, when we put ck or ack message to store, SLAVE_NOT_AVAILABLE and FLUSH_SLAVE_TIMEOUT are considered to be successfully synchronized to slave....

type/bug

BUG REPORT close #4771 ![image](https://user-images.githubusercontent.com/10379042/183360492-851f29c4-5bf9-4776-b8ff-cc4c45abb65c.png)

**BUG REPORT** ![image](https://user-images.githubusercontent.com/10379042/182748195-a0174024-0a6e-49e4-b06a-00816157bbd8.png) 1.nodes in syncStatusSet all not available. 2.enableElectUnCleanMaster = true, slave3 was chosen to be master. 3.slave4 tried to truncate commitLog. 4.slave4 was chosen to be master and...

type/enhancement

![image](https://user-images.githubusercontent.com/10379042/147544932-941693b4-311e-40e5-92ba-ee02ce8bbdf8.png) I don't quite understand why ctx.key.getSlice() is not released when OakMap.remove() is called, but only ctx.value.getSlice() is released. It is also because ctx.key.getSlice() is not released, the blocks are...

I use oakMap instead of concurrentSkipListMap in my project, while I find something strange. When I no longer use an oakMap, java heap memory used by this oakMap is released,...