ShawnZhang

Results 5 issues of ShawnZhang

After I get stock_basic.industry, how could I match with the industry or index info/data? index_basic seems related, but the name is not 100% equal with the stock_basic.industry.

### Client - Go 1.15.3 - Aerospike: v4.5.0 ### Issue Here is the drop-idle-connections logic. https://github.com/aerospike/aerospike-client-go/blob/b936c147db0d7ac5f881c3bde9df87e9a6829dfa/connection_heap.go#L237 For example, if we set ClientPolicy.MinConnectionPerNode to 5, these 5 idle connections may have...

For waiting for new connection, - Get op could continuously wait for BasePolicy.TotalTimeout - BatchGet op only wait for BasePolicy.MaxRetries * BasePolicy.SleepBetweenRetries, and the SleepMultiplier doesn't work. - replica=2 for...

Ever mentioned in [another thread](https://github.com/aerospike/aerospike-client-go/issues/329#issuecomment-755832172), but for better tracking this topic, I'd like to raise this dedicated issue I have a technical issue to consult: for the tending in waitTillStabilized()...

/kind bug **1. What `kops` version are you running? The command `kops version`, will display this information.** ``` $ kops version Client version: 1.25.4 (git-v1.25.4) ``` **2. What Kubernetes version...

kind/bug