lee
lee
**Describe the bug (__required__)** when connection to graph is broken, client will pick another idle connection to send the request with previous session id, then there will be 2 graph...
I find 2 problems during using concurrent server of thrift go lib: 1. the process routine maybe panic when socket.Write() function and socket.Close() function called in parallel. details is that:...
considering 1 situation: when one graph shutdown, then sessions connected to this graph will reconnect to others. if session pool is never updated, this graph will never be used although...
I find some invalid implement in session pool, could you please take a look at them and I am willing to fix them when they are really invalid. 1. why...
See https://github.com/facebook/rocksdb/issues/11643. I found that when the disk free size is large enough, the db calls the `db_->ResumeImpl()` function, but if the memory buffer is empty, the `SwitchMemtable()` function is...