Zhixin Wen all time


 0 Collaborator

 5 Patch
2e9f2912ba58e37f34af3554659b576eac655760, acd6671d04577df9e6cd95fa1bd0aa70f98122af, 05df4896cf271375039b0645117594e861bde0d9, 7e9748ccda7fd5135a7db13ba03f09cad0c86bed, 09f0498f9ab5ca0267e3b451483a368648de2158

2e9f2912ba58e37f34af3554659b576eac655760 | Author: Zhixin Wen <john.wenzhixin@hotmail.com>
 | 2018-02-24 01:24:22-08:00

    fix memory leak issue (#1069)

acd6671d04577df9e6cd95fa1bd0aa70f98122af | Author: Zhixin Wen <john.wenzhixin@hotmail.com>
 | 2018-02-20 14:36:51-08:00

    send frame should not block (#1062)
    
    * make send frame async
    
    * refactor
    
    * fix goroutine leak
    
    * add author
    
    * fix test
    
    * fix double creation of timeoutCh
    
    * exit loop on err
    
    * pull loop in to writeToConn
    
    * timeout is shared between read and write
    
    * move resetTimeout to callReq
    
    * merge frameWriteArg into callReq

05df4896cf271375039b0645117594e861bde0d9 | Author: Zhixin Wen <zhixin@uber.com>
 | 2017-05-06 19:40:17-07:00

    executeBatch return proper err for RequestErrUnprepared

7e9748ccda7fd5135a7db13ba03f09cad0c86bed | Author: Zhixin Wen <john.wenzhixin@hotmail.com>
 | 2017-04-19 01:06:53-07:00

    add flight err back (#895)

09f0498f9ab5ca0267e3b451483a368648de2158 | Author: Zhixin Wen <john.wenzhixin@hotmail.com>
 | 2017-04-18 13:05:27-07:00

    fix consistent high timeout err rate caused by prepareStatement (#892)
    
    * fix timeout bug
    
    * remove cache no matter which err returns