tankplus

Results 4 issues of tankplus

## Bug Report ### 1. Describe the bug We use txn client to scan data, with a certain start key and end key, but it does not woking with a...

type/bug

test code ``` #[tokio::test] async fn spawn_test(){ use crate::tikv::*; use tikv_client::{Config, Key,TransactionClient as Client, Value}; tokio::spawn(async { let config = Config::default(); let client = Client::new_with_config(vec![PD_ADDR], config).await.unwrap(); let tikv_client = TikvClient::new(vec![PD_ADDR.to_string()]).await;...

## Bug Report ### 1. Describe the bug Multiple thread ingest batch kvs into a region. ### 2. Minimal reproduce step (Required) batch kvs use ImporterClient do ingest method to...

type/bug

## Bug Report ### 1. Describe the bug Multi thread use tikv client ### 2. Minimal reproduce step (Required) Nov 04, 2022 5:13:59 PM org.tikv.shade.io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference cleanQueue SEVERE: *~*~*~ Channel ManagedChannelImpl{logId=1713,...

type/bug