Closed zjtaozjtw closed 1 year ago
当session过期后,在ExecuteWithParameter方法中,重试获取的session没有用来更新getIdleSession()方法获取的session,导致后面在调用returnSession()方法时,放回idleSession里面的还是那个过期的session,于是每次就会不断重试来创建新的session,导致session不断上涨。
Thanks a lot @zjtaozjtw !
@Aiee could you please kindly take a look at this issue?
When it's confirmed, would you mind PR to fix it @zjtaozjtw ?
could we close this issue?
Closed by https://github.com/vesoft-inc/nebula-go/pull/269
当session过期后,在ExecuteWithParameter方法中,重试获取的session没有用来更新getIdleSession()方法获取的session,导致后面在调用returnSession()方法时,放回idleSession里面的还是那个过期的session,于是每次就会不断重试来创建新的session,导致session不断上涨。