Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Cameron <nrc@ncameron.org>
  • Loading branch information
nrc committed Nov 29, 2019
1 parent 5c4c7cb commit 5c8117b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion components/backup/src/writer.rs
Expand Up @@ -11,7 +11,6 @@ use engine_traits::{SstWriter, SstWriterBuilder};
use external_storage::ExternalStorage;
use kvproto::backup::File;
use tikv::coprocessor::checksum_crc64_xor;

use tikv::storage::txn::TxnEntry;
use tikv_util::{self, box_err};

Expand Down
4 changes: 2 additions & 2 deletions src/storage/mvcc/reader/scanner/mod.rs
Expand Up @@ -13,8 +13,8 @@ use self::forward::ForwardScanner;
use crate::storage::mvcc::{default_not_found_error, Result, TimeStamp, TsSet};
use crate::storage::txn::Result as TxnResult;
use crate::storage::{
CfStatistics, Cursor, CursorBuilder, Iterator, ScanMode, Scanner as StoreScanner,
Snapshot, Statistics,
CfStatistics, Cursor, CursorBuilder, Iterator, ScanMode, Scanner as StoreScanner, Snapshot,
Statistics,
};

pub use self::txn_entry::Scanner as EntryScanner;
Expand Down
2 changes: 0 additions & 2 deletions tests/integrations/raftstore/test_service.rs
Expand Up @@ -5,7 +5,6 @@ use std::sync::*;

use futures::{future, Future, Stream};
use grpcio::{ChannelBuilder, Environment, Error, RpcStatusCode};

use kvproto::coprocessor::*;
use kvproto::debugpb::DebugClient;
use kvproto::kvrpcpb::*;
Expand All @@ -24,7 +23,6 @@ use tikv::coprocessor::REQ_TYPE_DAG;
use tikv::import::SSTImporter;
use tikv::raftstore::coprocessor::CoprocessorHost;
use tikv::raftstore::store::fsm::store::StoreMeta;

use tikv::raftstore::store::SnapManager;
use tikv::storage::mvcc::{Lock, LockType, TimeStamp};
use tikv_util::worker::FutureWorker;
Expand Down

0 comments on commit 5c8117b

Please sign in to comment.