Skip to content

Instantly share code, notes, and snippets.

@benesch
Created October 18, 2017 19:33
Show Gist options
  • Select an option

  • Save benesch/0249e8d047d374212727a7492515b5a0 to your computer and use it in GitHub Desktop.

Select an option

Save benesch/0249e8d047d374212727a7492515b5a0 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
GOPATH set to /go
Running make with -j8
git submodule update --init
GEN pkg/cli/zcgo_flags.go
GEN pkg/server/status/zcgo_flags.go
GEN pkg/storage/engine/zcgo_flags.go
GEN pkg/ccl/storageccl/engineccl/zcgo_flags.go
GEN pkg/cli/zcgo_flags_x86_64_pc_linux_gnu.go
GEN pkg/server/status/zcgo_flags_x86_64_pc_linux_gnu.go
GEN pkg/storage/engine/zcgo_flags_x86_64_pc_linux_gnu.go
GEN pkg/ccl/storageccl/engineccl/zcgo_flags_x86_64_pc_linux_gnu.go
github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/crlfmt
github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/stress
github.com/cockroachdb/cockroach/vendor/github.com/jteeuwen/go-bindata/go-bindata
github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cmd/goyacc
github.com/cockroachdb/cockroach/pkg/cmd/metacheck
github.com/cockroachdb/cockroach/pkg/cmd/returncheck
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/cmd/dep
github.com/cockroachdb/cockroach/vendor/github.com/client9/misspell/cmd/misspell
github.com/cockroachdb/cockroach/vendor/github.com/golang/lint/golint
github.com/cockroachdb/cockroach/vendor/github.com/google/pprof
github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway
github.com/cockroachdb/cockroach/vendor/github.com/kisielk/errcheck
github.com/cockroachdb/cockroach/vendor/github.com/mattn/goveralls
github.com/cockroachdb/cockroach/vendor/github.com/mdempsky/unconvert
github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl
github.com/cockroachdb/cockroach/vendor/github.com/wadey/gocovmerge
github.com/cockroachdb/cockroach/vendor/golang.org/x/perf/cmd/benchstat
github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cmd/goimports
github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cmd/stringer
touch /go/src/github.com/cockroachdb/cockroach/bin/.bootstrap
cd /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc && autoconf
rm -rf /go/native/x86_64-pc-linux-gnu/protobuf
rm -rf /go/native/x86_64-pc-linux-gnu/snappy
rm -rf /go/native/x86_64-pc-linux-gnu/libroach
mkdir -p /go/native/x86_64-pc-linux-gnu/snappy
mkdir -p /go/native/x86_64-pc-linux-gnu/libroach
cd /go/native/x86_64-pc-linux-gnu/snappy && cmake /go/src/github.com/cockroachdb/cockroach/c-deps/snappy
cd /go/native/x86_64-pc-linux-gnu/libroach && cmake /go/src/github.com/cockroachdb/cockroach/c-deps/libroach -DCMAKE_BUILD_TYPE=Release
mkdir -p /go/native/x86_64-pc-linux-gnu/protobuf
cd /go/native/x86_64-pc-linux-gnu/protobuf && cmake -Dprotobuf_BUILD_TESTS=OFF /go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/cmake
-- The C compiler identification is Clang 3.8.0
-- The C compiler identification is Clang 3.8.0
-- The C compiler identification is Clang 3.8.0
-- The CXX compiler identification is Clang 3.8.0
-- The CXX compiler identification is Clang 3.8.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc
-- The CXX compiler identification is Clang 3.8.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features
-- Detecting C compiler ABI info - done
-- Detecting C compile features
rm -rf /go/native/x86_64-pc-linux-gnu/jemalloc
mkdir -p /go/native/x86_64-pc-linux-gnu/jemalloc
cd /go/native/x86_64-pc-linux-gnu/jemalloc && /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/configure --enable-prof
checking for xsltproc... false
checking for gcc... no
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... -- Detecting C compile features - done
-- Detecting C compile features - done
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... -- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
yes
checking for cc option to accept ISO C89... -- Check for working CXX compiler: /usr/bin/c++ -- works
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info
none needed
checking whether compiler is cray... no
checking whether compiler supports -std=gnu11... yes
checking whether compiler supports -Wall... -- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
yes
checking whether compiler supports -Werror=declaration-after-statement... -- Detecting CXX compiler ABI info - done
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features
yes
checking whether compiler supports -Wshorten-64-to-32... yes
checking whether compiler supports -Wsign-compare... yes
checking whether compiler supports -pipe... yes
checking whether compiler supports -g3... yes
checking how to run the C preprocessor... cc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... -- Detecting CXX compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: /go/native/x86_64-pc-linux-gnu/libroach
yes
checking for sys/types.h... -- Detecting CXX compile features - done
-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for sys/types.h
Scanning dependencies of target roach
-- Detecting CXX compile features - done
-- Looking for pthread.h
[ 16%] Building CXX object CMakeFiles/roach.dir/db.cc.o
[ 16%] Building CXX object CMakeFiles/roach.dir/encoding.cc.o
[ 25%] Building CXX object CMakeFiles/roach.dir/protos/cockroach/pkg/roachpb/data.pb.cc.o
[ 33%] Building CXX object CMakeFiles/roach.dir/protos/cockroach/pkg/roachpb/internal.pb.cc.o
[ 41%] Building CXX object CMakeFiles/roach.dir/eventlistener.cc.o
yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... -- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for pthread.h - found
-- Looking for pthread_create
yes
checking for memory.h... [ 50%] Building CXX object CMakeFiles/roach.dir/protos/cockroach/pkg/roachpb/metadata.pb.cc.o
yes
checking for strings.h... -- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
yes
checking for inttypes.h... yes
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
checking for stdint.h... -- Looking for stddef.h - found
-- Check size of unsigned short
yes
checking for unistd.h... -- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
yes
checking whether byte ordering is bigendian... -- Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
-- Check size of unsigned short - done
-- Using unsigned short
-- Configuring done
-- Generating done
-- Build files have been written to: /go/native/x86_64-pc-linux-gnu/protobuf
no
checking size of void *... -- Check if the system is big endian - little endian
-- Looking for include file byteswap.h
8
checking size of int... [ 58%] Building CXX object CMakeFiles/roach.dir/protos/cockroach/pkg/storage/engine/enginepb/mvcc.pb.cc.o
-- Looking for include file byteswap.h - found
-- Looking for include file dlfcn.h
Scanning dependencies of target libprotobuf
4
checking size of long... [ 2%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/arena.cc.o
8
-- Looking for include file dlfcn.h - found
-- Looking for include file inttypes.h
checking size of long long... 8
checking size of intmax_t... -- Looking for include file inttypes.h - found
-- Looking for include file memory.h
8
checking build system type... [ 2%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/arenastring.cc.o
-- Looking for include file memory.h - found
-- Looking for include file stdlib.h
x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking whether pause instruction is compilable... yes
checking for ar... ar
checking malloc.h usability... [ 5%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/extension_set.cc.o
yes
checking malloc.h presence... -- Looking for include file stdlib.h - found
-- Looking for include file strings.h
yes
checking for malloc.h... yes
checking whether malloc_usable_size definition can use const argument... no
checking for library containing log... -- Looking for include file strings.h - found
-- Looking for include file string.h
[ 66%] Building CXX object CMakeFiles/roach.dir/protos/cockroach/pkg/storage/engine/enginepb/rocksdb.pb.cc.o
-lm
checking whether __attribute__ syntax is compilable... -- Looking for include file string.h - found
-- Looking for include file sys/byteswap.h
yes
checking whether compiler supports -fvisibility=hidden... -- Looking for include file sys/byteswap.h - not found
-- Looking for include file sys/endian.h
yes
checking whether compiler supports -Werror... -- Looking for include file sys/endian.h - not found
-- Looking for include file sys/mman.h
yes
checking whether compiler supports -herror_on_warning... no
checking whether tls_model attribute is compilable... yes
checking whether compiler supports -Werror... -- Looking for include file sys/mman.h - found
-- Looking for include file sys/resource.h
yes
checking whether compiler supports -herror_on_warning... no
checking whether alloc_size attribute is compilable... -- Looking for include file sys/resource.h - found
-- Looking for include file sys/stat.h
no
checking whether compiler supports -Werror... yes
checking whether compiler supports -herror_on_warning... no
checking whether format(gnu_printf, ...) attribute is compilable... -- Looking for include file sys/stat.h - found
-- Looking for include file sys/time.h
no
checking whether compiler supports -Werror... yes
checking whether compiler supports -herror_on_warning... no
checking whether format(printf, ...) attribute is compilable... -- Looking for include file sys/time.h - found
-- Looking for include file sys/uio.h
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for ld... /usr/bin/ld
checking for autoconf... /usr/bin/autoconf
checking for memalign... yes
checking for valloc... -- Looking for include file sys/uio.h - found
-- Looking for include file unistd.h
yes
checking whether compiler supports -O3... yes
checking whether compiler supports -funroll-loops... [ 5%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/generated_message_util.cc.o
yes
checking unwind.h usability... [ 7%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/io/coded_stream.cc.o
-- Looking for include file unistd.h - found
-- Looking for include file windows.h
yes
checking unwind.h presence... -- Looking for include file windows.h - not found
-- Looking for zlibVersion in z
yes
checking for unwind.h... yes
checking for _Unwind_Backtrace in -lgcc... [ 7%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/io/zero_copy_stream.cc.o
yes
checking configured backtracing method... libgcc
checking for sbrk... -- Looking for zlibVersion in z - not found
-- Looking for lzo1x_1_15_compress in lzo2
yes
checking whether utrace(2) is compilable... no
checking whether valgrind is compilable... [ 10%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o
-- Looking for lzo1x_1_15_compress in lzo2 - not found
-- Performing Test HAVE_BUILTIN_EXPECT
[ 10%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/message_lite.cc.o
no
checking whether a program using __builtin_unreachable is compilable... yes
checking whether a program using __builtin_ffsl is compilable... -- Performing Test HAVE_BUILTIN_EXPECT - Success
-- Performing Test HAVE_BUILTIN_CTZ
yes
checking LG_PAGE... 12
Missing VERSION file, and unable to generate it; creating bogus VERSION
[ 12%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/repeated_field.cc.o
[ 75%] Building CXX object CMakeFiles/roach.dir/protos/cockroach/pkg/util/hlc/legacy_timestamp.pb.cc.o
checking pthread.h usability... -- Performing Test HAVE_BUILTIN_CTZ - Success
-- Configuring done
-- Generating done
-- Build files have been written to: /go/native/x86_64-pc-linux-gnu/snappy
yes
checking pthread.h presence... Scanning dependencies of target snappy
[ 83%] Building CXX object CMakeFiles/roach.dir/protos/cockroach/pkg/util/hlc/timestamp.pb.cc.o
[ 12%] Building CXX object CMakeFiles/snappy.dir/snappy-c.cc.o
yes
checking for pthread.h... yes
checking for pthread_create in -lpthread... [ 91%] Building CXX object CMakeFiles/roach.dir/protos/cockroach/pkg/util/unresolved_addr.pb.cc.o
[ 12%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc.o
yes
checking whether pthread_atfork(3) is compilable... [ 25%] Building CXX object CMakeFiles/snappy.dir/snappy-sinksource.cc.o
yes
checking for library containing clock_gettime... [ 37%] Building CXX object CMakeFiles/snappy.dir/snappy-stubs-internal.cc.o
[ 15%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc.o
[ 15%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/stubs/bytestream.cc.o
none required
checking whether clock_gettime(CLOCK_MONOTONIC_COARSE, ...) is compilable... yes
checking whether clock_gettime(CLOCK_MONOTONIC, ...) is compilable... [ 50%] Building CXX object CMakeFiles/snappy.dir/snappy.cc.o
[ 17%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/stubs/common.cc.o
yes
checking whether mach_absolute_time() is compilable... no
checking whether compiler supports -Werror... yes
checking whether syscall(2) is compilable... [ 17%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/stubs/int128.cc.o
yes
checking for secure_getenv... yes
checking for issetugid... no
checking for _malloc_thread_cleanup... [ 62%] Linking CXX static library libsnappy.a
[ 62%] Built target snappy
no
checking for _pthread_mutex_init_calloc_cb... Scanning dependencies of target snappy-unittest
[ 75%] Building CXX object CMakeFiles/snappy-unittest.dir/snappy_unittest.cc.o
[ 20%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/stubs/once.cc.o
[ 87%] Building CXX object CMakeFiles/snappy-unittest.dir/snappy-test.cc.o
no
checking for TLS... yes
checking whether C11 atomics is compilable... [ 20%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/stubs/status.cc.o
yes
checking whether atomic(9) is compilable... no
checking whether Darwin OSAtomic*() is compilable... no
checking whether madvise(2) is compilable... [ 23%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/stubs/statusor.cc.o
yes
checking whether madvise(..., MADV_FREE) is compilable... [ 23%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/stubs/stringpiece.cc.o
no
checking whether madvise(..., MADV_DONTNEED) is compilable... [ 25%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/stubs/stringprintf.cc.o
[ 25%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/stubs/structurally_valid.cc.o
yes
checking whether madvise(..., MADV_[NO]HUGEPAGE) is compilable... [ 28%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/stubs/strutil.cc.o
[ 28%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/stubs/time.cc.o
yes
checking whether to force 32-bit __sync_{add,sub}_and_fetch()... no
checking whether to force 64-bit __sync_{add,sub}_and_fetch()... [ 30%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/wire_format_lite.cc.o
[100%] Linking CXX executable snappy-unittest
no
checking for __builtin_clz... [ 30%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/any.cc.o
[ 33%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/any.pb.cc.o
yes
checking whether Darwin os_unfair_lock_*() is compilable... [100%] Built target snappy-unittest
[ 33%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/api.pb.cc.o
no
checking whether Darwin OSSpin*() is compilable... [ 35%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/importer.cc.o
no
checking whether glibc malloc hook is compilable... yes
checking whether glibc memalign hook is compilable... yes
checking whether pthreads adaptive mutexes is compilable... yes
checking for stdbool.h that conforms to C99... [ 35%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/parser.cc.o
yes
checking for _Bool... [ 38%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/descriptor.cc.o
[ 38%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/descriptor.pb.cc.o
yes
configure: creating ./config.status
[100%] Linking CXX static library libroach.a
config.status: creating Makefile
[100%] Built target roach
config.status: creating jemalloc.pc
[ 41%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/descriptor_database.cc.o
config.status: creating doc/html.xsl
config.status: creating doc/manpages.xsl
config.status: creating doc/jemalloc.xml
[ 41%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/duration.pb.cc.o
config.status: creating include/jemalloc/jemalloc_macros.h
config.status: creating include/jemalloc/jemalloc_protos.h
config.status: creating include/jemalloc/jemalloc_typedefs.h
config.status: creating include/jemalloc/internal/jemalloc_internal.h
config.status: creating test/test.sh
config.status: creating test/include/test/jemalloc_test.h
config.status: creating config.stamp
config.status: creating bin/jemalloc-config
config.status: creating bin/jemalloc.sh
config.status: creating bin/jeprof
[ 43%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/dynamic_message.cc.o
config.status: creating include/jemalloc/jemalloc_defs.h
config.status: creating include/jemalloc/internal/jemalloc_internal_defs.h
config.status: creating test/include/test/jemalloc_test_defs.h
config.status: executing include/jemalloc/internal/private_namespace.h commands
config.status: executing include/jemalloc/internal/private_unnamespace.h commands
config.status: executing include/jemalloc/internal/public_symbols.txt commands
config.status: executing include/jemalloc/internal/public_namespace.h commands
[ 43%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/empty.pb.cc.o
config.status: executing include/jemalloc/internal/public_unnamespace.h commands
config.status: executing include/jemalloc/internal/size_classes.h commands
config.status: executing include/jemalloc/jemalloc_protos_jet.h commands
[ 46%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/extension_set_heavy.cc.o
config.status: executing include/jemalloc/jemalloc_rename.h commands
[ 85%] Built target roach
Scanning dependencies of target roachccl
[ 92%] Building CXX object CMakeFiles/roachccl.dir/ccl/db.cc.o
config.status: executing include/jemalloc/jemalloc_mangle.h commands
[ 46%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/field_mask.pb.cc.o
config.status: executing include/jemalloc/jemalloc_mangle_jet.h commands
[ 48%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/generated_message_reflection.cc.o
[ 48%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/generated_message_table_driven.cc.o
config.status: executing include/jemalloc/jemalloc.h commands
===============================================================================
jemalloc version : 0.0.0-0-g0000000000000000000000000000000000000000
library revision : 2
CONFIG : --enable-prof
CC : cc
CONFIGURE_CFLAGS : -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops
SPECIFIED_CFLAGS :
EXTRA_CFLAGS :
CPPFLAGS : -D_GNU_SOURCE -D_REENTRANT
LDFLAGS :
EXTRA_LDFLAGS :
LIBS : -lm -lgcc -lm -lpthread
RPATH_EXTRA :
XSLTPROC : false
XSLROOT :
PREFIX : /usr/local
BINDIR : /usr/local/bin
DATADIR : /usr/local/share
INCLUDEDIR : /usr/local/include
LIBDIR : /usr/local/lib
MANDIR : /usr/local/share/man
srcroot : /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/
abs_srcroot : /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/
objroot :
abs_objroot : /go/native/x86_64-pc-linux-gnu/jemalloc/
JEMALLOC_PREFIX :
JEMALLOC_PRIVATE_NAMESPACE
: je_
install_suffix :
malloc_conf :
autogen : 0
cc-silence : 1
debug : 0
code-coverage : 0
stats : 1
prof : 1
prof-libunwind : 0
prof-libgcc : 1
prof-gcc : 0
tcache : 1
thp : 1
fill : 1
utrace : 0
valgrind : 0
xmalloc : 0
munmap : 0
lazy_lock : 0
tls : 1
cache-oblivious : 1
===============================================================================
[100%] Linking CXX static library libroachccl.a
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/jemalloc.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/jemalloc.c
[100%] Built target roachccl
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/arena.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/arena.c
[ 51%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/io/gzip_stream.cc.o
[ 51%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/io/printer.cc.o
[ 53%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/io/strtod.cc.o
[ 53%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/io/tokenizer.cc.o
[ 56%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc.o
[ 56%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/map_field.cc.o
[ 58%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/message.cc.o
[ 58%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/reflection_ops.cc.o
[ 61%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/service.cc.o
[ 61%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/source_context.pb.cc.o
[ 64%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/struct.pb.cc.o
[ 64%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/stubs/mathlimits.cc.o
[ 66%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/stubs/substitute.cc.o
[ 66%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/text_format.cc.o
[ 69%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/timestamp.pb.cc.o
[ 69%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/type.pb.cc.o
[ 71%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/unknown_field_set.cc.o
[ 71%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/delimited_message_util.cc.o
[ 74%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/field_comparator.cc.o
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/atomic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/atomic.c
[ 74%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/field_mask_util.cc.o
[ 76%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/internal/datapiece.cc.o
[ 76%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.cc.o
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/base.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/base.c
[ 79%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/internal/error_listener.cc.o
[ 79%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/internal/field_mask_utility.cc.o
[ 82%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/internal/json_escaping.cc.o
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/bitmap.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/bitmap.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk.c
[ 82%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/internal/json_objectwriter.cc.o
[ 84%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/internal/json_stream_parser.cc.o
[ 84%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/internal/object_writer.cc.o
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk_dss.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk_dss.c
[ 84%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/internal/proto_writer.cc.o
[ 87%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/internal/protostream_objectsource.cc.o
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk_mmap.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk_mmap.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ckh.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ckh.c
[ 87%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/internal/protostream_objectwriter.cc.o
[ 89%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/internal/type_info.cc.o
[ 89%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/internal/type_info_test_helper.cc.o
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ctl.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ctl.c
[ 92%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/internal/utility.cc.o
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/extent.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/extent.c
[ 92%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/json_util.cc.o
[ 94%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/message_differencer.cc.o
[ 94%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/time_util.cc.o
[ 97%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/type_resolver_util.cc.o
[ 97%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/wire_format.cc.o
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/hash.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/hash.c
[100%] Building CXX object CMakeFiles/libprotobuf.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/wrappers.pb.cc.o
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/huge.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/huge.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/mb.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/mb.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/mutex.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/mutex.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/nstime.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/nstime.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/pages.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/pages.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/prng.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/prng.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/prof.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/prof.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/quarantine.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/quarantine.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/rtree.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/rtree.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/stats.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/stats.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/spin.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/spin.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/tcache.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/tcache.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ticker.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ticker.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/tsd.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/tsd.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/util.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/util.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/witness.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/witness.c
[100%] Linking CXX static library libprotobuf.a
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/jemalloc.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/jemalloc.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/arena.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/arena.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/base.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/base.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/atomic.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/atomic.c
[100%] Built target libprotobuf
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/bitmap.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/bitmap.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk_dss.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk_dss.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk_mmap.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk_mmap.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ckh.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ckh.c
make -C ./pkg/ui generate
make[1]: Entering directory '/go/src/github.com/cockroachdb/cockroach/pkg/ui'
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ctl.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ctl.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/extent.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/extent.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/hash.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/hash.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/huge.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/huge.c
make -C ../../.. -f cockroach/build/protobuf.mk
make[2]: Entering directory '/go/src/github.com/cockroachdb'
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/mb.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/mb.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/mutex.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/mutex.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/nstime.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/nstime.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/pages.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/pages.c
[ 44%] Built target libprotobuf
Scanning dependencies of target js_embed
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/prng.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/prng.c
[ 44%] Building CXX object CMakeFiles/js_embed.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/js/embed.cc.o
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/prof.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/prof.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/quarantine.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/quarantine.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/rtree.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/rtree.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/stats.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/stats.c
[ 44%] Linking CXX executable js_embed
[ 44%] Built target js_embed
[ 45%] Generating /go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/js/well_known_types_embed.cc
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/spin.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/spin.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/tcache.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/tcache.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ticker.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ticker.c
Scanning dependencies of target libprotoc
[ 45%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/code_generator.cc.o
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/tsd.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/tsd.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/util.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/util.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/witness.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/witness.c
ar crus lib/libjemalloc.a src/jemalloc.o src/arena.o src/atomic.o src/base.o src/bitmap.o src/chunk.o src/chunk_dss.o src/chunk_mmap.o src/ckh.o src/ctl.o src/extent.o src/hash.o src/huge.o src/mb.o src/mutex.o src/nstime.o src/pages.o src/prng.o src/prof.o src/quarantine.o src/rtree.o src/stats.o src/spin.o src/tcache.o src/ticker.o src/tsd.o src/util.o src/witness.o
ar: `u' modifier ignored since `D' is the default (see `U')
GOBIN='/go/src/github.com/cockroachdb/cockroach/bin' go install ./cockroach/pkg/cmd/protoc-gen-gogoroach
cd ./cockroach/pkg/ui && yarn install
[ 46%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/command_line_interface.cc.o
[ 46%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc.o
[ 47%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o
[ 47%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.cc.o
[ 48%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/cpp/cpp_field.cc.o
ar crus lib/libjemalloc_pic.a src/jemalloc.pic.o src/arena.pic.o src/atomic.pic.o src/base.pic.o src/bitmap.pic.o src/chunk.pic.o src/chunk_dss.pic.o src/chunk_mmap.pic.o src/ckh.pic.o src/ctl.pic.o src/extent.pic.o src/hash.pic.o src/huge.pic.o src/mb.pic.o src/mutex.pic.o src/nstime.pic.o src/pages.pic.o src/prng.pic.o src/prof.pic.o src/quarantine.pic.o src/rtree.pic.o src/stats.pic.o src/spin.pic.o src/tcache.pic.o src/ticker.pic.o src/tsd.pic.o src/util.pic.o src/witness.pic.o
ar: `u' modifier ignored since `D' is the default (see `U')
rm -rf /go/native/x86_64-pc-linux-gnu/rocksdb
yarn install v1.1.0
mkdir -p /go/native/x86_64-pc-linux-gnu/rocksdb
cd /go/native/x86_64-pc-linux-gnu/rocksdb && cmake /go/src/github.com/cockroachdb/cockroach/c-deps/rocksdb \
-DWITH_SSE42=OFF \
-DSNAPPY_LIBRARIES=/go/native/x86_64-pc-linux-gnu/snappy/libsnappy.a -DSNAPPY_INCLUDE_DIR="/go/src/github.com/cockroachdb/cockroach/c-deps/snappy;/go/native/x86_64-pc-linux-gnu/snappy" -DWITH_SNAPPY=ON \
-DJEMALLOC_LIBRARIES=/go/native/x86_64-pc-linux-gnu/jemalloc/lib/libjemalloc.a -DJEMALLOC_INCLUDE_DIR=/go/native/x86_64-pc-linux-gnu/jemalloc/include -DWITH_JEMALLOC=ON \
-DCMAKE_CXX_FLAGS="-msse3 -DNDEBUG"
-- The C compiler identification is Clang 3.8.0
[ 48%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc.o
-- The CXX compiler identification is Clang 3.8.0
-- Check for working C compiler: /usr/bin/cc
[1/5] Validating package.json...
[2/5] Resolving packages...
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
[ 50%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.cc.o
[ 50%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o
[ 51%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/cpp/cpp_map_field.cc.o
[ 51%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc.o
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
[ 52%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
[3/5] Fetching packages...
[ 52%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o
[ 53%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/cpp/cpp_service.cc.o
[ 53%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.cc.o
[ 54%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc.o
-- Detecting CXX compile features - done
-- Found jemalloc: /go/native/x86_64-pc-linux-gnu/jemalloc/lib/libjemalloc.a
-- Found snappy: /go/native/x86_64-pc-linux-gnu/snappy/libsnappy.a
-- Found Git: /usr/bin/git (found version "2.7.4")
-- Performing Test HAVE_OMIT_LEAF_FRAME_POINTER
[ 54%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/csharp/csharp_enum.cc.o
[ 55%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/csharp/csharp_enum_field.cc.o
-- Performing Test HAVE_OMIT_LEAF_FRAME_POINTER - Success
-- Performing Test HAVE_FALLOCATE
-- Performing Test HAVE_FALLOCATE - Success
-- Looking for malloc_usable_size
[ 55%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/csharp/csharp_field_base.cc.o
-- Looking for malloc_usable_size - found
-- Looking for pthread.h
[ 55%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/csharp/csharp_helpers.cc.o
[ 56%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/csharp/csharp_generator.cc.o
[ 57%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/csharp/csharp_map_field.cc.o
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
[ 57%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/csharp/csharp_message.cc.o
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- JNI library is disabled
-- Configuring done
[ 59%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/csharp/csharp_message_field.cc.o
[ 59%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc.o
[ 60%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc.o
[ 60%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc.o
-- Generating done
-- Build files have been written to: /go/native/x86_64-pc-linux-gnu/rocksdb
Scanning dependencies of target build_version
[ 0%] Building CXX object CMakeFiles/build_version.dir/build_version.cc.o
[ 0%] Built target build_version
[ 61%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc.o
[ 61%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc.o
[ 61%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc.o
[ 62%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc.o
[ 62%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/java/java_context.cc.o
[ 63%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc.o
Scanning dependencies of target rocksdb
[ 0%] Building CXX object CMakeFiles/rocksdb.dir/cache/clock_cache.cc.o
[ 63%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/java/java_enum.cc.o
[ 64%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/java/java_enum_field.cc.o
[ 64%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/java/java_enum_field_lite.cc.o
[ 65%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/java/java_enum_lite.cc.o
[ 67%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/java/java_extension_lite.cc.o
[ 67%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/java/java_extension.cc.o
[ 0%] Building CXX object CMakeFiles/rocksdb.dir/cache/lru_cache.cc.o
[ 67%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/java/java_field.cc.o
[ 68%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/java/java_file.cc.o
[ 68%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/java/java_generator.cc.o
[ 69%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/java/java_generator_factory.cc.o
[ 69%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.o
[ 70%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/java/java_lazy_message_field.cc.o
[ 70%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/java/java_lazy_message_field_lite.cc.o
[ 71%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/java/java_map_field.cc.o
[ 71%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/java/java_map_field_lite.cc.o
[ 72%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/java/java_message.cc.o
[ 72%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/java/java_message_builder.cc.o
[ 73%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/java/java_message_builder_lite.cc.o
[ 73%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/java/java_message_field.cc.o
[ 75%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/java/java_message_field_lite.cc.o
[ 75%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/java/java_message_lite.cc.o
[ 76%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/java/java_name_resolver.cc.o
[ 76%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc.o
[ 0%] Building CXX object CMakeFiles/rocksdb.dir/cache/sharded_cache.cc.o
[ 77%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/java/java_primitive_field_lite.cc.o
[ 77%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/java/java_service.cc.o
[ 78%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/java/java_shared_code_generator.cc.o
[ 78%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/java/java_string_field.cc.o
[ 79%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/java/java_string_field_lite.cc.o
[ 79%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/javanano/javanano_enum.cc.o
[ 80%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/javanano/javanano_enum_field.cc.o
[ 80%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/javanano/javanano_extension.cc.o
[ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/builder.cc.o
[ 81%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/javanano/javanano_field.cc.o
[ 81%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/javanano/javanano_file.cc.o
[ 82%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/javanano/javanano_generator.cc.o
[ 82%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/javanano/javanano_helpers.cc.o
[ 84%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/javanano/javanano_map_field.cc.o
[ 84%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/javanano/javanano_message.cc.o
[ 85%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/javanano/javanano_message_field.cc.o
[ 85%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/javanano/javanano_primitive_field.cc.o
[ 86%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/js/js_generator.cc.o
[ 86%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/js/well_known_types_embed.cc.o
[ 87%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum.cc.o
[ 87%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc.o
[ 88%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/objectivec/objectivec_extension.cc.o
[ 88%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/objectivec/objectivec_field.cc.o
[ 89%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o
[ 89%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o
[ 90%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.o
[ 90%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc.o
[ 92%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message.cc.o
[ 92%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc.o
[ 93%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o
[ 93%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o
[ 94%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/php/php_generator.cc.o
[ 94%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/plugin.cc.o
[ 95%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/plugin.pb.cc.o
[ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/c.cc.o
[ 95%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/profile.pb.cc.o
[ 96%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/python/python_generator.cc.o
[ 96%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc.o
[ 97%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/subprocess.cc.o
[ 97%] Building CXX object CMakeFiles/libprotoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/zip_writer.cc.o
[ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/column_family.cc.o
[ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compacted_db_impl.cc.o
[ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compaction.cc.o
[ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compaction_iterator.cc.o
[ 6%] Building CXX object CMakeFiles/rocksdb.dir/db/compaction_job.cc.o
[ 98%] Linking CXX static library libprotoc.a
[ 98%] Built target libprotoc
Scanning dependencies of target protoc
[ 98%] Building CXX object CMakeFiles/protoc.dir/go/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/main.cc.o
[100%] Linking CXX executable protoc
[100%] Built target protoc
[ 6%] Building CXX object CMakeFiles/rocksdb.dir/db/compaction_picker.cc.o
[ 6%] Building CXX object CMakeFiles/rocksdb.dir/db/compaction_picker_universal.cc.o
[ 6%] Building CXX object CMakeFiles/rocksdb.dir/db/convenience.cc.o
(cd ./cockroach && git ls-files --exclude-standard --cached --others -- '*.pb.go' | xargs rm -f)
for dir in ./cockroach/pkg/acceptance/cluster/ ./cockroach/pkg/build/ ./cockroach/pkg/ccl/sqlccl/ ./cockroach/pkg/ccl/utilccl/licenseccl/ ./cockroach/pkg/config/ ./cockroach/pkg/gossip/ ./cockroach/pkg/internal/client/ ./cockroach/pkg/roachpb/ ./cockroach/pkg/rpc/ ./cockroach/pkg/server/diagnosticspb/ ./cockroach/pkg/server/serverpb/ ./cockroach/pkg/server/status/ ./cockroach/pkg/settings/cluster/ ./cockroach/pkg/sql/distsqlrun/ ./cockroach/pkg/sql/jobs/ ./cockroach/pkg/sql/pgwire/pgerror/ ./cockroach/pkg/sql/sqlbase/ ./cockroach/pkg/storage/ ./cockroach/pkg/storage/engine/enginepb/ ./cockroach/pkg/storage/storagebase/ ./cockroach/pkg/ts/tspb/ ./cockroach/pkg/util/ ./cockroach/pkg/util/hlc/ ./cockroach/pkg/util/log/ ./cockroach/pkg/util/tracing/; do \
/go/native/x86_64-pc-linux-gnu/protobuf/protoc -I.:./cockroach/vendor/github.com/../github.com/gogo/protobuf:./cockroach/vendor/github.com/../github.com/gogo/protobuf/protobuf:./cockroach/vendor/github.com/coreos:./cockroach/vendor/github.com/../github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --plugin=/go/src/github.com/cockroachdb/cockroach/bin/protoc-gen-gogoroach --gogoroach_out=Mgoogle/api/annotations.proto=github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api,Mgoogle/protobuf/timestamp.proto=github.com/gogo/protobuf/types,,plugins=grpc,import_prefix=github.com/cockroachdb/:./cockroach/.. $dir/*.proto; \
done
[ 6%] Building CXX object CMakeFiles/rocksdb.dir/db/db_filesnapshot.cc.o
[ 6%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl.cc.o
[ 6%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_write.cc.o
[ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_compaction_flush.cc.o
[ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_files.cc.o
[ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_open.cc.o
[ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_debug.cc.o
[ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_experimental.cc.o
sed -i '/import _/d' ./cockroach/pkg/acceptance/cluster/testconfig.pb.go ./cockroach/pkg/build/info.pb.go ./cockroach/pkg/ccl/sqlccl/backup.pb.go ./cockroach/pkg/ccl/utilccl/licenseccl/license.pb.go ./cockroach/pkg/config/config.pb.go ./cockroach/pkg/gossip/gossip.pb.go ./cockroach/pkg/internal/client/lease.pb.go ./cockroach/pkg/roachpb/api.pb.go ./cockroach/pkg/roachpb/app_stats.pb.go ./cockroach/pkg/roachpb/data.pb.go ./cockroach/pkg/roachpb/errors.pb.go ./cockroach/pkg/roachpb/internal.pb.go ./cockroach/pkg/roachpb/internal_raft.pb.go ./cockroach/pkg/roachpb/metadata.pb.go ./cockroach/pkg/rpc/heartbeat.pb.go ./cockroach/pkg/server/diagnosticspb/diagnostics.pb.go ./cockroach/pkg/server/serverpb/admin.pb.go ./cockroach/pkg/server/serverpb/authentication.pb.go ./cockroach/pkg/server/serverpb/init.pb.go ./cockroach/pkg/server/serverpb/status.pb.go ./cockroach/pkg/server/status/status.pb.go ./cockroach/pkg/settings/cluster/cluster_version.pb.go ./cockroach/pkg/sql/distsqlrun/api.pb.go ./cockroach/pkg/sql/distsqlrun/data.pb.go ./cockroach/pkg/sql/distsqlrun/processors.pb.go ./cockroach/pkg/sql/jobs/jobs.pb.go ./cockroach/pkg/sql/pgwire/pgerror/errors.pb.go ./cockroach/pkg/sql/sqlbase/encoded_datum.pb.go ./cockroach/pkg/sql/sqlbase/privilege.pb.go ./cockroach/pkg/sql/sqlbase/structured.pb.go ./cockroach/pkg/storage/api.pb.go ./cockroach/pkg/storage/engine/enginepb/mvcc.pb.go ./cockroach/pkg/storage/engine/enginepb/mvcc_network_stats.pb.go ./cockroach/pkg/storage/engine/enginepb/rocksdb.pb.go ./cockroach/pkg/storage/lease_status.pb.go ./cockroach/pkg/storage/liveness.pb.go ./cockroach/pkg/storage/log.pb.go ./cockroach/pkg/storage/raft.pb.go ./cockroach/pkg/storage/storagebase/proposer_kv.pb.go ./cockroach/pkg/storage/storagebase/state.pb.go ./cockroach/pkg/ts/tspb/timeseries.pb.go ./cockroach/pkg/util/hlc/legacy_timestamp.pb.go ./cockroach/pkg/util/hlc/timestamp.pb.go ./cockroach/pkg/util/log/log.pb.go ./cockroach/pkg/util/tracing/recorded_span.pb.go ./cockroach/pkg/util/unresolved_addr.pb.go
sed -i '/gogoproto/d' ./cockroach/pkg/acceptance/cluster/testconfig.pb.go ./cockroach/pkg/build/info.pb.go ./cockroach/pkg/ccl/sqlccl/backup.pb.go ./cockroach/pkg/ccl/utilccl/licenseccl/license.pb.go ./cockroach/pkg/config/config.pb.go ./cockroach/pkg/gossip/gossip.pb.go ./cockroach/pkg/internal/client/lease.pb.go ./cockroach/pkg/roachpb/api.pb.go ./cockroach/pkg/roachpb/app_stats.pb.go ./cockroach/pkg/roachpb/data.pb.go ./cockroach/pkg/roachpb/errors.pb.go ./cockroach/pkg/roachpb/internal.pb.go ./cockroach/pkg/roachpb/internal_raft.pb.go ./cockroach/pkg/roachpb/metadata.pb.go ./cockroach/pkg/rpc/heartbeat.pb.go ./cockroach/pkg/server/diagnosticspb/diagnostics.pb.go ./cockroach/pkg/server/serverpb/admin.pb.go ./cockroach/pkg/server/serverpb/authentication.pb.go ./cockroach/pkg/server/serverpb/init.pb.go ./cockroach/pkg/server/serverpb/status.pb.go ./cockroach/pkg/server/status/status.pb.go ./cockroach/pkg/settings/cluster/cluster_version.pb.go ./cockroach/pkg/sql/distsqlrun/api.pb.go ./cockroach/pkg/sql/distsqlrun/data.pb.go ./cockroach/pkg/sql/distsqlrun/processors.pb.go ./cockroach/pkg/sql/jobs/jobs.pb.go ./cockroach/pkg/sql/pgwire/pgerror/errors.pb.go ./cockroach/pkg/sql/sqlbase/encoded_datum.pb.go ./cockroach/pkg/sql/sqlbase/privilege.pb.go ./cockroach/pkg/sql/sqlbase/structured.pb.go ./cockroach/pkg/storage/api.pb.go ./cockroach/pkg/storage/engine/enginepb/mvcc.pb.go ./cockroach/pkg/storage/engine/enginepb/mvcc_network_stats.pb.go ./cockroach/pkg/storage/engine/enginepb/rocksdb.pb.go ./cockroach/pkg/storage/lease_status.pb.go ./cockroach/pkg/storage/liveness.pb.go ./cockroach/pkg/storage/log.pb.go ./cockroach/pkg/storage/raft.pb.go ./cockroach/pkg/storage/storagebase/proposer_kv.pb.go ./cockroach/pkg/storage/storagebase/state.pb.go ./cockroach/pkg/ts/tspb/timeseries.pb.go ./cockroach/pkg/util/hlc/legacy_timestamp.pb.go ./cockroach/pkg/util/hlc/timestamp.pb.go ./cockroach/pkg/util/log/log.pb.go ./cockroach/pkg/util/tracing/recorded_span.pb.go ./cockroach/pkg/util/unresolved_addr.pb.go
sed -i -E 's!import (fmt|math) "github.com/cockroachdb/(fmt|math)"! !g' ./cockroach/pkg/acceptance/cluster/testconfig.pb.go ./cockroach/pkg/build/info.pb.go ./cockroach/pkg/ccl/sqlccl/backup.pb.go ./cockroach/pkg/ccl/utilccl/licenseccl/license.pb.go ./cockroach/pkg/config/config.pb.go ./cockroach/pkg/gossip/gossip.pb.go ./cockroach/pkg/internal/client/lease.pb.go ./cockroach/pkg/roachpb/api.pb.go ./cockroach/pkg/roachpb/app_stats.pb.go ./cockroach/pkg/roachpb/data.pb.go ./cockroach/pkg/roachpb/errors.pb.go ./cockroach/pkg/roachpb/internal.pb.go ./cockroach/pkg/roachpb/internal_raft.pb.go ./cockroach/pkg/roachpb/metadata.pb.go ./cockroach/pkg/rpc/heartbeat.pb.go ./cockroach/pkg/server/diagnosticspb/diagnostics.pb.go ./cockroach/pkg/server/serverpb/admin.pb.go ./cockroach/pkg/server/serverpb/authentication.pb.go ./cockroach/pkg/server/serverpb/init.pb.go ./cockroach/pkg/server/serverpb/status.pb.go ./cockroach/pkg/server/status/status.pb.go ./cockroach/pkg/settings/cluster/cluster_version.pb.go ./cockroach/pkg/sql/distsqlrun/api.pb.go ./cockroach/pkg/sql/distsqlrun/data.pb.go ./cockroach/pkg/sql/distsqlrun/processors.pb.go ./cockroach/pkg/sql/jobs/jobs.pb.go ./cockroach/pkg/sql/pgwire/pgerror/errors.pb.go ./cockroach/pkg/sql/sqlbase/encoded_datum.pb.go ./cockroach/pkg/sql/sqlbase/privilege.pb.go ./cockroach/pkg/sql/sqlbase/structured.pb.go ./cockroach/pkg/storage/api.pb.go ./cockroach/pkg/storage/engine/enginepb/mvcc.pb.go ./cockroach/pkg/storage/engine/enginepb/mvcc_network_stats.pb.go ./cockroach/pkg/storage/engine/enginepb/rocksdb.pb.go ./cockroach/pkg/storage/lease_status.pb.go ./cockroach/pkg/storage/liveness.pb.go ./cockroach/pkg/storage/log.pb.go ./cockroach/pkg/storage/raft.pb.go ./cockroach/pkg/storage/storagebase/proposer_kv.pb.go ./cockroach/pkg/storage/storagebase/state.pb.go ./cockroach/pkg/ts/tspb/timeseries.pb.go ./cockroach/pkg/util/hlc/legacy_timestamp.pb.go ./cockroach/pkg/util/hlc/timestamp.pb.go ./cockroach/pkg/util/log/log.pb.go ./cockroach/pkg/util/tracing/recorded_span.pb.go ./cockroach/pkg/util/unresolved_addr.pb.go
# Fixup standard packages wrongly imported by gogo because of import_prefix.
sed -i -E 's!github.com/cockroachdb/(bytes|errors|fmt|io|github\.com|golang\.org|google\.golang\.org)!\1!g' ./cockroach/pkg/acceptance/cluster/testconfig.pb.go ./cockroach/pkg/build/info.pb.go ./cockroach/pkg/ccl/sqlccl/backup.pb.go ./cockroach/pkg/ccl/utilccl/licenseccl/license.pb.go ./cockroach/pkg/config/config.pb.go ./cockroach/pkg/gossip/gossip.pb.go ./cockroach/pkg/internal/client/lease.pb.go ./cockroach/pkg/roachpb/api.pb.go ./cockroach/pkg/roachpb/app_stats.pb.go ./cockroach/pkg/roachpb/data.pb.go ./cockroach/pkg/roachpb/errors.pb.go ./cockroach/pkg/roachpb/internal.pb.go ./cockroach/pkg/roachpb/internal_raft.pb.go ./cockroach/pkg/roachpb/metadata.pb.go ./cockroach/pkg/rpc/heartbeat.pb.go ./cockroach/pkg/server/diagnosticspb/diagnostics.pb.go ./cockroach/pkg/server/serverpb/admin.pb.go ./cockroach/pkg/server/serverpb/authentication.pb.go ./cockroach/pkg/server/serverpb/init.pb.go ./cockroach/pkg/server/serverpb/status.pb.go ./cockroach/pkg/server/status/status.pb.go ./cockroach/pkg/settings/cluster/cluster_version.pb.go ./cockroach/pkg/sql/distsqlrun/api.pb.go ./cockroach/pkg/sql/distsqlrun/data.pb.go ./cockroach/pkg/sql/distsqlrun/processors.pb.go ./cockroach/pkg/sql/jobs/jobs.pb.go ./cockroach/pkg/sql/pgwire/pgerror/errors.pb.go ./cockroach/pkg/sql/sqlbase/encoded_datum.pb.go ./cockroach/pkg/sql/sqlbase/privilege.pb.go ./cockroach/pkg/sql/sqlbase/structured.pb.go ./cockroach/pkg/storage/api.pb.go ./cockroach/pkg/storage/engine/enginepb/mvcc.pb.go ./cockroach/pkg/storage/engine/enginepb/mvcc_network_stats.pb.go ./cockroach/pkg/storage/engine/enginepb/rocksdb.pb.go ./cockroach/pkg/storage/lease_status.pb.go ./cockroach/pkg/storage/liveness.pb.go ./cockroach/pkg/storage/log.pb.go ./cockroach/pkg/storage/raft.pb.go ./cockroach/pkg/storage/storagebase/proposer_kv.pb.go ./cockroach/pkg/storage/storagebase/state.pb.go ./cockroach/pkg/ts/tspb/timeseries.pb.go ./cockroach/pkg/util/hlc/legacy_timestamp.pb.go ./cockroach/pkg/util/hlc/timestamp.pb.go ./cockroach/pkg/util/log/log.pb.go ./cockroach/pkg/util/tracing/recorded_span.pb.go ./cockroach/pkg/util/unresolved_addr.pb.go
[ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_readonly.cc.o
sed -i -E 's!cockroachdb/(etcd)!coreos/\1!g' ./cockroach/pkg/acceptance/cluster/testconfig.pb.go ./cockroach/pkg/build/info.pb.go ./cockroach/pkg/ccl/sqlccl/backup.pb.go ./cockroach/pkg/ccl/utilccl/licenseccl/license.pb.go ./cockroach/pkg/config/config.pb.go ./cockroach/pkg/gossip/gossip.pb.go ./cockroach/pkg/internal/client/lease.pb.go ./cockroach/pkg/roachpb/api.pb.go ./cockroach/pkg/roachpb/app_stats.pb.go ./cockroach/pkg/roachpb/data.pb.go ./cockroach/pkg/roachpb/errors.pb.go ./cockroach/pkg/roachpb/internal.pb.go ./cockroach/pkg/roachpb/internal_raft.pb.go ./cockroach/pkg/roachpb/metadata.pb.go ./cockroach/pkg/rpc/heartbeat.pb.go ./cockroach/pkg/server/diagnosticspb/diagnostics.pb.go ./cockroach/pkg/server/serverpb/admin.pb.go ./cockroach/pkg/server/serverpb/authentication.pb.go ./cockroach/pkg/server/serverpb/init.pb.go ./cockroach/pkg/server/serverpb/status.pb.go ./cockroach/pkg/server/status/status.pb.go ./cockroach/pkg/settings/cluster/cluster_version.pb.go ./cockroach/pkg/sql/distsqlrun/api.pb.go ./cockroach/pkg/sql/distsqlrun/data.pb.go ./cockroach/pkg/sql/distsqlrun/processors.pb.go ./cockroach/pkg/sql/jobs/jobs.pb.go ./cockroach/pkg/sql/pgwire/pgerror/errors.pb.go ./cockroach/pkg/sql/sqlbase/encoded_datum.pb.go ./cockroach/pkg/sql/sqlbase/privilege.pb.go ./cockroach/pkg/sql/sqlbase/structured.pb.go ./cockroach/pkg/storage/api.pb.go ./cockroach/pkg/storage/engine/enginepb/mvcc.pb.go ./cockroach/pkg/storage/engine/enginepb/mvcc_network_stats.pb.go ./cockroach/pkg/storage/engine/enginepb/rocksdb.pb.go ./cockroach/pkg/storage/lease_status.pb.go ./cockroach/pkg/storage/liveness.pb.go ./cockroach/pkg/storage/log.pb.go ./cockroach/pkg/storage/raft.pb.go ./cockroach/pkg/storage/storagebase/proposer_kv.pb.go ./cockroach/pkg/storage/storagebase/state.pb.go ./cockroach/pkg/ts/tspb/timeseries.pb.go ./cockroach/pkg/util/hlc/legacy_timestamp.pb.go ./cockroach/pkg/util/hlc/timestamp.pb.go ./cockroach/pkg/util/log/log.pb.go ./cockroach/pkg/util/tracing/recorded_span.pb.go ./cockroach/pkg/util/unresolved_addr.pb.go
[ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/db_info_dumper.cc.o
gofmt -s -w ./cockroach/pkg/acceptance/cluster/testconfig.pb.go ./cockroach/pkg/build/info.pb.go ./cockroach/pkg/ccl/sqlccl/backup.pb.go ./cockroach/pkg/ccl/utilccl/licenseccl/license.pb.go ./cockroach/pkg/config/config.pb.go ./cockroach/pkg/gossip/gossip.pb.go ./cockroach/pkg/internal/client/lease.pb.go ./cockroach/pkg/roachpb/api.pb.go ./cockroach/pkg/roachpb/app_stats.pb.go ./cockroach/pkg/roachpb/data.pb.go ./cockroach/pkg/roachpb/errors.pb.go ./cockroach/pkg/roachpb/internal.pb.go ./cockroach/pkg/roachpb/internal_raft.pb.go ./cockroach/pkg/roachpb/metadata.pb.go ./cockroach/pkg/rpc/heartbeat.pb.go ./cockroach/pkg/server/diagnosticspb/diagnostics.pb.go ./cockroach/pkg/server/serverpb/admin.pb.go ./cockroach/pkg/server/serverpb/authentication.pb.go ./cockroach/pkg/server/serverpb/init.pb.go ./cockroach/pkg/server/serverpb/status.pb.go ./cockroach/pkg/server/status/status.pb.go ./cockroach/pkg/settings/cluster/cluster_version.pb.go ./cockroach/pkg/sql/distsqlrun/api.pb.go ./cockroach/pkg/sql/distsqlrun/data.pb.go ./cockroach/pkg/sql/distsqlrun/processors.pb.go ./cockroach/pkg/sql/jobs/jobs.pb.go ./cockroach/pkg/sql/pgwire/pgerror/errors.pb.go ./cockroach/pkg/sql/sqlbase/encoded_datum.pb.go ./cockroach/pkg/sql/sqlbase/privilege.pb.go ./cockroach/pkg/sql/sqlbase/structured.pb.go ./cockroach/pkg/storage/api.pb.go ./cockroach/pkg/storage/engine/enginepb/mvcc.pb.go ./cockroach/pkg/storage/engine/enginepb/mvcc_network_stats.pb.go ./cockroach/pkg/storage/engine/enginepb/rocksdb.pb.go ./cockroach/pkg/storage/lease_status.pb.go ./cockroach/pkg/storage/liveness.pb.go ./cockroach/pkg/storage/log.pb.go ./cockroach/pkg/storage/raft.pb.go ./cockroach/pkg/storage/storagebase/proposer_kv.pb.go ./cockroach/pkg/storage/storagebase/state.pb.go ./cockroach/pkg/ts/tspb/timeseries.pb.go ./cockroach/pkg/util/hlc/legacy_timestamp.pb.go ./cockroach/pkg/util/hlc/timestamp.pb.go ./cockroach/pkg/util/log/log.pb.go ./cockroach/pkg/util/tracing/recorded_span.pb.go ./cockroach/pkg/util/unresolved_addr.pb.go
[ 13%] Building CXX object CMakeFiles/rocksdb.dir/db/db_iter.cc.o
info fsevents@1.1.1: The platform "linux" is incompatible with this module.
info "fsevents@1.1.1" is an optional dependency and failed compatibility check. Excluding it from installation.
[4/5] Linking dependencies...
warning "babel-loader@6.4.1" has incorrect peer dependency "webpack@1 || 2 || ^2.1.0-beta || ^2.2.0-rc".
[ 13%] Building CXX object CMakeFiles/rocksdb.dir/db/dbformat.cc.o
[ 13%] Building CXX object CMakeFiles/rocksdb.dir/db/event_helpers.cc.o
touch /go/src/github.com/cockroachdb/cockroach/bin/.go_protobuf_sources
(cd ./cockroach && git ls-files --exclude-standard --cached --others -- '*.pb.gw.go' | xargs rm -f)
/go/native/x86_64-pc-linux-gnu/protobuf/protoc -I.:./cockroach/vendor/github.com/../github.com/gogo/protobuf:./cockroach/vendor/github.com/../github.com/gogo/protobuf/protobuf:./cockroach/vendor/github.com/coreos:./cockroach/vendor/github.com/../github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --grpc-gateway_out=logtostderr=true,request_context=true:. ./cockroach/pkg/server/serverpb/admin.proto ./cockroach/pkg/server/serverpb/status.proto ./cockroach/pkg/server/serverpb/authentication.proto
/go/native/x86_64-pc-linux-gnu/protobuf/protoc -I.:./cockroach/vendor/github.com/../github.com/gogo/protobuf:./cockroach/vendor/github.com/../github.com/gogo/protobuf/protobuf:./cockroach/vendor/github.com/coreos:./cockroach/vendor/github.com/../github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --grpc-gateway_out=logtostderr=true,request_context=true:. ./cockroach/pkg/ts/tspb/timeseries.proto
touch /go/src/github.com/cockroachdb/cockroach/bin/.gw_protobuf_sources
(cd ./cockroach && git ls-files --exclude-standard --cached --others -- '*.pb.h' '*.pb.cc' | xargs rm -f)
mkdir -p /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos
/go/native/x86_64-pc-linux-gnu/protobuf/protoc -I.:./cockroach/vendor/github.com/../github.com/gogo/protobuf:./cockroach/vendor/github.com/../github.com/gogo/protobuf/protobuf --cpp_out=lite:/go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos ./cockroach/pkg/roachpb/data.proto ./cockroach/pkg/roachpb/internal.proto ./cockroach/pkg/roachpb/metadata.proto ./cockroach/pkg/storage/engine/enginepb/mvcc.proto ./cockroach/pkg/storage/engine/enginepb/rocksdb.proto ./cockroach/pkg/util/hlc/legacy_timestamp.proto ./cockroach/pkg/util/hlc/timestamp.proto ./cockroach/pkg/util/unresolved_addr.proto
sed -i -E '/gogoproto/d' /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/cockroach/pkg/roachpb/data.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/cockroach/pkg/roachpb/internal.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/cockroach/pkg/roachpb/metadata.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/cockroach/pkg/storage/engine/enginepb/mvcc.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/cockroach/pkg/storage/engine/enginepb/rocksdb.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/cockroach/pkg/util/hlc/legacy_timestamp.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/cockroach/pkg/util/hlc/timestamp.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/cockroach/pkg/util/unresolved_addr.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/cockroach/pkg/roachpb/data.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/cockroach/pkg/roachpb/internal.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/cockroach/pkg/roachpb/metadata.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/cockroach/pkg/storage/engine/enginepb/mvcc.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/cockroach/pkg/storage/engine/enginepb/rocksdb.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/cockroach/pkg/util/hlc/legacy_timestamp.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/cockroach/pkg/util/hlc/timestamp.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/cockroach/pkg/util/unresolved_addr.pb.cc
touch /go/src/github.com/cockroachdb/cockroach/bin/.cpp_protobuf_sources
[ 13%] Building CXX object CMakeFiles/rocksdb.dir/db/experimental.cc.o
[ 13%] Building CXX object CMakeFiles/rocksdb.dir/db/external_sst_file_ingestion_job.cc.o
[ 13%] Building CXX object CMakeFiles/rocksdb.dir/db/file_indexer.cc.o
[ 13%] Building CXX object CMakeFiles/rocksdb.dir/db/flush_job.cc.o
[ 16%] Building CXX object CMakeFiles/rocksdb.dir/db/flush_scheduler.cc.o
[ 16%] Building CXX object CMakeFiles/rocksdb.dir/db/forward_iterator.cc.o
[ 16%] Building CXX object CMakeFiles/rocksdb.dir/db/internal_stats.cc.o
[ 16%] Building CXX object CMakeFiles/rocksdb.dir/db/log_reader.cc.o
[ 16%] Building CXX object CMakeFiles/rocksdb.dir/db/log_writer.cc.o
[ 16%] Building CXX object CMakeFiles/rocksdb.dir/db/malloc_stats.cc.o
[ 16%] Building CXX object CMakeFiles/rocksdb.dir/db/managed_iterator.cc.o
[ 20%] Building CXX object CMakeFiles/rocksdb.dir/db/memtable.cc.o
[ 20%] Building CXX object CMakeFiles/rocksdb.dir/db/memtable_list.cc.o
[ 20%] Building CXX object CMakeFiles/rocksdb.dir/db/merge_helper.cc.o
[ 20%] Building CXX object CMakeFiles/rocksdb.dir/db/merge_operator.cc.o
[ 20%] Building CXX object CMakeFiles/rocksdb.dir/db/range_del_aggregator.cc.o
[ 20%] Building CXX object CMakeFiles/rocksdb.dir/db/repair.cc.o
[ 20%] Building CXX object CMakeFiles/rocksdb.dir/db/snapshot_impl.cc.o
[ 23%] Building CXX object CMakeFiles/rocksdb.dir/db/table_cache.cc.o
[ 23%] Building CXX object CMakeFiles/rocksdb.dir/db/table_properties_collector.cc.o
[ 23%] Building CXX object CMakeFiles/rocksdb.dir/db/transaction_log_impl.cc.o
[ 23%] Building CXX object CMakeFiles/rocksdb.dir/db/version_builder.cc.o
[ 23%] Building CXX object CMakeFiles/rocksdb.dir/db/version_edit.cc.o
[ 23%] Building CXX object CMakeFiles/rocksdb.dir/db/version_set.cc.o
[ 23%] Building CXX object CMakeFiles/rocksdb.dir/db/wal_manager.cc.o
[ 26%] Building CXX object CMakeFiles/rocksdb.dir/db/write_batch.cc.o
[ 26%] Building CXX object CMakeFiles/rocksdb.dir/db/write_batch_base.cc.o
[ 26%] Building CXX object CMakeFiles/rocksdb.dir/db/write_controller.cc.o
[ 26%] Building CXX object CMakeFiles/rocksdb.dir/db/write_thread.cc.o
[ 26%] Building CXX object CMakeFiles/rocksdb.dir/env/env.cc.o
[ 26%] Building CXX object CMakeFiles/rocksdb.dir/env/env_chroot.cc.o
[ 26%] Building CXX object CMakeFiles/rocksdb.dir/env/env_hdfs.cc.o
[ 30%] Building CXX object CMakeFiles/rocksdb.dir/env/mock_env.cc.o
[ 30%] Building CXX object CMakeFiles/rocksdb.dir/memtable/hash_cuckoo_rep.cc.o
[ 30%] Building CXX object CMakeFiles/rocksdb.dir/memtable/hash_linklist_rep.cc.o
[ 30%] Building CXX object CMakeFiles/rocksdb.dir/memtable/hash_skiplist_rep.cc.o
[ 30%] Building CXX object CMakeFiles/rocksdb.dir/memtable/memtable_allocator.cc.o
[ 30%] Building CXX object CMakeFiles/rocksdb.dir/memtable/skiplistrep.cc.o
[ 30%] Building CXX object CMakeFiles/rocksdb.dir/memtable/vectorrep.cc.o
[ 33%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/histogram.cc.o
[ 33%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/histogram_windowing.cc.o
[ 33%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/instrumented_mutex.cc.o
[ 33%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/iostats_context.cc.o
[ 33%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/perf_context.cc.o
[ 33%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/perf_level.cc.o
[ 33%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/statistics.cc.o
[ 36%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/thread_status_impl.cc.o
[ 36%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/thread_status_util.cc.o
[ 36%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/thread_status_updater.cc.o
[ 36%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/thread_status_util_debug.cc.o
[ 36%] Building CXX object CMakeFiles/rocksdb.dir/options/cf_options.cc.o
[ 36%] Building CXX object CMakeFiles/rocksdb.dir/options/db_options.cc.o
[ 36%] Building CXX object CMakeFiles/rocksdb.dir/options/options.cc.o
[ 40%] Building CXX object CMakeFiles/rocksdb.dir/options/options_helper.cc.o
[ 40%] Building CXX object CMakeFiles/rocksdb.dir/options/options_parser.cc.o
[ 40%] Building CXX object CMakeFiles/rocksdb.dir/options/options_sanity_check.cc.o
[ 40%] Building CXX object CMakeFiles/rocksdb.dir/port/stack_trace.cc.o
[ 40%] Building CXX object CMakeFiles/rocksdb.dir/table/adaptive_table_factory.cc.o
[5/5] Building fresh packages...
[ 40%] Building CXX object CMakeFiles/rocksdb.dir/table/block.cc.o
[ 43%] Building CXX object CMakeFiles/rocksdb.dir/table/block_based_filter_block.cc.o
[ 43%] Building CXX object CMakeFiles/rocksdb.dir/table/block_based_table_builder.cc.o
[ 43%] Building CXX object CMakeFiles/rocksdb.dir/table/block_based_table_factory.cc.o
[ 43%] Building CXX object CMakeFiles/rocksdb.dir/table/block_based_table_reader.cc.o
[ 43%] Building CXX object CMakeFiles/rocksdb.dir/table/block_builder.cc.o
[ 43%] Building CXX object CMakeFiles/rocksdb.dir/table/block_prefix_index.cc.o
[ 43%] Building CXX object CMakeFiles/rocksdb.dir/table/bloom_block.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/cuckoo_table_builder.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/cuckoo_table_factory.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/cuckoo_table_reader.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/flush_block_policy.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/format.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/full_filter_block.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/get_context.cc.o
[ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/index_builder.cc.o
Done in 43.60s.
[ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/iterator.cc.o
[ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/merging_iterator.cc.o
[ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/meta_blocks.cc.o
# Prevent ProtobufJS from trying to install its own packages because a) the
# the feature is buggy, and b) it introduces an unnecessary dependency on NPM.
# Additionally pin a known-good version of jsdoc.
# See: https://github.com/dcodeIO/protobuf.js/issues/716.
(cd ./cockroach/pkg/ui/node_modules/protobufjs/cli && cp package.standalone.json package.json && yarn add jsdoc@3.4.3 && yarn install)
[ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/partitioned_filter_block.cc.o
yarn add v1.1.0
[ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/persistent_cache_helper.cc.o
[ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/plain_table_builder.cc.o
info No lockfile found.
[1/4] Resolving packages...
[ 53%] Building CXX object CMakeFiles/rocksdb.dir/table/plain_table_factory.cc.o
[2/4] Fetching packages...
[ 53%] Building CXX object CMakeFiles/rocksdb.dir/table/plain_table_index.cc.o
[ 53%] Building CXX object CMakeFiles/rocksdb.dir/table/plain_table_key_coding.cc.o
[3/4] Linking dependencies...
[ 53%] Building CXX object CMakeFiles/rocksdb.dir/table/plain_table_reader.cc.o
[4/4] Building fresh packages...
success Saved lockfile.
success Saved 65 new dependencies.
├─ acorn-jsx@3.0.1
├─ acorn@3.3.0
├─ align-text@0.1.4
├─ ansi-regex@2.1.1
├─ ansi-styles@2.2.1
├─ balanced-match@1.0.0
├─ bluebird@3.4.7
├─ brace-expansion@1.1.8
├─ camelcase@1.2.1
├─ catharsis@0.8.9
├─ center-align@0.1.3
├─ chalk@1.1.3
├─ cliui@2.1.0
├─ concat-map@0.0.1
├─ decamelize@1.2.0
├─ deep-is@0.1.3
├─ escape-string-regexp@1.0.5
├─ escodegen@1.9.0
├─ espree@3.1.7
├─ esprima@3.1.3
├─ estraverse@4.2.0
├─ esutils@2.0.2
├─ fast-levenshtein@2.0.6
├─ fs.realpath@1.0.0
├─ glob@7.1.2
├─ graceful-fs@4.1.11
├─ has-ansi@2.0.0
├─ inflight@1.0.6
├─ inherits@2.0.3
├─ is-buffer@1.1.5
├─ js2xmlparser@1.0.0
├─ jsdoc@3.4.3
├─ kind-of@3.2.2
├─ klaw@1.3.1
├─ lazy-cache@1.0.4
├─ levn@0.3.0
├─ longest@1.0.1
├─ marked@0.3.6
├─ minimatch@3.0.4
├─ minimist@1.2.0
├─ mkdirp@0.5.1
├─ once@1.4.0
├─ optionator@0.8.2
├─ os-tmpdir@1.0.2
├─ path-is-absolute@1.0.1
├─ prelude-ls@1.1.2
├─ repeat-string@1.6.1
├─ requizzle@0.2.1
├─ right-align@0.1.3
├─ semver@5.4.1
├─ source-map@0.5.7
├─ strip-ansi@3.0.1
├─ strip-json-comments@2.0.1
├─ supports-color@2.0.0
├─ taffydb@2.6.2
├─ tmp@0.0.31
├─ type-check@0.3.2
├─ uglify-js@2.8.29
├─ uglify-to-browserify@1.0.2
├─ underscore-contrib@0.3.0
├─ underscore@1.6.0
├─ window-size@0.1.0
├─ wordwrap@1.0.0
├─ wrappy@1.0.2
└─ yargs@3.10.0
Done in 2.07s.
[ 53%] Building CXX object CMakeFiles/rocksdb.dir/table/sst_file_writer.cc.o
[ 53%] Building CXX object CMakeFiles/rocksdb.dir/table/table_properties.cc.o
[ 53%] Building CXX object CMakeFiles/rocksdb.dir/table/two_level_iterator.cc.o
[ 56%] Building CXX object CMakeFiles/rocksdb.dir/tools/db_bench_tool.cc.o
[ 56%] Building CXX object CMakeFiles/rocksdb.dir/tools/dump/db_dump_tool.cc.o
[ 56%] Building CXX object CMakeFiles/rocksdb.dir/tools/ldb_cmd.cc.o
[ 56%] Building CXX object CMakeFiles/rocksdb.dir/tools/ldb_tool.cc.o
[ 56%] Building CXX object CMakeFiles/rocksdb.dir/tools/sst_dump_tool.cc.o
[ 56%] Building CXX object CMakeFiles/rocksdb.dir/util/arena.cc.o
[ 56%] Building CXX object CMakeFiles/rocksdb.dir/util/auto_roll_logger.cc.o
[ 60%] Building CXX object CMakeFiles/rocksdb.dir/util/bloom.cc.o
[ 60%] Building CXX object CMakeFiles/rocksdb.dir/util/coding.cc.o
[ 60%] Building CXX object CMakeFiles/rocksdb.dir/util/compaction_job_stats_impl.cc.o
[ 60%] Building CXX object CMakeFiles/rocksdb.dir/util/comparator.cc.o
[ 60%] Building CXX object CMakeFiles/rocksdb.dir/util/concurrent_arena.cc.o
[ 60%] Building CXX object CMakeFiles/rocksdb.dir/util/crc32c.cc.o
[ 60%] Building CXX object CMakeFiles/rocksdb.dir/util/delete_scheduler.cc.o
[ 63%] Building CXX object CMakeFiles/rocksdb.dir/util/dynamic_bloom.cc.o
[ 63%] Building CXX object CMakeFiles/rocksdb.dir/util/event_logger.cc.o
[ 63%] Building CXX object CMakeFiles/rocksdb.dir/util/file_reader_writer.cc.o
[ 63%] Building CXX object CMakeFiles/rocksdb.dir/util/file_util.cc.o
[ 63%] Building CXX object CMakeFiles/rocksdb.dir/util/filename.cc.o
yarn install v1.1.0
[ 63%] Building CXX object CMakeFiles/rocksdb.dir/util/filter_policy.cc.o
[1/4] Resolving packages...
success Already up-to-date.
Done in 0.26s.
rm -rf ./cockroach/pkg/ui/node_modules/@types/node
touch cockroach/pkg/ui/yarn.installed
# Add comment recognized by reviewable.
echo '// GENERATED FILE DO NOT EDIT' > cockroach/pkg/ui/src/js/protos.js
./cockroach/pkg/ui/node_modules/.bin/pbjs -t static-module -w es6 --strict-long --keep-case --path ./cockroach/.. --path ./cockroach/vendor/github.com/../github.com/gogo/protobuf --path ./cockroach/vendor/github.com/coreos --path ./cockroach/vendor/github.com/../github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis ./cockroach/pkg/server/serverpb/admin.proto ./cockroach/pkg/server/serverpb/status.proto ./cockroach/pkg/server/serverpb/authentication.proto ./cockroach/pkg/ts/tspb/timeseries.proto >> cockroach/pkg/ui/src/js/protos.js
[ 63%] Building CXX object CMakeFiles/rocksdb.dir/util/hash.cc.o
[ 66%] Building CXX object CMakeFiles/rocksdb.dir/util/log_buffer.cc.o
installing espree@^3.4.1
[ 66%] Building CXX object CMakeFiles/rocksdb.dir/util/murmurhash.cc.o
[ 66%] Building CXX object CMakeFiles/rocksdb.dir/util/random.cc.o
[ 66%] Building CXX object CMakeFiles/rocksdb.dir/util/rate_limiter.cc.o
[ 66%] Building CXX object CMakeFiles/rocksdb.dir/util/slice.cc.o
[ 66%] Building CXX object CMakeFiles/rocksdb.dir/util/sst_file_manager_impl.cc.o
[ 66%] Building CXX object CMakeFiles/rocksdb.dir/util/status.cc.o
[ 70%] Building CXX object CMakeFiles/rocksdb.dir/util/status_message.cc.o
[ 70%] Building CXX object CMakeFiles/rocksdb.dir/util/string_util.cc.o
[ 70%] Building CXX object CMakeFiles/rocksdb.dir/util/sync_point.cc.o
[ 70%] Building CXX object CMakeFiles/rocksdb.dir/util/testutil.cc.o
[ 70%] Building CXX object CMakeFiles/rocksdb.dir/util/thread_local.cc.o
[ 70%] Building CXX object CMakeFiles/rocksdb.dir/util/threadpool_imp.cc.o
[ 70%] Building CXX object CMakeFiles/rocksdb.dir/util/transaction_test_util.cc.o
[ 73%] Building CXX object CMakeFiles/rocksdb.dir/util/xxhash.cc.o
[ 73%] Building CXX object CMakeFiles/rocksdb.dir/utilities/backupable/backupable_db.cc.o
[ 73%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_db.cc.o
[ 73%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_db_impl.cc.o
[ 73%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_db_options_impl.cc.o
[ 73%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_file.cc.o
[ 73%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_log_reader.cc.o
[ 76%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_log_writer.cc.o
[ 76%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_log_format.cc.o
[ 76%] Building CXX object CMakeFiles/rocksdb.dir/utilities/checkpoint/checkpoint_impl.cc.o
[ 76%] Building CXX object CMakeFiles/rocksdb.dir/utilities/col_buf_decoder.cc.o
[ 76%] Building CXX object CMakeFiles/rocksdb.dir/utilities/col_buf_encoder.cc.o
# Add comment recognized by reviewable.
echo '// GENERATED FILE DO NOT EDIT' > cockroach/pkg/ui/src/js/protos.d.ts
./cockroach/pkg/ui/node_modules/.bin/pbts ./cockroach/pkg/ui/src/js/protos.js >> cockroach/pkg/ui/src/js/protos.d.ts
[ 76%] Building CXX object CMakeFiles/rocksdb.dir/utilities/column_aware_encoding_util.cc.o
[ 80%] Building CXX object CMakeFiles/rocksdb.dir/utilities/compaction_filters/remove_emptyvalue_compactionfilter.cc.o
[ 80%] Building CXX object CMakeFiles/rocksdb.dir/utilities/date_tiered/date_tiered_db_impl.cc.o
[ 80%] Building CXX object CMakeFiles/rocksdb.dir/utilities/debug.cc.o
[ 80%] Building CXX object CMakeFiles/rocksdb.dir/utilities/document/document_db.cc.o
[ 80%] Building CXX object CMakeFiles/rocksdb.dir/utilities/document/json_document.cc.o
[ 80%] Building CXX object CMakeFiles/rocksdb.dir/utilities/document/json_document_builder.cc.o
[ 80%] Building CXX object CMakeFiles/rocksdb.dir/utilities/env_mirror.cc.o
[ 83%] Building CXX object CMakeFiles/rocksdb.dir/utilities/env_timed.cc.o
[ 83%] Building CXX object CMakeFiles/rocksdb.dir/utilities/geodb/geodb_impl.cc.o
[ 83%] Building CXX object CMakeFiles/rocksdb.dir/utilities/leveldb_options/leveldb_options.cc.o
[ 83%] Building CXX object CMakeFiles/rocksdb.dir/utilities/lua/rocks_lua_compaction_filter.cc.o
[ 83%] Building CXX object CMakeFiles/rocksdb.dir/utilities/memory/memory_util.cc.o
[ 83%] Building CXX object CMakeFiles/rocksdb.dir/utilities/merge_operators/max.cc.o
[ 83%] Building CXX object CMakeFiles/rocksdb.dir/utilities/merge_operators/put.cc.o
[ 86%] Building CXX object CMakeFiles/rocksdb.dir/utilities/merge_operators/string_append/stringappend.cc.o
[ 86%] Building CXX object CMakeFiles/rocksdb.dir/utilities/merge_operators/string_append/stringappend2.cc.o
[ 86%] Building CXX object CMakeFiles/rocksdb.dir/utilities/merge_operators/uint64add.cc.o
[ 86%] Building CXX object CMakeFiles/rocksdb.dir/utilities/option_change_migration/option_change_migration.cc.o
[ 86%] Building CXX object CMakeFiles/rocksdb.dir/utilities/options/options_util.cc.o
[ 86%] Building CXX object CMakeFiles/rocksdb.dir/utilities/persistent_cache/block_cache_tier.cc.o
[ 86%] Building CXX object CMakeFiles/rocksdb.dir/utilities/persistent_cache/block_cache_tier_file.cc.o
[ 90%] Building CXX object CMakeFiles/rocksdb.dir/utilities/persistent_cache/block_cache_tier_metadata.cc.o
[ 90%] Building CXX object CMakeFiles/rocksdb.dir/utilities/persistent_cache/persistent_cache_tier.cc.o
[ 90%] Building CXX object CMakeFiles/rocksdb.dir/utilities/persistent_cache/volatile_tier_impl.cc.o
[ 90%] Building CXX object CMakeFiles/rocksdb.dir/utilities/redis/redis_lists.cc.o
make[2]: Leaving directory '/go/src/github.com/cockroachdb'
yarn run -- webpack -p --config webpack.protos.js
[ 90%] Building CXX object CMakeFiles/rocksdb.dir/utilities/simulator_cache/sim_cache.cc.o
[ 90%] Building CXX object CMakeFiles/rocksdb.dir/utilities/spatialdb/spatial_db.cc.o
[ 90%] Building CXX object CMakeFiles/rocksdb.dir/utilities/table_properties_collectors/compact_on_deletion_collector.cc.o
yarn run v1.1.0
warning From Yarn 1.0 onwards, scripts don't require "--" for options to be forwarded. In a future version, any explicit "--" will be forwarded as-is to the scripts.
$ "/go/src/github.com/cockroachdb/cockroach/pkg/ui/node_modules/.bin/webpack" "-p" "--config" "webpack.protos.js"
[ 93%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/optimistic_transaction_db_impl.cc.o
[ 93%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/optimistic_transaction_impl.cc.o
[ 93%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/transaction_base.cc.o
[ 93%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/transaction_db_impl.cc.o
[ 93%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/transaction_db_mutex_impl.cc.o
[ 93%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/transaction_impl.cc.o
[ 93%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/transaction_lock_mgr.cc.o
[ 96%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/transaction_util.cc.o
[ 96%] Building CXX object CMakeFiles/rocksdb.dir/utilities/ttl/db_ttl_impl.cc.o
[ 96%] Building CXX object CMakeFiles/rocksdb.dir/utilities/write_batch_with_index/write_batch_with_index.cc.o
[ 96%] Building CXX object CMakeFiles/rocksdb.dir/utilities/write_batch_with_index/write_batch_with_index_internal.cc.o
[ 96%] Building CXX object CMakeFiles/rocksdb.dir/port/port_posix.cc.o
[ 96%] Building CXX object CMakeFiles/rocksdb.dir/env/env_posix.cc.o
[ 96%] Building CXX object CMakeFiles/rocksdb.dir/env/io_posix.cc.o
yarn run -- webpack -p --config webpack.vendor.js
yarn run v1.1.0
warning From Yarn 1.0 onwards, scripts don't require "--" for options to be forwarded. In a future version, any explicit "--" will be forwarded as-is to the scripts.
$ "/go/src/github.com/cockroachdb/cockroach/pkg/ui/node_modules/.bin/webpack" "-p" "--config" "webpack.vendor.js"
[100%] Linking CXX static library librocksdb.a
[100%] Built target rocksdb
[BABEL] Note: The code generator has deoptimised the styling of "/go/src/github.com/cockroachdb/cockroach/pkg/ui/src/js/protos.js" as it exceeds the max of "500KB".
Hash: ff14465d216b91c35bd3
Version: webpack 3.5.6
Time: 24306ms
Asset Size Chunks Chunk Names
protos.dll.js 988 kB 0 [emitted] [big] protos
[25] dll protos 12 bytes {0} [built]
[26] ./src/js/protos.js 2.6 MB {0} [built]
[31] (webpack)/buildin/global.js 823 bytes {0} [built]
+ 43 hidden modules
Done in 25.10s.
Hash: 161ee48eba24b25bd464
Version: webpack 3.5.6
Time: 28998ms
Asset Size Chunks Chunk Names
vendor.dll.js 2.13 MB 0 [emitted] [big] vendor
[15] (webpack)/buildin/global.js 509 bytes {0} [built]
[56] (webpack)/buildin/module.js 517 bytes {0} [built]
[379] dll vendor 12 bytes {0} [built]
[852] ./node_modules/moment/locale ^\.\/.*$ 2.79 kB {0} [optional] [built]
+ 901 hidden modules
Done in 29.82s.
find dist -mindepth 1 -not -name '*.dll.js' -delete
yarn run -- webpack --config webpack.app.js
yarn run v1.1.0
warning From Yarn 1.0 onwards, scripts don't require "--" for options to be forwarded. In a future version, any explicit "--" will be forwarded as-is to the scripts.
$ "/go/src/github.com/cockroachdb/cockroach/pkg/ui/node_modules/.bin/webpack" "--config" "webpack.app.js"
ts-loader: Using typescript@2.3.0 and /go/src/github.com/cockroachdb/cockroach/pkg/ui/tsconfig.json
Hash: 71040ac0102ee3dc1233
Version: webpack 3.5.6
Time: 18116ms
Asset Size Chunks   Chunk Names
icons-cb87052ba245b4fbd603d2bf284dce81/favicon-230x230.png 18.2 kB  [emitted]
icons-cb87052ba245b4fbd603d2bf284dce81/apple-touch-icon-57x57.png 2.95 kB  [emitted]
icons-cb87052ba245b4fbd603d2bf284dce81/apple-touch-icon-76x76.png 4.17 kB  [emitted]
icons-cb87052ba245b4fbd603d2bf284dce81/apple-touch-icon-72x72.png 3.88 kB  [emitted]
icons-cb87052ba245b4fbd603d2bf284dce81/apple-touch-icon-114x114.png 7.19 kB  [emitted]
icons-cb87052ba245b4fbd603d2bf284dce81/apple-touch-icon-120x120.png 7.67 kB  [emitted]
icons-cb87052ba245b4fbd603d2bf284dce81/apple-touch-icon-144x144.png 10.4 kB  [emitted]
icons-cb87052ba245b4fbd603d2bf284dce81/apple-touch-icon-152x152.png 11.3 kB  [emitted]
icons-cb87052ba245b4fbd603d2bf284dce81/apple-touch-icon-167x167.png 13.2 kB  [emitted]
icons-cb87052ba245b4fbd603d2bf284dce81/apple-touch-icon-180x180.png 14.6 kB  [emitted]
icons-cb87052ba245b4fbd603d2bf284dce81/apple-touch-icon.png 14.6 kB  [emitted]
icons-cb87052ba245b4fbd603d2bf284dce81/apple-touch-icon-precomposed.png 14.6 kB  [emitted]
icons-cb87052ba245b4fbd603d2bf284dce81/favicon-16x16.png 598 bytes  [emitted]
icons-cb87052ba245b4fbd603d2bf284dce81/favicon-32x32.png 1.45 kB  [emitted]
icons-cb87052ba245b4fbd603d2bf284dce81/favicon-96x96.png 4.92 kB  [emitted]
icons-cb87052ba245b4fbd603d2bf284dce81/apple-touch-icon-60x60.png 3.03 kB  [emitted]
icons-cb87052ba245b4fbd603d2bf284dce81/favicon.ico 33.3 kB  [emitted]
554f370d0fd6e0b022c36689cfd8190b.gif 35.8 kB  [emitted]
c9cbbdc3762c340d5d37073a54971487.woff2 185 kB  [emitted]
2ce4d82354fdf1be1788c526d94eefc1.woff 310 kB  [emitted] [big]
cccb897485813c7c256901dbca54ecf2.woff2 185 kB  [emitted]
d878b6c29b10beca227e9eef4246111b.woff 310 kB  [emitted] [big]
0996d39c4cf5d223a14559dfa37047fd.woff2 182 kB  [emitted]
acbd6ecc97c80340e9bf00ea80063234.woff 306 kB  [emitted] [big]
bd03a2cc277bbbc338d464e679fe9942.woff2 183 kB  [emitted]
27bd77b9162d388cb8d4c4217c7c5e2a.woff 309 kB  [emitted] [big]
5d4981a99e52bb068c3d6d1311b134b6.woff 12.6 kB  [emitted]
a9fa3652453bf8456eacc0577a531938.svg 16.2 kB  [emitted]
bundle.js 1.21 MB 0 [emitted] [big] main
index.html 2.6 kB  [emitted]
[0] delegated ./node_modules/react/react.js from dll-reference vendor_161ee48eba24b25bd464 42 bytes {0} [built]
[2] delegated ./node_modules/react-redux/es/index.js from dll-reference vendor_161ee48eba24b25bd464 42 bytes {0} [built]
[9] delegated ./node_modules/react-router/es/index.js from dll-reference vendor_161ee48eba24b25bd464 42 bytes {0} [built]
[13] ./src/util/constants.ts 487 bytes {0} [built]
[83] ./src/index.tsx 8.37 kB {0} [built]
[193] ./src/views/devtools/containers/raft/index.tsx 3.55 kB {0} [built]
[194] ./src/views/devtools/containers/raftRanges/index.tsx 17.1 kB {0} [built]
[196] ./src/views/devtools/containers/raftMessages/index.tsx 9.38 kB {0} [built]
[198] ./src/views/devtools/containers/clusterViz/index.tsx 3.13 kB {0} [built]
[208] ./src/views/reports/containers/problemRanges/index.tsx 9.59 kB {0} [built]
[210] ./src/views/reports/containers/network/index.tsx 21.1 kB {0} [built]
[211] ./src/views/reports/containers/nodes/index.tsx 14.5 kB {0} [built]
[212] ./src/views/reports/containers/certificates/index.tsx 11.5 kB {0} [built]
[213] ./src/views/reports/containers/range/index.tsx 10 kB {0} [built]
[219] ./src/views/reports/containers/commandQueue/index.tsx 6.83 kB {0} [built]
+ 220 hidden modules
Child favicons-webpack-plugin for "iconstats-[hash].json":
Asset Size Chunks  Chunk Names
icons-cb87052ba245b4fbd603d2bf284dce81/apple-touch-icon-167x167.png 13.2 kB  [emitted]
icons-cb87052ba245b4fbd603d2bf284dce81/apple-touch-icon-57x57.png 2.95 kB  [emitted]
icons-cb87052ba245b4fbd603d2bf284dce81/apple-touch-icon-76x76.png 4.17 kB  [emitted]
icons-cb87052ba245b4fbd603d2bf284dce81/apple-touch-icon-72x72.png 3.88 kB  [emitted]
icons-cb87052ba245b4fbd603d2bf284dce81/apple-touch-icon-114x114.png 7.19 kB  [emitted]
icons-cb87052ba245b4fbd603d2bf284dce81/apple-touch-icon-120x120.png 7.67 kB  [emitted]
icons-cb87052ba245b4fbd603d2bf284dce81/apple-touch-icon-144x144.png 10.4 kB  [emitted]
icons-cb87052ba245b4fbd603d2bf284dce81/apple-touch-icon-152x152.png 11.3 kB  [emitted]
icons-cb87052ba245b4fbd603d2bf284dce81/apple-touch-icon-60x60.png 3.03 kB  [emitted]
icons-cb87052ba245b4fbd603d2bf284dce81/apple-touch-icon-180x180.png 14.6 kB  [emitted]
icons-cb87052ba245b4fbd603d2bf284dce81/apple-touch-icon.png 14.6 kB  [emitted]
icons-cb87052ba245b4fbd603d2bf284dce81/apple-touch-icon-precomposed.png 14.6 kB  [emitted]
icons-cb87052ba245b4fbd603d2bf284dce81/favicon-16x16.png 598 bytes  [emitted]
icons-cb87052ba245b4fbd603d2bf284dce81/favicon-32x32.png 1.45 kB  [emitted]
icons-cb87052ba245b4fbd603d2bf284dce81/favicon-96x96.png 4.92 kB  [emitted]
icons-cb87052ba245b4fbd603d2bf284dce81/favicon-230x230.png 18.2 kB  [emitted]
icons-cb87052ba245b4fbd603d2bf284dce81/favicon.ico 33.3 kB  [emitted]
+ 1 hidden asset
[0] ./node_modules/favicons-webpack-plugin/lib/favicons.js?{"outputFilePrefix":"icons-[hash]/","icons":{"android":false,"appleIcon":true,"appleStartup":false,"coast":false,"favicons":true,"firefox":false,"opengraph":false,"twitter":false,"yandex":false,"windows":false},"background":"#fff","persistentCache":false,"appName":"Cockroach Console"}!./logo.png 3.06 kB {0} [built]
Child html-webpack-plugin for "index.html":
1 asset
[2] (webpack)/buildin/global.js 509 bytes {0} [built]
[3] (webpack)/buildin/module.js 517 bytes {0} [built]
+ 2 hidden modules
Done in 19.40s.
go-bindata -nometadata -pkg ui -o embedded.go -prefix dist dist/...
# Add comment recognized by reviewable.
echo '// GENERATED FILE DO NOT EDIT' >> embedded.go
gofmt -s -w embedded.go
goimports -w embedded.go
make[1]: Leaving directory '/go/src/github.com/cockroachdb/cockroach/pkg/ui'
go test -v -tags ' make x86_64_pc_linux_gnu' -ldflags ' -X github.com/cockroachdb/cockroach/pkg/build.typ=development -X "github.com/cockroachdb/cockroach/pkg/build.tag=v1.2-alpha.20170901-857-g26cc5ed" -X "github.com/cockroachdb/cockroach/pkg/build.utcTime=2017/10/18 18:48:37" -X "github.com/cockroachdb/cockroach/pkg/build.rev=26cc5ed73adba7995564a1cc2d3567af498e3d9e" -X "github.com/cockroachdb/cockroach/pkg/build.baseBranch=v1.2-alpha.20170901"' -i ./pkg/...
github.com/cockroachdb/cockroach/pkg/sql/pgwire/pgerror
github.com/cockroachdb/cockroach/pkg/build
github.com/cockroachdb/cockroach/pkg/util/tracing
github.com/cockroachdb/cockroach/pkg/util
github.com/cockroachdb/cockroach/pkg/ui
github.com/cockroachdb/cockroach/pkg/ccl/buildccl
github.com/cockroachdb/cockroach/pkg/util/log
github.com/cockroachdb/cockroach/pkg/util/hlc
github.com/cockroachdb/cockroach/pkg/util/protoutil
github.com/cockroachdb/cockroach/pkg/util/metric
github.com/cockroachdb/cockroach/pkg/util/cache
github.com/cockroachdb/cockroach/pkg/ccl/utilccl/licenseccl
github.com/cockroachdb/cockroach/pkg/util/httputil
github.com/cockroachdb/cockroach/pkg/storage/engine/enginepb
github.com/cockroachdb/cockroach/pkg/util/mon
github.com/cockroachdb/cockroach/pkg/roachpb
github.com/cockroachdb/cockroach/pkg/util/stop
github.com/cockroachdb/cockroach/pkg/settings/cluster
github.com/cockroachdb/cockroach/pkg/keys
github.com/cockroachdb/cockroach/pkg/storage/storagebase
github.com/cockroachdb/cockroach/pkg/ts/tspb
github.com/cockroachdb/cockroach/pkg/security
github.com/cockroachdb/cockroach/pkg/util/netutil
github.com/cockroachdb/cockroach/pkg/util/grpcutil
github.com/cockroachdb/cockroach/pkg/testutils/storageutils
github.com/cockroachdb/cockroach/pkg/base
github.com/cockroachdb/cockroach/pkg/security/securitytest
github.com/cockroachdb/cockroach/pkg/internal/client
github.com/cockroachdb/cockroach/pkg/rpc
github.com/cockroachdb/cockroach/pkg/gossip/resolver
github.com/cockroachdb/cockroach/pkg/testutils
github.com/cockroachdb/cockroach/pkg/sql/parser
github.com/cockroachdb/cockroach/pkg/acceptance/terrafarm
github.com/cockroachdb/cockroach/pkg/config
github.com/cockroachdb/cockroach/pkg/sql/sqlutil
github.com/cockroachdb/cockroach/pkg/testutils/sqlutils
github.com/cockroachdb/cockroach/pkg/internal/rsg
github.com/cockroachdb/cockroach/pkg/acceptance/cluster
github.com/cockroachdb/cockroach/pkg/gossip
github.com/cockroachdb/cockroach/pkg/storage/engine
github.com/cockroachdb/cockroach/pkg/sql/sqlbase
github.com/cockroachdb/cockroach/pkg/kv
github.com/cockroachdb/cockroach/pkg/gossip/simulation
github.com/cockroachdb/cockroach/pkg/testutils/gossiputil
github.com/cockroachdb/cockroach/pkg/testutils/serverutils
github.com/cockroachdb/cockroach/pkg/server/diagnosticspb
github.com/cockroachdb/cockroach/pkg/storage
github.com/cockroachdb/cockroach/pkg/ccl/storageccl/engineccl
github.com/cockroachdb/cockroach/pkg/server/status
github.com/cockroachdb/cockroach/pkg/sql/jobs
github.com/cockroachdb/cockroach/pkg/ccl/storageccl
github.com/cockroachdb/cockroach/pkg/ts
github.com/cockroachdb/cockroach/pkg/testutils/localtestcluster
github.com/cockroachdb/cockroach/pkg/sql/distsqlrun
github.com/cockroachdb/cockroach/pkg/testutils/jobutils
github.com/cockroachdb/cockroach/pkg/server/serverpb
github.com/cockroachdb/cockroach/pkg/sql/distsqlplan
github.com/cockroachdb/cockroach/pkg/acceptance/localcluster
github.com/cockroachdb/cockroach/pkg/sql
github.com/cockroachdb/cockroach/pkg/testutils/distsqlutils
github.com/cockroachdb/cockroach/pkg/acceptance
github.com/cockroachdb/cockroach/pkg/sql/pgwire
github.com/cockroachdb/cockroach/pkg/sqlmigrations
github.com/cockroachdb/cockroach/pkg/server
github.com/cockroachdb/cockroach/pkg/ccl/utilccl
github.com/cockroachdb/cockroach/pkg/cli
github.com/cockroachdb/cockroach/pkg/testutils/testcluster
github.com/cockroachdb/cockroach/pkg/ccl/sqlccl
github.com/cockroachdb/cockroach/pkg/ccl/utilccl/sampledataccl
github.com/cockroachdb/cockroach/pkg/ccl/cliccl
go test -tags ' make x86_64_pc_linux_gnu' -ldflags ' -X github.com/cockroachdb/cockroach/pkg/build.typ=development' -run "." -timeout 4m ./pkg/... -v
not running with `acceptance` build tag or against remote cluster; skipping
ok github.com/cockroachdb/cockroach/pkg/acceptance 0.078s
? github.com/cockroachdb/cockroach/pkg/acceptance/cluster [no test files]
? github.com/cockroachdb/cockroach/pkg/acceptance/localcluster [no test files]
? github.com/cockroachdb/cockroach/pkg/acceptance/localcluster/tc [no test files]
? github.com/cockroachdb/cockroach/pkg/acceptance/terrafarm [no test files]
=== RUN TestNewStoreSpec
--- PASS: TestNewStoreSpec (0.00s)
=== RUN TestClientSSLSettings
--- PASS: TestClientSSLSettings (0.05s)
=== RUN TestServerSSLSettings
--- PASS: TestServerSSLSettings (0.01s)
=== RUN TestNodeIDContainer
--- PASS: TestNodeIDContainer (0.01s)
PASS
ok github.com/cockroachdb/cockroach/pkg/base 0.103s
? github.com/cockroachdb/cockroach/pkg/build [no test files]
? github.com/cockroachdb/cockroach/pkg/ccl [no test files]
not running with `acceptance` build tag or against remote cluster; skipping
ok github.com/cockroachdb/cockroach/pkg/ccl/acceptanceccl 0.049s
? github.com/cockroachdb/cockroach/pkg/ccl/buildccl [no test files]
? github.com/cockroachdb/cockroach/pkg/ccl/cliccl [no test files]
I171018 18:49:17.697206 1 rand.go:74 Random seed: 920573239801619498
=== RUN TestMakeCSVTableDescriptorErrors
=== RUN TestMakeCSVTableDescriptorErrors/create_table_if_not_exists_a_(i_int)
=== RUN TestMakeCSVTableDescriptorErrors/create_table_a_(i_int)_interleave_in_parent_b_(id)
=== RUN TestMakeCSVTableDescriptorErrors/create_table_a_as_select_1
=== RUN TestMakeCSVTableDescriptorErrors/create_table_a_(i_int_references_b_(id))
=== RUN TestMakeCSVTableDescriptorErrors/create_table_a_(i_int,_constraint_a__foreign_key_(i)_references_c_(id))
=== RUN TestMakeCSVTableDescriptorErrors/create_table_a_(i_int_default_0)
=== RUN TestMakeCSVTableDescriptorErrors/create_table_a_(_____i_int_check_(i_>_0),_____constraint_a_check_(i_<_0),_____primary_key_(i),_____unique_index_(i),_____index_(i),_____family_(i)____)
--- PASS: TestMakeCSVTableDescriptorErrors (0.00s)
--- PASS: TestMakeCSVTableDescriptorErrors/create_table_if_not_exists_a_(i_int) (0.00s)
--- PASS: TestMakeCSVTableDescriptorErrors/create_table_a_(i_int)_interleave_in_parent_b_(id) (0.00s)
--- PASS: TestMakeCSVTableDescriptorErrors/create_table_a_as_select_1 (0.00s)
--- PASS: TestMakeCSVTableDescriptorErrors/create_table_a_(i_int_references_b_(id)) (0.00s)
--- PASS: TestMakeCSVTableDescriptorErrors/create_table_a_(i_int,_constraint_a__foreign_key_(i)_references_c_(id)) (0.00s)
--- PASS: TestMakeCSVTableDescriptorErrors/create_table_a_(i_int_default_0) (0.00s)
--- PASS: TestMakeCSVTableDescriptorErrors/create_table_a_(_____i_int_check_(i_>_0),_____constraint_a_check_(i_<_0),_____primary_key_(i),_____unique_index_(i),_____index_(i),_____family_(i)____) (0.00s)
=== RUN TestLoadCSV
W171018 18:49:17.719912 21 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
I171018 18:49:17.734065 21 server/config.go:507 [n?] 1 storage engine initialized
I171018 18:49:17.734092 21 server/config.go:510 [n?] RocksDB cache size: 128 MiB
I171018 18:49:17.734099 21 server/config.go:510 [n?] store 0: in-memory, size 0 B
I171018 18:49:17.736888 21 server/node.go:347 [n?] **** cluster 7721116d-6fd6-4d77-aa86-eeace80d6474 has been created
I171018 18:49:17.736918 21 server/server.go:882 [n?] **** add additional nodes by specifying --join=127.0.0.1:38430
I171018 18:49:17.737414 21 storage/store.go:1212 [n1,s1] [n1,s1]: failed initial metrics computation: [n1,s1]: system config not yet available
I171018 18:49:17.738500 21 server/node.go:472 [n1] initialized store [n1,s1]: disk (capacity=512 MiB, available=512 MiB, used=0 B, logicalBytes=3.2 KiB), ranges=1, leases=0, writes=0.00, bytesPerReplica={p10=3234.00 p25=3234.00 p50=3234.00 p75=3234.00 p90=3234.00}, writesPerReplica={p10=0.00 p25=0.00 p50=0.00 p75=0.00 p90=0.00}
I171018 18:49:17.738552 21 server/node.go:329 [n1] node ID 1 initialized
I171018 18:49:17.738741 21 gossip/gossip.go:331 [n1] NodeDescriptor set to node_id:1 address:<network_field:"tcp" address_field:"127.0.0.1:38430" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:3 >
I171018 18:49:17.738894 21 storage/stores.go:332 [n1] read 0 node addresses from persistent storage
I171018 18:49:17.739120 21 server/node.go:617 [n1] connecting to gossip network to verify cluster ID...
I171018 18:49:17.739159 21 server/node.go:642 [n1] node connected via gossip and verified as part of cluster "7721116d-6fd6-4d77-aa86-eeace80d6474"
I171018 18:49:17.739209 21 server/node.go:414 [n1] node=1: started with [<no-attributes>=<in-mem>] engine(s) and attributes []
I171018 18:49:17.739369 21 sql/executor.go:408 [n1] creating distSQLPlanner with address {tcp 127.0.0.1:38430}
I171018 18:49:17.742286 291 storage/replica_command.go:2810 [split,n1,s1,r1/1:/M{in-ax}] initiating a split of this range at key /System/"" [r2]
I171018 18:49:17.744958 21 server/server.go:987 [n1] starting https server at 127.0.0.1:40477
I171018 18:49:17.744981 21 server/server.go:988 [n1] starting grpc/postgres server at 127.0.0.1:38430
I171018 18:49:17.744997 21 server/server.go:989 [n1] advertising CockroachDB node at 127.0.0.1:38430
W171018 18:49:17.745034 21 sql/jobs/registry.go:167 [n1] unable to get node liveness: node not in the liveness table
I171018 18:49:17.766247 291 storage/replica_command.go:2810 [split,n1,s1,r2/1:/{System/-Max}] initiating a split of this range at key /System/NodeLiveness [r3]
I171018 18:49:17.773693 21 sql/event_log.go:103 [n1] Event: "alter_table", target: 12, info: {TableName:eventlog Statement:ALTER TABLE system.eventlog ALTER COLUMN "uniqueID" SET DEFAULT uuid_v4() User:node MutationID:0 CascadeDroppedViews:[]}
I171018 18:49:17.778496 21 sql/lease.go:341 [n1] publish: descID=12 (eventlog) version=2 mtime=2017-10-18 18:49:17.778290288 +0000 UTC
I171018 18:49:17.782875 291 storage/replica_command.go:2810 [split,n1,s1,r3/1:/{System/NodeL…-Max}] initiating a split of this range at key /System/NodeLivenessMax [r4]
I171018 18:49:17.794538 291 storage/replica_command.go:2810 [split,n1,s1,r4/1:/{System/NodeL…-Max}] initiating a split of this range at key /System/tsd [r5]
I171018 18:49:17.806001 21 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:diagnostics.reporting.enabled Value:true User:node}
I171018 18:49:17.811383 291 storage/replica_command.go:2810 [split,n1,s1,r5/1:/{System/tsd-Max}] initiating a split of this range at key /System/"tse" [r6]
I171018 18:49:17.827232 291 storage/replica_command.go:2810 [split,n1,s1,r6/1:/{System/tse-Max}] initiating a split of this range at key /Table/SystemConfigSpan/Start [r7]
I171018 18:49:17.831282 21 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:version Value:1.1-3 User:node}
I171018 18:49:17.833871 291 storage/replica_command.go:2810 [split,n1,s1,r7/1:/{Table/System…-Max}] initiating a split of this range at key /Table/11 [r8]
I171018 18:49:17.836647 21 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:trace.debug.enable Value:false User:node}
I171018 18:49:17.837452 21 server/server.go:1131 [n1] done ensuring all necessary migrations have run
I171018 18:49:17.837477 21 server/server.go:1133 [n1] serving sql connections
I171018 18:49:17.840819 630 sql/event_log.go:103 [n1] Event: "node_join", target: 1, info: {Descriptor:{NodeID:1 Address:{NetworkField:tcp AddressField:127.0.0.1:38430} Attrs: Locality: ServerVersion:1.1-3} ClusterID:7721116d-6fd6-4d77-aa86-eeace80d6474 StartedAt:1508352557739168402 LastUp:1508352557739168402}
I171018 18:49:17.844720 291 storage/replica_command.go:2810 [split,n1,s1,r8/1:/{Table/11-Max}] initiating a split of this range at key /Table/12 [r9]
I171018 18:49:17.859607 291 storage/replica_command.go:2810 [split,n1,s1,r9/1:/{Table/12-Max}] initiating a split of this range at key /Table/13 [r10]
I171018 18:49:17.864858 291 storage/replica_command.go:2810 [split,n1,s1,r10/1:/{Table/13-Max}] initiating a split of this range at key /Table/14 [r11]
I171018 18:49:17.874083 291 storage/replica_command.go:2810 [split,n1,s1,r11/1:/{Table/14-Max}] initiating a split of this range at key /Table/15 [r12]
W171018 18:49:17.879231 798 storage/intent_resolver.go:345 [n1,s1,r1/1:/{Min-System/}]: failed to push during intent resolution: failed to push "split" id=1e0150a1 key=/Local/Range/Table/14/RangeDescriptor rw=true pri=0.03415891 iso=SERIALIZABLE stat=PENDING epo=0 ts=1508352557.876201652,1 orig=1508352557.874734645,0 max=1508352557.874734645,0 wto=false rop=false seq=3
I171018 18:49:17.882809 291 storage/replica_command.go:2810 [split,n1,s1,r12/1:/{Table/15-Max}] initiating a split of this range at key /Table/16 [r13]
I171018 18:49:17.886972 291 storage/replica_command.go:2810 [split,n1,s1,r13/1:/{Table/16-Max}] initiating a split of this range at key /Table/17 [r14]
I171018 18:49:17.891027 291 storage/replica_command.go:2810 [split,n1,s1,r14/1:/{Table/17-Max}] initiating a split of this range at key /Table/18 [r15]
W171018 18:49:17.896570 941 storage/intent_resolver.go:345 [n1,s1,r1/1:/{Min-System/}]: failed to push during intent resolution: failed to push "split" id=145df4d1 key=/Local/Range/Table/17/RangeDescriptor rw=true pri=0.02157418 iso=SERIALIZABLE stat=PENDING epo=0 ts=1508352557.891483724,1 orig=1508352557.891044122,0 max=1508352557.891044122,0 wto=false rop=false seq=3
I171018 18:49:17.896811 291 storage/replica_command.go:2810 [split,n1,s1,r15/1:/{Table/18-Max}] initiating a split of this range at key /Table/19 [r16]
I171018 18:49:17.925990 21 storage/engine/rocksdb.go:411 opening rocksdb instance at "/go/src/github.com/cockroachdb/cockroach/artifacts/TestLoadCSV243858906/cockroach-csv-rocksdb324704113"
I171018 18:49:18.071275 21 storage/engine/rocksdb.go:526 closing rocksdb instance at "/go/src/github.com/cockroachdb/cockroach/artifacts/TestLoadCSV243858906/cockroach-csv-rocksdb324704113"
I171018 18:49:18.094678 1026 sql/event_log.go:103 [client=127.0.0.1:41152,user=root,n1] Event: "create_database", target: 50, info: {DatabaseName:csv Statement:CREATE DATABASE csv User:root}
I171018 18:49:18.095326 291 storage/replica_command.go:2810 [split,n1,s1,r16/1:/{Table/19-Max}] initiating a split of this range at key /Table/50 [r17]
I171018 18:49:18.102063 1133 storage/replica_command.go:2810 [n1,s1,r17/1:/{Table/50-Max}] initiating a split of this range at key /Table/51 [r18]
I171018 18:49:18.106113 1157 storage/replica_command.go:2810 [n1,s1,r18/1:/{Table/51-Max}] initiating a split of this range at key /Table/51/2 [r19]
I171018 18:49:18.106680 1161 storage/replica_command.go:2810 [n1,s1,r18/1:/{Table/51-Max}] initiating a split of this range at key /Table/51/1/0/"0"/0 [r20]
W171018 18:49:18.111088 1165 storage/replica.go:2064 [n1,s1,r18/1:/Table/51{-/2}] context canceled before command queue: 1 QueryTxn
I171018 18:49:18.112070 1210 storage/replica_command.go:2810 [n1,s1,r19/1:/{Table/51/2-Max}] initiating a split of this range at key /Table/51/2/1.234e+57/1.2345678E+95/"a string"/0/NULL [r21]
I171018 18:49:18.167138 1161 storage/replica_command.go:2810 [n1,s1,r18/1:/Table/51{-/2}] initiating a split of this range at key /Table/51/1/0/"0"/0 [r22]
I171018 18:49:18.216817 68 vendor/google.golang.org/grpc/grpclog/grpclog.go:75 transport: http2Server.HandleStreams failed to read frame: read tcp 127.0.0.1:38430->127.0.0.1:41150: use of closed network connection
--- PASS: TestLoadCSV (0.53s)
=== RUN TestLoadCSVUniqueDuplicate
I171018 18:49:18.230855 1334 storage/engine/rocksdb.go:411 opening rocksdb instance at "/go/src/github.com/cockroachdb/cockroach/artifacts/TestLoadCSVUniqueDuplicate651601436/cockroach-csv-rocksdb637403851"
I171018 18:49:18.332691 1334 storage/engine/rocksdb.go:526 closing rocksdb instance at "/go/src/github.com/cockroachdb/cockroach/artifacts/TestLoadCSVUniqueDuplicate651601436/cockroach-csv-rocksdb637403851"
--- PASS: TestLoadCSVUniqueDuplicate (0.11s)
=== RUN TestLoadCSVPrimaryDuplicate
I171018 18:49:18.337058 1434 storage/engine/rocksdb.go:411 opening rocksdb instance at "/go/src/github.com/cockroachdb/cockroach/artifacts/TestLoadCSVPrimaryDuplicate312294318/cockroach-csv-rocksdb821738293"
I171018 18:49:18.425173 1434 storage/engine/rocksdb.go:526 closing rocksdb instance at "/go/src/github.com/cockroachdb/cockroach/artifacts/TestLoadCSVPrimaryDuplicate312294318/cockroach-csv-rocksdb821738293"
--- PASS: TestLoadCSVPrimaryDuplicate (0.10s)
=== RUN TestLoadCSVPrimaryDuplicateSSTBoundary
I171018 18:49:18.438005 1481 storage/engine/rocksdb.go:411 opening rocksdb instance at "/go/src/github.com/cockroachdb/cockroach/artifacts/TestLoadCSVPrimaryDuplicateSSTBoundary265206032/cockroach-csv-rocksdb259203375"
I171018 18:49:18.545422 1481 storage/engine/rocksdb.go:526 closing rocksdb instance at "/go/src/github.com/cockroachdb/cockroach/artifacts/TestLoadCSVPrimaryDuplicateSSTBoundary265206032/cockroach-csv-rocksdb259203375"
--- PASS: TestLoadCSVPrimaryDuplicateSSTBoundary (0.17s)
=== RUN TestLoadCSVOptions
I171018 18:49:18.609551 1456 storage/engine/rocksdb.go:411 opening rocksdb instance at "/go/src/github.com/cockroachdb/cockroach/artifacts/TestLoadCSVOptions780490946/cockroach-csv-rocksdb537634105"
I171018 18:49:18.739191 1456 storage/engine/rocksdb.go:526 closing rocksdb instance at "/go/src/github.com/cockroachdb/cockroach/artifacts/TestLoadCSVOptions780490946/cockroach-csv-rocksdb537634105"
--- PASS: TestLoadCSVOptions (0.14s)
=== RUN TestLoadCSVSplit
I171018 18:49:18.741998 432 storage/engine/rocksdb.go:411 opening rocksdb instance at "/go/src/github.com/cockroachdb/cockroach/artifacts/TestLoadCSVSplit950302020/cockroach-csv-rocksdb596900819"
I171018 18:49:18.878358 432 storage/engine/rocksdb.go:526 closing rocksdb instance at "/go/src/github.com/cockroachdb/cockroach/artifacts/TestLoadCSVSplit950302020/cockroach-csv-rocksdb596900819"
--- PASS: TestLoadCSVSplit (0.14s)
=== RUN TestImportStmt
W171018 18:49:18.893974 1509 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
I171018 18:49:18.895167 1509 server/config.go:507 [n?] 1 storage engine initialized
I171018 18:49:18.895187 1509 server/config.go:510 [n?] RocksDB cache size: 128 MiB
I171018 18:49:18.895194 1509 server/config.go:510 [n?] store 0: in-memory, size 0 B
I171018 18:49:18.897348 1509 server/node.go:347 [n?] **** cluster d98f5af2-7772-4e88-945f-e917e3133b3f has been created
I171018 18:49:18.897374 1509 server/server.go:882 [n?] **** add additional nodes by specifying --join=127.0.0.1:42128
I171018 18:49:18.897854 1509 storage/store.go:1212 [n1,s1] [n1,s1]: failed initial metrics computation: [n1,s1]: system config not yet available
I171018 18:49:18.897891 1509 server/node.go:472 [n1] initialized store [n1,s1]: disk (capacity=512 MiB, available=512 MiB, used=0 B, logicalBytes=3.2 KiB), ranges=1, leases=0, writes=0.00, bytesPerReplica={p10=3234.00 p25=3234.00 p50=3234.00 p75=3234.00 p90=3234.00}, writesPerReplica={p10=0.00 p25=0.00 p50=0.00 p75=0.00 p90=0.00}
I171018 18:49:18.900141 1509 server/node.go:329 [n1] node ID 1 initialized
I171018 18:49:18.900192 1509 gossip/gossip.go:331 [n1] NodeDescriptor set to node_id:1 address:<network_field:"tcp" address_field:"127.0.0.1:42128" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:3 >
I171018 18:49:18.900070 1709 kv/dist_sender.go:355 [n1] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:18.900341 1509 storage/stores.go:332 [n1] read 0 node addresses from persistent storage
I171018 18:49:18.900395 1509 server/node.go:617 [n1] connecting to gossip network to verify cluster ID...
I171018 18:49:18.900445 1509 server/node.go:642 [n1] node connected via gossip and verified as part of cluster "d98f5af2-7772-4e88-945f-e917e3133b3f"
I171018 18:49:18.900471 1509 server/node.go:414 [n1] node=1: started with [<no-attributes>=<in-mem>] engine(s) and attributes []
I171018 18:49:18.900521 1509 sql/executor.go:408 [n1] creating distSQLPlanner with address {tcp 127.0.0.1:42128}
I171018 18:49:18.918413 1509 server/server.go:987 [n1] starting https server at 127.0.0.1:35407
I171018 18:49:18.918439 1509 server/server.go:988 [n1] starting grpc/postgres server at 127.0.0.1:42128
I171018 18:49:18.918447 1509 server/server.go:989 [n1] advertising CockroachDB node at 127.0.0.1:42128
W171018 18:49:18.918461 1509 sql/jobs/registry.go:167 [n1] unable to get node liveness: node not in the liveness table
I171018 18:49:18.926475 1509 sql/event_log.go:103 [n1] Event: "alter_table", target: 12, info: {TableName:eventlog Statement:ALTER TABLE system.eventlog ALTER COLUMN "uniqueID" SET DEFAULT uuid_v4() User:node MutationID:0 CascadeDroppedViews:[]}
I171018 18:49:18.930192 1509 sql/lease.go:341 [n1] publish: descID=12 (eventlog) version=2 mtime=2017-10-18 18:49:18.930009346 +0000 UTC
I171018 18:49:18.947938 1509 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:diagnostics.reporting.enabled Value:true User:node}
I171018 18:49:18.951317 1699 storage/replica_command.go:2810 [split,n1,s1,r1/1:/M{in-ax}] initiating a split of this range at key /System/"" [r2]
I171018 18:49:18.957985 1699 storage/replica_command.go:2810 [split,n1,s1,r2/1:/{System/-Max}] initiating a split of this range at key /System/NodeLiveness [r3]
I171018 18:49:18.963200 1699 storage/replica_command.go:2810 [split,n1,s1,r3/1:/{System/NodeL…-Max}] initiating a split of this range at key /System/NodeLivenessMax [r4]
I171018 18:49:18.969703 1699 storage/replica_command.go:2810 [split,n1,s1,r4/1:/{System/NodeL…-Max}] initiating a split of this range at key /System/tsd [r5]
I171018 18:49:18.972970 1509 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:version Value:1.1-3 User:node}
I171018 18:49:18.976512 1699 storage/replica_command.go:2810 [split,n1,s1,r5/1:/{System/tsd-Max}] initiating a split of this range at key /System/"tse" [r6]
I171018 18:49:18.983712 1699 storage/replica_command.go:2810 [split,n1,s1,r6/1:/{System/tse-Max}] initiating a split of this range at key /Table/SystemConfigSpan/Start [r7]
I171018 18:49:18.993107 1509 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:trace.debug.enable Value:false User:node}
I171018 18:49:18.994607 1699 storage/replica_command.go:2810 [split,n1,s1,r7/1:/{Table/System…-Max}] initiating a split of this range at key /Table/11 [r8]
I171018 18:49:18.994698 1509 server/server.go:1131 [n1] done ensuring all necessary migrations have run
I171018 18:49:18.994726 1509 server/server.go:1133 [n1] serving sql connections
I171018 18:49:19.003364 2038 sql/event_log.go:103 [n1] Event: "node_join", target: 1, info: {Descriptor:{NodeID:1 Address:{NetworkField:tcp AddressField:127.0.0.1:42128} Attrs: Locality: ServerVersion:1.1-3} ClusterID:d98f5af2-7772-4e88-945f-e917e3133b3f StartedAt:1508352558900449106 LastUp:1508352558900449106}
I171018 18:49:19.009385 1699 storage/replica_command.go:2810 [split,n1,s1,r8/1:/{Table/11-Max}] initiating a split of this range at key /Table/12 [r9]
I171018 18:49:19.023579 1699 storage/replica_command.go:2810 [split,n1,s1,r9/1:/{Table/12-Max}] initiating a split of this range at key /Table/13 [r10]
I171018 18:49:19.037998 1699 storage/replica_command.go:2810 [split,n1,s1,r10/1:/{Table/13-Max}] initiating a split of this range at key /Table/14 [r11]
I171018 18:49:19.041743 1699 storage/replica_command.go:2810 [split,n1,s1,r11/1:/{Table/14-Max}] initiating a split of this range at key /Table/15 [r12]
I171018 18:49:19.056731 1699 storage/replica_command.go:2810 [split,n1,s1,r12/1:/{Table/15-Max}] initiating a split of this range at key /Table/16 [r13]
I171018 18:49:19.061997 1699 storage/replica_command.go:2810 [split,n1,s1,r13/1:/{Table/16-Max}] initiating a split of this range at key /Table/17 [r14]
I171018 18:49:19.066968 1699 storage/replica_command.go:2810 [split,n1,s1,r14/1:/{Table/17-Max}] initiating a split of this range at key /Table/18 [r15]
I171018 18:49:19.077408 1699 storage/replica_command.go:2810 [split,n1,s1,r15/1:/{Table/18-Max}] initiating a split of this range at key /Table/19 [r16]
W171018 18:49:19.129450 1509 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
W171018 18:49:19.130066 1509 gossip/gossip.go:1277 [n?] no incoming or outgoing connections
I171018 18:49:19.130956 1509 server/config.go:507 [n?] 1 storage engine initialized
I171018 18:49:19.130972 1509 server/config.go:510 [n?] RocksDB cache size: 128 MiB
I171018 18:49:19.130978 1509 server/config.go:510 [n?] store 0: in-memory, size 0 B
I171018 18:49:19.131029 1509 server/server.go:884 [n?] no stores bootstrapped and --join flag specified, awaiting init command.
I171018 18:49:19.139088 2271 gossip/client.go:129 [n?] started gossip client to 127.0.0.1:42128
I171018 18:49:19.139784 1905 gossip/server.go:232 [n1] received initial cluster-verification connection from {tcp 127.0.0.1:41418}
I171018 18:49:19.140533 1509 storage/stores.go:332 [n?] read 0 node addresses from persistent storage
I171018 18:49:19.140565 1509 server/node.go:617 [n?] connecting to gossip network to verify cluster ID...
I171018 18:49:19.140590 1509 server/node.go:642 [n?] node connected via gossip and verified as part of cluster "d98f5af2-7772-4e88-945f-e917e3133b3f"
I171018 18:49:19.140792 2476 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:19.141039 2466 storage/stores.go:351 [n?] wrote 1 node addresses to persistent storage
I171018 18:49:19.141690 2475 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:19.142133 1509 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:19.142746 1509 server/node.go:322 [n?] new node allocated ID 2
I171018 18:49:19.142798 1509 gossip/gossip.go:331 [n2] NodeDescriptor set to node_id:2 address:<network_field:"tcp" address_field:"127.0.0.1:41418" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:3 >
I171018 18:49:19.142839 1509 server/node.go:400 [n2] node=2: asynchronously bootstrapping engine(s) [<no-attributes>=<in-mem>]
I171018 18:49:19.142855 1509 server/node.go:414 [n2] node=2: started with [] engine(s) and attributes []
I171018 18:49:19.142902 1509 sql/executor.go:408 [n2] creating distSQLPlanner with address {tcp 127.0.0.1:41418}
I171018 18:49:19.145074 1509 server/server.go:987 [n2] starting https server at 127.0.0.1:46303
I171018 18:49:19.145093 1509 server/server.go:988 [n2] starting grpc/postgres server at 127.0.0.1:41418
I171018 18:49:19.145101 1509 server/server.go:989 [n2] advertising CockroachDB node at 127.0.0.1:41418
W171018 18:49:19.145117 1509 sql/jobs/registry.go:167 [n2] unable to get node liveness: node not in the liveness table
I171018 18:49:19.148968 1509 server/server.go:1131 [n2] done ensuring all necessary migrations have run
I171018 18:49:19.148995 1509 server/server.go:1133 [n2] serving sql connections
I171018 18:49:19.152174 2090 storage/stores.go:351 [n1] wrote 1 node addresses to persistent storage
I171018 18:49:19.154587 2485 server/node.go:598 [n2] bootstrapped store [n2,s2]
I171018 18:49:19.162065 2436 sql/event_log.go:103 [n2] Event: "node_join", target: 2, info: {Descriptor:{NodeID:2 Address:{NetworkField:tcp AddressField:127.0.0.1:41418} Attrs: Locality: ServerVersion:1.1-3} ClusterID:d98f5af2-7772-4e88-945f-e917e3133b3f StartedAt:1508352559142847755 LastUp:1508352559142847755}
W171018 18:49:19.177458 1509 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
W171018 18:49:19.181872 1509 gossip/gossip.go:1277 [n?] no incoming or outgoing connections
I171018 18:49:19.189632 1509 server/config.go:507 [n?] 1 storage engine initialized
I171018 18:49:19.189655 1509 server/config.go:510 [n?] RocksDB cache size: 128 MiB
I171018 18:49:19.189662 1509 server/config.go:510 [n?] store 0: in-memory, size 0 B
I171018 18:49:19.189728 1509 server/server.go:884 [n?] no stores bootstrapped and --join flag specified, awaiting init command.
I171018 18:49:19.192065 2627 gossip/client.go:129 [n?] started gossip client to 127.0.0.1:42128
I171018 18:49:19.192598 2456 gossip/server.go:232 [n1] received initial cluster-verification connection from {tcp 127.0.0.1:58474}
I171018 18:49:19.196940 1509 storage/stores.go:332 [n?] read 0 node addresses from persistent storage
I171018 18:49:19.197082 1509 storage/stores.go:351 [n?] wrote 2 node addresses to persistent storage
I171018 18:49:19.197098 1509 server/node.go:617 [n?] connecting to gossip network to verify cluster ID...
I171018 18:49:19.197118 1509 server/node.go:642 [n?] node connected via gossip and verified as part of cluster "d98f5af2-7772-4e88-945f-e917e3133b3f"
I171018 18:49:19.197327 2709 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:19.197974 2708 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:19.198579 1509 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:19.199315 1509 server/node.go:322 [n?] new node allocated ID 3
I171018 18:49:19.199370 1509 gossip/gossip.go:331 [n3] NodeDescriptor set to node_id:3 address:<network_field:"tcp" address_field:"127.0.0.1:58474" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:3 >
I171018 18:49:19.199409 1509 server/node.go:400 [n3] node=3: asynchronously bootstrapping engine(s) [<no-attributes>=<in-mem>]
I171018 18:49:19.199426 1509 server/node.go:414 [n3] node=3: started with [] engine(s) and attributes []
I171018 18:49:19.199477 1509 sql/executor.go:408 [n3] creating distSQLPlanner with address {tcp 127.0.0.1:58474}
I171018 18:49:19.203512 2460 storage/stores.go:351 [n1] wrote 2 node addresses to persistent storage
I171018 18:49:19.203746 2461 storage/stores.go:351 [n2] wrote 2 node addresses to persistent storage
I171018 18:49:19.204732 2717 server/node.go:598 [n3] bootstrapped store [n3,s3]
I171018 18:49:19.211801 1509 server/server.go:987 [n3] starting https server at 127.0.0.1:43689
I171018 18:49:19.211824 1509 server/server.go:988 [n3] starting grpc/postgres server at 127.0.0.1:58474
I171018 18:49:19.211832 1509 server/server.go:989 [n3] advertising CockroachDB node at 127.0.0.1:58474
W171018 18:49:19.211845 1509 sql/jobs/registry.go:167 [n3] unable to get node liveness: node not in the liveness table
I171018 18:49:19.212955 1509 server/server.go:1131 [n3] done ensuring all necessary migrations have run
I171018 18:49:19.212975 1509 server/server.go:1133 [n3] serving sql connections
I171018 18:49:19.213832 1859 storage/replica_raftstorage.go:526 [replicate,n1,s1,r14/1:/Table/1{7-8}] generated preemptive snapshot 8ad96aac at index 16
I171018 18:49:19.220025 2647 sql/event_log.go:103 [n3] Event: "node_join", target: 3, info: {Descriptor:{NodeID:3 Address:{NetworkField:tcp AddressField:127.0.0.1:58474} Attrs: Locality: ServerVersion:1.1-3} ClusterID:d98f5af2-7772-4e88-945f-e917e3133b3f StartedAt:1508352559199418023 LastUp:1508352559199418023}
I171018 18:49:19.229581 1859 storage/store.go:3549 [replicate,n1,s1,r14/1:/Table/1{7-8}] streamed snapshot to (n3,s3):?: kv pairs: 10, log entries: 6, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:19.229891 2915 storage/replica_raftstorage.go:732 [n3,s3,r14/?:{-}] applying preemptive snapshot at index 16 (id=8ad96aac, encoded size=2737, 1 rocksdb batches, 6 log entries)
I171018 18:49:19.230183 2915 storage/replica_raftstorage.go:738 [n3,s3,r14/?:/Table/1{7-8}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:19.230711 1859 storage/replica_command.go:3754 [replicate,n1,s1,r14/1:/Table/1{7-8}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r14:/Table/1{7-8} [(n1,s1):1, next=2]
I171018 18:49:19.233162 2937 storage/replica.go:3071 [n1,s1,r14/1:/Table/1{7-8}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:19.233655 1859 storage/replica_raftstorage.go:526 [replicate,n1,s1,r15/1:/Table/1{8-9}] generated preemptive snapshot f2623e37 at index 15
I171018 18:49:19.235083 2951 storage/raft_transport.go:455 [n3] raft transport stream to node 1 established
I171018 18:49:19.247857 1859 storage/store.go:3549 [replicate,n1,s1,r15/1:/Table/1{8-9}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 5, rate-limit: 8.0 MiB/sec, 3ms
I171018 18:49:19.248064 2959 storage/replica_raftstorage.go:732 [n2,s2,r15/?:{-}] applying preemptive snapshot at index 15 (id=f2623e37, encoded size=2622, 1 rocksdb batches, 5 log entries)
I171018 18:49:19.248283 2959 storage/replica_raftstorage.go:738 [n2,s2,r15/?:/Table/1{8-9}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:19.248770 1859 storage/replica_command.go:3754 [replicate,n1,s1,r15/1:/Table/1{8-9}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r15:/Table/1{8-9} [(n1,s1):1, next=2]
I171018 18:49:19.251271 2913 storage/replica.go:3071 [n1,s1,r15/1:/Table/1{8-9}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:19.253787 1859 storage/replica_raftstorage.go:526 [replicate,n1,s1,r8/1:/Table/1{1-2}] generated preemptive snapshot e05dbedc at index 21
I171018 18:49:19.254305 1859 storage/store.go:3549 [replicate,n1,s1,r8/1:/Table/1{1-2}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 11, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:19.254491 2874 storage/replica_raftstorage.go:732 [n2,s2,r8/?:{-}] applying preemptive snapshot at index 21 (id=e05dbedc, encoded size=6677, 1 rocksdb batches, 11 log entries)
I171018 18:49:19.254708 2874 storage/replica_raftstorage.go:738 [n2,s2,r8/?:/Table/1{1-2}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:19.255557 2994 storage/raft_transport.go:455 [n2] raft transport stream to node 1 established
I171018 18:49:19.255988 1859 storage/replica_command.go:3754 [replicate,n1,s1,r8/1:/Table/1{1-2}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r8:/Table/1{1-2} [(n1,s1):1, next=2]
I171018 18:49:19.258017 3007 storage/replica.go:3071 [n1,s1,r8/1:/Table/1{1-2}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:19.258531 1700 storage/replica_raftstorage.go:526 [replicate,n1,s1,r14/1:/Table/1{7-8}] generated preemptive snapshot 172b3647 at index 19
I171018 18:49:19.268486 1700 storage/store.go:3549 [replicate,n1,s1,r14/1:/Table/1{7-8}] streamed snapshot to (n2,s2):?: kv pairs: 11, log entries: 9, rate-limit: 8.0 MiB/sec, 10ms
I171018 18:49:19.268781 2984 storage/replica_raftstorage.go:732 [n2,s2,r14/?:{-}] applying preemptive snapshot at index 19 (id=172b3647, encoded size=3965, 1 rocksdb batches, 9 log entries)
I171018 18:49:19.268988 2984 storage/replica_raftstorage.go:738 [n2,s2,r14/?:/Table/1{7-8}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:19.269617 1700 storage/replica_command.go:3754 [replicate,n1,s1,r14/1:/Table/1{7-8}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r14:/Table/1{7-8} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:19.272211 3024 storage/replica.go:3071 [n1,s1,r14/1:/Table/1{7-8}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:19.275292 1700 storage/allocator_scorer.go:623 [replicate,n1,s1,r14/1:/Table/1{7-8}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=6.67, overfull-threshold=7
I171018 18:49:19.275526 1859 storage/replica_raftstorage.go:526 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] generated preemptive snapshot c7dff410 at index 17
I171018 18:49:19.276706 1859 storage/store.go:3549 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] streamed snapshot to (n3,s3):?: kv pairs: 10, log entries: 7, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:19.278633 3028 storage/replica_raftstorage.go:732 [n3,s3,r2/?:{-}] applying preemptive snapshot at index 17 (id=c7dff410, encoded size=4444, 1 rocksdb batches, 7 log entries)
I171018 18:49:19.278887 3028 storage/replica_raftstorage.go:738 [n3,s3,r2/?:/System/{-NodeLive…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:19.279995 1859 storage/replica_command.go:3754 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r2:/System/{-NodeLiveness} [(n1,s1):1, next=2]
I171018 18:49:19.282922 3031 storage/replica.go:3071 [n1,s1,r2/1:/System/{-NodeLive…}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:19.283403 1859 storage/replica_raftstorage.go:526 [replicate,n1,s1,r13/1:/Table/1{6-7}] generated preemptive snapshot 19718aa9 at index 15
I171018 18:49:19.284324 1859 storage/store.go:3549 [replicate,n1,s1,r13/1:/Table/1{6-7}] streamed snapshot to (n3,s3):?: kv pairs: 10, log entries: 5, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:19.284601 2929 storage/replica_raftstorage.go:732 [n3,s3,r13/?:{-}] applying preemptive snapshot at index 15 (id=19718aa9, encoded size=2622, 1 rocksdb batches, 5 log entries)
I171018 18:49:19.284783 2929 storage/replica_raftstorage.go:738 [n3,s3,r13/?:/Table/1{6-7}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:19.285410 1859 storage/replica_command.go:3754 [replicate,n1,s1,r13/1:/Table/1{6-7}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r13:/Table/1{6-7} [(n1,s1):1, next=2]
I171018 18:49:19.287318 3083 storage/replica.go:3071 [n1,s1,r13/1:/Table/1{6-7}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:19.287736 1700 storage/replica_raftstorage.go:526 [replicate,n1,s1,r15/1:/Table/1{8-9}] generated preemptive snapshot db28bce1 at index 18
I171018 18:49:19.289859 1700 storage/store.go:3549 [replicate,n1,s1,r15/1:/Table/1{8-9}] streamed snapshot to (n3,s3):?: kv pairs: 11, log entries: 8, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:19.290100 2880 storage/replica_raftstorage.go:732 [n3,s3,r15/?:{-}] applying preemptive snapshot at index 18 (id=db28bce1, encoded size=3850, 1 rocksdb batches, 8 log entries)
I171018 18:49:19.290306 2880 storage/replica_raftstorage.go:738 [n3,s3,r15/?:/Table/1{8-9}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:19.290636 1700 storage/replica_command.go:3754 [replicate,n1,s1,r15/1:/Table/1{8-9}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r15:/Table/1{8-9} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:19.293017 3102 storage/replica.go:3071 [n1,s1,r15/1:/Table/1{8-9}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:19.293623 1700 storage/allocator_scorer.go:623 [replicate,n1,s1,r15/1:/Table/1{8-9}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=7.67, overfull-threshold=9
I171018 18:49:19.293857 1859 storage/replica_raftstorage.go:526 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] generated preemptive snapshot 6294b7a1 at index 31
I171018 18:49:19.294847 1859 storage/store.go:3549 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] streamed snapshot to (n2,s2):?: kv pairs: 33, log entries: 21, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:19.295499 3122 storage/replica_raftstorage.go:732 [n2,s2,r4/?:{-}] applying preemptive snapshot at index 31 (id=6294b7a1, encoded size=107446, 1 rocksdb batches, 21 log entries)
I171018 18:49:19.296086 3122 storage/replica_raftstorage.go:738 [n2,s2,r4/?:/System/{NodeLive…-tsd}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:19.296583 1859 storage/replica_command.go:3754 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r4:/System/{NodeLivenessMax-tsd} [(n1,s1):1, next=2]
I171018 18:49:19.298606 2700 storage/replica.go:3071 [n1,s1,r4/1:/System/{NodeLive…-tsd}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:19.299082 1859 storage/replica_raftstorage.go:526 [replicate,n1,s1,r5/1:/System/ts{d-e}] generated preemptive snapshot 8767ffae at index 18
I171018 18:49:19.314942 1859 storage/store.go:3549 [replicate,n1,s1,r5/1:/System/ts{d-e}] streamed snapshot to (n2,s2):?: kv pairs: 918, log entries: 8, rate-limit: 8.0 MiB/sec, 16ms
I171018 18:49:19.315467 2704 storage/replica_raftstorage.go:732 [n2,s2,r5/?:{-}] applying preemptive snapshot at index 18 (id=8767ffae, encoded size=154175, 1 rocksdb batches, 8 log entries)
I171018 18:49:19.316935 2704 storage/replica_raftstorage.go:738 [n2,s2,r5/?:/System/ts{d-e}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:19.322884 1859 storage/replica_command.go:3754 [replicate,n1,s1,r5/1:/System/ts{d-e}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r5:/System/ts{d-e} [(n1,s1):1, next=2]
I171018 18:49:19.328855 3148 storage/replica.go:3071 [n1,s1,r5/1:/System/ts{d-e}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:19.329803 1700 storage/replica_raftstorage.go:526 [replicate,n1,s1,r8/1:/Table/1{1-2}] generated preemptive snapshot 62e04467 at index 24
I171018 18:49:19.356986 1700 storage/store.go:3549 [replicate,n1,s1,r8/1:/Table/1{1-2}] streamed snapshot to (n3,s3):?: kv pairs: 11, log entries: 14, rate-limit: 8.0 MiB/sec, 16ms
I171018 18:49:19.357750 2973 storage/replica_raftstorage.go:732 [n3,s3,r8/?:{-}] applying preemptive snapshot at index 24 (id=62e04467, encoded size=7905, 1 rocksdb batches, 14 log entries)
I171018 18:49:19.358030 2973 storage/replica_raftstorage.go:738 [n3,s3,r8/?:/Table/1{1-2}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:19.358464 1700 storage/replica_command.go:3754 [replicate,n1,s1,r8/1:/Table/1{1-2}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r8:/Table/1{1-2} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:19.360687 3166 storage/replica.go:3071 [n1,s1,r8/1:/Table/1{1-2}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:19.361319 1700 storage/allocator_scorer.go:623 [replicate,n1,s1,r8/1:/Table/1{1-2}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=8.33, overfull-threshold=9
I171018 18:49:19.361542 1859 storage/replica_raftstorage.go:526 [replicate,n1,s1,r11/1:/Table/1{4-5}] generated preemptive snapshot 318ecdbb at index 19
I171018 18:49:19.362442 1859 storage/store.go:3549 [replicate,n1,s1,r11/1:/Table/1{4-5}] streamed snapshot to (n3,s3):?: kv pairs: 10, log entries: 9, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:19.362656 3061 storage/replica_raftstorage.go:732 [n3,s3,r11/?:{-}] applying preemptive snapshot at index 19 (id=318ecdbb, encoded size=3618, 1 rocksdb batches, 9 log entries)
I171018 18:49:19.362845 3061 storage/replica_raftstorage.go:738 [n3,s3,r11/?:/Table/1{4-5}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:19.363318 1859 storage/replica_command.go:3754 [replicate,n1,s1,r11/1:/Table/1{4-5}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r11:/Table/1{4-5} [(n1,s1):1, next=2]
I171018 18:49:19.365997 3219 storage/replica.go:3071 [n1,s1,r11/1:/Table/1{4-5}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:19.366925 1859 storage/replica_raftstorage.go:526 [replicate,n1,s1,r12/1:/Table/1{5-6}] generated preemptive snapshot 2797b725 at index 16
I171018 18:49:19.367428 1859 storage/store.go:3549 [replicate,n1,s1,r12/1:/Table/1{5-6}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 6, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:19.367781 3235 storage/replica_raftstorage.go:732 [n2,s2,r12/?:{-}] applying preemptive snapshot at index 16 (id=2797b725, encoded size=2741, 1 rocksdb batches, 6 log entries)
I171018 18:49:19.368314 3235 storage/replica_raftstorage.go:738 [n2,s2,r12/?:/Table/1{5-6}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:19.369999 1859 storage/replica_command.go:3754 [replicate,n1,s1,r12/1:/Table/1{5-6}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r12:/Table/1{5-6} [(n1,s1):1, next=2]
I171018 18:49:19.372047 3250 storage/replica.go:3071 [n1,s1,r12/1:/Table/1{5-6}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:19.372536 1700 storage/replica_raftstorage.go:526 [replicate,n1,s1,r9/1:/Table/1{2-3}] generated preemptive snapshot 31249075 at index 27
I171018 18:49:19.374213 1700 storage/store.go:3549 [replicate,n1,s1,r9/1:/Table/1{2-3}] streamed snapshot to (n2,s2):?: kv pairs: 46, log entries: 17, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:19.374564 3175 storage/replica_raftstorage.go:732 [n2,s2,r9/?:{-}] applying preemptive snapshot at index 27 (id=31249075, encoded size=14740, 1 rocksdb batches, 17 log entries)
I171018 18:49:19.374835 3175 storage/replica_raftstorage.go:738 [n2,s2,r9/?:/Table/1{2-3}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:19.375131 1700 storage/replica_command.go:3754 [replicate,n1,s1,r9/1:/Table/1{2-3}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r9:/Table/1{2-3} [(n1,s1):1, next=2]
I171018 18:49:19.377328 3263 storage/replica.go:3071 [n1,s1,r9/1:/Table/1{2-3}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:19.379887 1859 storage/replica_raftstorage.go:526 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] generated preemptive snapshot 020303f4 at index 20
I171018 18:49:19.380418 1859 storage/store.go:3549 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] streamed snapshot to (n3,s3):?: kv pairs: 12, log entries: 10, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:19.380650 3129 storage/replica_raftstorage.go:732 [n3,s3,r3/?:{-}] applying preemptive snapshot at index 20 (id=020303f4, encoded size=5328, 1 rocksdb batches, 10 log entries)
I171018 18:49:19.380872 3129 storage/replica_raftstorage.go:738 [n3,s3,r3/?:/System/NodeLiveness{-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:19.381155 1859 storage/replica_command.go:3754 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r3:/System/NodeLiveness{-Max} [(n1,s1):1, next=2]
I171018 18:49:19.383183 3276 storage/replica.go:3071 [n1,s1,r3/1:/System/NodeLiveness{-Max}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:19.383642 1859 storage/replica_raftstorage.go:526 [replicate,n1,s1,r10/1:/Table/1{3-4}] generated preemptive snapshot eb598e8b at index 54
I171018 18:49:19.390425 1859 storage/store.go:3549 [replicate,n1,s1,r10/1:/Table/1{3-4}] streamed snapshot to (n3,s3):?: kv pairs: 175, log entries: 44, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:19.390842 3280 storage/replica_raftstorage.go:732 [n3,s3,r10/?:{-}] applying preemptive snapshot at index 54 (id=eb598e8b, encoded size=61093, 1 rocksdb batches, 44 log entries)
I171018 18:49:19.391403 3280 storage/replica_raftstorage.go:738 [n3,s3,r10/?:/Table/1{3-4}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:19.392011 1859 storage/replica_command.go:3754 [replicate,n1,s1,r10/1:/Table/1{3-4}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r10:/Table/1{3-4} [(n1,s1):1, next=2]
I171018 18:49:19.393978 3294 storage/replica.go:3071 [n1,s1,r10/1:/Table/1{3-4}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:19.395241 1700 storage/replica_raftstorage.go:526 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] generated preemptive snapshot 7da2c740 at index 34
I171018 18:49:19.396225 1700 storage/store.go:3549 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] streamed snapshot to (n3,s3):?: kv pairs: 34, log entries: 24, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:19.396864 3238 storage/replica_raftstorage.go:732 [n3,s3,r4/?:{-}] applying preemptive snapshot at index 34 (id=7da2c740, encoded size=108886, 1 rocksdb batches, 24 log entries)
I171018 18:49:19.397597 3238 storage/replica_raftstorage.go:738 [n3,s3,r4/?:/System/{NodeLive…-tsd}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:19.398213 1700 storage/replica_command.go:3754 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r4:/System/{NodeLivenessMax-tsd} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:19.404177 3185 storage/replica.go:3071 [n1,s1,r4/1:/System/{NodeLive…-tsd}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:19.404897 1700 storage/allocator_scorer.go:623 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=10.67, overfull-threshold=12
I171018 18:49:19.405138 1859 storage/replica_raftstorage.go:526 [replicate,n1,s1,r16/1:/{Table/19-Max}] generated preemptive snapshot aee957ed at index 11
I171018 18:49:19.405721 1859 storage/store.go:3549 [replicate,n1,s1,r16/1:/{Table/19-Max}] streamed snapshot to (n2,s2):?: kv pairs: 9, log entries: 1, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:19.405915 3333 storage/replica_raftstorage.go:732 [n2,s2,r16/?:{-}] applying preemptive snapshot at index 11 (id=aee957ed, encoded size=523, 1 rocksdb batches, 1 log entries)
I171018 18:49:19.406073 3333 storage/replica_raftstorage.go:738 [n2,s2,r16/?:/{Table/19-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:19.406746 1859 storage/replica_command.go:3754 [replicate,n1,s1,r16/1:/{Table/19-Max}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r16:/{Table/19-Max} [(n1,s1):1, next=2]
I171018 18:49:19.412485 3346 storage/replica.go:3071 [n1,s1,r16/1:/{Table/19-Max}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:19.413029 1859 storage/replica_raftstorage.go:526 [replicate,n1,s1,r1/1:/{Min-System/}] generated preemptive snapshot 65c4f7f2 at index 125
I171018 18:49:19.414415 1859 storage/store.go:3549 [replicate,n1,s1,r1/1:/{Min-System/}] streamed snapshot to (n2,s2):?: kv pairs: 63, log entries: 103, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:19.414778 3319 storage/replica_raftstorage.go:732 [n2,s2,r1/?:{-}] applying preemptive snapshot at index 125 (id=65c4f7f2, encoded size=37217, 1 rocksdb batches, 103 log entries)
I171018 18:49:19.415382 3319 storage/replica_raftstorage.go:738 [n2,s2,r1/?:/{Min-System/}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:19.415670 1859 storage/replica_command.go:3754 [replicate,n1,s1,r1/1:/{Min-System/}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r1:/{Min-System/} [(n1,s1):1, next=2]
I171018 18:49:19.418576 3399 storage/replica.go:3071 [n1,s1,r1/1:/{Min-System/}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:19.420181 1700 storage/replica_raftstorage.go:526 [replicate,n1,s1,r11/1:/Table/1{4-5}] generated preemptive snapshot ee7c6400 at index 22
I171018 18:49:19.424238 1700 storage/store.go:3549 [replicate,n1,s1,r11/1:/Table/1{4-5}] streamed snapshot to (n2,s2):?: kv pairs: 11, log entries: 12, rate-limit: 8.0 MiB/sec, 4ms
I171018 18:49:19.424463 3410 storage/replica_raftstorage.go:732 [n2,s2,r11/?:{-}] applying preemptive snapshot at index 22 (id=ee7c6400, encoded size=4846, 1 rocksdb batches, 12 log entries)
I171018 18:49:19.424686 3410 storage/replica_raftstorage.go:738 [n2,s2,r11/?:/Table/1{4-5}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:19.425022 1700 storage/replica_command.go:3754 [replicate,n1,s1,r11/1:/Table/1{4-5}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r11:/Table/1{4-5} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:19.428242 3421 storage/replica.go:3071 [n1,s1,r11/1:/Table/1{4-5}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:19.428930 1700 storage/allocator_scorer.go:623 [replicate,n1,s1,r11/1:/Table/1{4-5}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=11.67, overfull-threshold=13
I171018 18:49:19.429202 1859 storage/replica_raftstorage.go:526 [replicate,n1,s1,r9/1:/Table/1{2-3}] generated preemptive snapshot e1726192 at index 30
I171018 18:49:19.430084 1859 storage/store.go:3549 [replicate,n1,s1,r9/1:/Table/1{2-3}] streamed snapshot to (n3,s3):?: kv pairs: 47, log entries: 20, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:19.430390 3356 storage/replica_raftstorage.go:732 [n3,s3,r9/?:{-}] applying preemptive snapshot at index 30 (id=e1726192, encoded size=15968, 1 rocksdb batches, 20 log entries)
I171018 18:49:19.430699 3356 storage/replica_raftstorage.go:738 [n3,s3,r9/?:/Table/1{2-3}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:19.431153 1859 storage/replica_command.go:3754 [replicate,n1,s1,r9/1:/Table/1{2-3}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r9:/Table/1{2-3} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:19.434268 3432 storage/replica.go:3071 [n1,s1,r9/1:/Table/1{2-3}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:19.434919 1859 storage/allocator_scorer.go:623 [replicate,n1,s1,r9/1:/Table/1{2-3}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=12.00, overfull-threshold=13
I171018 18:49:19.435133 1859 storage/replica_raftstorage.go:526 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] generated preemptive snapshot f2c10f4a at index 19
I171018 18:49:19.437914 3323 storage/replica_raftstorage.go:732 [n3,s3,r6/?:{-}] applying preemptive snapshot at index 19 (id=f2c10f4a, encoded size=5040, 1 rocksdb batches, 9 log entries)
I171018 18:49:19.438103 3323 storage/replica_raftstorage.go:738 [n3,s3,r6/?:/{System/tse-Table/System…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:19.438670 1859 storage/store.go:3549 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] streamed snapshot to (n3,s3):?: kv pairs: 10, log entries: 9, rate-limit: 8.0 MiB/sec, 3ms
I171018 18:49:19.439166 1859 storage/replica_command.go:3754 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r6:/{System/tse-Table/SystemConfigSpan/Start} [(n1,s1):1, next=2]
I171018 18:49:19.442259 3465 storage/replica.go:3071 [n1,s1,r6/1:/{System/tse-Table/System…}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:19.442690 1700 storage/replica_raftstorage.go:526 [replicate,n1,s1,r12/1:/Table/1{5-6}] generated preemptive snapshot d38e2d5e at index 19
I171018 18:49:19.443837 1700 storage/store.go:3549 [replicate,n1,s1,r12/1:/Table/1{5-6}] streamed snapshot to (n3,s3):?: kv pairs: 11, log entries: 9, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:19.444080 3342 storage/replica_raftstorage.go:732 [n3,s3,r12/?:{-}] applying preemptive snapshot at index 19 (id=d38e2d5e, encoded size=3969, 1 rocksdb batches, 9 log entries)
I171018 18:49:19.444406 3342 storage/replica_raftstorage.go:738 [n3,s3,r12/?:/Table/1{5-6}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:19.444882 1700 storage/replica_command.go:3754 [replicate,n1,s1,r12/1:/Table/1{5-6}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r12:/Table/1{5-6} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:19.449090 3490 storage/replica.go:3071 [n1,s1,r12/1:/Table/1{5-6}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:19.449713 1700 storage/allocator_scorer.go:623 [replicate,n1,s1,r12/1:/Table/1{5-6}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=12.67, overfull-threshold=14
I171018 18:49:19.450618 1859 storage/replica_raftstorage.go:526 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] generated preemptive snapshot e77321c7 at index 27
I171018 18:49:19.451553 1859 storage/store.go:3549 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] streamed snapshot to (n2,s2):?: kv pairs: 44, log entries: 17, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:19.451828 3494 storage/replica_raftstorage.go:732 [n2,s2,r7/?:{-}] applying preemptive snapshot at index 27 (id=e77321c7, encoded size=17803, 1 rocksdb batches, 17 log entries)
I171018 18:49:19.452114 3494 storage/replica_raftstorage.go:738 [n2,s2,r7/?:/Table/{SystemCon…-11}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:19.465294 1859 storage/replica_command.go:3754 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r7:/Table/{SystemConfigSpan/Start-11} [(n1,s1):1, next=2]
I171018 18:49:19.472275 3325 storage/replica.go:3071 [n1,s1,r7/1:/Table/{SystemCon…-11}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:19.472668 1859 storage/queue.go:723 [n1,replicate] purgatory is now empty
I171018 18:49:19.472754 1700 storage/allocator_scorer.go:623 [replicate,n1,s1,r9/1:/Table/1{2-3}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=13.00, overfull-threshold=14
I171018 18:49:19.473915 2783 storage/replica_proposal.go:475 [n3,s3,r9/3:/Table/1{2-3}] new range lease repl=(n3,s3):3 start=1508352559.472787918,0 epo=1 pro=1508352559.472790618,0 following repl=(n1,s1):1 start=0.000000000,0 exp=1508352567.898072995,0 pro=1508352558.898087995,0
I171018 18:49:19.474163 1700 storage/replica_raftstorage.go:526 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] generated preemptive snapshot 87eb5e89 at index 23
I171018 18:49:19.475388 1700 storage/store.go:3549 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] streamed snapshot to (n2,s2):?: kv pairs: 13, log entries: 13, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:19.475648 3196 storage/replica_raftstorage.go:732 [n2,s2,r3/?:{-}] applying preemptive snapshot at index 23 (id=87eb5e89, encoded size=6797, 1 rocksdb batches, 13 log entries)
I171018 18:49:19.475867 3196 storage/replica_raftstorage.go:738 [n2,s2,r3/?:/System/NodeLiveness{-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:19.476385 1700 storage/replica_command.go:3754 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r3:/System/NodeLiveness{-Max} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:19.479436 3539 storage/replica.go:3071 [n1,s1,r3/1:/System/NodeLiveness{-Max}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:19.480067 1700 storage/allocator_scorer.go:623 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=13.33, overfull-threshold=15
I171018 18:49:19.480446 1700 storage/replica_raftstorage.go:526 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] generated preemptive snapshot 2d426574 at index 30
I171018 18:49:19.481478 1700 storage/store.go:3549 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] streamed snapshot to (n3,s3):?: kv pairs: 45, log entries: 20, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:19.481758 3385 storage/replica_raftstorage.go:732 [n3,s3,r7/?:{-}] applying preemptive snapshot at index 30 (id=2d426574, encoded size=19031, 1 rocksdb batches, 20 log entries)
I171018 18:49:19.482044 3385 storage/replica_raftstorage.go:738 [n3,s3,r7/?:/Table/{SystemCon…-11}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:19.483691 1700 storage/replica_command.go:3754 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r7:/Table/{SystemConfigSpan/Start-11} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:19.485019 3449 storage/raft_transport.go:455 [n3] raft transport stream to node 2 established
I171018 18:49:19.486470 3501 storage/replica.go:3071 [n1,s1,r7/1:/Table/{SystemCon…-11}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:19.488204 1700 storage/allocator_scorer.go:623 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=13.67, overfull-threshold=15
I171018 18:49:19.489820 1700 storage/replica_raftstorage.go:526 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] generated preemptive snapshot 9d2a35ea at index 22
I171018 18:49:19.490631 1700 storage/store.go:3549 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] streamed snapshot to (n2,s2):?: kv pairs: 11, log entries: 12, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:19.490959 3437 storage/replica_raftstorage.go:732 [n2,s2,r6/?:{-}] applying preemptive snapshot at index 22 (id=9d2a35ea, encoded size=6325, 1 rocksdb batches, 12 log entries)
I171018 18:49:19.491154 3437 storage/replica_raftstorage.go:738 [n2,s2,r6/?:/{System/tse-Table/System…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:19.491458 1700 storage/replica_command.go:3754 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r6:/{System/tse-Table/SystemConfigSpan/Start} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:19.494100 3537 storage/raft_transport.go:455 [n2] raft transport stream to node 3 established
I171018 18:49:19.494585 3519 storage/replica.go:3071 [n1,s1,r6/1:/{System/tse-Table/System…}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:19.496411 1700 storage/allocator_scorer.go:623 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=14.00, overfull-threshold=15
I171018 18:49:19.496849 1700 storage/replica_raftstorage.go:526 [replicate,n1,s1,r1/1:/{Min-System/}] generated preemptive snapshot fbf28700 at index 145
I171018 18:49:19.499463 3440 storage/replica_raftstorage.go:732 [n3,s3,r1/?:{-}] applying preemptive snapshot at index 145 (id=fbf28700, encoded size=42867, 1 rocksdb batches, 123 log entries)
I171018 18:49:19.499960 3440 storage/replica_raftstorage.go:738 [n3,s3,r1/?:/{Min-System/}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:19.500472 1700 storage/store.go:3549 [replicate,n1,s1,r1/1:/{Min-System/}] streamed snapshot to (n3,s3):?: kv pairs: 74, log entries: 123, rate-limit: 8.0 MiB/sec, 3ms
I171018 18:49:19.500697 1700 storage/replica_command.go:3754 [replicate,n1,s1,r1/1:/{Min-System/}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r1:/{Min-System/} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:19.509383 3637 storage/replica.go:3071 [n1,s1,r1/1:/{Min-System/}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:19.513336 1700 storage/replica_raftstorage.go:526 [replicate,n1,s1,r16/1:/{Table/19-Max}] generated preemptive snapshot 8ad99435 at index 15
I171018 18:49:19.516687 1700 storage/store.go:3549 [replicate,n1,s1,r16/1:/{Table/19-Max}] streamed snapshot to (n3,s3):?: kv pairs: 10, log entries: 5, rate-limit: 8.0 MiB/sec, 3ms
I171018 18:49:19.516935 3578 storage/replica_raftstorage.go:732 [n3,s3,r16/?:{-}] applying preemptive snapshot at index 15 (id=8ad99435, encoded size=1870, 1 rocksdb batches, 5 log entries)
I171018 18:49:19.517118 3578 storage/replica_raftstorage.go:738 [n3,s3,r16/?:/{Table/19-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:19.518234 1700 storage/replica_command.go:3754 [replicate,n1,s1,r16/1:/{Table/19-Max}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r16:/{Table/19-Max} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:19.521474 3643 storage/replica.go:3071 [n1,s1,r16/1:/{Table/19-Max}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:19.522313 1700 storage/replica_raftstorage.go:526 [replicate,n1,s1,r10/1:/Table/1{3-4}] generated preemptive snapshot fc75a167 at index 85
I171018 18:49:19.524103 1700 storage/store.go:3549 [replicate,n1,s1,r10/1:/Table/1{3-4}] streamed snapshot to (n2,s2):?: kv pairs: 246, log entries: 5, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:19.524324 3671 storage/replica_raftstorage.go:732 [n2,s2,r10/?:{-}] applying preemptive snapshot at index 85 (id=fc75a167, encoded size=36858, 1 rocksdb batches, 5 log entries)
I171018 18:49:19.524643 3671 storage/replica_raftstorage.go:738 [n2,s2,r10/?:/Table/1{3-4}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:19.524949 1700 storage/replica_command.go:3754 [replicate,n1,s1,r10/1:/Table/1{3-4}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r10:/Table/1{3-4} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:19.528759 3698 storage/replica.go:3071 [n1,s1,r10/1:/Table/1{3-4}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:19.532219 1700 storage/replica_raftstorage.go:526 [replicate,n1,s1,r13/1:/Table/1{6-7}] generated preemptive snapshot b4f3b483 at index 18
I171018 18:49:19.532879 1700 storage/store.go:3549 [replicate,n1,s1,r13/1:/Table/1{6-7}] streamed snapshot to (n2,s2):?: kv pairs: 11, log entries: 8, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:19.533135 3659 storage/replica_raftstorage.go:732 [n2,s2,r13/?:{-}] applying preemptive snapshot at index 18 (id=b4f3b483, encoded size=3850, 1 rocksdb batches, 8 log entries)
I171018 18:49:19.533588 3659 storage/replica_raftstorage.go:738 [n2,s2,r13/?:/Table/1{6-7}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:19.534061 1700 storage/replica_command.go:3754 [replicate,n1,s1,r13/1:/Table/1{6-7}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r13:/Table/1{6-7} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:19.536961 3676 storage/replica.go:3071 [n1,s1,r13/1:/Table/1{6-7}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:19.538023 1700 storage/replica_raftstorage.go:526 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] generated preemptive snapshot 05840fb2 at index 20
I171018 18:49:19.538713 1700 storage/store.go:3549 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] streamed snapshot to (n2,s2):?: kv pairs: 11, log entries: 10, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:19.538974 3688 storage/replica_raftstorage.go:732 [n2,s2,r2/?:{-}] applying preemptive snapshot at index 20 (id=05840fb2, encoded size=5712, 1 rocksdb batches, 10 log entries)
I171018 18:49:19.539188 3688 storage/replica_raftstorage.go:738 [n2,s2,r2/?:/System/{-NodeLive…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:19.539907 1700 storage/replica_command.go:3754 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r2:/System/{-NodeLiveness} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:19.547144 3765 storage/replica.go:3071 [n1,s1,r2/1:/System/{-NodeLive…}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:19.548613 1700 storage/replica_raftstorage.go:526 [replicate,n1,s1,r5/1:/System/ts{d-e}] generated preemptive snapshot 87d231ee at index 24
I171018 18:49:19.560675 1700 storage/store.go:3549 [replicate,n1,s1,r5/1:/System/ts{d-e}] streamed snapshot to (n3,s3):?: kv pairs: 921, log entries: 14, rate-limit: 8.0 MiB/sec, 12ms
I171018 18:49:19.561144 3755 storage/replica_raftstorage.go:732 [n3,s3,r5/?:{-}] applying preemptive snapshot at index 24 (id=87d231ee, encoded size=156165, 1 rocksdb batches, 14 log entries)
I171018 18:49:19.562211 3755 storage/replica_raftstorage.go:738 [n3,s3,r5/?:/System/ts{d-e}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:19.562874 1700 storage/replica_command.go:3754 [replicate,n1,s1,r5/1:/System/ts{d-e}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r5:/System/ts{d-e} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:19.578722 3721 storage/replica.go:3071 [n1,s1,r5/1:/System/ts{d-e}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:19.756979 3785 sql/event_log.go:103 [client=127.0.0.1:54711,user=root,n1] Event: "set_cluster_setting", target: 0, info: {SettingName:experimental.importcsv.enabled Value:true User:root}
=== RUN TestImportStmt/schema-in-file
I171018 18:49:19.858697 3785 sql/event_log.go:103 [client=127.0.0.1:54711,user=root,n1] Event: "create_database", target: 50, info: {DatabaseName:csv0 Statement:CREATE DATABASE csv0 User:root}
I171018 18:49:19.860809 1699 storage/replica_command.go:2810 [split,n1,s1,r16/1:/{Table/19-Max}] initiating a split of this range at key /Table/50 [r17]
I171018 18:49:20.002218 4123 storage/replica_command.go:2810 [n1,s1,r17/1:/{Table/50-Max}] initiating a split of this range at key /Table/51 [r18]
I171018 18:49:20.009902 4138 storage/replica_command.go:2810 [n1,s1,r18/1:/{Table/51-Max}] initiating a split of this range at key /Table/51/2 [r19]
I171018 18:49:20.012587 4163 storage/replica_command.go:2810 [n1,s1,r18/1:/{Table/51-Max}] initiating a split of this range at key /Table/51/1/0/0 [r20]
I171018 18:49:20.018841 4210 storage/replica_command.go:2810 [n1,s1,r19/1:/{Table/51/2-Max}] initiating a split of this range at key /Table/51/3/4999/"H"/0/NULL [r21]
I171018 18:49:20.019175 3934 storage/replica_command.go:2810 [n1,s1,r19/1:/{Table/51/2-Max}] initiating a split of this range at key /Table/51/3 [r22]
W171018 18:49:20.027185 4143 storage/replica.go:2064 [n1,s1,r19/1:/Table/51/{2-3/4999/…}] context canceled before command queue: 1 QueryTxn
I171018 18:49:20.071129 4163 storage/replica_command.go:2810 [n1,s1,r18/1:/Table/51{-/2}] initiating a split of this range at key /Table/51/1/0/0 [r23]
I171018 18:49:20.078450 3934 storage/replica_command.go:2810 [n1,s1,r19/1:/Table/51/{2-3/4999/…}] initiating a split of this range at key /Table/51/3 [r24]
=== RUN TestImportStmt/schema-in-file-intodb
I171018 18:49:20.217969 3785 sql/event_log.go:103 [client=127.0.0.1:54711,user=root,n1] Event: "create_database", target: 52, info: {DatabaseName:csv1 Statement:CREATE DATABASE csv1 User:root}
I171018 18:49:20.218488 1699 storage/replica_command.go:2810 [split,n1,s1,r21/1:/{Table/51/3/4…-Max}] initiating a split of this range at key /Table/52 [r25]
I171018 18:49:20.504367 4699 storage/replica_command.go:2810 [n1,s1,r25/1:/{Table/52-Max}] initiating a split of this range at key /Table/53 [r26]
I171018 18:49:20.514228 2804 storage/replica_proposal.go:475 [n3,s3,r16/3:/Table/{19-50}] new range lease repl=(n3,s3):3 start=1508352560.509114829,0 epo=1 pro=1508352560.509117629,0 following repl=(n1,s1):1 start=0.000000000,0 exp=1508352567.898072995,0 pro=1508352558.898087995,0
I171018 18:49:20.552617 4854 storage/replica_command.go:2810 [n1,s1,r26/1:/{Table/53-Max}] initiating a split of this range at key /Table/53/2 [r27]
I171018 18:49:20.552925 4866 storage/replica_command.go:2810 [n1,s1,r26/1:/{Table/53-Max}] initiating a split of this range at key /Table/53/1/0/0 [r28]
I171018 18:49:20.585017 4930 storage/replica_command.go:2810 [n1,s1,r27/1:/{Table/53/2-Max}] initiating a split of this range at key /Table/53/3/4999/"H"/0/NULL [r29]
I171018 18:49:20.585919 4934 storage/replica_command.go:2810 [n1,s1,r27/1:/{Table/53/2-Max}] initiating a split of this range at key /Table/53/3 [r30]
I171018 18:49:20.666979 4866 storage/replica_command.go:2810 [n1,s1,r26/1:/Table/53{-/2}] initiating a split of this range at key /Table/53/1/0/0 [r31]
I171018 18:49:20.679668 4934 storage/replica_command.go:2810 [n1,s1,r27/1:/Table/53/{2-3/4999/…}] initiating a split of this range at key /Table/53/3 [r32]
I171018 18:49:20.741508 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r29/1:/{Table/53/3/4…-Max}] generated Raft snapshot e262d46d at index 11
E171018 18:49:20.743025 1703 storage/queue.go:656 [raftsnapshot,n1,s1,r29/1:/{Table/53/3/4…-Max}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r29: cannot apply snapshot: snapshot intersects existing range [n3,s3,r27/3:/{Table/53/2-Max}]
I171018 18:49:20.800797 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r32/1:/Table/53/3{-/4999/"…}] generated Raft snapshot 28081603 at index 11
E171018 18:49:20.802184 1703 storage/queue.go:656 [raftsnapshot,n1,s1,r32/1:/Table/53/3{-/4999/"…}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r32: cannot apply snapshot: snapshot intersects existing range [n3,s3,r27/3:/{Table/53/2-Max}]
=== RUN TestImportStmt/schema-in-query
I171018 18:49:20.854210 3785 sql/event_log.go:103 [client=127.0.0.1:54711,user=root,n1] Event: "create_database", target: 54, info: {DatabaseName:csv2 Statement:CREATE DATABASE csv2 User:root}
I171018 18:49:20.855183 1699 storage/replica_command.go:2810 [split,n1,s1,r29/1:/{Table/53/3/4…-Max}] initiating a split of this range at key /Table/54 [r33]
I171018 18:49:21.086522 5530 storage/replica_command.go:2810 [n1,s1,r33/1:/{Table/54-Max}] initiating a split of this range at key /Table/55 [r34]
I171018 18:49:21.099586 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r33/1:/{Table/54-Max}] generated Raft snapshot 8cf3bb20 at index 14
E171018 18:49:21.115876 1703 storage/queue.go:656 [raftsnapshot,n1,s1,r33/1:/Table/5{4-5}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r33: cannot apply snapshot: snapshot intersects existing range [n3,s3,r27/3:/{Table/53/2-Max}]
I171018 18:49:21.121998 5555 storage/replica_command.go:2810 [n1,s1,r34/1:/{Table/55-Max}] initiating a split of this range at key /Table/55/2 [r35]
I171018 18:49:21.122449 5289 storage/replica_command.go:2810 [n1,s1,r34/1:/{Table/55-Max}] initiating a split of this range at key /Table/55/1/0/0 [r36]
I171018 18:49:21.134114 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r34/1:/{Table/55-Max}] generated Raft snapshot 912d52fb at index 10
E171018 18:49:21.134924 1703 storage/queue.go:656 [raftsnapshot,n1,s1,r34/1:/{Table/55-Max}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r34: cannot apply snapshot: snapshot intersects existing range [n3,s3,r27/3:/{Table/53/2-Max}]
W171018 18:49:21.180069 5390 storage/replica.go:2064 [n1,s1,r34/1:/Table/55{-/2}] context canceled before command queue: 1 QueryTxn
I171018 18:49:21.184895 5576 storage/replica_command.go:2810 [n1,s1,r35/1:/{Table/55/2-Max}] initiating a split of this range at key /Table/55/3/4999/"H"/0/NULL [r37]
I171018 18:49:21.185211 5564 storage/replica_command.go:2810 [n1,s1,r35/1:/{Table/55/2-Max}] initiating a split of this range at key /Table/55/3 [r38]
I171018 18:49:21.204597 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r35/1:/{Table/55/2-Max}] generated Raft snapshot 3533a4e9 at index 12
E171018 18:49:21.206335 1703 storage/queue.go:656 [raftsnapshot,n1,s1,r35/1:/{Table/55/2-Max}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r35: cannot apply snapshot: snapshot intersects existing range [n3,s3,r27/3:/{Table/53/2-Max}]
I171018 18:49:21.238775 5289 storage/replica_command.go:2810 [n1,s1,r34/1:/Table/55{-/2}] initiating a split of this range at key /Table/55/1/0/0 [r39]
I171018 18:49:21.293871 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r39/1:/Table/55/{1/0/0-2}] generated Raft snapshot 16a52590 at index 11
E171018 18:49:21.295723 1703 storage/queue.go:656 [raftsnapshot,n1,s1,r39/1:/Table/55/{1/0/0-2}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r39: cannot apply snapshot: snapshot intersects existing range [n3,s3,r27/3:/{Table/53/2-Max}]
I171018 18:49:21.313592 5564 storage/replica_command.go:2810 [n1,s1,r35/1:/Table/55/{2-3/4999/…}] initiating a split of this range at key /Table/55/3 [r40]
I171018 18:49:21.330087 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r37/1:/{Table/55/3/4…-Max}] generated Raft snapshot 9f7fd38d at index 11
E171018 18:49:21.330918 1703 storage/queue.go:656 [raftsnapshot,n1,s1,r37/1:/{Table/55/3/4…-Max}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r37: cannot apply snapshot: snapshot intersects existing range [n3,s3,r27/3:/{Table/53/2-Max}]
I171018 18:49:21.375406 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r40/1:/Table/55/3{-/4999/"…}] generated Raft snapshot 0c8aad0c at index 12
E171018 18:49:21.380481 1703 storage/queue.go:656 [raftsnapshot,n1,s1,r40/1:/Table/55/3{-/4999/"…}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r40: cannot apply snapshot: snapshot intersects existing range [n3,s3,r27/3:/{Table/53/2-Max}]
=== RUN TestImportStmt/schema-in-query-opts
I171018 18:49:21.427586 3785 sql/event_log.go:103 [client=127.0.0.1:54711,user=root,n1] Event: "create_database", target: 56, info: {DatabaseName:csv3 Statement:CREATE DATABASE csv3 User:root}
I171018 18:49:21.428663 1699 storage/replica_command.go:2810 [split,n1,s1,r37/1:/{Table/55/3/4…-Max}] initiating a split of this range at key /Table/56 [r41]
I171018 18:49:21.528837 2562 storage/replica_proposal.go:475 [n2,s2,r14/3:/Table/1{7-8}] new range lease repl=(n2,s2):3 start=1508352561.525924646,0 epo=1 pro=1508352561.525927346,0 following repl=(n1,s1):1 start=0.000000000,0 exp=1508352567.898072995,0 pro=1508352558.898087995,0
I171018 18:49:21.657253 6236 storage/replica_command.go:2810 [n1,s1,r41/1:/{Table/56-Max}] initiating a split of this range at key /Table/57 [r42]
I171018 18:49:21.682150 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r41/1:/{Table/56-Max}] generated Raft snapshot 0e94fbbb at index 13
E171018 18:49:21.682787 1703 storage/queue.go:656 [raftsnapshot,n1,s1,r41/1:/{Table/56-Max}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r41: cannot apply snapshot: snapshot intersects existing range [n3,s3,r29/3:/{Table/53/3/4…-Max}]
I171018 18:49:21.709355 6249 storage/replica_command.go:2810 [n1,s1,r42/1:/{Table/57-Max}] initiating a split of this range at key /Table/57/2 [r43]
I171018 18:49:21.709686 6140 storage/replica_command.go:2810 [n1,s1,r42/1:/{Table/57-Max}] initiating a split of this range at key /Table/57/1/0/0 [r44]
I171018 18:49:21.729768 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r42/1:/{Table/57-Max}] generated Raft snapshot 63d6cacb at index 13
E171018 18:49:21.731128 1703 storage/queue.go:656 [raftsnapshot,n1,s1,r42/1:/{Table/57-Max}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r42: cannot apply snapshot: snapshot intersects existing range [n3,s3,r29/3:/{Table/53/3/4…-Max}]
I171018 18:49:21.746625 6322 storage/replica_command.go:2810 [n1,s1,r43/1:/{Table/57/2-Max}] initiating a split of this range at key /Table/57/3/4999/"H"/0/NULL [r45]
I171018 18:49:21.747023 6294 storage/replica_command.go:2810 [n1,s1,r43/1:/{Table/57/2-Max}] initiating a split of this range at key /Table/57/3 [r46]
I171018 18:49:21.758050 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r43/1:/{Table/57/2-Max}] generated Raft snapshot 611a6cf3 at index 11
E171018 18:49:21.759732 1703 storage/queue.go:656 [raftsnapshot,n1,s1,r43/1:/{Table/57/2-Max}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r43: cannot apply snapshot: snapshot intersects existing range [n3,s3,r29/3:/{Table/53/3/4…-Max}]
I171018 18:49:21.802245 6140 storage/replica_command.go:2810 [n1,s1,r42/1:/Table/57{-/2}] initiating a split of this range at key /Table/57/1/0/0 [r47]
I171018 18:49:21.808507 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r29/1:/Table/5{3/3/4999…-4}] generated Raft snapshot 460dd02a at index 15
I171018 18:49:21.809969 1703 storage/store.go:3549 [raftsnapshot,n1,s1,r29/1:/Table/5{3/3/4999…-4}] streamed snapshot to (n3,s3):3: kv pairs: 10, log entries: 5, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:21.810432 6419 storage/replica_raftstorage.go:732 [n3,s3,r29/3:/{Table/53/3/4…-Max}] applying Raft snapshot at index 15 (id=460dd02a, encoded size=2966, 1 rocksdb batches, 5 log entries)
I171018 18:49:21.830328 6419 storage/replica_raftstorage.go:738 [n3,s3,r29/3:/Table/5{3/3/4999…-4}] applied Raft snapshot in 20ms [clear=14ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:21.834149 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r32/1:/Table/53/3{-/4999/"…}] generated Raft snapshot bb5669ba at index 13
I171018 18:49:21.847937 1703 storage/store.go:3549 [raftsnapshot,n1,s1,r32/1:/Table/53/3{-/4999/"…}] streamed snapshot to (n3,s3):3: kv pairs: 5009, log entries: 3, rate-limit: 8.0 MiB/sec, 14ms
I171018 18:49:21.862637 6425 storage/replica_raftstorage.go:732 [n3,s3,r32/3:/Table/53/3{-/4999/"…}] applying Raft snapshot at index 13 (id=bb5669ba, encoded size=263604, 1 rocksdb batches, 3 log entries)
I171018 18:49:21.862988 6294 storage/replica_command.go:2810 [n1,s1,r43/1:/Table/57/{2-3/4999/…}] initiating a split of this range at key /Table/57/3 [r48]
I171018 18:49:21.867833 6425 storage/replica_raftstorage.go:738 [n3,s3,r32/3:/Table/53/3{-/4999/"…}] applied Raft snapshot in 5ms [clear=0ms batch=0ms entries=1ms commit=1ms]
I171018 18:49:21.871640 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r47/1:/Table/57/{1/0/0-2}] generated Raft snapshot 0ba62ad6 at index 12
I171018 18:49:21.878505 6466 storage/replica_raftstorage.go:732 [n3,s3,r47/3:{-}] applying Raft snapshot at index 12 (id=0ba62ad6, encoded size=193707, 1 rocksdb batches, 2 log entries)
I171018 18:49:21.882884 6466 storage/replica_raftstorage.go:738 [n3,s3,r47/3:/Table/57/{1/0/0-2}] applied Raft snapshot in 4ms [clear=0ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:21.884970 1703 storage/store.go:3549 [raftsnapshot,n1,s1,r47/1:/Table/57/{1/0/0-2}] streamed snapshot to (n3,s3):3: kv pairs: 5009, log entries: 2, rate-limit: 8.0 MiB/sec, 13ms
I171018 18:49:21.924070 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r45/1:/{Table/57/3/4…-Max}] generated Raft snapshot 5035426f at index 11
I171018 18:49:21.924978 1703 storage/store.go:3549 [raftsnapshot,n1,s1,r45/1:/{Table/57/3/4…-Max}] streamed snapshot to (n3,s3):3: kv pairs: 9, log entries: 1, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:21.925484 6321 storage/replica_raftstorage.go:732 [n3,s3,r45/3:{-}] applying Raft snapshot at index 11 (id=5035426f, encoded size=561, 1 rocksdb batches, 1 log entries)
I171018 18:49:21.929551 6321 storage/replica_raftstorage.go:738 [n3,s3,r45/3:/{Table/57/3/4…-Max}] applied Raft snapshot in 4ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:21.961480 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r48/1:/Table/57/3{-/4999/"…}] generated Raft snapshot 0a172813 at index 13
I171018 18:49:21.986006 1703 storage/store.go:3549 [raftsnapshot,n1,s1,r48/1:/Table/57/3{-/4999/"…}] streamed snapshot to (n3,s3):3: kv pairs: 5009, log entries: 3, rate-limit: 8.0 MiB/sec, 24ms
I171018 18:49:21.987745 6577 storage/replica_raftstorage.go:732 [n3,s3,r48/3:{-}] applying Raft snapshot at index 13 (id=0a172813, encoded size=257098, 1 rocksdb batches, 3 log entries)
I171018 18:49:21.992405 6577 storage/replica_raftstorage.go:738 [n3,s3,r48/3:/Table/57/3{-/4999/"…}] applied Raft snapshot in 5ms [clear=0ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:22.012843 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r33/1:/Table/5{4-5}] generated Raft snapshot 614b1c64 at index 16
I171018 18:49:22.014701 1703 storage/store.go:3549 [raftsnapshot,n1,s1,r33/1:/Table/5{4-5}] streamed snapshot to (n3,s3):3: kv pairs: 10, log entries: 6, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:22.021642 6626 storage/replica_raftstorage.go:732 [n3,s3,r33/3:{-}] applying Raft snapshot at index 16 (id=614b1c64, encoded size=3176, 1 rocksdb batches, 6 log entries)
I171018 18:49:22.024396 6626 storage/replica_raftstorage.go:738 [n3,s3,r33/3:/Table/5{4-5}] applied Raft snapshot in 3ms [clear=0ms batch=0ms entries=0ms commit=0ms]
=== RUN TestImportStmt/schema-in-file-dist
I171018 18:49:22.037547 3785 sql/event_log.go:103 [client=127.0.0.1:54711,user=root,n1] Event: "create_database", target: 58, info: {DatabaseName:csv4 Statement:CREATE DATABASE csv4 User:root}
I171018 18:49:22.038323 1699 storage/replica_command.go:2810 [split,n1,s1,r45/1:/{Table/57/3/4…-Max}] initiating a split of this range at key /Table/58 [r49]
I171018 18:49:22.209046 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r35/1:/Table/55/{2-3}] generated Raft snapshot bfcc490d at index 25
I171018 18:49:22.215500 1703 storage/store.go:3549 [raftsnapshot,n1,s1,r35/1:/Table/55/{2-3}] streamed snapshot to (n3,s3):3: kv pairs: 5011, log entries: 14, rate-limit: 8.0 MiB/sec, 6ms
I171018 18:49:22.216250 6824 storage/replica_raftstorage.go:732 [n3,s3,r35/3:{-}] applying Raft snapshot at index 25 (id=bfcc490d, encoded size=261622, 1 rocksdb batches, 14 log entries)
I171018 18:49:22.231123 6824 storage/replica_raftstorage.go:738 [n3,s3,r35/3:/Table/55/{2-3}] applied Raft snapshot in 15ms [clear=0ms batch=0ms entries=10ms commit=3ms]
I171018 18:49:22.235042 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r39/1:/Table/55/{1/0/0-2}] generated Raft snapshot e4394347 at index 13
I171018 18:49:22.241241 1703 storage/store.go:3549 [raftsnapshot,n1,s1,r39/1:/Table/55/{1/0/0-2}] streamed snapshot to (n3,s3):3: kv pairs: 5009, log entries: 3, rate-limit: 8.0 MiB/sec, 6ms
I171018 18:49:22.242011 6906 storage/replica_raftstorage.go:732 [n3,s3,r39/3:{-}] applying Raft snapshot at index 13 (id=e4394347, encoded size=262937, 1 rocksdb batches, 3 log entries)
I171018 18:49:22.252532 6906 storage/replica_raftstorage.go:738 [n3,s3,r39/3:/Table/55/{1/0/0-2}] applied Raft snapshot in 10ms [clear=0ms batch=0ms entries=6ms commit=2ms]
I171018 18:49:22.256510 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r34/1:/Table/55{-/1/0/0}] generated Raft snapshot 9d051a9d at index 22
I171018 18:49:22.257746 1703 storage/store.go:3549 [raftsnapshot,n1,s1,r34/1:/Table/55{-/1/0/0}] streamed snapshot to (n3,s3):3: kv pairs: 11, log entries: 12, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:22.258231 6838 storage/replica_raftstorage.go:732 [n3,s3,r34/3:{-}] applying Raft snapshot at index 22 (id=9d051a9d, encoded size=5629, 1 rocksdb batches, 12 log entries)
I171018 18:49:22.260815 6838 storage/replica_raftstorage.go:738 [n3,s3,r34/3:/Table/55{-/1/0/0}] applied Raft snapshot in 3ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:22.290573 6993 storage/replica_command.go:2810 [n1,s1,r49/1:/{Table/58-Max}] initiating a split of this range at key /Table/59 [r50]
I171018 18:49:22.323236 6858 storage/replica_command.go:2810 [n1,s1,r50/1:/{Table/59-Max}] initiating a split of this range at key /Table/59/2 [r51]
I171018 18:49:22.323600 7005 storage/replica_command.go:2810 [n1,s1,r50/1:/{Table/59-Max}] initiating a split of this range at key /Table/59/1/0/0 [r52]
W171018 18:49:22.369907 7037 storage/replica.go:2064 [n1,s1,r50/1:/Table/59{-/2}] context canceled before command queue: 1 QueryTxn
I171018 18:49:22.379084 7107 storage/replica_command.go:2810 [n1,s1,r51/1:/{Table/59/2-Max}] initiating a split of this range at key /Table/59/3/4999/"H"/0/NULL [r53]
I171018 18:49:22.379479 7123 storage/replica_command.go:2810 [n1,s1,r51/1:/{Table/59/2-Max}] initiating a split of this range at key /Table/59/3 [r54]
I171018 18:49:22.390175 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r51/1:/{Table/59/2-Max}] generated Raft snapshot 162c9323 at index 13
E171018 18:49:22.392933 1703 storage/queue.go:656 [raftsnapshot,n1,s1,r51/1:/{Table/59/2-Max}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r51: cannot apply snapshot: snapshot intersects existing range [n3,s3,r50/3:/{Table/59-Max}]
I171018 18:49:22.408641 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r40/1:/Table/55/3{-/4999/"…}] generated Raft snapshot c26c6aa2 at index 13
I171018 18:49:22.420713 1703 storage/store.go:3549 [raftsnapshot,n1,s1,r40/1:/Table/55/3{-/4999/"…}] streamed snapshot to (n3,s3):3: kv pairs: 5009, log entries: 3, rate-limit: 8.0 MiB/sec, 12ms
I171018 18:49:22.421569 7171 storage/replica_raftstorage.go:732 [n3,s3,r40/3:{-}] applying Raft snapshot at index 13 (id=c26c6aa2, encoded size=263606, 1 rocksdb batches, 3 log entries)
I171018 18:49:22.425829 7171 storage/replica_raftstorage.go:738 [n3,s3,r40/3:/Table/55/3{-/4999/"…}] applied Raft snapshot in 4ms [clear=0ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:22.426857 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r37/1:/Table/5{5/3/4999…-6}] generated Raft snapshot 6ab3dc6a at index 15
I171018 18:49:22.428509 7070 storage/replica_raftstorage.go:732 [n3,s3,r37/3:{-}] applying Raft snapshot at index 15 (id=6ab3dc6a, encoded size=2962, 1 rocksdb batches, 5 log entries)
I171018 18:49:22.429637 1703 storage/store.go:3549 [raftsnapshot,n1,s1,r37/1:/Table/5{5/3/4999…-6}] streamed snapshot to (n3,s3):3: kv pairs: 10, log entries: 5, rate-limit: 8.0 MiB/sec, 3ms
I171018 18:49:22.431613 7070 storage/replica_raftstorage.go:738 [n3,s3,r37/3:/Table/5{5/3/4999…-6}] applied Raft snapshot in 3ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:22.439894 7005 storage/replica_command.go:2810 [n1,s1,r50/1:/Table/59{-/2}] initiating a split of this range at key /Table/59/1/0/0 [r55]
I171018 18:49:22.481168 7123 storage/replica_command.go:2810 [n1,s1,r51/1:/Table/59/{2-3/4999/…}] initiating a split of this range at key /Table/59/3 [r56]
I171018 18:49:22.515234 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r55/1:/Table/59/{1/0/0-2}] generated Raft snapshot 7d865fb8 at index 13
E171018 18:49:22.516065 1703 storage/queue.go:656 [raftsnapshot,n1,s1,r55/1:/Table/59/{1/0/0-2}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r55: cannot apply snapshot: snapshot intersects existing range [n3,s3,r50/3:/{Table/59-Max}]
I171018 18:49:22.523285 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r53/1:/{Table/59/3/4…-Max}] generated Raft snapshot c09d560b at index 11
E171018 18:49:22.525657 1703 storage/queue.go:656 [raftsnapshot,n1,s1,r53/1:/{Table/59/3/4…-Max}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r53: cannot apply snapshot: snapshot intersects existing range [n3,s3,r50/3:/{Table/59-Max}]
I171018 18:49:22.536103 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r56/1:/Table/59/3{-/4999/"…}] generated Raft snapshot e75d3d45 at index 13
E171018 18:49:22.539502 1703 storage/queue.go:656 [raftsnapshot,n1,s1,r56/1:/Table/59/3{-/4999/"…}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r56: cannot apply snapshot: snapshot intersects existing range [n3,s3,r50/3:/{Table/59-Max}]
=== RUN TestImportStmt/schema-in-query-dist
I171018 18:49:22.582392 3785 sql/event_log.go:103 [client=127.0.0.1:54711,user=root,n1] Event: "create_database", target: 60, info: {DatabaseName:csv5 Statement:CREATE DATABASE csv5 User:root}
I171018 18:49:22.583591 1699 storage/replica_command.go:2810 [split,n1,s1,r53/1:/{Table/59/3/4…-Max}] initiating a split of this range at key /Table/60 [r57]
I171018 18:49:22.609333 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r41/1:/Table/5{6-7}] generated Raft snapshot 2ffe1745 at index 16
I171018 18:49:22.616365 1703 storage/store.go:3549 [raftsnapshot,n1,s1,r41/1:/Table/5{6-7}] streamed snapshot to (n3,s3):3: kv pairs: 10, log entries: 6, rate-limit: 8.0 MiB/sec, 5ms
I171018 18:49:22.616905 7441 storage/replica_raftstorage.go:732 [n3,s3,r41/3:{-}] applying Raft snapshot at index 16 (id=2ffe1745, encoded size=3176, 1 rocksdb batches, 6 log entries)
I171018 18:49:22.619502 7441 storage/replica_raftstorage.go:738 [n3,s3,r41/3:/Table/5{6-7}] applied Raft snapshot in 3ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:22.644880 2596 storage/replica_proposal.go:475 [n2,s2,r53/2:/Table/{59/3/4999…-60}] new range lease repl=(n2,s2):2 start=1508352562.610623085,0 epo=1 pro=1508352562.610626185,0 following repl=(n1,s1):1 start=0.000000000,0 exp=1508352567.898072995,0 pro=1508352558.898087995,0
I171018 18:49:22.665109 2616 storage/replica_raftstorage.go:526 [raftsnapshot,n2,s2,r53/2:/Table/{59/3/4999…-60}] generated Raft snapshot bcf6bb82 at index 18
E171018 18:49:22.665617 2616 storage/queue.go:656 [raftsnapshot,n2,s2,r53/2:/Table/{59/3/4999…-60}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r53: cannot apply snapshot: snapshot intersects existing range [n3,s3,r50/3:/{Table/59-Max}]
I171018 18:49:22.709234 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r42/1:/Table/57{-/1/0/0}] generated Raft snapshot ac3053d9 at index 22
I171018 18:49:22.710661 1703 storage/store.go:3549 [raftsnapshot,n1,s1,r42/1:/Table/57{-/1/0/0}] streamed snapshot to (n3,s3):3: kv pairs: 11, log entries: 12, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:22.711114 7689 storage/replica_raftstorage.go:732 [n3,s3,r42/3:{-}] applying Raft snapshot at index 22 (id=ac3053d9, encoded size=5629, 1 rocksdb batches, 12 log entries)
I171018 18:49:22.713960 7689 storage/replica_raftstorage.go:738 [n3,s3,r42/3:/Table/57{-/1/0/0}] applied Raft snapshot in 3ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:22.811913 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r43/1:/Table/57/{2-3}] generated Raft snapshot e2feb297 at index 23
I171018 18:49:22.821011 7576 storage/replica_raftstorage.go:732 [n3,s3,r43/3:{-}] applying Raft snapshot at index 23 (id=e2feb297, encoded size=198454, 1 rocksdb batches, 13 log entries)
I171018 18:49:22.825250 7576 storage/replica_raftstorage.go:738 [n3,s3,r43/3:/Table/57/{2-3}] applied Raft snapshot in 4ms [clear=0ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:22.826180 1703 storage/store.go:3549 [raftsnapshot,n1,s1,r43/1:/Table/57/{2-3}] streamed snapshot to (n3,s3):3: kv pairs: 5011, log entries: 13, rate-limit: 8.0 MiB/sec, 14ms
I171018 18:49:22.878000 7819 storage/replica_command.go:2810 [n1,s1,r57/1:/{Table/60-Max}] initiating a split of this range at key /Table/61 [r58]
I171018 18:49:22.888564 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r57/1:/{Table/60-Max}] generated Raft snapshot 9e3a91cb at index 13
E171018 18:49:22.890885 1703 storage/queue.go:656 [raftsnapshot,n1,s1,r57/1:/{Table/60-Max}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r57: cannot apply snapshot: snapshot intersects existing range [n3,s3,r50/3:/{Table/59-Max}]
I171018 18:49:22.910929 7847 storage/replica_command.go:2810 [n1,s1,r58/1:/{Table/61-Max}] initiating a split of this range at key /Table/61/2 [r59]
I171018 18:49:22.911207 7693 storage/replica_command.go:2810 [n1,s1,r58/1:/{Table/61-Max}] initiating a split of this range at key /Table/61/1/0/0 [r60]
I171018 18:49:22.925320 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r58/1:/{Table/61-Max}] generated Raft snapshot 49d3eded at index 10
E171018 18:49:22.925764 1703 storage/queue.go:656 [raftsnapshot,n1,s1,r58/1:/{Table/61-Max}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r58: cannot apply snapshot: snapshot intersects existing range [n3,s3,r50/3:/{Table/59-Max}]
I171018 18:49:23.415588 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r55/1:/Table/59/{1/0/0-2}] generated Raft snapshot d6991101 at index 13
E171018 18:49:23.416234 1703 storage/queue.go:656 [raftsnapshot,n1,s1,r55/1:/Table/59/{1/0/0-2}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r55: cannot apply snapshot: snapshot intersects existing range [n3,s3,r50/3:/{Table/59-Max}]
I171018 18:49:23.419639 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r51/1:/Table/59/{2-3}] generated Raft snapshot 7972a681 at index 23
I171018 18:49:23.429145 1703 storage/store.go:3549 [raftsnapshot,n1,s1,r51/1:/Table/59/{2-3}] streamed snapshot to (n3,s3):3: kv pairs: 5011, log entries: 13, rate-limit: 8.0 MiB/sec, 9ms
I171018 18:49:23.430212 7878 storage/replica_raftstorage.go:732 [n3,s3,r51/3:/{Table/59/2-Max}] applying Raft snapshot at index 23 (id=7972a681, encoded size=203432, 1 rocksdb batches, 13 log entries)
I171018 18:49:23.434848 7878 storage/replica_raftstorage.go:738 [n3,s3,r51/3:/Table/59/{2-3}] applied Raft snapshot in 5ms [clear=0ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:23.610020 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r56/1:/Table/59/3{-/4999/"…}] generated Raft snapshot ab8cfd33 at index 13
I171018 18:49:23.630988 1703 storage/store.go:3549 [raftsnapshot,n1,s1,r56/1:/Table/59/3{-/4999/"…}] streamed snapshot to (n3,s3):3: kv pairs: 5009, log entries: 3, rate-limit: 8.0 MiB/sec, 21ms
I171018 18:49:23.634119 7777 storage/replica_raftstorage.go:732 [n3,s3,r56/3:{-}] applying Raft snapshot at index 13 (id=ab8cfd33, encoded size=263630, 1 rocksdb batches, 3 log entries)
I171018 18:49:23.638578 7777 storage/replica_raftstorage.go:738 [n3,s3,r56/3:/Table/59/3{-/4999/"…}] applied Raft snapshot in 4ms [clear=0ms batch=0ms entries=1ms commit=1ms]
I171018 18:49:23.711459 2616 storage/replica_raftstorage.go:526 [raftsnapshot,n2,s2,r53/2:/Table/{59/3/4999…-60}] generated Raft snapshot c5837786 at index 18
I171018 18:49:23.714241 2616 storage/store.go:3549 [raftsnapshot,n2,s2,r53/2:/Table/{59/3/4999…-60}] streamed snapshot to (n3,s3):3: kv pairs: 10, log entries: 8, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:23.714877 7892 storage/replica_raftstorage.go:732 [n3,s3,r53/3:{-}] applying Raft snapshot at index 18 (id=c5837786, encoded size=3368, 1 rocksdb batches, 8 log entries)
I171018 18:49:23.717390 7892 storage/replica_raftstorage.go:738 [n3,s3,r53/3:/Table/{59/3/4999…-60}] applied Raft snapshot in 2ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:23.752378 2800 storage/replica_proposal.go:475 [n3,s3,r8/3:/Table/1{1-2}] new range lease repl=(n3,s3):3 start=1508352563.748395974,0 epo=1 pro=1508352563.748399074,0 following repl=(n1,s1):1 start=0.000000000,0 exp=1508352567.898072995,0 pro=1508352558.898087995,0
I171018 18:49:23.809060 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r57/1:/Table/6{0-1}] generated Raft snapshot 5b9d08e0 at index 16
I171018 18:49:23.810022 1703 storage/store.go:3549 [raftsnapshot,n1,s1,r57/1:/Table/6{0-1}] streamed snapshot to (n3,s3):3: kv pairs: 10, log entries: 6, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:23.810494 7928 storage/replica_raftstorage.go:732 [n3,s3,r57/3:{-}] applying Raft snapshot at index 16 (id=5b9d08e0, encoded size=3176, 1 rocksdb batches, 6 log entries)
I171018 18:49:23.813110 7928 storage/replica_raftstorage.go:738 [n3,s3,r57/3:/Table/6{0-1}] applied Raft snapshot in 3ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:24.010108 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r58/1:/{Table/61-Max}] generated Raft snapshot 5c6bb41c at index 10
I171018 18:49:24.016867 7932 storage/replica_raftstorage.go:732 [n3,s3,r58/3:{-}] applying Raft snapshot at index 10 (id=5c6bb41c, encoded size=533, 1 rocksdb batches, 0 log entries)
I171018 18:49:24.019294 7932 storage/replica_raftstorage.go:738 [n3,s3,r58/3:/{Table/61-Max}] applied Raft snapshot in 2ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:24.035386 1703 storage/store.go:3549 [raftsnapshot,n1,s1,r58/1:/{Table/61-Max}] streamed snapshot to (n3,s3):3: kv pairs: 9, log entries: 0, rate-limit: 8.0 MiB/sec, 25ms
I171018 18:49:24.063678 7948 storage/replica_command.go:2810 [n1,s1,r59/1:/{Table/61/2-Max}] initiating a split of this range at key /Table/61/3/4999/"H"/0/NULL [r61]
I171018 18:49:24.064550 7952 storage/replica_command.go:2810 [n1,s1,r59/1:/{Table/61/2-Max}] initiating a split of this range at key /Table/61/3 [r62]
I171018 18:49:24.119582 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r61/1:/{Table/61/3/4…-Max}] generated Raft snapshot 38ef7b28 at index 11
E171018 18:49:24.120186 1703 storage/queue.go:656 [raftsnapshot,n1,s1,r61/1:/{Table/61/3/4…-Max}] snapshot failed: (n2,s2):2: remote couldn't accept snapshot with error: [n2,s2],r61: cannot apply snapshot: snapshot intersects existing range [n2,s2,r59/2:/{Table/61/2-Max}]
I171018 18:49:24.123060 7693 storage/replica_command.go:2810 [n1,s1,r58/1:/Table/61{-/2}] initiating a split of this range at key /Table/61/1/0/0 [r63]
I171018 18:49:24.158104 7952 storage/replica_command.go:2810 [n1,s1,r59/1:/Table/61/{2-3/4999/…}] initiating a split of this range at key /Table/61/3 [r64]
I171018 18:49:24.224883 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r64/1:/Table/61/3{-/4999/"…}] generated Raft snapshot e4636e4a at index 11
E171018 18:49:24.228773 1703 storage/queue.go:656 [raftsnapshot,n1,s1,r64/1:/Table/61/3{-/4999/"…}] snapshot failed: (n2,s2):2: remote couldn't accept snapshot with error: [n2,s2],r64: cannot apply snapshot: snapshot intersects existing range [n2,s2,r59/2:/{Table/61/2-Max}]
=== RUN TestImportStmt/schema-in-query-dist-opts
I171018 18:49:24.299000 3785 sql/event_log.go:103 [client=127.0.0.1:54711,user=root,n1] Event: "create_database", target: 62, info: {DatabaseName:csv6 Statement:CREATE DATABASE csv6 User:root}
I171018 18:49:24.299935 1699 storage/replica_command.go:2810 [split,n1,s1,r61/1:/{Table/61/3/4…-Max}] initiating a split of this range at key /Table/62 [r65]
I171018 18:49:24.411664 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r55/1:/Table/59/{1/0/0-2}] generated Raft snapshot a6528b99 at index 13
I171018 18:49:24.419243 1703 storage/store.go:3549 [raftsnapshot,n1,s1,r55/1:/Table/59/{1/0/0-2}] streamed snapshot to (n3,s3):3: kv pairs: 5009, log entries: 3, rate-limit: 8.0 MiB/sec, 7ms
I171018 18:49:24.420810 8481 storage/replica_raftstorage.go:732 [n3,s3,r55/3:/Table/59/{1/0/0-2}] applying Raft snapshot at index 13 (id=a6528b99, encoded size=262839, 1 rocksdb batches, 3 log entries)
I171018 18:49:24.431001 8481 storage/replica_raftstorage.go:738 [n3,s3,r55/3:/Table/59/{1/0/0-2}] applied Raft snapshot in 10ms [clear=1ms batch=0ms entries=1ms commit=3ms]
I171018 18:49:24.514931 8612 storage/replica_command.go:2810 [n1,s1,r65/1:/{Table/62-Max}] initiating a split of this range at key /Table/63 [r66]
I171018 18:49:24.528109 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r65/1:/{Table/62-Max}] generated Raft snapshot 888165d0 at index 13
E171018 18:49:24.528654 1703 storage/queue.go:656 [raftsnapshot,n1,s1,r65/1:/{Table/62-Max}] snapshot failed: (n2,s2):2: remote couldn't accept snapshot with error: [n2,s2],r65: cannot apply snapshot: snapshot intersects existing range [n2,s2,r59/2:/{Table/61/2-Max}]
I171018 18:49:24.545428 8582 storage/replica_command.go:2810 [n1,s1,r66/1:/{Table/63-Max}] initiating a split of this range at key /Table/63/2 [r67]
I171018 18:49:24.545922 8646 storage/replica_command.go:2810 [n1,s1,r66/1:/{Table/63-Max}] initiating a split of this range at key /Table/63/1/0/0 [r68]
I171018 18:49:24.561135 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r66/1:/{Table/63-Max}] generated Raft snapshot 222aca3d at index 10
E171018 18:49:24.561613 1703 storage/queue.go:656 [raftsnapshot,n1,s1,r66/1:/{Table/63-Max}] snapshot failed: (n2,s2):2: remote couldn't accept snapshot with error: [n2,s2],r66: cannot apply snapshot: snapshot intersects existing range [n2,s2,r59/2:/{Table/61/2-Max}]
I171018 18:49:24.594729 8621 storage/replica_command.go:2810 [n1,s1,r67/1:/{Table/63/2-Max}] initiating a split of this range at key /Table/63/3/4999/"H"/0/NULL [r69]
I171018 18:49:24.595059 8694 storage/replica_command.go:2810 [n1,s1,r67/1:/{Table/63/2-Max}] initiating a split of this range at key /Table/63/3 [r70]
I171018 18:49:24.605552 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r67/1:/{Table/63/2-Max}] generated Raft snapshot 37c5cec5 at index 10
E171018 18:49:24.606485 1703 storage/queue.go:656 [raftsnapshot,n1,s1,r67/1:/{Table/63/2-Max}] snapshot failed: (n2,s2):2: remote couldn't accept snapshot with error: [n2,s2],r67: cannot apply snapshot: snapshot intersects existing range [n2,s2,r59/2:/{Table/61/2-Max}]
W171018 18:49:24.630735 8686 storage/replica.go:2064 [n1,s1,r67/1:/Table/63/{2-3/4999/…}] context canceled before command queue: 1 QueryTxn
I171018 18:49:24.658202 8646 storage/replica_command.go:2810 [n1,s1,r66/1:/Table/63{-/2}] initiating a split of this range at key /Table/63/1/0/0 [r71]
I171018 18:49:24.694413 8694 storage/replica_command.go:2810 [n1,s1,r67/1:/Table/63/{2-3/4999/…}] initiating a split of this range at key /Table/63/3 [r72]
I171018 18:49:24.715631 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r69/1:/{Table/63/3/4…-Max}] generated Raft snapshot 3ebd6422 at index 11
E171018 18:49:24.716172 1703 storage/queue.go:656 [raftsnapshot,n1,s1,r69/1:/{Table/63/3/4…-Max}] snapshot failed: (n2,s2):2: remote couldn't accept snapshot with error: [n2,s2],r69: cannot apply snapshot: snapshot intersects existing range [n2,s2,r59/2:/{Table/61/2-Max}]
I171018 18:49:24.725060 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r71/1:/Table/63/{1/0/0-2}] generated Raft snapshot 4a5b3895 at index 12
E171018 18:49:24.725570 1703 storage/queue.go:656 [raftsnapshot,n1,s1,r71/1:/Table/63/{1/0/0-2}] snapshot failed: (n2,s2):2: remote couldn't accept snapshot with error: [n2,s2],r71: cannot apply snapshot: snapshot intersects existing range [n2,s2,r59/2:/{Table/61/2-Max}]
I171018 18:49:24.750997 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r72/1:/Table/63/3{-/4999/"…}] generated Raft snapshot ebf4f09a at index 13
E171018 18:49:24.751486 1703 storage/queue.go:656 [raftsnapshot,n1,s1,r72/1:/Table/63/3{-/4999/"…}] snapshot failed: (n2,s2):2: remote couldn't accept snapshot with error: [n2,s2],r72: cannot apply snapshot: snapshot intersects existing range [n2,s2,r59/2:/{Table/61/2-Max}]
I171018 18:49:24.773737 2815 storage/replica_proposal.go:475 [n3,s3,r50/3:/Table/59{-/1/0/0}] new range lease repl=(n3,s3):3 start=1508352564.767373300,0 epo=1 pro=1508352564.767376300,0 following repl=(n1,s1):1 start=0.000000000,0 exp=1508352567.898072995,0 pro=1508352558.898087995,0
=== RUN TestImportStmt/schema-in-query-transform-only
I171018 18:49:24.806754 3785 sql/event_log.go:103 [client=127.0.0.1:54711,user=root,n1] Event: "create_database", target: 64, info: {DatabaseName:csv7 Statement:CREATE DATABASE csv7 User:root}
I171018 18:49:24.807729 1699 storage/replica_command.go:2810 [split,n1,s1,r69/1:/{Table/63/3/4…-Max}] initiating a split of this range at key /Table/64 [r73]
I171018 18:49:25.008408 9351 storage/replica_command.go:2810 [n1,s1,r73/1:/{Table/64-Max}] initiating a split of this range at key /Table/65 [r74]
I171018 18:49:25.029481 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r73/1:/{Table/64-Max}] generated Raft snapshot 25c5dcb9 at index 13
E171018 18:49:25.030477 1703 storage/queue.go:656 [raftsnapshot,n1,s1,r73/1:/{Table/64-Max}] snapshot failed: (n2,s2):2: remote couldn't accept snapshot with error: [n2,s2],r73: cannot apply snapshot: snapshot intersects existing range [n2,s2,r61/2:/{Table/61/3/4…-Max}]
I171018 18:49:25.045502 9356 storage/replica_command.go:2810 [n1,s1,r74/1:/{Table/65-Max}] initiating a split of this range at key /Table/65/2 [r75]
I171018 18:49:25.047808 9413 storage/replica_command.go:2810 [n1,s1,r74/1:/{Table/65-Max}] initiating a split of this range at key /Table/65/1/0/0 [r76]
I171018 18:49:25.062677 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r74/1:/{Table/65-Max}] generated Raft snapshot cb58be47 at index 10
E171018 18:49:25.063924 1703 storage/queue.go:656 [raftsnapshot,n1,s1,r74/1:/{Table/65-Max}] snapshot failed: (n2,s2):2: remote couldn't accept snapshot with error: [n2,s2],r74: cannot apply snapshot: snapshot intersects existing range [n2,s2,r61/2:/{Table/61/3/4…-Max}]
W171018 18:49:25.084112 9240 storage/replica.go:2064 [n1,s1,r74/1:/Table/65{-/2}] context canceled before command queue: 1 QueryTxn
I171018 18:49:25.087617 9386 storage/replica_command.go:2810 [n1,s1,r75/1:/{Table/65/2-Max}] initiating a split of this range at key /Table/65/3/4999/"H"/0/NULL [r77]
I171018 18:49:25.087943 9244 storage/replica_command.go:2810 [n1,s1,r75/1:/{Table/65/2-Max}] initiating a split of this range at key /Table/65/3 [r78]
I171018 18:49:25.124623 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r75/1:/{Table/65/2-Max}] generated Raft snapshot 3256e66b at index 11
E171018 18:49:25.127358 1703 storage/queue.go:656 [raftsnapshot,n1,s1,r75/1:/{Table/65/2-Max}] snapshot failed: (n2,s2):2: remote couldn't accept snapshot with error: [n2,s2],r75: cannot apply snapshot: snapshot intersects existing range [n2,s2,r61/2:/{Table/61/3/4…-Max}]
W171018 18:49:25.154378 9215 storage/replica.go:2064 [n1,s1,r75/1:/Table/65/{2-3/4999/…}] context canceled before command queue: 1 QueryTxn
I171018 18:49:25.157509 9413 storage/replica_command.go:2810 [n1,s1,r74/1:/Table/65{-/2}] initiating a split of this range at key /Table/65/1/0/0 [r79]
I171018 18:49:25.203427 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r79/1:/Table/65/{1/0/0-2}] generated Raft snapshot 2385cc02 at index 13
E171018 18:49:25.203926 1703 storage/queue.go:656 [raftsnapshot,n1,s1,r79/1:/Table/65/{1/0/0-2}] snapshot failed: (n2,s2):2: remote couldn't accept snapshot with error: [n2,s2],r79: cannot apply snapshot: snapshot intersects existing range [n2,s2,r61/2:/{Table/61/3/4…-Max}]
I171018 18:49:25.211986 9244 storage/replica_command.go:2810 [n1,s1,r75/1:/Table/65/{2-3/4999/…}] initiating a split of this range at key /Table/65/3 [r80]
I171018 18:49:25.262979 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r64/1:/Table/61/3{-/4999/"…}] generated Raft snapshot 7334eb6a at index 13
I171018 18:49:25.271821 1703 storage/store.go:3549 [raftsnapshot,n1,s1,r64/1:/Table/61/3{-/4999/"…}] streamed snapshot to (n2,s2):2: kv pairs: 5009, log entries: 3, rate-limit: 8.0 MiB/sec, 9ms
I171018 18:49:25.272611 9583 storage/replica_raftstorage.go:732 [n2,s2,r64/2:/Table/61/3{-/4999/"…}] applying Raft snapshot at index 13 (id=7334eb6a, encoded size=263620, 1 rocksdb batches, 3 log entries)
I171018 18:49:25.288916 9583 storage/replica_raftstorage.go:738 [n2,s2,r64/2:/Table/61/3{-/4999/"…}] applied Raft snapshot in 16ms [clear=0ms batch=0ms entries=11ms commit=2ms]
I171018 18:49:25.292635 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r61/1:/Table/6{1/3/4999…-2}] generated Raft snapshot 0741c314 at index 15
I171018 18:49:25.293718 1703 storage/store.go:3549 [raftsnapshot,n1,s1,r61/1:/Table/6{1/3/4999…-2}] streamed snapshot to (n2,s2):2: kv pairs: 10, log entries: 5, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:25.294107 9706 storage/replica_raftstorage.go:732 [n2,s2,r61/2:/{Table/61/3/4…-Max}] applying Raft snapshot at index 15 (id=0741c314, encoded size=2962, 1 rocksdb batches, 5 log entries)
I171018 18:49:25.296912 9706 storage/replica_raftstorage.go:738 [n2,s2,r61/2:/Table/6{1/3/4999…-2}] applied Raft snapshot in 3ms [clear=0ms batch=0ms entries=0ms commit=0ms]
=== RUN TestImportStmt/missing-temp
I171018 18:49:25.300399 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r80/1:/Table/65/3{-/4999/"…}] generated Raft snapshot fd8b9d89 at index 13
I171018 18:49:25.320089 3785 sql/event_log.go:103 [client=127.0.0.1:54711,user=root,n1] Event: "create_database", target: 66, info: {DatabaseName:csv8 Statement:CREATE DATABASE csv8 User:root}
I171018 18:49:25.321044 1699 storage/replica_command.go:2810 [split,n1,s1,r77/1:/{Table/65/3/4…-Max}] initiating a split of this range at key /Table/66 [r81]
=== RUN TestImportStmt/bad-opt-name
I171018 18:49:25.323902 1703 storage/store.go:3549 [raftsnapshot,n1,s1,r80/1:/Table/65/3{-/4999/"…}] streamed snapshot to (n2,s2):2: kv pairs: 5009, log entries: 3, rate-limit: 8.0 MiB/sec, 23ms
I171018 18:49:25.328564 9748 storage/replica_raftstorage.go:732 [n2,s2,r80/2:{-}] applying Raft snapshot at index 13 (id=fd8b9d89, encoded size=257112, 1 rocksdb batches, 3 log entries)
I171018 18:49:25.334630 9748 storage/replica_raftstorage.go:738 [n2,s2,r80/2:/Table/65/3{-/4999/"…}] applied Raft snapshot in 6ms [clear=0ms batch=0ms entries=2ms commit=2ms]
I171018 18:49:25.340284 3785 sql/event_log.go:103 [client=127.0.0.1:54711,user=root,n1] Event: "create_database", target: 67, info: {DatabaseName:csv9 Statement:CREATE DATABASE csv9 User:root}
=== RUN TestImportStmt/bad-opt-arg
I171018 18:49:25.354042 3785 sql/event_log.go:103 [client=127.0.0.1:54711,user=root,n1] Event: "create_database", target: 68, info: {DatabaseName:csv10 Statement:CREATE DATABASE csv10 User:root}
I171018 18:49:25.354666 1699 storage/replica_command.go:2810 [split,n1,s1,r81/1:/{Table/66-Max}] initiating a split of this range at key /Table/67 [r82]
=== RUN TestImportStmt/bad-opt-no-arg
I171018 18:49:25.365665 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r77/1:/Table/6{5/3/4999…-6}] generated Raft snapshot 25e06c78 at index 14
I171018 18:49:25.367162 1703 storage/store.go:3549 [raftsnapshot,n1,s1,r77/1:/Table/6{5/3/4999…-6}] streamed snapshot to (n2,s2):2: kv pairs: 11, log entries: 4, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:25.368768 9754 storage/replica_raftstorage.go:732 [n2,s2,r77/2:{-}] applying Raft snapshot at index 14 (id=25e06c78, encoded size=3147, 1 rocksdb batches, 4 log entries)
I171018 18:49:25.371460 9754 storage/replica_raftstorage.go:738 [n2,s2,r77/2:/Table/6{5/3/4999…-6}] applied Raft snapshot in 3ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:25.384739 1703 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r81/1:/{Table/66-Max}] generated Raft snapshot 6350a902 at index 13
I171018 18:49:25.386503 3785 sql/event_log.go:103 [client=127.0.0.1:54711,user=root,n1] Event: "create_database", target: 69, info: {DatabaseName:csv11 Statement:CREATE DATABASE csv11 User:root}
I171018 18:49:25.388697 1703 storage/store.go:3549 [raftsnapshot,n1,s1,r81/1:/{Table/66-Max}] streamed snapshot to (n2,s2):2: kv pairs: 12, log entries: 3, rate-limit: 8.0 MiB/sec, 4ms
I171018 18:49:25.390570 9864 storage/replica_raftstorage.go:732 [n2,s2,r81/2:{-}] applying Raft snapshot at index 13 (id=6350a902, encoded size=1781, 1 rocksdb batches, 3 log entries)
=== RUN TestImportStmt/primary-key-dup
I171018 18:49:25.393245 9864 storage/replica_raftstorage.go:738 [n2,s2,r81/2:/{Table/66-Max}] applied Raft snapshot in 3ms [clear=1ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:25.411250 3785 sql/event_log.go:103 [client=127.0.0.1:54711,user=root,n1] Event: "create_database", target: 70, info: {DatabaseName:csv12 Statement:CREATE DATABASE csv12 User:root}
I171018 18:49:25.424803 1699 storage/replica_command.go:2810 [split,n1,s1,r82/1:/{Table/67-Max}] initiating a split of this range at key /Table/68 [r83]
I171018 18:49:25.483924 1699 storage/replica_command.go:2810 [split,n1,s1,r83/1:/{Table/68-Max}] initiating a split of this range at key /Table/69 [r84]
I171018 18:49:25.518548 1699 storage/replica_command.go:2810 [split,n1,s1,r84/1:/{Table/69-Max}] initiating a split of this range at key /Table/70 [r85]
=== RUN TestImportStmt/no-database
I171018 18:49:25.559340 3785 sql/event_log.go:103 [client=127.0.0.1:54711,user=root,n1] Event: "create_database", target: 71, info: {DatabaseName:csv13 Statement:CREATE DATABASE csv13 User:root}
I171018 18:49:25.560462 1699 storage/replica_command.go:2810 [split,n1,s1,r85/1:/{Table/70-Max}] initiating a split of this range at key /Table/71 [r86]
W171018 18:49:25.606011 3449 storage/raft_transport.go:461 [n3] raft transport stream to node 2 failed: rpc error: code = Unavailable desc = transport is closing
I171018 18:49:25.606077 10327 util/stop/stopper.go:476 quiescing; tasks left:
3 node.Node: batch
1 storage.split: processing replica
1 storage.replica consistency checker: processing replica
1 storage.raftlog: processing replica
1 [async] kv.TxnCoordSender: heartbeat loop
W171018 18:49:25.606167 2966 storage/raft_transport.go:461 [n1] raft transport stream to node 2 failed: rpc error: code = Unavailable desc = transport is closing
W171018 18:49:25.606264 2994 storage/raft_transport.go:461 [n2] raft transport stream to node 1 failed: rpc error: code = Unavailable desc = transport is closing
W171018 18:49:25.606496 2951 storage/raft_transport.go:461 [n3] raft transport stream to node 1 failed: rpc error: code = Unavailable desc = transport is closing
W171018 18:49:25.606599 9997 storage/replica.go:2708 [n1,s1,r48/1:/Table/57/3{-/4999/"…}] shutdown cancellation after 0.0s of attempting command Put [/Local/Range/Table/57/3/QueueLastProcessed/"replica consistency checker",/Min)
W171018 18:49:25.606690 3537 storage/raft_transport.go:461 [n2] raft transport stream to node 3 failed: rpc error: code = Unavailable desc = transport is closing
W171018 18:49:25.606806 2946 storage/raft_transport.go:461 [n1] raft transport stream to node 3 failed: rpc error: code = Unavailable desc = transport is closing
I171018 18:49:25.606842 10327 util/stop/stopper.go:476 quiescing; tasks left:
1 storage.split: processing replica
1 node.Node: batch
W171018 18:49:25.610378 1621 storage/store.go:1424 [n1,s1,r85/1:/Table/7{0-1}] unable to gossip on capacity change: node unavailable; try another peer
W171018 18:49:25.612631 10220 storage/intent_resolver.go:299 [n1,s1,r85/1:/Table/7{0-1}] failed to resolve intents: node unavailable; try another peer
--- PASS: TestImportStmt (6.77s)
--- PASS: TestImportStmt/schema-in-file (0.36s)
--- PASS: TestImportStmt/schema-in-file-intodb (0.64s)
--- PASS: TestImportStmt/schema-in-query (0.57s)
--- PASS: TestImportStmt/schema-in-query-opts (0.61s)
--- PASS: TestImportStmt/schema-in-file-dist (0.55s)
--- PASS: TestImportStmt/schema-in-query-dist (1.72s)
--- PASS: TestImportStmt/schema-in-query-dist-opts (0.51s)
--- PASS: TestImportStmt/schema-in-query-transform-only (0.50s)
--- PASS: TestImportStmt/missing-temp (0.02s)
--- PASS: TestImportStmt/bad-opt-name (0.02s)
--- PASS: TestImportStmt/bad-opt-arg (0.01s)
--- PASS: TestImportStmt/bad-opt-no-arg (0.04s)
--- PASS: TestImportStmt/primary-key-dup (0.16s)
--- PASS: TestImportStmt/no-database (0.01s)
=== RUN TestSampleRate
=== RUN TestSampleRate/0
=== RUN TestSampleRate/100
=== RUN TestSampleRate/1000
=== RUN TestSampleRate/10000
=== RUN TestSampleRate/100000
=== RUN TestSampleRate/1e+06
--- PASS: TestSampleRate (0.00s)
--- PASS: TestSampleRate/0 (0.00s)
--- PASS: TestSampleRate/100 (0.00s)
--- PASS: TestSampleRate/1000 (0.00s)
--- PASS: TestSampleRate/10000 (0.00s)
--- PASS: TestSampleRate/100000 (0.00s)
--- PASS: TestSampleRate/1e+06 (0.00s)
=== RUN TestDescriptorsMatchingTargets
=== RUN TestDescriptorsMatchingTargets/#00
=== RUN TestDescriptorsMatchingTargets/#01
=== RUN TestDescriptorsMatchingTargets/#02
=== RUN TestDescriptorsMatchingTargets/#03
=== RUN TestDescriptorsMatchingTargets/#04
=== RUN TestDescriptorsMatchingTargets/#05
=== RUN TestDescriptorsMatchingTargets/#06
=== RUN TestDescriptorsMatchingTargets/#07
=== RUN TestDescriptorsMatchingTargets/#08
=== RUN TestDescriptorsMatchingTargets/#09
=== RUN TestDescriptorsMatchingTargets/#10
=== RUN TestDescriptorsMatchingTargets/#11
=== RUN TestDescriptorsMatchingTargets/#12
=== RUN TestDescriptorsMatchingTargets/#13
=== RUN TestDescriptorsMatchingTargets/#14
=== RUN TestDescriptorsMatchingTargets/#15
=== RUN TestDescriptorsMatchingTargets/#16
=== RUN TestDescriptorsMatchingTargets/#17
=== RUN TestDescriptorsMatchingTargets/#18
=== RUN TestDescriptorsMatchingTargets/#19
=== RUN TestDescriptorsMatchingTargets/#20
=== RUN TestDescriptorsMatchingTargets/#21
=== RUN TestDescriptorsMatchingTargets/#22
=== RUN TestDescriptorsMatchingTargets/#23
=== RUN TestDescriptorsMatchingTargets/#24
=== RUN TestDescriptorsMatchingTargets/#25
=== RUN TestDescriptorsMatchingTargets/#26
=== RUN TestDescriptorsMatchingTargets/#27
=== RUN TestDescriptorsMatchingTargets/#28
=== RUN TestDescriptorsMatchingTargets/#29
=== RUN TestDescriptorsMatchingTargets/#30
=== RUN TestDescriptorsMatchingTargets/#31
=== RUN TestDescriptorsMatchingTargets/#32
=== RUN TestDescriptorsMatchingTargets/#33
=== RUN TestDescriptorsMatchingTargets/#34
=== RUN TestDescriptorsMatchingTargets/#35
--- PASS: TestDescriptorsMatchingTargets (0.01s)
--- PASS: TestDescriptorsMatchingTargets/#00 (0.00s)
--- PASS: TestDescriptorsMatchingTargets/#01 (0.00s)
--- PASS: TestDescriptorsMatchingTargets/#02 (0.00s)
--- PASS: TestDescriptorsMatchingTargets/#03 (0.00s)
--- PASS: TestDescriptorsMatchingTargets/#04 (0.00s)
--- PASS: TestDescriptorsMatchingTargets/#05 (0.00s)
--- PASS: TestDescriptorsMatchingTargets/#06 (0.00s)
--- PASS: TestDescriptorsMatchingTargets/#07 (0.00s)
--- PASS: TestDescriptorsMatchingTargets/#08 (0.00s)
--- PASS: TestDescriptorsMatchingTargets/#09 (0.00s)
--- PASS: TestDescriptorsMatchingTargets/#10 (0.00s)
--- PASS: TestDescriptorsMatchingTargets/#11 (0.00s)
--- PASS: TestDescriptorsMatchingTargets/#12 (0.00s)
--- PASS: TestDescriptorsMatchingTargets/#13 (0.00s)
--- PASS: TestDescriptorsMatchingTargets/#14 (0.00s)
--- PASS: TestDescriptorsMatchingTargets/#15 (0.00s)
--- PASS: TestDescriptorsMatchingTargets/#16 (0.00s)
--- PASS: TestDescriptorsMatchingTargets/#17 (0.00s)
--- PASS: TestDescriptorsMatchingTargets/#18 (0.00s)
--- PASS: TestDescriptorsMatchingTargets/#19 (0.00s)
--- PASS: TestDescriptorsMatchingTargets/#20 (0.00s)
--- PASS: TestDescriptorsMatchingTargets/#21 (0.00s)
--- PASS: TestDescriptorsMatchingTargets/#22 (0.00s)
--- PASS: TestDescriptorsMatchingTargets/#23 (0.00s)
--- PASS: TestDescriptorsMatchingTargets/#24 (0.00s)
--- PASS: TestDescriptorsMatchingTargets/#25 (0.00s)
--- PASS: TestDescriptorsMatchingTargets/#26 (0.00s)
--- PASS: TestDescriptorsMatchingTargets/#27 (0.00s)
--- PASS: TestDescriptorsMatchingTargets/#28 (0.00s)
--- PASS: TestDescriptorsMatchingTargets/#29 (0.00s)
--- PASS: TestDescriptorsMatchingTargets/#30 (0.00s)
--- PASS: TestDescriptorsMatchingTargets/#31 (0.00s)
--- PASS: TestDescriptorsMatchingTargets/#32 (0.00s)
--- PASS: TestDescriptorsMatchingTargets/#33 (0.00s)
--- PASS: TestDescriptorsMatchingTargets/#34 (0.00s)
--- PASS: TestDescriptorsMatchingTargets/#35 (0.00s)
=== RUN TestCloudBackupRestoreS3
--- SKIP: TestCloudBackupRestoreS3 (0.00s)
backup_cloud_test.go:41: No AWS env keys (EnvAccessKeyNotFound: AWS_ACCESS_KEY_ID or AWS_ACCESS_KEY not found in environment)
=== RUN TestCloudBackupRestoreGoogleCloudStorage
--- SKIP: TestCloudBackupRestoreGoogleCloudStorage (0.00s)
backup_cloud_test.go:76: GS_BUCKET env var must be set
=== RUN TestCloudBackupRestoreAzure
--- SKIP: TestCloudBackupRestoreAzure (0.00s)
backup_cloud_test.go:106: AZURE_ACCOUNT_NAME and AZURE_ACCOUNT_KEY env vars must be set
=== RUN TestBackupRestoreStatementResult
W171018 18:49:25.681866 10387 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
I171018 18:49:25.692525 10387 server/config.go:507 [n?] 1 storage engine initialized
I171018 18:49:25.692547 10387 server/config.go:510 [n?] RocksDB cache size: 128 MiB
I171018 18:49:25.692554 10387 server/config.go:510 [n?] store 0: in-memory, size 0 B
I171018 18:49:25.694436 10387 server/node.go:347 [n?] **** cluster 74f92c29-dfa1-4093-813c-48272f56934a has been created
I171018 18:49:25.694457 10387 server/server.go:882 [n?] **** add additional nodes by specifying --join=127.0.0.1:43850
I171018 18:49:25.694959 10387 storage/store.go:1212 [n1,s1] [n1,s1]: failed initial metrics computation: [n1,s1]: system config not yet available
I171018 18:49:25.694994 10387 server/node.go:472 [n1] initialized store [n1,s1]: disk (capacity=512 MiB, available=512 MiB, used=0 B, logicalBytes=3.2 KiB), ranges=1, leases=0, writes=0.00, bytesPerReplica={p10=3234.00 p25=3234.00 p50=3234.00 p75=3234.00 p90=3234.00}, writesPerReplica={p10=0.00 p25=0.00 p50=0.00 p75=0.00 p90=0.00}
I171018 18:49:25.695015 10387 server/node.go:329 [n1] node ID 1 initialized
I171018 18:49:25.695057 10387 gossip/gossip.go:331 [n1] NodeDescriptor set to node_id:1 address:<network_field:"tcp" address_field:"127.0.0.1:43850" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:3 >
I171018 18:49:25.695164 10387 storage/stores.go:332 [n1] read 0 node addresses from persistent storage
I171018 18:49:25.695215 10387 server/node.go:617 [n1] connecting to gossip network to verify cluster ID...
I171018 18:49:25.696037 10387 server/node.go:642 [n1] node connected via gossip and verified as part of cluster "74f92c29-dfa1-4093-813c-48272f56934a"
I171018 18:49:25.696056 10387 server/node.go:414 [n1] node=1: started with [<no-attributes>=<in-mem>] engine(s) and attributes []
I171018 18:49:25.696102 10387 sql/executor.go:408 [n1] creating distSQLPlanner with address {tcp 127.0.0.1:43850}
I171018 18:49:25.698292 10387 server/server.go:987 [n1] starting https server at 127.0.0.1:56425
I171018 18:49:25.698305 10387 server/server.go:988 [n1] starting grpc/postgres server at 127.0.0.1:43850
I171018 18:49:25.698313 10387 server/server.go:989 [n1] advertising CockroachDB node at 127.0.0.1:43850
W171018 18:49:25.698325 10387 sql/jobs/registry.go:167 [n1] unable to get node liveness: node not in the liveness table
I171018 18:49:25.699807 10554 storage/replica_command.go:2810 [split,n1,s1,r1/1:/M{in-ax}] initiating a split of this range at key /System/"" [r2]
W171018 18:49:25.718888 10643 storage/intent_resolver.go:345 [n1,s1,r2/1:/{System/-Max}]: failed to push during intent resolution: failed to push "sql txn implicit" id=e812562f key=/Table/SystemConfigSpan/Start rw=true pri=0.04446562 iso=SERIALIZABLE stat=PENDING epo=0 ts=1508352565.700868021,0 orig=1508352565.700868021,0 max=1508352565.700868021,0 wto=false rop=false seq=7
I171018 18:49:25.719306 10554 storage/replica_command.go:2810 [split,n1,s1,r2/1:/{System/-Max}] initiating a split of this range at key /System/NodeLiveness [r3]
I171018 18:49:25.728178 10387 sql/event_log.go:103 [n1] Event: "alter_table", target: 12, info: {TableName:eventlog Statement:ALTER TABLE system.eventlog ALTER COLUMN "uniqueID" SET DEFAULT uuid_v4() User:node MutationID:0 CascadeDroppedViews:[]}
I171018 18:49:25.729637 10554 storage/replica_command.go:2810 [split,n1,s1,r3/1:/{System/NodeL…-Max}] initiating a split of this range at key /System/NodeLivenessMax [r4]
I171018 18:49:25.733855 10387 sql/lease.go:341 [n1] publish: descID=12 (eventlog) version=2 mtime=2017-10-18 18:49:25.733671676 +0000 UTC
I171018 18:49:25.742387 10554 storage/replica_command.go:2810 [split,n1,s1,r4/1:/{System/NodeL…-Max}] initiating a split of this range at key /System/tsd [r5]
I171018 18:49:25.749143 10387 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:diagnostics.reporting.enabled Value:true User:node}
I171018 18:49:25.765433 10554 storage/replica_command.go:2810 [split,n1,s1,r5/1:/{System/tsd-Max}] initiating a split of this range at key /System/"tse" [r6]
I171018 18:49:25.768542 10387 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:version Value:1.1-3 User:node}
I171018 18:49:25.773235 10554 storage/replica_command.go:2810 [split,n1,s1,r6/1:/{System/tse-Max}] initiating a split of this range at key /Table/SystemConfigSpan/Start [r7]
I171018 18:49:25.778720 10387 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:trace.debug.enable Value:false User:node}
I171018 18:49:25.779033 10554 storage/replica_command.go:2810 [split,n1,s1,r7/1:/{Table/System…-Max}] initiating a split of this range at key /Table/11 [r8]
I171018 18:49:25.779532 10387 server/server.go:1131 [n1] done ensuring all necessary migrations have run
I171018 18:49:25.779553 10387 server/server.go:1133 [n1] serving sql connections
I171018 18:49:25.781732 10919 sql/event_log.go:103 [n1] Event: "node_join", target: 1, info: {Descriptor:{NodeID:1 Address:{NetworkField:tcp AddressField:127.0.0.1:43850} Attrs: Locality: ServerVersion:1.1-3} ClusterID:74f92c29-dfa1-4093-813c-48272f56934a StartedAt:1508352565696043998 LastUp:1508352565696043998}
I171018 18:49:25.786901 10554 storage/replica_command.go:2810 [split,n1,s1,r8/1:/{Table/11-Max}] initiating a split of this range at key /Table/12 [r9]
I171018 18:49:25.793087 10554 storage/replica_command.go:2810 [split,n1,s1,r9/1:/{Table/12-Max}] initiating a split of this range at key /Table/13 [r10]
I171018 18:49:25.800461 10554 storage/replica_command.go:2810 [split,n1,s1,r10/1:/{Table/13-Max}] initiating a split of this range at key /Table/14 [r11]
W171018 18:49:25.804163 11096 storage/intent_resolver.go:345 [n1,s1,r1/1:/{Min-System/}]: failed to push during intent resolution: failed to push "split" id=ad20bb1a key=/Local/Range/Table/13/RangeDescriptor rw=true pri=0.03417996 iso=SERIALIZABLE stat=PENDING epo=0 ts=1508352565.802389201,1 orig=1508352565.800479192,0 max=1508352565.800479192,0 wto=false rop=false seq=3
I171018 18:49:25.807640 10554 storage/replica_command.go:2810 [split,n1,s1,r11/1:/{Table/14-Max}] initiating a split of this range at key /Table/15 [r12]
I171018 18:49:25.813606 10554 storage/replica_command.go:2810 [split,n1,s1,r12/1:/{Table/15-Max}] initiating a split of this range at key /Table/16 [r13]
I171018 18:49:25.821308 10554 storage/replica_command.go:2810 [split,n1,s1,r13/1:/{Table/16-Max}] initiating a split of this range at key /Table/17 [r14]
I171018 18:49:25.827550 10554 storage/replica_command.go:2810 [split,n1,s1,r14/1:/{Table/17-Max}] initiating a split of this range at key /Table/18 [r15]
W171018 18:49:25.830560 11240 storage/intent_resolver.go:345 [n1,s1,r1/1:/{Min-System/}]: failed to push during intent resolution: failed to push "split" id=3df0401f key=/Local/Range/Table/17/RangeDescriptor rw=true pri=0.02476918 iso=SERIALIZABLE stat=PENDING epo=0 ts=1508352565.827567521,0 orig=1508352565.827567521,0 max=1508352565.827567521,0 wto=false rop=false seq=3
I171018 18:49:25.832161 10554 storage/replica_command.go:2810 [split,n1,s1,r15/1:/{Table/18-Max}] initiating a split of this range at key /Table/19 [r16]
I171018 18:49:25.852307 11283 sql/event_log.go:103 [client=127.0.0.1:58960,user=root,n1] Event: "create_database", target: 50, info: {DatabaseName:data Statement:CREATE DATABASE IF NOT EXISTS data User:root}
I171018 18:49:25.852787 10554 storage/replica_command.go:2810 [split,n1,s1,r16/1:/{Table/19-Max}] initiating a split of this range at key /Table/50 [r17]
I171018 18:49:25.855609 11283 sql/event_log.go:103 [client=127.0.0.1:58960,user=root,n1] Event: "create_table", target: 51, info: {TableName:data.bank Statement:CREATE TABLE data.bank (id INT PRIMARY KEY, balance INT, payload STRING, FAMILY (id, balance, payload)) User:root}
I171018 18:49:25.858123 10554 storage/replica_command.go:2810 [split,n1,s1,r17/1:/{Table/50-Max}] initiating a split of this range at key /Table/51 [r18]
I171018 18:49:25.869733 11451 ccl/storageccl/export.go:129 [n1,s1,r18/1:/{Table/51-Max}] export [/Table/51/1,/Table/51/2)
I171018 18:49:25.870142 11431 ccl/storageccl/export.go:129 [n1,s1,r7/1:/Table/{SystemCon…-11}] export [/Table/3/1,/Table/3/2)
I171018 18:49:25.870269 11357 ccl/storageccl/export.go:129 [n1,s1,r7/1:/Table/{SystemCon…-11}] export [/Table/4/1,/Table/4/2)
I171018 18:49:25.921399 11283 sql/event_log.go:103 [client=127.0.0.1:58960,user=root,n1] Event: "create_database", target: 52, info: {DatabaseName:data2 Statement:CREATE DATABASE data2 User:root}
I171018 18:49:25.922583 10554 storage/replica_command.go:2810 [split,n1,s1,r18/1:/{Table/51-Max}] initiating a split of this range at key /Table/52 [r19]
I171018 18:49:25.929169 11516 storage/replica_command.go:2810 [n1,s1,r19/1:/{Table/52-Max}] initiating a split of this range at key /Table/53 [r20]
W171018 18:49:25.932251 11643 storage/intent_resolver.go:345 [n1,s1,r1/1:/{Min-System/}]: failed to push during intent resolution: failed to push "split" id=6731f3d6 key=/Local/Range/Table/52/RangeDescriptor rw=true pri=0.03205463 iso=SERIALIZABLE stat=PENDING epo=0 ts=1508352565.929185102,0 orig=1508352565.929185102,0 max=1508352565.929185102,0 wto=false rop=false seq=2
I171018 18:49:25.951364 10674 vendor/google.golang.org/grpc/grpclog/grpclog.go:60 transport: http2Client.notifyError got notified that the client transport was broken EOF.
I171018 18:49:25.951388 10622 vendor/google.golang.org/grpc/grpclog/grpclog.go:75 transport: http2Server.HandleStreams failed to read frame: read tcp 127.0.0.1:43850->127.0.0.1:58957: use of closed network connection
--- PASS: TestBackupRestoreStatementResult (0.29s)
=== RUN TestBackupRestoreLocal
W171018 18:49:25.969401 11591 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
I171018 18:49:25.970467 11591 server/config.go:507 [n?] 1 storage engine initialized
I171018 18:49:25.970486 11591 server/config.go:510 [n?] RocksDB cache size: 128 MiB
I171018 18:49:25.970492 11591 server/config.go:510 [n?] store 0: in-memory, size 0 B
I171018 18:49:25.972419 11591 server/node.go:347 [n?] **** cluster c4f18f18-b87b-4b83-9f41-5584fb02d989 has been created
I171018 18:49:25.972444 11591 server/server.go:882 [n?] **** add additional nodes by specifying --join=127.0.0.1:36603
I171018 18:49:25.972854 11591 storage/store.go:1212 [n1,s1] [n1,s1]: failed initial metrics computation: [n1,s1]: system config not yet available
I171018 18:49:25.972892 11591 server/node.go:472 [n1] initialized store [n1,s1]: disk (capacity=512 MiB, available=512 MiB, used=0 B, logicalBytes=3.2 KiB), ranges=1, leases=0, writes=0.00, bytesPerReplica={p10=3234.00 p25=3234.00 p50=3234.00 p75=3234.00 p90=3234.00}, writesPerReplica={p10=0.00 p25=0.00 p50=0.00 p75=0.00 p90=0.00}
I171018 18:49:25.972916 11591 server/node.go:329 [n1] node ID 1 initialized
I171018 18:49:25.972959 11591 gossip/gossip.go:331 [n1] NodeDescriptor set to node_id:1 address:<network_field:"tcp" address_field:"127.0.0.1:36603" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:3 >
I171018 18:49:25.973074 11591 storage/stores.go:332 [n1] read 0 node addresses from persistent storage
I171018 18:49:25.973128 11591 server/node.go:617 [n1] connecting to gossip network to verify cluster ID...
I171018 18:49:25.973281 11591 server/node.go:642 [n1] node connected via gossip and verified as part of cluster "c4f18f18-b87b-4b83-9f41-5584fb02d989"
I171018 18:49:25.973313 11591 server/node.go:414 [n1] node=1: started with [<no-attributes>=<in-mem>] engine(s) and attributes []
I171018 18:49:25.973370 11591 sql/executor.go:408 [n1] creating distSQLPlanner with address {tcp 127.0.0.1:36603}
I171018 18:49:25.975091 11707 storage/replica_command.go:2810 [split,n1,s1,r1/1:/M{in-ax}] initiating a split of this range at key /System/"" [r2]
I171018 18:49:25.975720 11591 server/server.go:987 [n1] starting https server at 127.0.0.1:50051
I171018 18:49:25.975740 11591 server/server.go:988 [n1] starting grpc/postgres server at 127.0.0.1:36603
I171018 18:49:25.975749 11591 server/server.go:989 [n1] advertising CockroachDB node at 127.0.0.1:36603
W171018 18:49:25.975761 11591 sql/jobs/registry.go:167 [n1] unable to get node liveness: node not in the liveness table
I171018 18:49:25.998806 11707 storage/replica_command.go:2810 [split,n1,s1,r2/1:/{System/-Max}] initiating a split of this range at key /System/NodeLiveness [r3]
I171018 18:49:26.003356 11707 storage/replica_command.go:2810 [split,n1,s1,r3/1:/{System/NodeL…-Max}] initiating a split of this range at key /System/NodeLivenessMax [r4]
I171018 18:49:26.004917 11591 sql/event_log.go:103 [n1] Event: "alter_table", target: 12, info: {TableName:eventlog Statement:ALTER TABLE system.eventlog ALTER COLUMN "uniqueID" SET DEFAULT uuid_v4() User:node MutationID:0 CascadeDroppedViews:[]}
I171018 18:49:26.012570 11707 storage/replica_command.go:2810 [split,n1,s1,r4/1:/{System/NodeL…-Max}] initiating a split of this range at key /System/tsd [r5]
I171018 18:49:26.016175 11591 sql/lease.go:341 [n1] publish: descID=12 (eventlog) version=2 mtime=2017-10-18 18:49:26.012335996 +0000 UTC
I171018 18:49:26.017871 11707 storage/replica_command.go:2810 [split,n1,s1,r5/1:/{System/tsd-Max}] initiating a split of this range at key /System/"tse" [r6]
I171018 18:49:26.026939 11707 storage/replica_command.go:2810 [split,n1,s1,r6/1:/{System/tse-Max}] initiating a split of this range at key /Table/SystemConfigSpan/Start [r7]
I171018 18:49:26.035957 11707 storage/replica_command.go:2810 [split,n1,s1,r7/1:/{Table/System…-Max}] initiating a split of this range at key /Table/11 [r8]
I171018 18:49:26.041195 11591 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:diagnostics.reporting.enabled Value:true User:node}
I171018 18:49:26.042936 11707 storage/replica_command.go:2810 [split,n1,s1,r8/1:/{Table/11-Max}] initiating a split of this range at key /Table/12 [r9]
I171018 18:49:26.049162 11707 storage/replica_command.go:2810 [split,n1,s1,r9/1:/{Table/12-Max}] initiating a split of this range at key /Table/13 [r10]
I171018 18:49:26.053645 11707 storage/replica_command.go:2810 [split,n1,s1,r10/1:/{Table/13-Max}] initiating a split of this range at key /Table/14 [r11]
I171018 18:49:26.056962 11591 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:version Value:1.1-3 User:node}
W171018 18:49:26.057944 12373 storage/intent_resolver.go:345 [n1,s1,r1/1:/{Min-System/}]: failed to push during intent resolution: failed to push "split" id=3609ad56 key=/Local/Range/Table/13/RangeDescriptor rw=true pri=0.02234373 iso=SERIALIZABLE stat=PENDING epo=0 ts=1508352566.053662691,0 orig=1508352566.053662691,0 max=1508352566.053662691,0 wto=false rop=false seq=3
I171018 18:49:26.060874 11591 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:trace.debug.enable Value:false User:node}
I171018 18:49:26.061480 11591 server/server.go:1131 [n1] done ensuring all necessary migrations have run
I171018 18:49:26.061502 11591 server/server.go:1133 [n1] serving sql connections
I171018 18:49:26.067115 12406 sql/event_log.go:103 [n1] Event: "node_join", target: 1, info: {Descriptor:{NodeID:1 Address:{NetworkField:tcp AddressField:127.0.0.1:36603} Attrs: Locality: ServerVersion:1.1-3} ClusterID:c4f18f18-b87b-4b83-9f41-5584fb02d989 StartedAt:1508352565973293211 LastUp:1508352565973293211}
I171018 18:49:26.076524 11707 storage/replica_command.go:2810 [split,n1,s1,r11/1:/{Table/14-Max}] initiating a split of this range at key /Table/15 [r12]
W171018 18:49:26.088973 12439 storage/intent_resolver.go:345 [n1,s1,r1/1:/{Min-System/}]: failed to push during intent resolution: failed to push "split" id=57842af6 key=/Local/Range/Table/14/RangeDescriptor rw=true pri=0.03698124 iso=SERIALIZABLE stat=PENDING epo=0 ts=1508352566.076784401,1 orig=1508352566.076543600,0 max=1508352566.076543600,0 wto=false rop=false seq=3
I171018 18:49:26.092839 11707 storage/replica_command.go:2810 [split,n1,s1,r12/1:/{Table/15-Max}] initiating a split of this range at key /Table/16 [r13]
I171018 18:49:26.099587 11707 storage/replica_command.go:2810 [split,n1,s1,r13/1:/{Table/16-Max}] initiating a split of this range at key /Table/17 [r14]
I171018 18:49:26.106693 11707 storage/replica_command.go:2810 [split,n1,s1,r14/1:/{Table/17-Max}] initiating a split of this range at key /Table/18 [r15]
I171018 18:49:26.117761 11707 storage/replica_command.go:2810 [split,n1,s1,r15/1:/{Table/18-Max}] initiating a split of this range at key /Table/19 [r16]
W171018 18:49:26.140281 11591 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
W171018 18:49:26.145164 11591 gossip/gossip.go:1277 [n?] no incoming or outgoing connections
I171018 18:49:26.146033 11591 server/config.go:507 [n?] 1 storage engine initialized
I171018 18:49:26.146052 11591 server/config.go:510 [n?] RocksDB cache size: 128 MiB
I171018 18:49:26.146058 11591 server/config.go:510 [n?] store 0: in-memory, size 0 B
I171018 18:49:26.146101 11591 server/server.go:884 [n?] no stores bootstrapped and --join flag specified, awaiting init command.
I171018 18:49:26.154473 12494 gossip/client.go:129 [n?] started gossip client to 127.0.0.1:36603
I171018 18:49:26.154729 12636 gossip/server.go:232 [n1] received initial cluster-verification connection from {tcp 127.0.0.1:45539}
I171018 18:49:26.155197 11591 storage/stores.go:332 [n?] read 0 node addresses from persistent storage
I171018 18:49:26.155235 11591 storage/stores.go:351 [n?] wrote 1 node addresses to persistent storage
I171018 18:49:26.155249 11591 server/node.go:617 [n?] connecting to gossip network to verify cluster ID...
I171018 18:49:26.155270 11591 server/node.go:642 [n?] node connected via gossip and verified as part of cluster "c4f18f18-b87b-4b83-9f41-5584fb02d989"
I171018 18:49:26.155484 12695 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:26.156703 12694 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:26.157886 11591 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:26.158628 11591 server/node.go:322 [n?] new node allocated ID 2
I171018 18:49:26.158691 11591 gossip/gossip.go:331 [n2] NodeDescriptor set to node_id:2 address:<network_field:"tcp" address_field:"127.0.0.1:45539" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:3 >
I171018 18:49:26.158737 11591 server/node.go:400 [n2] node=2: asynchronously bootstrapping engine(s) [<no-attributes>=<in-mem>]
I171018 18:49:26.158756 11591 server/node.go:414 [n2] node=2: started with [] engine(s) and attributes []
I171018 18:49:26.158810 11591 sql/executor.go:408 [n2] creating distSQLPlanner with address {tcp 127.0.0.1:45539}
I171018 18:49:26.160515 12754 storage/stores.go:351 [n1] wrote 1 node addresses to persistent storage
I171018 18:49:26.160822 12701 server/node.go:598 [n2] bootstrapped store [n2,s2]
I171018 18:49:26.161104 11591 server/server.go:987 [n2] starting https server at 127.0.0.1:43103
I171018 18:49:26.161124 11591 server/server.go:988 [n2] starting grpc/postgres server at 127.0.0.1:45539
I171018 18:49:26.161137 11591 server/server.go:989 [n2] advertising CockroachDB node at 127.0.0.1:45539
W171018 18:49:26.161153 11591 sql/jobs/registry.go:167 [n2] unable to get node liveness: node not in the liveness table
I171018 18:49:26.166713 11591 server/server.go:1131 [n2] done ensuring all necessary migrations have run
I171018 18:49:26.166737 11591 server/server.go:1133 [n2] serving sql connections
I171018 18:49:26.174238 12507 sql/event_log.go:103 [n2] Event: "node_join", target: 2, info: {Descriptor:{NodeID:2 Address:{NetworkField:tcp AddressField:127.0.0.1:45539} Attrs: Locality: ServerVersion:1.1-3} ClusterID:c4f18f18-b87b-4b83-9f41-5584fb02d989 StartedAt:1508352566158746489 LastUp:1508352566158746489}
W171018 18:49:26.175172 11591 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
W171018 18:49:26.177042 11591 gossip/gossip.go:1277 [n?] no incoming or outgoing connections
I171018 18:49:26.178136 11591 server/config.go:507 [n?] 1 storage engine initialized
I171018 18:49:26.178153 11591 server/config.go:510 [n?] RocksDB cache size: 128 MiB
I171018 18:49:26.178171 11591 server/config.go:510 [n?] store 0: in-memory, size 0 B
I171018 18:49:26.178213 11591 server/server.go:884 [n?] no stores bootstrapped and --join flag specified, awaiting init command.
I171018 18:49:26.186556 12879 gossip/client.go:129 [n?] started gossip client to 127.0.0.1:36603
I171018 18:49:26.186799 12669 gossip/server.go:232 [n1] received initial cluster-verification connection from {tcp 127.0.0.1:42354}
I171018 18:49:26.187259 11591 storage/stores.go:332 [n?] read 0 node addresses from persistent storage
I171018 18:49:26.187300 11591 storage/stores.go:351 [n?] wrote 2 node addresses to persistent storage
I171018 18:49:26.187314 11591 server/node.go:617 [n?] connecting to gossip network to verify cluster ID...
I171018 18:49:26.187336 11591 server/node.go:642 [n?] node connected via gossip and verified as part of cluster "c4f18f18-b87b-4b83-9f41-5584fb02d989"
I171018 18:49:26.187525 12967 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:26.188048 12966 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:26.188505 11591 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:26.190160 11591 server/node.go:322 [n?] new node allocated ID 3
I171018 18:49:26.190235 11591 gossip/gossip.go:331 [n3] NodeDescriptor set to node_id:3 address:<network_field:"tcp" address_field:"127.0.0.1:42354" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:3 >
I171018 18:49:26.190291 11591 server/node.go:400 [n3] node=3: asynchronously bootstrapping engine(s) [<no-attributes>=<in-mem>]
I171018 18:49:26.190316 11591 server/node.go:414 [n3] node=3: started with [] engine(s) and attributes []
I171018 18:49:26.190394 11591 sql/executor.go:408 [n3] creating distSQLPlanner with address {tcp 127.0.0.1:42354}
I171018 18:49:26.192205 12975 storage/stores.go:351 [n1] wrote 2 node addresses to persistent storage
I171018 18:49:26.192597 12685 storage/stores.go:351 [n2] wrote 2 node addresses to persistent storage
I171018 18:49:26.194574 12843 server/node.go:598 [n3] bootstrapped store [n3,s3]
I171018 18:49:26.195950 11591 server/server.go:987 [n3] starting https server at 127.0.0.1:38745
I171018 18:49:26.195971 11591 server/server.go:988 [n3] starting grpc/postgres server at 127.0.0.1:42354
I171018 18:49:26.195979 11591 server/server.go:989 [n3] advertising CockroachDB node at 127.0.0.1:42354
W171018 18:49:26.195995 11591 sql/jobs/registry.go:167 [n3] unable to get node liveness: node not in the liveness table
I171018 18:49:26.197207 11591 server/server.go:1131 [n3] done ensuring all necessary migrations have run
I171018 18:49:26.197228 11591 server/server.go:1133 [n3] serving sql connections
I171018 18:49:26.198399 11953 storage/replica_raftstorage.go:526 [replicate,n1,s1,r1/1:/{Min-System/}] generated preemptive snapshot 46e007d2 at index 72
I171018 18:49:26.202434 12889 sql/event_log.go:103 [n3] Event: "node_join", target: 3, info: {Descriptor:{NodeID:3 Address:{NetworkField:tcp AddressField:127.0.0.1:42354} Attrs: Locality: ServerVersion:1.1-3} ClusterID:c4f18f18-b87b-4b83-9f41-5584fb02d989 StartedAt:1508352566190302538 LastUp:1508352566190302538}
I171018 18:49:26.208973 11953 storage/store.go:3549 [replicate,n1,s1,r1/1:/{Min-System/}] streamed snapshot to (n3,s3):?: kv pairs: 47, log entries: 49, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:26.209188 13144 storage/replica_raftstorage.go:732 [n3,s3,r1/?:{-}] applying preemptive snapshot at index 72 (id=46e007d2, encoded size=16956, 1 rocksdb batches, 49 log entries)
I171018 18:49:26.209500 13144 storage/replica_raftstorage.go:738 [n3,s3,r1/?:/{Min-System/}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:26.209821 11953 storage/replica_command.go:3754 [replicate,n1,s1,r1/1:/{Min-System/}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r1:/{Min-System/} [(n1,s1):1, next=2]
I171018 18:49:26.211597 12943 storage/replica.go:3071 [n1,s1,r1/1:/{Min-System/}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:26.212083 11953 storage/replica_raftstorage.go:526 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] generated preemptive snapshot 7ccdd3d9 at index 32
I171018 18:49:26.212881 13198 storage/raft_transport.go:455 [n3] raft transport stream to node 1 established
I171018 18:49:26.221749 11953 storage/store.go:3549 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] streamed snapshot to (n2,s2):?: kv pairs: 46, log entries: 22, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:26.222079 13163 storage/replica_raftstorage.go:732 [n2,s2,r7/?:{-}] applying preemptive snapshot at index 32 (id=7ccdd3d9, encoded size=18096, 1 rocksdb batches, 22 log entries)
I171018 18:49:26.222398 13163 storage/replica_raftstorage.go:738 [n2,s2,r7/?:/Table/{SystemCon…-11}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:26.222863 11953 storage/replica_command.go:3754 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r7:/Table/{SystemConfigSpan/Start-11} [(n1,s1):1, next=2]
I171018 18:49:26.225262 13244 storage/replica.go:3071 [n1,s1,r7/1:/Table/{SystemCon…-11}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:26.225736 11953 storage/replica_raftstorage.go:526 [replicate,n1,s1,r11/1:/Table/1{4-5}] generated preemptive snapshot 8105fc4b at index 19
I171018 18:49:26.232885 11953 storage/store.go:3549 [replicate,n1,s1,r11/1:/Table/1{4-5}] streamed snapshot to (n3,s3):?: kv pairs: 11, log entries: 9, rate-limit: 8.0 MiB/sec, 7ms
I171018 18:49:26.234203 13208 storage/raft_transport.go:455 [n2] raft transport stream to node 1 established
I171018 18:49:26.234232 13145 storage/replica_raftstorage.go:732 [n3,s3,r11/?:{-}] applying preemptive snapshot at index 19 (id=8105fc4b, encoded size=3756, 1 rocksdb batches, 9 log entries)
I171018 18:49:26.234426 13145 storage/replica_raftstorage.go:738 [n3,s3,r11/?:/Table/1{4-5}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:26.234864 11953 storage/replica_command.go:3754 [replicate,n1,s1,r11/1:/Table/1{4-5}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r11:/Table/1{4-5} [(n1,s1):1, next=2]
I171018 18:49:26.237046 13271 storage/replica.go:3071 [n1,s1,r11/1:/Table/1{4-5}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:26.237540 11708 storage/replica_raftstorage.go:526 [replicate,n1,s1,r1/1:/{Min-System/}] generated preemptive snapshot e15204d6 at index 78
I171018 18:49:26.238710 13184 storage/replica_raftstorage.go:732 [n2,s2,r1/?:{-}] applying preemptive snapshot at index 78 (id=e15204d6, encoded size=19391, 1 rocksdb batches, 55 log entries)
I171018 18:49:26.239020 13184 storage/replica_raftstorage.go:738 [n2,s2,r1/?:/{Min-System/}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:26.239236 11708 storage/store.go:3549 [replicate,n1,s1,r1/1:/{Min-System/}] streamed snapshot to (n2,s2):?: kv pairs: 53, log entries: 55, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:26.239872 11708 storage/replica_command.go:3754 [replicate,n1,s1,r1/1:/{Min-System/}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r1:/{Min-System/} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:26.243557 13299 storage/replica.go:3071 [n1,s1,r1/1:/{Min-System/}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:26.246053 11708 storage/allocator_scorer.go:623 [replicate,n1,s1,r1/1:/{Min-System/}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=6.67, overfull-threshold=8
I171018 18:49:26.248756 11953 storage/replica_raftstorage.go:526 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] generated preemptive snapshot af3c2749 at index 25
I171018 18:49:26.249415 11953 storage/store.go:3549 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] streamed snapshot to (n2,s2):?: kv pairs: 13, log entries: 15, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:26.249673 13286 storage/replica_raftstorage.go:732 [n2,s2,r3/?:{-}] applying preemptive snapshot at index 25 (id=af3c2749, encoded size=8327, 1 rocksdb batches, 15 log entries)
I171018 18:49:26.249921 13286 storage/replica_raftstorage.go:738 [n2,s2,r3/?:/System/NodeLiveness{-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:26.250944 11953 storage/replica_command.go:3754 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r3:/System/NodeLiveness{-Max} [(n1,s1):1, next=2]
I171018 18:49:26.254219 13278 storage/replica.go:3071 [n1,s1,r3/1:/System/NodeLiveness{-Max}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:26.256106 11708 storage/replica_raftstorage.go:526 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] generated preemptive snapshot 42aff11e at index 35
I171018 18:49:26.256745 11708 storage/store.go:3549 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] streamed snapshot to (n3,s3):?: kv pairs: 47, log entries: 25, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:26.257078 13316 storage/replica_raftstorage.go:732 [n3,s3,r7/?:{-}] applying preemptive snapshot at index 35 (id=42aff11e, encoded size=19324, 1 rocksdb batches, 25 log entries)
I171018 18:49:26.257377 13316 storage/replica_raftstorage.go:738 [n3,s3,r7/?:/Table/{SystemCon…-11}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:26.257675 11708 storage/replica_command.go:3754 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r7:/Table/{SystemConfigSpan/Start-11} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:26.260609 13349 storage/replica.go:3071 [n1,s1,r7/1:/Table/{SystemCon…-11}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:26.261204 11708 storage/allocator_scorer.go:623 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=7.33, overfull-threshold=8
I171018 18:49:26.261483 11953 storage/replica_raftstorage.go:526 [replicate,n1,s1,r16/1:/{Table/19-Max}] generated preemptive snapshot 8006b653 at index 11
I171018 18:49:26.261918 11953 storage/store.go:3549 [replicate,n1,s1,r16/1:/{Table/19-Max}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 1, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:26.262181 13353 storage/replica_raftstorage.go:732 [n2,s2,r16/?:{-}] applying preemptive snapshot at index 11 (id=8006b653, encoded size=592, 1 rocksdb batches, 1 log entries)
I171018 18:49:26.262356 13353 storage/replica_raftstorage.go:738 [n2,s2,r16/?:/{Table/19-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:26.262867 11953 storage/replica_command.go:3754 [replicate,n1,s1,r16/1:/{Table/19-Max}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r16:/{Table/19-Max} [(n1,s1):1, next=2]
I171018 18:49:26.265367 13356 storage/replica.go:3071 [n1,s1,r16/1:/{Table/19-Max}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:26.265833 11708 storage/replica_raftstorage.go:526 [replicate,n1,s1,r11/1:/Table/1{4-5}] generated preemptive snapshot 1cca02fc at index 22
I171018 18:49:26.272393 11708 storage/store.go:3549 [replicate,n1,s1,r11/1:/Table/1{4-5}] streamed snapshot to (n2,s2):?: kv pairs: 12, log entries: 12, rate-limit: 8.0 MiB/sec, 6ms
I171018 18:49:26.272793 13410 storage/replica_raftstorage.go:732 [n2,s2,r11/?:{-}] applying preemptive snapshot at index 22 (id=1cca02fc, encoded size=4984, 1 rocksdb batches, 12 log entries)
I171018 18:49:26.273031 13410 storage/replica_raftstorage.go:738 [n2,s2,r11/?:/Table/1{4-5}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:26.274489 11708 storage/replica_command.go:3754 [replicate,n1,s1,r11/1:/Table/1{4-5}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r11:/Table/1{4-5} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:26.277757 13395 storage/replica.go:3071 [n1,s1,r11/1:/Table/1{4-5}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:26.278483 11708 storage/allocator_scorer.go:623 [replicate,n1,s1,r11/1:/Table/1{4-5}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=8.00, overfull-threshold=9
I171018 18:49:26.278723 11953 storage/replica_raftstorage.go:526 [replicate,n1,s1,r9/1:/Table/1{2-3}] generated preemptive snapshot 20a784ec at index 26
I171018 18:49:26.280469 11953 storage/store.go:3549 [replicate,n1,s1,r9/1:/Table/1{2-3}] streamed snapshot to (n3,s3):?: kv pairs: 46, log entries: 16, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:26.280825 13324 storage/replica_raftstorage.go:732 [n3,s3,r9/?:{-}] applying preemptive snapshot at index 26 (id=20a784ec, encoded size=16894, 1 rocksdb batches, 16 log entries)
I171018 18:49:26.281132 13324 storage/replica_raftstorage.go:738 [n3,s3,r9/?:/Table/1{2-3}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:26.281428 11953 storage/replica_command.go:3754 [replicate,n1,s1,r9/1:/Table/1{2-3}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r9:/Table/1{2-3} [(n1,s1):1, next=2]
I171018 18:49:26.284244 13433 storage/replica.go:3071 [n1,s1,r9/1:/Table/1{2-3}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:26.284829 11953 storage/replica_raftstorage.go:526 [replicate,n1,s1,r15/1:/Table/1{8-9}] generated preemptive snapshot b22f22ae at index 16
I171018 18:49:26.285579 11953 storage/store.go:3549 [replicate,n1,s1,r15/1:/Table/1{8-9}] streamed snapshot to (n3,s3):?: kv pairs: 12, log entries: 6, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:26.285803 13401 storage/replica_raftstorage.go:732 [n3,s3,r15/?:{-}] applying preemptive snapshot at index 16 (id=b22f22ae, encoded size=3149, 1 rocksdb batches, 6 log entries)
I171018 18:49:26.285965 13401 storage/replica_raftstorage.go:738 [n3,s3,r15/?:/Table/1{8-9}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:26.286598 11953 storage/replica_command.go:3754 [replicate,n1,s1,r15/1:/Table/1{8-9}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r15:/Table/1{8-9} [(n1,s1):1, next=2]
I171018 18:49:26.288860 13384 storage/replica.go:3071 [n1,s1,r15/1:/Table/1{8-9}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:26.289269 11708 storage/replica_raftstorage.go:526 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] generated preemptive snapshot 7f3b8261 at index 28
I171018 18:49:26.291195 11708 storage/store.go:3549 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] streamed snapshot to (n3,s3):?: kv pairs: 14, log entries: 18, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:26.291443 13460 storage/replica_raftstorage.go:732 [n3,s3,r3/?:{-}] applying preemptive snapshot at index 28 (id=7f3b8261, encoded size=9796, 1 rocksdb batches, 18 log entries)
I171018 18:49:26.291662 13460 storage/replica_raftstorage.go:738 [n3,s3,r3/?:/System/NodeLiveness{-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:26.292002 11708 storage/replica_command.go:3754 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r3:/System/NodeLiveness{-Max} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:26.294546 13482 storage/replica.go:3071 [n1,s1,r3/1:/System/NodeLiveness{-Max}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:26.295306 11708 storage/allocator_scorer.go:623 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=9.00, overfull-threshold=10
I171018 18:49:26.295728 11953 storage/replica_raftstorage.go:526 [replicate,n1,s1,r10/1:/Table/1{3-4}] generated preemptive snapshot 7dd87dce at index 53
I171018 18:49:26.296697 11953 storage/store.go:3549 [replicate,n1,s1,r10/1:/Table/1{3-4}] streamed snapshot to (n2,s2):?: kv pairs: 156, log entries: 43, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:26.298962 13467 storage/replica_raftstorage.go:732 [n2,s2,r10/?:{-}] applying preemptive snapshot at index 53 (id=7dd87dce, encoded size=58829, 1 rocksdb batches, 43 log entries)
I171018 18:49:26.299397 13467 storage/replica_raftstorage.go:738 [n2,s2,r10/?:/Table/1{3-4}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:26.299672 11953 storage/replica_command.go:3754 [replicate,n1,s1,r10/1:/Table/1{3-4}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r10:/Table/1{3-4} [(n1,s1):1, next=2]
I171018 18:49:26.302368 13484 storage/replica.go:3071 [n1,s1,r10/1:/Table/1{3-4}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:26.302862 11953 storage/replica_raftstorage.go:526 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] generated preemptive snapshot f05e9a7e at index 20
I171018 18:49:26.303349 11953 storage/store.go:3549 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] streamed snapshot to (n2,s2):?: kv pairs: 11, log entries: 10, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:26.303588 13454 storage/replica_raftstorage.go:732 [n2,s2,r6/?:{-}] applying preemptive snapshot at index 20 (id=f05e9a7e, encoded size=6495, 1 rocksdb batches, 10 log entries)
I171018 18:49:26.303911 13454 storage/replica_raftstorage.go:738 [n2,s2,r6/?:/{System/tse-Table/System…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:26.304239 11953 storage/replica_command.go:3754 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r6:/{System/tse-Table/SystemConfigSpan/Start} [(n1,s1):1, next=2]
I171018 18:49:26.306764 13491 storage/replica.go:3071 [n1,s1,r6/1:/{System/tse-Table/System…}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:26.307199 11708 storage/replica_raftstorage.go:526 [replicate,n1,s1,r16/1:/{Table/19-Max}] generated preemptive snapshot 9ffeb042 at index 14
I171018 18:49:26.307812 11708 storage/store.go:3549 [replicate,n1,s1,r16/1:/{Table/19-Max}] streamed snapshot to (n3,s3):?: kv pairs: 11, log entries: 4, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:26.308058 13470 storage/replica_raftstorage.go:732 [n3,s3,r16/?:{-}] applying preemptive snapshot at index 14 (id=9ffeb042, encoded size=1824, 1 rocksdb batches, 4 log entries)
I171018 18:49:26.308216 13470 storage/replica_raftstorage.go:738 [n3,s3,r16/?:/{Table/19-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:26.308633 11708 storage/replica_command.go:3754 [replicate,n1,s1,r16/1:/{Table/19-Max}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r16:/{Table/19-Max} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:26.311247 13539 storage/replica.go:3071 [n1,s1,r16/1:/{Table/19-Max}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:26.312099 11708 storage/allocator_scorer.go:623 [replicate,n1,s1,r16/1:/{Table/19-Max}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=10.00, overfull-threshold=11
I171018 18:49:26.312315 11953 storage/replica_raftstorage.go:526 [replicate,n1,s1,r12/1:/Table/1{5-6}] generated preemptive snapshot 8dd42c59 at index 19
I171018 18:49:26.313488 11953 storage/store.go:3549 [replicate,n1,s1,r12/1:/Table/1{5-6}] streamed snapshot to (n2,s2):?: kv pairs: 11, log entries: 9, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:26.313937 13543 storage/replica_raftstorage.go:732 [n2,s2,r12/?:{-}] applying preemptive snapshot at index 19 (id=8dd42c59, encoded size=3759, 1 rocksdb batches, 9 log entries)
I171018 18:49:26.314128 13543 storage/replica_raftstorage.go:738 [n2,s2,r12/?:/Table/1{5-6}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:26.316232 11953 storage/replica_command.go:3754 [replicate,n1,s1,r12/1:/Table/1{5-6}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r12:/Table/1{5-6} [(n1,s1):1, next=2]
I171018 18:49:26.318718 13555 storage/replica.go:3071 [n1,s1,r12/1:/Table/1{5-6}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:26.319146 11953 storage/replica_raftstorage.go:526 [replicate,n1,s1,r5/1:/System/ts{d-e}] generated preemptive snapshot ab251b76 at index 22
I171018 18:49:26.327108 11953 storage/store.go:3549 [replicate,n1,s1,r5/1:/System/ts{d-e}] streamed snapshot to (n3,s3):?: kv pairs: 919, log entries: 12, rate-limit: 8.0 MiB/sec, 8ms
I171018 18:49:26.329270 13563 storage/replica_raftstorage.go:732 [n3,s3,r5/?:{-}] applying preemptive snapshot at index 22 (id=ab251b76, encoded size=156179, 1 rocksdb batches, 12 log entries)
I171018 18:49:26.361197 13563 storage/replica_raftstorage.go:738 [n3,s3,r5/?:/System/ts{d-e}] applied preemptive snapshot in 32ms [clear=0ms batch=0ms entries=31ms commit=1ms]
I171018 18:49:26.362114 11953 storage/replica_command.go:3754 [replicate,n1,s1,r5/1:/System/ts{d-e}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r5:/System/ts{d-e} [(n1,s1):1, next=2]
I171018 18:49:26.365429 13579 storage/replica.go:3071 [n1,s1,r5/1:/System/ts{d-e}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:26.365917 11708 storage/replica_raftstorage.go:526 [replicate,n1,s1,r9/1:/Table/1{2-3}] generated preemptive snapshot 2449ba27 at index 29
I171018 18:49:26.366892 11708 storage/store.go:3549 [replicate,n1,s1,r9/1:/Table/1{2-3}] streamed snapshot to (n2,s2):?: kv pairs: 47, log entries: 19, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:26.367186 13586 storage/replica_raftstorage.go:732 [n2,s2,r9/?:{-}] applying preemptive snapshot at index 29 (id=2449ba27, encoded size=18122, 1 rocksdb batches, 19 log entries)
I171018 18:49:26.367448 13586 storage/replica_raftstorage.go:738 [n2,s2,r9/?:/Table/1{2-3}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:26.367844 11708 storage/replica_command.go:3754 [replicate,n1,s1,r9/1:/Table/1{2-3}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r9:/Table/1{2-3} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:26.370769 13510 storage/replica.go:3071 [n1,s1,r9/1:/Table/1{2-3}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:26.371330 11708 storage/allocator_scorer.go:623 [replicate,n1,s1,r9/1:/Table/1{2-3}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=11.00, overfull-threshold=12
I171018 18:49:26.371799 11953 storage/replica_raftstorage.go:526 [replicate,n1,s1,r14/1:/Table/1{7-8}] generated preemptive snapshot 3820ad8b at index 20
I171018 18:49:26.372397 11953 storage/store.go:3549 [replicate,n1,s1,r14/1:/Table/1{7-8}] streamed snapshot to (n3,s3):?: kv pairs: 12, log entries: 10, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:26.372628 13592 storage/replica_raftstorage.go:732 [n3,s3,r14/?:{-}] applying preemptive snapshot at index 20 (id=3820ad8b, encoded size=4145, 1 rocksdb batches, 10 log entries)
I171018 18:49:26.373075 13592 storage/replica_raftstorage.go:738 [n3,s3,r14/?:/Table/1{7-8}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:26.373805 11874 storage/allocator_scorer.go:623 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=11.00, overfull-threshold=12
I171018 18:49:26.374427 11953 storage/replica_command.go:3754 [replicate,n1,s1,r14/1:/Table/1{7-8}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r14:/Table/1{7-8} [(n1,s1):1, next=2]
I171018 18:49:26.377502 13529 storage/replica.go:3071 [n1,s1,r14/1:/Table/1{7-8}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:26.377976 11953 storage/replica_raftstorage.go:526 [replicate,n1,s1,r13/1:/Table/1{6-7}] generated preemptive snapshot df5bba49 at index 19
I171018 18:49:26.378856 11953 storage/store.go:3549 [replicate,n1,s1,r13/1:/Table/1{6-7}] streamed snapshot to (n3,s3):?: kv pairs: 11, log entries: 9, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:26.379586 13533 storage/replica_raftstorage.go:732 [n3,s3,r13/?:{-}] applying preemptive snapshot at index 19 (id=df5bba49, encoded size=3760, 1 rocksdb batches, 9 log entries)
I171018 18:49:26.379830 13533 storage/replica_raftstorage.go:738 [n3,s3,r13/?:/Table/1{6-7}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:26.380353 11953 storage/replica_command.go:3754 [replicate,n1,s1,r13/1:/Table/1{6-7}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r13:/Table/1{6-7} [(n1,s1):1, next=2]
I171018 18:49:26.383104 13670 storage/replica.go:3071 [n1,s1,r13/1:/Table/1{6-7}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:26.383559 11708 storage/replica_raftstorage.go:526 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] generated preemptive snapshot 401369c1 at index 23
I171018 18:49:26.384521 11708 storage/store.go:3549 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] streamed snapshot to (n3,s3):?: kv pairs: 12, log entries: 13, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:26.384974 13651 storage/replica_raftstorage.go:732 [n3,s3,r6/?:{-}] applying preemptive snapshot at index 23 (id=401369c1, encoded size=7780, 1 rocksdb batches, 13 log entries)
I171018 18:49:26.385369 13651 storage/replica_raftstorage.go:738 [n3,s3,r6/?:/{System/tse-Table/System…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:26.385861 11708 storage/replica_command.go:3754 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r6:/{System/tse-Table/SystemConfigSpan/Start} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:26.395328 13704 storage/replica.go:3071 [n1,s1,r6/1:/{System/tse-Table/System…}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:26.397728 11708 storage/allocator_scorer.go:623 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=11.67, overfull-threshold=13
I171018 18:49:26.398034 11953 storage/replica_raftstorage.go:526 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] generated preemptive snapshot e4cddfa5 at index 35
I171018 18:49:26.400819 11953 storage/store.go:3549 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] streamed snapshot to (n2,s2):?: kv pairs: 34, log entries: 2, rate-limit: 8.0 MiB/sec, 3ms
I171018 18:49:26.400987 13714 storage/replica_raftstorage.go:732 [n2,s2,r4/?:{-}] applying preemptive snapshot at index 35 (id=e4cddfa5, encoded size=64848, 1 rocksdb batches, 2 log entries)
I171018 18:49:26.402022 13714 storage/replica_raftstorage.go:738 [n2,s2,r4/?:/System/{NodeLive…-tsd}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:26.402369 11953 storage/replica_command.go:3754 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r4:/System/{NodeLivenessMax-tsd} [(n1,s1):1, next=2]
I171018 18:49:26.406518 13607 storage/replica.go:3071 [n1,s1,r4/1:/System/{NodeLive…-tsd}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:26.407181 11953 storage/replica_raftstorage.go:526 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] generated preemptive snapshot 5f3435f2 at index 18
I171018 18:49:26.408216 11953 storage/store.go:3549 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 8, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:26.410799 13611 storage/replica_raftstorage.go:732 [n2,s2,r2/?:{-}] applying preemptive snapshot at index 18 (id=5f3435f2, encoded size=5346, 1 rocksdb batches, 8 log entries)
I171018 18:49:26.411010 13611 storage/replica_raftstorage.go:738 [n2,s2,r2/?:/System/{-NodeLive…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:26.411642 11953 storage/replica_command.go:3754 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r2:/System/{-NodeLiveness} [(n1,s1):1, next=2]
I171018 18:49:26.417066 13646 storage/replica.go:3071 [n1,s1,r2/1:/System/{-NodeLive…}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:26.417580 11708 storage/replica_raftstorage.go:526 [replicate,n1,s1,r12/1:/Table/1{5-6}] generated preemptive snapshot c27a9411 at index 22
I171018 18:49:26.418555 11708 storage/store.go:3549 [replicate,n1,s1,r12/1:/Table/1{5-6}] streamed snapshot to (n3,s3):?: kv pairs: 12, log entries: 12, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:26.418785 13521 storage/replica_raftstorage.go:732 [n3,s3,r12/?:{-}] applying preemptive snapshot at index 22 (id=c27a9411, encoded size=4987, 1 rocksdb batches, 12 log entries)
I171018 18:49:26.419060 13521 storage/replica_raftstorage.go:738 [n3,s3,r12/?:/Table/1{5-6}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:26.419362 11708 storage/replica_command.go:3754 [replicate,n1,s1,r12/1:/Table/1{5-6}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r12:/Table/1{5-6} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:26.424397 13732 storage/replica.go:3071 [n1,s1,r12/1:/Table/1{5-6}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:26.424955 11708 storage/allocator_scorer.go:623 [replicate,n1,s1,r12/1:/Table/1{5-6}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=13.00, overfull-threshold=14
I171018 18:49:26.425233 11953 storage/replica_raftstorage.go:526 [replicate,n1,s1,r8/1:/Table/1{1-2}] generated preemptive snapshot 4caa9da4 at index 17
I171018 18:49:26.426206 11953 storage/store.go:3549 [replicate,n1,s1,r8/1:/Table/1{1-2}] streamed snapshot to (n2,s2):?: kv pairs: 11, log entries: 7, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:26.426537 13736 storage/replica_raftstorage.go:732 [n2,s2,r8/?:{-}] applying preemptive snapshot at index 17 (id=4caa9da4, encoded size=4307, 1 rocksdb batches, 7 log entries)
I171018 18:49:26.426746 13736 storage/replica_raftstorage.go:738 [n2,s2,r8/?:/Table/1{1-2}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:26.427211 11953 storage/replica_command.go:3754 [replicate,n1,s1,r8/1:/Table/1{1-2}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r8:/Table/1{1-2} [(n1,s1):1, next=2]
I171018 18:49:26.429939 13737 storage/replica.go:3071 [n1,s1,r8/1:/Table/1{1-2}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:26.430302 11953 storage/queue.go:723 [n1,replicate] purgatory is now empty
I171018 18:49:26.430537 11708 storage/replica_raftstorage.go:526 [replicate,n1,s1,r5/1:/System/ts{d-e}] generated preemptive snapshot e1d667bd at index 25
I171018 18:49:26.437497 11708 storage/store.go:3549 [replicate,n1,s1,r5/1:/System/ts{d-e}] streamed snapshot to (n2,s2):?: kv pairs: 920, log entries: 15, rate-limit: 8.0 MiB/sec, 7ms
I171018 18:49:26.437821 13827 storage/replica_raftstorage.go:732 [n2,s2,r5/?:{-}] applying preemptive snapshot at index 25 (id=e1d667bd, encoded size=157476, 1 rocksdb batches, 15 log entries)
I171018 18:49:26.438867 13827 storage/replica_raftstorage.go:738 [n2,s2,r5/?:/System/ts{d-e}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:26.439304 11708 storage/replica_command.go:3754 [replicate,n1,s1,r5/1:/System/ts{d-e}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r5:/System/ts{d-e} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:26.442561 13683 storage/replica.go:3071 [n1,s1,r5/1:/System/ts{d-e}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:26.443708 11708 storage/allocator_scorer.go:623 [replicate,n1,s1,r5/1:/System/ts{d-e}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=13.67, overfull-threshold=15
I171018 18:49:26.444048 11708 storage/replica_raftstorage.go:526 [replicate,n1,s1,r14/1:/Table/1{7-8}] generated preemptive snapshot 15200c2e at index 23
I171018 18:49:26.445000 11708 storage/store.go:3549 [replicate,n1,s1,r14/1:/Table/1{7-8}] streamed snapshot to (n2,s2):?: kv pairs: 13, log entries: 13, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:26.445347 13780 storage/replica_raftstorage.go:732 [n2,s2,r14/?:{-}] applying preemptive snapshot at index 23 (id=15200c2e, encoded size=5373, 1 rocksdb batches, 13 log entries)
I171018 18:49:26.445644 13780 storage/replica_raftstorage.go:738 [n2,s2,r14/?:/Table/1{7-8}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:26.445962 11708 storage/replica_command.go:3754 [replicate,n1,s1,r14/1:/Table/1{7-8}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r14:/Table/1{7-8} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:26.448976 13686 storage/replica.go:3071 [n1,s1,r14/1:/Table/1{7-8}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:26.449590 11708 storage/allocator_scorer.go:623 [replicate,n1,s1,r14/1:/Table/1{7-8}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=14.00, overfull-threshold=15
I171018 18:49:26.450500 11708 storage/replica_raftstorage.go:526 [replicate,n1,s1,r15/1:/Table/1{8-9}] generated preemptive snapshot 846c150b at index 19
I171018 18:49:26.452082 11708 storage/store.go:3549 [replicate,n1,s1,r15/1:/Table/1{8-9}] streamed snapshot to (n2,s2):?: kv pairs: 13, log entries: 9, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:26.452307 13796 storage/replica_raftstorage.go:732 [n2,s2,r15/?:{-}] applying preemptive snapshot at index 19 (id=846c150b, encoded size=4377, 1 rocksdb batches, 9 log entries)
I171018 18:49:26.452504 13796 storage/replica_raftstorage.go:738 [n2,s2,r15/?:/Table/1{8-9}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:26.452817 11708 storage/replica_command.go:3754 [replicate,n1,s1,r15/1:/Table/1{8-9}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r15:/Table/1{8-9} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:26.470457 13824 storage/replica.go:3071 [n1,s1,r15/1:/Table/1{8-9}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:26.472438 11708 storage/allocator_scorer.go:633 [replicate,n1,s1,r15/1:/Table/1{8-9}] s1: should-rebalance(better-fit-ranges=s3): rangeCount=16, otherRangeCount=12, mean=14.33, underfull-threshold=13
I171018 18:49:26.472782 11708 storage/replica_raftstorage.go:526 [replicate,n1,s1,r13/1:/Table/1{6-7}] generated preemptive snapshot dcfcaff3 at index 22
I171018 18:49:26.473951 11708 storage/store.go:3549 [replicate,n1,s1,r13/1:/Table/1{6-7}] streamed snapshot to (n2,s2):?: kv pairs: 12, log entries: 12, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:26.474212 13691 storage/replica_raftstorage.go:732 [n2,s2,r13/?:{-}] applying preemptive snapshot at index 22 (id=dcfcaff3, encoded size=4988, 1 rocksdb batches, 12 log entries)
I171018 18:49:26.474454 13691 storage/replica_raftstorage.go:738 [n2,s2,r13/?:/Table/1{6-7}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:26.475288 11708 storage/replica_command.go:3754 [replicate,n1,s1,r13/1:/Table/1{6-7}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r13:/Table/1{6-7} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:26.480064 13895 storage/replica.go:3071 [n1,s1,r13/1:/Table/1{6-7}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:26.480801 11708 storage/allocator_scorer.go:633 [replicate,n1,s1,r13/1:/Table/1{6-7}] s2: should-rebalance(better-fit-ranges=s3): rangeCount=16, otherRangeCount=12, mean=14.67, underfull-threshold=13
I171018 18:49:26.481164 11708 storage/replica_raftstorage.go:526 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] generated preemptive snapshot 837b4ed3 at index 39
I171018 18:49:26.482050 11708 storage/store.go:3549 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] streamed snapshot to (n3,s3):?: kv pairs: 35, log entries: 6, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:26.482333 13907 storage/replica_raftstorage.go:732 [n3,s3,r4/?:{-}] applying preemptive snapshot at index 39 (id=837b4ed3, encoded size=66423, 1 rocksdb batches, 6 log entries)
I171018 18:49:26.482840 13907 storage/replica_raftstorage.go:738 [n3,s3,r4/?:/System/{NodeLive…-tsd}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:26.483271 11708 storage/replica_command.go:3754 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r4:/System/{NodeLivenessMax-tsd} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:26.486875 13803 storage/replica.go:3071 [n1,s1,r4/1:/System/{NodeLive…-tsd}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:26.487545 11708 storage/allocator_scorer.go:633 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] s2: should-rebalance(better-fit-ranges=s3): rangeCount=16, otherRangeCount=13, mean=15.00, underfull-threshold=14
I171018 18:49:26.487897 11708 storage/replica_raftstorage.go:526 [replicate,n1,s1,r10/1:/Table/1{3-4}] generated preemptive snapshot 9fd77569 at index 91
I171018 18:49:26.488998 11708 storage/store.go:3549 [replicate,n1,s1,r10/1:/Table/1{3-4}] streamed snapshot to (n3,s3):?: kv pairs: 252, log entries: 13, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:26.489262 13939 storage/replica_raftstorage.go:732 [n3,s3,r10/?:{-}] applying preemptive snapshot at index 91 (id=9fd77569, encoded size=45374, 1 rocksdb batches, 13 log entries)
I171018 18:49:26.489714 13939 storage/replica_raftstorage.go:738 [n3,s3,r10/?:/Table/1{3-4}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:26.490085 11708 storage/replica_command.go:3754 [replicate,n1,s1,r10/1:/Table/1{3-4}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r10:/Table/1{3-4} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:26.493189 13847 storage/replica.go:3071 [n1,s1,r10/1:/Table/1{3-4}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:26.494153 11708 storage/replica_raftstorage.go:526 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] generated preemptive snapshot d5d2e3eb at index 21
I171018 18:49:26.494761 11708 storage/store.go:3549 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] streamed snapshot to (n3,s3):?: kv pairs: 11, log entries: 11, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:26.496321 13911 storage/replica_raftstorage.go:732 [n3,s3,r2/?:{-}] applying preemptive snapshot at index 21 (id=d5d2e3eb, encoded size=6614, 1 rocksdb batches, 11 log entries)
I171018 18:49:26.496648 13911 storage/replica_raftstorage.go:738 [n3,s3,r2/?:/System/{-NodeLive…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:26.497348 11708 storage/replica_command.go:3754 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r2:/System/{-NodeLiveness} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:26.503349 13930 storage/replica.go:3071 [n1,s1,r2/1:/System/{-NodeLive…}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:26.504135 11708 storage/replica_raftstorage.go:526 [replicate,n1,s1,r8/1:/Table/1{1-2}] generated preemptive snapshot ff6d6278 at index 20
I171018 18:49:26.505974 11708 storage/store.go:3549 [replicate,n1,s1,r8/1:/Table/1{1-2}] streamed snapshot to (n3,s3):?: kv pairs: 12, log entries: 10, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:26.506388 13806 storage/replica_raftstorage.go:732 [n3,s3,r8/?:{-}] applying preemptive snapshot at index 20 (id=ff6d6278, encoded size=5535, 1 rocksdb batches, 10 log entries)
I171018 18:49:26.506644 13806 storage/replica_raftstorage.go:738 [n3,s3,r8/?:/Table/1{1-2}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:26.507371 11708 storage/replica_command.go:3754 [replicate,n1,s1,r8/1:/Table/1{1-2}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r8:/Table/1{1-2} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:26.510343 13857 storage/replica.go:3071 [n1,s1,r8/1:/Table/1{1-2}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:26.522282 13974 storage/raft_transport.go:455 [n3] raft transport stream to node 2 established
I171018 18:49:26.543036 14020 storage/raft_transport.go:455 [n2] raft transport stream to node 3 established
I171018 18:49:26.667333 14042 sql/event_log.go:103 [client=127.0.0.1:53526,user=root,n1] Event: "create_database", target: 50, info: {DatabaseName:data Statement:CREATE DATABASE IF NOT EXISTS data User:root}
I171018 18:49:26.668244 11707 storage/replica_command.go:2810 [split,n1,s1,r16/1:/{Table/19-Max}] initiating a split of this range at key /Table/50 [r17]
I171018 18:49:26.675469 14042 sql/event_log.go:103 [client=127.0.0.1:53526,user=root,n1] Event: "create_table", target: 51, info: {TableName:data.bank Statement:CREATE TABLE data.bank (id INT PRIMARY KEY, balance INT, payload STRING, FAMILY (id, balance, payload)) User:root}
I171018 18:49:26.676907 11707 storage/replica_command.go:2810 [split,n1,s1,r17/1:/{Table/50-Max}] initiating a split of this range at key /Table/51 [r18]
I171018 18:49:26.757339 14162 storage/replica_command.go:2810 [n1,s1,r18/1:/{Table/51-Max}] initiating a split of this range at key /Table/51/1/100 [r19]
I171018 18:49:26.768360 14191 storage/replica_command.go:2810 [n1,s1,r19/1:/{Table/51/1/1…-Max}] initiating a split of this range at key /Table/51/1/200 [r20]
I171018 18:49:26.779585 11711 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r19/1:/{Table/51/1/1…-Max}] generated Raft snapshot ecff32de at index 14
E171018 18:49:26.784271 11711 storage/queue.go:656 [raftsnapshot,n1,s1,r19/1:/{Table/51/1/1…-Max}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r19: cannot apply snapshot: snapshot intersects existing range [n3,s3,r18/3:/{Table/51-Max}]
I171018 18:49:26.785783 14226 storage/replica_command.go:2810 [n1,s1,r20/1:/{Table/51/1/2…-Max}] initiating a split of this range at key /Table/51/1/300 [r21]
I171018 18:49:26.790508 11711 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r20/1:/{Table/51/1/2…-Max}] generated Raft snapshot 54e0be49 at index 13
E171018 18:49:26.791997 11711 storage/queue.go:656 [raftsnapshot,n1,s1,r20/1:/{Table/51/1/2…-Max}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r20: cannot apply snapshot: snapshot intersects existing range [n3,s3,r19/3:/{Table/51/1/1…-Max}]
I171018 18:49:26.794471 14282 storage/replica_command.go:2810 [n1,s1,r21/1:/{Table/51/1/3…-Max}] initiating a split of this range at key /Table/51/1/400 [r22]
I171018 18:49:26.796058 11711 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r21/1:/{Table/51/1/3…-Max}] generated Raft snapshot 9c41f6ce at index 10
E171018 18:49:26.797189 11711 storage/queue.go:656 [raftsnapshot,n1,s1,r21/1:/{Table/51/1/3…-Max}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r21: cannot apply snapshot: snapshot intersects existing range [n3,s3,r19/3:/{Table/51/1/1…-Max}]
I171018 18:49:26.804693 14240 storage/replica_command.go:2810 [n1,s1,r22/1:/{Table/51/1/4…-Max}] initiating a split of this range at key /Table/51/1/500 [r23]
I171018 18:49:26.806713 11711 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r22/1:/{Table/51/1/4…-Max}] generated Raft snapshot 9d1b939f at index 11
E171018 18:49:26.817841 11711 storage/queue.go:656 [raftsnapshot,n1,s1,r22/1:/{Table/51/1/4…-Max}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r22: cannot apply snapshot: snapshot intersects existing range [n3,s3,r19/3:/{Table/51/1/1…-Max}]
I171018 18:49:26.822688 14325 storage/replica_command.go:2810 [n1,s1,r23/1:/{Table/51/1/5…-Max}] initiating a split of this range at key /Table/51/1/600 [r24]
I171018 18:49:26.824859 11711 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r23/1:/{Table/51/1/5…-Max}] generated Raft snapshot 3d8b72e2 at index 11
E171018 18:49:26.825293 11711 storage/queue.go:656 [raftsnapshot,n1,s1,r23/1:/{Table/51/1/5…-Max}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r23: cannot apply snapshot: snapshot intersects existing range [n3,s3,r19/3:/{Table/51/1/1…-Max}]
I171018 18:49:26.830230 14373 storage/replica_command.go:2810 [n1,s1,r24/1:/{Table/51/1/6…-Max}] initiating a split of this range at key /Table/51/1/700 [r25]
I171018 18:49:26.832999 11711 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r24/1:/{Table/51/1/6…-Max}] generated Raft snapshot e6cf971d at index 10
E171018 18:49:26.833436 11711 storage/queue.go:656 [raftsnapshot,n1,s1,r24/1:/{Table/51/1/6…-Max}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r24: cannot apply snapshot: snapshot intersects existing range [n3,s3,r19/3:/{Table/51/1/1…-Max}]
I171018 18:49:26.840198 14267 storage/replica_command.go:2810 [n1,s1,r25/1:/{Table/51/1/7…-Max}] initiating a split of this range at key /Table/51/1/800 [r26]
I171018 18:49:26.842133 11711 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r25/1:/{Table/51/1/7…-Max}] generated Raft snapshot f1afb764 at index 11
E171018 18:49:26.842561 11711 storage/queue.go:656 [raftsnapshot,n1,s1,r25/1:/{Table/51/1/7…-Max}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r25: cannot apply snapshot: snapshot intersects existing range [n3,s3,r19/3:/{Table/51/1/1…-Max}]
I171018 18:49:26.846620 14451 storage/replica_command.go:2810 [n1,s1,r26/1:/{Table/51/1/8…-Max}] initiating a split of this range at key /Table/51/1/900 [r27]
I171018 18:49:26.849296 11711 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r26/1:/{Table/51/1/8…-Max}] generated Raft snapshot d3104415 at index 11
E171018 18:49:26.849693 11711 storage/queue.go:656 [raftsnapshot,n1,s1,r26/1:/{Table/51/1/8…-Max}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r26: cannot apply snapshot: snapshot intersects existing range [n3,s3,r19/3:/{Table/51/1/1…-Max}]
I171018 18:49:26.878118 14042 sql/event_log.go:103 [client=127.0.0.1:53526,user=root,n1] Event: "create_index", target: 51, info: {TableName:bank IndexName:balance_idx Statement:CREATE INDEX balance_idx ON data.bank (balance) User:root MutationID:1}
I171018 18:49:26.881521 14042 sql/lease.go:341 [client=127.0.0.1:53526,user=root,n1] publish: descID=51 (bank) version=2 mtime=2017-10-18 18:49:26.88136061 +0000 UTC
I171018 18:49:26.888087 14042 sql/lease.go:267 publish (count leases): descID=51 name=bank version=1 count=1
I171018 18:49:26.943399 14042 sql/lease.go:341 [client=127.0.0.1:53526,user=root,n1] publish: descID=51 (bank) version=3 mtime=2017-10-18 18:49:26.943255104 +0000 UTC
I171018 18:49:26.945562 14042 sql/lease.go:267 publish (count leases): descID=51 name=bank version=2 count=1
I171018 18:49:26.971577 14042 sql/backfill.go:132 [client=127.0.0.1:53526,user=root,n1] Running backfill for "bank", v=3, m=1
I171018 18:49:26.979569 11711 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r27/1:/{Table/51/1/9…-Max}] generated Raft snapshot 49e84247 at index 11
E171018 18:49:26.980402 11711 storage/queue.go:656 [raftsnapshot,n1,s1,r27/1:/{Table/51/1/9…-Max}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r27: cannot apply snapshot: snapshot intersects existing range [n3,s3,r19/3:/{Table/51/1/1…-Max}]
I171018 18:49:27.020133 14042 sql/lease.go:341 [client=127.0.0.1:53526,user=root,n1] publish: descID=51 (bank) version=4 mtime=2017-10-18 18:49:27.019887466 +0000 UTC
I171018 18:49:27.027874 14042 sql/event_log.go:103 [client=127.0.0.1:53526,user=root,n1] Event: "finish_schema_change", target: 51, info: {MutationID:1}
I171018 18:49:27.029239 14042 sql/lease.go:267 publish (count leases): descID=51 name=bank version=3 count=1
I171018 18:49:27.066707 14924 ccl/storageccl/export.go:129 [n1,s1,r27/1:/{Table/51/1/9…-Max}] export [/Table/51/2,/Table/51/3)
I171018 18:49:27.066734 14782 ccl/storageccl/export.go:129 [n1,s1,r20/1:/Table/51/1/{200-300}] export [/Table/51/1/200,/Table/51/1/300)
I171018 18:49:27.066796 14903 ccl/storageccl/export.go:129 [n1,s1,r24/1:/Table/51/1/{600-700}] export [/Table/51/1/600,/Table/51/1/700)
I171018 18:49:27.067987 14440 ccl/storageccl/export.go:129 [n1,s1,r22/1:/Table/51/1/{400-500}] export [/Table/51/1/400,/Table/51/1/500)
I171018 18:49:27.068568 14793 ccl/storageccl/export.go:129 [n1,s1,r26/1:/Table/51/1/{800-900}] export [/Table/51/1/800,/Table/51/1/900)
I171018 18:49:27.087608 14716 ccl/storageccl/export.go:129 [n1,s1,r21/1:/Table/51/1/{300-400}] export [/Table/51/1/300,/Table/51/1/400)
I171018 18:49:27.088511 14715 ccl/storageccl/export.go:129 [n1,s1,r23/1:/Table/51/1/{500-600}] export [/Table/51/1/500,/Table/51/1/600)
I171018 18:49:27.090434 14717 ccl/storageccl/export.go:129 [n1,s1,r25/1:/Table/51/1/{700-800}] export [/Table/51/1/700,/Table/51/1/800)
I171018 18:49:27.091412 14718 ccl/storageccl/export.go:129 [n1,s1,r7/1:/Table/{SystemCon…-11}] export [/Table/3/1,/Table/3/2)
I171018 18:49:27.091823 14719 ccl/storageccl/export.go:129 [n1,s1,r27/1:/{Table/51/1/9…-Max}] export [/Table/51/1/900,/Table/51/2)
I171018 18:49:27.101162 14720 ccl/storageccl/export.go:129 [n1,s1,r18/1:/Table/51{-/1/100}] export [/Table/51/1,/Table/51/1/100)
I171018 18:49:27.102141 14721 ccl/storageccl/export.go:129 [n1,s1,r7/1:/Table/{SystemCon…-11}] export [/Table/4/1,/Table/4/2)
I171018 18:49:27.102245 14930 ccl/storageccl/export.go:129 [n1,s1,r19/1:/Table/51/1/{100-200}] export [/Table/51/1/100,/Table/51/1/200)
W171018 18:49:27.199590 11591 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
I171018 18:49:27.200766 11591 server/config.go:507 [n?] 1 storage engine initialized
I171018 18:49:27.200787 11591 server/config.go:510 [n?] RocksDB cache size: 128 MiB
I171018 18:49:27.200795 11591 server/config.go:510 [n?] store 0: in-memory, size 0 B
I171018 18:49:27.202761 11591 server/node.go:347 [n?] **** cluster b6f31d18-dcd7-45db-872f-e2d8d83abacc has been created
I171018 18:49:27.202785 11591 server/server.go:882 [n?] **** add additional nodes by specifying --join=127.0.0.1:41054
I171018 18:49:27.203214 11591 storage/store.go:1212 [n1,s1] [n1,s1]: failed initial metrics computation: [n1,s1]: system config not yet available
I171018 18:49:27.203251 11591 server/node.go:472 [n1] initialized store [n1,s1]: disk (capacity=512 MiB, available=512 MiB, used=0 B, logicalBytes=3.2 KiB), ranges=1, leases=0, writes=0.00, bytesPerReplica={p10=3234.00 p25=3234.00 p50=3234.00 p75=3234.00 p90=3234.00}, writesPerReplica={p10=0.00 p25=0.00 p50=0.00 p75=0.00 p90=0.00}
I171018 18:49:27.203276 11591 server/node.go:329 [n1] node ID 1 initialized
I171018 18:49:27.203322 11591 gossip/gossip.go:331 [n1] NodeDescriptor set to node_id:1 address:<network_field:"tcp" address_field:"127.0.0.1:41054" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:3 >
I171018 18:49:27.203440 11591 storage/stores.go:332 [n1] read 0 node addresses from persistent storage
I171018 18:49:27.203544 11591 server/node.go:617 [n1] connecting to gossip network to verify cluster ID...
I171018 18:49:27.203568 11591 server/node.go:642 [n1] node connected via gossip and verified as part of cluster "b6f31d18-dcd7-45db-872f-e2d8d83abacc"
I171018 18:49:27.203614 11591 server/node.go:414 [n1] node=1: started with [<no-attributes>=<in-mem>] engine(s) and attributes []
I171018 18:49:27.203681 11591 sql/executor.go:408 [n1] creating distSQLPlanner with address {tcp 127.0.0.1:41054}
I171018 18:49:27.207062 11591 server/server.go:987 [n1] starting https server at 127.0.0.1:42082
I171018 18:49:27.207084 11591 server/server.go:988 [n1] starting grpc/postgres server at 127.0.0.1:41054
I171018 18:49:27.207093 11591 server/server.go:989 [n1] advertising CockroachDB node at 127.0.0.1:41054
W171018 18:49:27.207105 11591 sql/jobs/registry.go:167 [n1] unable to get node liveness: node not in the liveness table
I171018 18:49:27.221806 11591 sql/event_log.go:103 [n1] Event: "alter_table", target: 12, info: {TableName:eventlog Statement:ALTER TABLE system.eventlog ALTER COLUMN "uniqueID" SET DEFAULT uuid_v4() User:node MutationID:0 CascadeDroppedViews:[]}
I171018 18:49:27.227361 11591 sql/lease.go:341 [n1] publish: descID=12 (eventlog) version=2 mtime=2017-10-18 18:49:27.227156948 +0000 UTC
I171018 18:49:27.236716 11591 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:diagnostics.reporting.enabled Value:true User:node}
I171018 18:49:27.248773 11591 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:version Value:1.1-3 User:node}
I171018 18:49:27.254032 14934 storage/replica_command.go:2810 [split,n1,s1,r1/1:/M{in-ax}] initiating a split of this range at key /System/"" [r2]
I171018 18:49:27.259385 14934 storage/replica_command.go:2810 [split,n1,s1,r2/1:/{System/-Max}] initiating a split of this range at key /System/NodeLiveness [r3]
W171018 18:49:27.259975 15607 storage/intent_resolver.go:345 [n1,s1,r2/1:/{System/-Max}]: failed to push during intent resolution: failed to push "sql txn implicit" id=9683dcfc key=/Table/SystemConfigSpan/Start rw=true pri=0.05151429 iso=SERIALIZABLE stat=PENDING epo=0 ts=1508352567.249609654,0 orig=1508352567.249609654,0 max=1508352567.249609654,0 wto=false rop=false seq=7
I171018 18:49:27.261790 11591 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:trace.debug.enable Value:false User:node}
I171018 18:49:27.262433 11591 server/server.go:1131 [n1] done ensuring all necessary migrations have run
I171018 18:49:27.262455 11591 server/server.go:1133 [n1] serving sql connections
I171018 18:49:27.266710 15485 sql/event_log.go:103 [n1] Event: "node_join", target: 1, info: {Descriptor:{NodeID:1 Address:{NetworkField:tcp AddressField:127.0.0.1:41054} Attrs: Locality: ServerVersion:1.1-3} ClusterID:b6f31d18-dcd7-45db-872f-e2d8d83abacc StartedAt:1508352567203576136 LastUp:1508352567203576136}
I171018 18:49:27.270468 14934 storage/replica_command.go:2810 [split,n1,s1,r3/1:/{System/NodeL…-Max}] initiating a split of this range at key /System/NodeLivenessMax [r4]
I171018 18:49:27.276790 14934 storage/replica_command.go:2810 [split,n1,s1,r4/1:/{System/NodeL…-Max}] initiating a split of this range at key /System/tsd [r5]
I171018 18:49:27.286079 14934 storage/replica_command.go:2810 [split,n1,s1,r5/1:/{System/tsd-Max}] initiating a split of this range at key /System/"tse" [r6]
I171018 18:49:27.298040 14934 storage/replica_command.go:2810 [split,n1,s1,r6/1:/{System/tse-Max}] initiating a split of this range at key /Table/SystemConfigSpan/Start [r7]
I171018 18:49:27.301396 14934 storage/replica_command.go:2810 [split,n1,s1,r7/1:/{Table/System…-Max}] initiating a split of this range at key /Table/11 [r8]
I171018 18:49:27.305012 14934 storage/replica_command.go:2810 [split,n1,s1,r8/1:/{Table/11-Max}] initiating a split of this range at key /Table/12 [r9]
I171018 18:49:27.309237 14934 storage/replica_command.go:2810 [split,n1,s1,r9/1:/{Table/12-Max}] initiating a split of this range at key /Table/13 [r10]
I171018 18:49:27.316759 14934 storage/replica_command.go:2810 [split,n1,s1,r10/1:/{Table/13-Max}] initiating a split of this range at key /Table/14 [r11]
I171018 18:49:27.322597 14934 storage/replica_command.go:2810 [split,n1,s1,r11/1:/{Table/14-Max}] initiating a split of this range at key /Table/15 [r12]
I171018 18:49:27.339914 14934 storage/replica_command.go:2810 [split,n1,s1,r12/1:/{Table/15-Max}] initiating a split of this range at key /Table/16 [r13]
I171018 18:49:27.345008 14934 storage/replica_command.go:2810 [split,n1,s1,r13/1:/{Table/16-Max}] initiating a split of this range at key /Table/17 [r14]
I171018 18:49:27.348609 14934 storage/replica_command.go:2810 [split,n1,s1,r14/1:/{Table/17-Max}] initiating a split of this range at key /Table/18 [r15]
I171018 18:49:27.354318 14934 storage/replica_command.go:2810 [split,n1,s1,r15/1:/{Table/18-Max}] initiating a split of this range at key /Table/19 [r16]
W171018 18:49:27.366848 11591 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
W171018 18:49:27.367423 11591 gossip/gossip.go:1277 [n?] no incoming or outgoing connections
I171018 18:49:27.373695 11591 server/config.go:507 [n?] 1 storage engine initialized
I171018 18:49:27.373739 11591 server/config.go:510 [n?] RocksDB cache size: 128 MiB
I171018 18:49:27.373767 11591 server/config.go:510 [n?] store 0: in-memory, size 0 B
I171018 18:49:27.373820 11591 server/server.go:884 [n?] no stores bootstrapped and --join flag specified, awaiting init command.
I171018 18:49:27.377944 16099 gossip/client.go:129 [n?] started gossip client to 127.0.0.1:41054
I171018 18:49:27.378497 16105 gossip/server.go:232 [n1] received initial cluster-verification connection from {tcp 127.0.0.1:38688}
I171018 18:49:27.378952 11591 storage/stores.go:332 [n?] read 0 node addresses from persistent storage
I171018 18:49:27.378990 11591 storage/stores.go:351 [n?] wrote 1 node addresses to persistent storage
I171018 18:49:27.379003 11591 server/node.go:617 [n?] connecting to gossip network to verify cluster ID...
I171018 18:49:27.379021 11591 server/node.go:642 [n?] node connected via gossip and verified as part of cluster "b6f31d18-dcd7-45db-872f-e2d8d83abacc"
I171018 18:49:27.379209 16108 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:27.379739 16107 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:27.380441 11591 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:27.381109 11591 server/node.go:322 [n?] new node allocated ID 2
I171018 18:49:27.381191 11591 gossip/gossip.go:331 [n2] NodeDescriptor set to node_id:2 address:<network_field:"tcp" address_field:"127.0.0.1:38688" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:3 >
I171018 18:49:27.381463 11591 server/node.go:400 [n2] node=2: asynchronously bootstrapping engine(s) [<no-attributes>=<in-mem>]
I171018 18:49:27.381826 11591 server/node.go:414 [n2] node=2: started with [] engine(s) and attributes []
I171018 18:49:27.382165 11591 sql/executor.go:408 [n2] creating distSQLPlanner with address {tcp 127.0.0.1:38688}
I171018 18:49:27.381887 16090 storage/stores.go:351 [n1] wrote 1 node addresses to persistent storage
I171018 18:49:27.384976 15980 server/node.go:598 [n2] bootstrapped store [n2,s2]
I171018 18:49:27.387255 11591 server/server.go:987 [n2] starting https server at 127.0.0.1:40567
I171018 18:49:27.387445 11591 server/server.go:988 [n2] starting grpc/postgres server at 127.0.0.1:38688
I171018 18:49:27.387472 11591 server/server.go:989 [n2] advertising CockroachDB node at 127.0.0.1:38688
W171018 18:49:27.387497 11591 sql/jobs/registry.go:167 [n2] unable to get node liveness: node not in the liveness table
I171018 18:49:27.390058 11591 server/server.go:1131 [n2] done ensuring all necessary migrations have run
I171018 18:49:27.390080 11591 server/server.go:1133 [n2] serving sql connections
I171018 18:49:27.396792 16207 sql/event_log.go:103 [n2] Event: "node_join", target: 2, info: {Descriptor:{NodeID:2 Address:{NetworkField:tcp AddressField:127.0.0.1:38688} Attrs: Locality: ServerVersion:1.1-3} ClusterID:b6f31d18-dcd7-45db-872f-e2d8d83abacc StartedAt:1508352567381811880 LastUp:1508352567381811880}
W171018 18:49:27.411500 11591 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
W171018 18:49:27.413810 11591 gossip/gossip.go:1277 [n?] no incoming or outgoing connections
I171018 18:49:27.424311 11591 server/config.go:507 [n?] 1 storage engine initialized
I171018 18:49:27.424331 11591 server/config.go:510 [n?] RocksDB cache size: 128 MiB
I171018 18:49:27.424338 11591 server/config.go:510 [n?] store 0: in-memory, size 0 B
I171018 18:49:27.424406 11591 server/server.go:884 [n?] no stores bootstrapped and --join flag specified, awaiting init command.
I171018 18:49:27.436019 16295 gossip/client.go:129 [n?] started gossip client to 127.0.0.1:41054
I171018 18:49:27.436262 16336 gossip/server.go:232 [n1] received initial cluster-verification connection from {tcp 127.0.0.1:43788}
I171018 18:49:27.436722 11591 storage/stores.go:332 [n?] read 0 node addresses from persistent storage
I171018 18:49:27.436773 11591 storage/stores.go:351 [n?] wrote 2 node addresses to persistent storage
I171018 18:49:27.436788 11591 server/node.go:617 [n?] connecting to gossip network to verify cluster ID...
I171018 18:49:27.436813 11591 server/node.go:642 [n?] node connected via gossip and verified as part of cluster "b6f31d18-dcd7-45db-872f-e2d8d83abacc"
I171018 18:49:27.437021 16368 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:27.437608 16367 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:27.438175 11591 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:27.438848 11591 server/node.go:322 [n?] new node allocated ID 3
I171018 18:49:27.438907 11591 gossip/gossip.go:331 [n3] NodeDescriptor set to node_id:3 address:<network_field:"tcp" address_field:"127.0.0.1:43788" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:3 >
I171018 18:49:27.438951 11591 server/node.go:400 [n3] node=3: asynchronously bootstrapping engine(s) [<no-attributes>=<in-mem>]
I171018 18:49:27.438968 11591 server/node.go:414 [n3] node=3: started with [] engine(s) and attributes []
I171018 18:49:27.439017 11591 sql/executor.go:408 [n3] creating distSQLPlanner with address {tcp 127.0.0.1:43788}
I171018 18:49:27.441149 11591 server/server.go:987 [n3] starting https server at 127.0.0.1:47161
I171018 18:49:27.441168 11591 server/server.go:988 [n3] starting grpc/postgres server at 127.0.0.1:43788
I171018 18:49:27.441177 11591 server/server.go:989 [n3] advertising CockroachDB node at 127.0.0.1:43788
W171018 18:49:27.441193 11591 sql/jobs/registry.go:167 [n3] unable to get node liveness: node not in the liveness table
I171018 18:49:27.443405 16320 storage/stores.go:351 [n1] wrote 2 node addresses to persistent storage
I171018 18:49:27.444222 16349 server/node.go:598 [n3] bootstrapped store [n3,s3]
I171018 18:49:27.444422 11591 server/server.go:1131 [n3] done ensuring all necessary migrations have run
I171018 18:49:27.444441 11591 server/server.go:1133 [n3] serving sql connections
I171018 18:49:27.444740 16321 storage/stores.go:351 [n2] wrote 2 node addresses to persistent storage
I171018 18:49:27.447499 15619 storage/replica_raftstorage.go:526 [replicate,n1,s1,r14/1:/Table/1{7-8}] generated preemptive snapshot 05614a25 at index 16
I171018 18:49:27.451665 16523 sql/event_log.go:103 [n3] Event: "node_join", target: 3, info: {Descriptor:{NodeID:3 Address:{NetworkField:tcp AddressField:127.0.0.1:43788} Attrs: Locality: ServerVersion:1.1-3} ClusterID:b6f31d18-dcd7-45db-872f-e2d8d83abacc StartedAt:1508352567438960550 LastUp:1508352567438960550}
I171018 18:49:27.456927 15619 storage/store.go:3549 [replicate,n1,s1,r14/1:/Table/1{7-8}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 6, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:27.457210 16446 storage/replica_raftstorage.go:732 [n3,s3,r14/?:{-}] applying preemptive snapshot at index 16 (id=05614a25, encoded size=2599, 1 rocksdb batches, 6 log entries)
I171018 18:49:27.458449 16446 storage/replica_raftstorage.go:738 [n3,s3,r14/?:/Table/1{7-8}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:27.458769 15619 storage/replica_command.go:3754 [replicate,n1,s1,r14/1:/Table/1{7-8}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r14:/Table/1{7-8} [(n1,s1):1, next=2]
I171018 18:49:27.460870 16449 storage/replica.go:3071 [n1,s1,r14/1:/Table/1{7-8}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:27.461357 15619 storage/replica_raftstorage.go:526 [replicate,n1,s1,r5/1:/System/ts{d-e}] generated preemptive snapshot 9a1c1197 at index 23
I171018 18:49:27.462458 16630 storage/raft_transport.go:455 [n3] raft transport stream to node 1 established
I171018 18:49:27.480497 16623 storage/replica_raftstorage.go:732 [n2,s2,r5/?:{-}] applying preemptive snapshot at index 23 (id=9a1c1197, encoded size=156927, 1 rocksdb batches, 13 log entries)
I171018 18:49:27.481431 16623 storage/replica_raftstorage.go:738 [n2,s2,r5/?:/System/ts{d-e}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:27.481589 15619 storage/store.go:3549 [replicate,n1,s1,r5/1:/System/ts{d-e}] streamed snapshot to (n2,s2):?: kv pairs: 918, log entries: 13, rate-limit: 8.0 MiB/sec, 11ms
I171018 18:49:27.482920 15619 storage/replica_command.go:3754 [replicate,n1,s1,r5/1:/System/ts{d-e}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r5:/System/ts{d-e} [(n1,s1):1, next=2]
I171018 18:49:27.485490 16668 storage/replica.go:3071 [n1,s1,r5/1:/System/ts{d-e}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:27.486083 15619 storage/replica_raftstorage.go:526 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] generated preemptive snapshot 8bd88a1d at index 24
I171018 18:49:27.486830 16574 storage/replica_raftstorage.go:732 [n3,s3,r3/?:{-}] applying preemptive snapshot at index 24 (id=8bd88a1d, encoded size=8076, 1 rocksdb batches, 14 log entries)
I171018 18:49:27.487026 16574 storage/replica_raftstorage.go:738 [n3,s3,r3/?:/System/NodeLiveness{-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:27.487150 15619 storage/store.go:3549 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] streamed snapshot to (n3,s3):?: kv pairs: 12, log entries: 14, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:27.487538 16559 storage/raft_transport.go:455 [n2] raft transport stream to node 1 established
I171018 18:49:27.489367 15619 storage/replica_command.go:3754 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r3:/System/NodeLiveness{-Max} [(n1,s1):1, next=2]
I171018 18:49:27.491426 16676 storage/replica.go:3071 [n1,s1,r3/1:/System/NodeLiveness{-Max}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:27.492681 14935 storage/replica_raftstorage.go:526 [replicate,n1,s1,r14/1:/Table/1{7-8}] generated preemptive snapshot 029ec6bc at index 19
I171018 18:49:27.493722 14935 storage/store.go:3549 [replicate,n1,s1,r14/1:/Table/1{7-8}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 9, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:27.493962 14977 storage/replica_raftstorage.go:732 [n2,s2,r14/?:{-}] applying preemptive snapshot at index 19 (id=029ec6bc, encoded size=3827, 1 rocksdb batches, 9 log entries)
I171018 18:49:27.494182 14977 storage/replica_raftstorage.go:738 [n2,s2,r14/?:/Table/1{7-8}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:27.494453 14935 storage/replica_command.go:3754 [replicate,n1,s1,r14/1:/Table/1{7-8}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r14:/Table/1{7-8} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:27.496707 16711 storage/replica.go:3071 [n1,s1,r14/1:/Table/1{7-8}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:27.497323 14935 storage/allocator_scorer.go:623 [replicate,n1,s1,r14/1:/Table/1{7-8}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=6.67, overfull-threshold=7
I171018 18:49:27.497536 15619 storage/replica_raftstorage.go:526 [replicate,n1,s1,r1/1:/{Min-System/}] generated preemptive snapshot ddda01e7 at index 104
I171018 18:49:27.499707 15619 storage/store.go:3549 [replicate,n1,s1,r1/1:/{Min-System/}] streamed snapshot to (n2,s2):?: kv pairs: 48, log entries: 82, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:27.500009 16723 storage/replica_raftstorage.go:732 [n2,s2,r1/?:{-}] applying preemptive snapshot at index 104 (id=ddda01e7, encoded size=34090, 1 rocksdb batches, 82 log entries)
I171018 18:49:27.500380 16723 storage/replica_raftstorage.go:738 [n2,s2,r1/?:/{Min-System/}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:27.500839 15619 storage/replica_command.go:3754 [replicate,n1,s1,r1/1:/{Min-System/}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r1:/{Min-System/} [(n1,s1):1, next=2]
I171018 18:49:27.502713 16744 storage/replica.go:3071 [n1,s1,r1/1:/{Min-System/}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:27.503200 15619 storage/replica_raftstorage.go:526 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] generated preemptive snapshot 116d45f3 at index 16
I171018 18:49:27.503740 15619 storage/store.go:3549 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] streamed snapshot to (n3,s3):?: kv pairs: 42, log entries: 6, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:27.503963 16754 storage/replica_raftstorage.go:732 [n3,s3,r7/?:{-}] applying preemptive snapshot at index 16 (id=116d45f3, encoded size=10773, 1 rocksdb batches, 6 log entries)
I171018 18:49:27.504164 16754 storage/replica_raftstorage.go:738 [n3,s3,r7/?:/Table/{SystemCon…-11}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:27.505481 15619 storage/replica_command.go:3754 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r7:/Table/{SystemConfigSpan/Start-11} [(n1,s1):1, next=2]
I171018 18:49:27.508196 16671 storage/replica.go:3071 [n1,s1,r7/1:/Table/{SystemCon…-11}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:27.508731 14935 storage/replica_raftstorage.go:526 [replicate,n1,s1,r5/1:/System/ts{d-e}] generated preemptive snapshot d430bbac at index 27
I171018 18:49:27.513847 14935 storage/store.go:3549 [replicate,n1,s1,r5/1:/System/ts{d-e}] streamed snapshot to (n3,s3):?: kv pairs: 919, log entries: 2, rate-limit: 8.0 MiB/sec, 5ms
I171018 18:49:27.514202 16787 storage/replica_raftstorage.go:732 [n3,s3,r5/?:{-}] applying preemptive snapshot at index 27 (id=d430bbac, encoded size=93591, 1 rocksdb batches, 2 log entries)
I171018 18:49:27.515140 16787 storage/replica_raftstorage.go:738 [n3,s3,r5/?:/System/ts{d-e}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:27.515670 14935 storage/replica_command.go:3754 [replicate,n1,s1,r5/1:/System/ts{d-e}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r5:/System/ts{d-e} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:27.518411 16801 storage/replica.go:3071 [n1,s1,r5/1:/System/ts{d-e}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:27.519162 14935 storage/allocator_scorer.go:623 [replicate,n1,s1,r5/1:/System/ts{d-e}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=7.67, overfull-threshold=9
I171018 18:49:27.520303 15619 storage/replica_raftstorage.go:526 [replicate,n1,s1,r10/1:/Table/1{3-4}] generated preemptive snapshot f1f4c1a0 at index 41
I171018 18:49:27.521408 15619 storage/store.go:3549 [replicate,n1,s1,r10/1:/Table/1{3-4}] streamed snapshot to (n2,s2):?: kv pairs: 134, log entries: 31, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:27.521675 16837 storage/replica_raftstorage.go:732 [n2,s2,r10/?:{-}] applying preemptive snapshot at index 41 (id=f1f4c1a0, encoded size=42341, 1 rocksdb batches, 31 log entries)
I171018 18:49:27.522054 16837 storage/replica_raftstorage.go:738 [n2,s2,r10/?:/Table/1{3-4}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:27.522465 15619 storage/replica_command.go:3754 [replicate,n1,s1,r10/1:/Table/1{3-4}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r10:/Table/1{3-4} [(n1,s1):1, next=2]
I171018 18:49:27.524715 16848 storage/replica.go:3071 [n1,s1,r10/1:/Table/1{3-4}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:27.525214 15619 storage/replica_raftstorage.go:526 [replicate,n1,s1,r13/1:/Table/1{6-7}] generated preemptive snapshot fbf292e9 at index 15
I171018 18:49:27.526259 15619 storage/store.go:3549 [replicate,n1,s1,r13/1:/Table/1{6-7}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 5, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:27.526494 16777 storage/replica_raftstorage.go:732 [n3,s3,r13/?:{-}] applying preemptive snapshot at index 15 (id=fbf292e9, encoded size=2484, 1 rocksdb batches, 5 log entries)
I171018 18:49:27.526657 16777 storage/replica_raftstorage.go:738 [n3,s3,r13/?:/Table/1{6-7}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:27.527057 15619 storage/replica_command.go:3754 [replicate,n1,s1,r13/1:/Table/1{6-7}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r13:/Table/1{6-7} [(n1,s1):1, next=2]
I171018 18:49:27.529774 16542 storage/replica.go:3071 [n1,s1,r13/1:/Table/1{6-7}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:27.530188 14935 storage/replica_raftstorage.go:526 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] generated preemptive snapshot 22801e85 at index 27
I171018 18:49:27.530825 14935 storage/store.go:3549 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] streamed snapshot to (n2,s2):?: kv pairs: 13, log entries: 17, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:27.531094 16756 storage/replica_raftstorage.go:732 [n2,s2,r3/?:{-}] applying preemptive snapshot at index 27 (id=22801e85, encoded size=9545, 1 rocksdb batches, 17 log entries)
I171018 18:49:27.531320 16756 storage/replica_raftstorage.go:738 [n2,s2,r3/?:/System/NodeLiveness{-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:27.531971 14935 storage/replica_command.go:3754 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r3:/System/NodeLiveness{-Max} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:27.536891 16898 storage/replica.go:3071 [n1,s1,r3/1:/System/NodeLiveness{-Max}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:27.547319 14935 storage/allocator_scorer.go:623 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=8.67, overfull-threshold=10
I171018 18:49:27.547710 15619 storage/replica_raftstorage.go:526 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] generated preemptive snapshot 29e5814c at index 27
I171018 18:49:27.552418 15619 storage/store.go:3549 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 17, rate-limit: 8.0 MiB/sec, 5ms
I171018 18:49:27.552879 16886 storage/replica_raftstorage.go:732 [n3,s3,r2/?:{-}] applying preemptive snapshot at index 27 (id=29e5814c, encoded size=11011, 1 rocksdb batches, 17 log entries)
I171018 18:49:27.553876 16886 storage/replica_raftstorage.go:738 [n3,s3,r2/?:/System/{-NodeLive…}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=1ms commit=0ms]
I171018 18:49:27.554543 15619 storage/replica_command.go:3754 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r2:/System/{-NodeLiveness} [(n1,s1):1, next=2]
I171018 18:49:27.557222 16917 storage/replica.go:3071 [n1,s1,r2/1:/System/{-NodeLive…}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:27.557691 15619 storage/replica_raftstorage.go:526 [replicate,n1,s1,r8/1:/Table/1{1-2}] generated preemptive snapshot 563765e2 at index 17
I171018 18:49:27.558447 15619 storage/store.go:3549 [replicate,n1,s1,r8/1:/Table/1{1-2}] streamed snapshot to (n2,s2):?: kv pairs: 9, log entries: 7, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:27.558655 16810 storage/replica_raftstorage.go:732 [n2,s2,r8/?:{-}] applying preemptive snapshot at index 17 (id=563765e2, encoded size=4034, 1 rocksdb batches, 7 log entries)
I171018 18:49:27.558833 16810 storage/replica_raftstorage.go:738 [n2,s2,r8/?:/Table/1{1-2}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:27.559514 15619 storage/replica_command.go:3754 [replicate,n1,s1,r8/1:/Table/1{1-2}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r8:/Table/1{1-2} [(n1,s1):1, next=2]
I171018 18:49:27.562051 16936 storage/replica.go:3071 [n1,s1,r8/1:/Table/1{1-2}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:27.562481 14935 storage/replica_raftstorage.go:526 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] generated preemptive snapshot b0e72665 at index 19
I171018 18:49:27.564299 14935 storage/store.go:3549 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] streamed snapshot to (n2,s2):?: kv pairs: 43, log entries: 9, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:27.564827 16944 storage/replica_raftstorage.go:732 [n2,s2,r7/?:{-}] applying preemptive snapshot at index 19 (id=b0e72665, encoded size=12001, 1 rocksdb batches, 9 log entries)
I171018 18:49:27.565050 16944 storage/replica_raftstorage.go:738 [n2,s2,r7/?:/Table/{SystemCon…-11}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:27.565356 14935 storage/replica_command.go:3754 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r7:/Table/{SystemConfigSpan/Start-11} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:27.569254 16950 storage/replica.go:3071 [n1,s1,r7/1:/Table/{SystemCon…-11}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:27.569884 14935 storage/allocator_scorer.go:623 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=9.67, overfull-threshold=11
I171018 18:49:27.570114 15619 storage/replica_raftstorage.go:526 [replicate,n1,s1,r12/1:/Table/1{5-6}] generated preemptive snapshot d0a5069f at index 16
I171018 18:49:27.572355 15619 storage/store.go:3549 [replicate,n1,s1,r12/1:/Table/1{5-6}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 6, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:27.572576 16952 storage/replica_raftstorage.go:732 [n3,s3,r12/?:{-}] applying preemptive snapshot at index 16 (id=d0a5069f, encoded size=2603, 1 rocksdb batches, 6 log entries)
I171018 18:49:27.572759 16952 storage/replica_raftstorage.go:738 [n3,s3,r12/?:/Table/1{5-6}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:27.573171 15619 storage/replica_command.go:3754 [replicate,n1,s1,r12/1:/Table/1{5-6}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r12:/Table/1{5-6} [(n1,s1):1, next=2]
I171018 18:49:27.575589 16985 storage/replica.go:3071 [n1,s1,r12/1:/Table/1{5-6}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:27.576052 15619 storage/replica_raftstorage.go:526 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] generated preemptive snapshot fc5eb713 at index 16
I171018 18:49:27.576833 15619 storage/store.go:3549 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 6, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:27.577925 17001 storage/replica_raftstorage.go:732 [n3,s3,r6/?:{-}] applying preemptive snapshot at index 16 (id=fc5eb713, encoded size=4013, 1 rocksdb batches, 6 log entries)
I171018 18:49:27.578101 17001 storage/replica_raftstorage.go:738 [n3,s3,r6/?:/{System/tse-Table/System…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:27.578491 15619 storage/replica_command.go:3754 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r6:/{System/tse-Table/SystemConfigSpan/Start} [(n1,s1):1, next=2]
I171018 18:49:27.580152 13074 storage/replica_proposal.go:475 [n3,s3,r13/2:/Table/1{6-7}] new range lease repl=(n3,s3):2 start=1508352567.579207114,0 epo=1 pro=1508352567.579209714,0 following repl=(n1,s1):1 start=0.000000000,0 exp=1508352574.973243811,0 pro=1508352565.973259211,0
I171018 18:49:27.582539 17004 storage/replica.go:3071 [n1,s1,r6/1:/{System/tse-Table/System…}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:27.583051 14935 storage/replica_raftstorage.go:526 [replicate,n1,s1,r10/1:/Table/1{3-4}] generated preemptive snapshot b3f4a139 at index 58
I171018 18:49:27.586051 14935 storage/store.go:3549 [replicate,n1,s1,r10/1:/Table/1{3-4}] streamed snapshot to (n3,s3):?: kv pairs: 180, log entries: 48, rate-limit: 8.0 MiB/sec, 3ms
I171018 18:49:27.586444 17016 storage/replica_raftstorage.go:732 [n3,s3,r10/?:{-}] applying preemptive snapshot at index 58 (id=b3f4a139, encoded size=64644, 1 rocksdb batches, 48 log entries)
I171018 18:49:27.587043 17016 storage/replica_raftstorage.go:738 [n3,s3,r10/?:/Table/1{3-4}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:27.587528 14935 storage/replica_command.go:3754 [replicate,n1,s1,r10/1:/Table/1{3-4}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r10:/Table/1{3-4} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:27.591433 17024 storage/replica.go:3071 [n1,s1,r10/1:/Table/1{3-4}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:27.592092 14935 storage/allocator_scorer.go:623 [replicate,n1,s1,r10/1:/Table/1{3-4}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=10.67, overfull-threshold=12
I171018 18:49:27.592326 15619 storage/replica_raftstorage.go:526 [replicate,n1,s1,r9/1:/Table/1{2-3}] generated preemptive snapshot a1f690e9 at index 20
I171018 18:49:27.592895 15619 storage/store.go:3549 [replicate,n1,s1,r9/1:/Table/1{2-3}] streamed snapshot to (n2,s2):?: kv pairs: 44, log entries: 10, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:27.593159 17008 storage/replica_raftstorage.go:732 [n2,s2,r9/?:{-}] applying preemptive snapshot at index 20 (id=a1f690e9, encoded size=11528, 1 rocksdb batches, 10 log entries)
I171018 18:49:27.593388 17008 storage/replica_raftstorage.go:738 [n2,s2,r9/?:/Table/1{2-3}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:27.593879 15619 storage/replica_command.go:3754 [replicate,n1,s1,r9/1:/Table/1{2-3}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r9:/Table/1{2-3} [(n1,s1):1, next=2]
I171018 18:49:27.597076 17066 storage/replica.go:3071 [n1,s1,r9/1:/Table/1{2-3}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:27.599233 15619 storage/replica_raftstorage.go:526 [replicate,n1,s1,r15/1:/Table/1{8-9}] generated preemptive snapshot 27541391 at index 15
I171018 18:49:27.599723 15619 storage/store.go:3549 [replicate,n1,s1,r15/1:/Table/1{8-9}] streamed snapshot to (n2,s2):?: kv pairs: 9, log entries: 5, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:27.599935 17077 storage/replica_raftstorage.go:732 [n2,s2,r15/?:{-}] applying preemptive snapshot at index 15 (id=27541391, encoded size=2484, 1 rocksdb batches, 5 log entries)
I171018 18:49:27.600114 17077 storage/replica_raftstorage.go:738 [n2,s2,r15/?:/Table/1{8-9}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:27.600503 15619 storage/replica_command.go:3754 [replicate,n1,s1,r15/1:/Table/1{8-9}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r15:/Table/1{8-9} [(n1,s1):1, next=2]
I171018 18:49:27.602809 17040 storage/replica.go:3071 [n1,s1,r15/1:/Table/1{8-9}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:27.603222 14935 storage/replica_raftstorage.go:526 [replicate,n1,s1,r8/1:/Table/1{1-2}] generated preemptive snapshot d5b68fb9 at index 20
I171018 18:49:27.603705 14935 storage/store.go:3549 [replicate,n1,s1,r8/1:/Table/1{1-2}] streamed snapshot to (n3,s3):?: kv pairs: 10, log entries: 10, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:27.603995 17049 storage/replica_raftstorage.go:732 [n3,s3,r8/?:{-}] applying preemptive snapshot at index 20 (id=d5b68fb9, encoded size=5262, 1 rocksdb batches, 10 log entries)
I171018 18:49:27.604216 17049 storage/replica_raftstorage.go:738 [n3,s3,r8/?:/Table/1{1-2}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:27.604646 14935 storage/replica_command.go:3754 [replicate,n1,s1,r8/1:/Table/1{1-2}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r8:/Table/1{1-2} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:27.607735 16958 storage/replica.go:3071 [n1,s1,r8/1:/Table/1{1-2}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:27.608337 14935 storage/allocator_scorer.go:623 [replicate,n1,s1,r8/1:/Table/1{1-2}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=11.67, overfull-threshold=13
I171018 18:49:27.613003 15619 storage/replica_raftstorage.go:526 [replicate,n1,s1,r16/1:/{Table/19-Max}] generated preemptive snapshot fc43266e at index 11
I171018 18:49:27.613119 14941 storage/allocator_scorer.go:623 [replicate,n1,s1,r5/1:/System/ts{d-e}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=11.67, overfull-threshold=13
I171018 18:49:27.613549 15619 storage/store.go:3549 [replicate,n1,s1,r16/1:/{Table/19-Max}] streamed snapshot to (n2,s2):?: kv pairs: 8, log entries: 1, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:27.613838 17072 storage/replica_raftstorage.go:732 [n2,s2,r16/?:{-}] applying preemptive snapshot at index 11 (id=fc43266e, encoded size=454, 1 rocksdb batches, 1 log entries)
I171018 18:49:27.614000 17072 storage/replica_raftstorage.go:738 [n2,s2,r16/?:/{Table/19-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:27.616294 15619 storage/replica_command.go:3754 [replicate,n1,s1,r16/1:/{Table/19-Max}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r16:/{Table/19-Max} [(n1,s1):1, next=2]
I171018 18:49:27.621870 17159 storage/replica.go:3071 [n1,s1,r16/1:/{Table/19-Max}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:27.625951 15619 storage/replica_raftstorage.go:526 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] generated preemptive snapshot f61a227e at index 30
I171018 18:49:27.637025 15619 storage/store.go:3549 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] streamed snapshot to (n2,s2):?: kv pairs: 33, log entries: 20, rate-limit: 8.0 MiB/sec, 4ms
I171018 18:49:27.637318 16961 storage/replica_raftstorage.go:732 [n2,s2,r4/?:{-}] applying preemptive snapshot at index 30 (id=f61a227e, encoded size=107421, 1 rocksdb batches, 20 log entries)
I171018 18:49:27.637765 16961 storage/replica_raftstorage.go:738 [n2,s2,r4/?:/System/{NodeLive…-tsd}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:27.639581 15619 storage/replica_command.go:3754 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r4:/System/{NodeLivenessMax-tsd} [(n1,s1):1, next=2]
I171018 18:49:27.643333 17188 storage/replica.go:3071 [n1,s1,r4/1:/System/{NodeLive…-tsd}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:27.643768 14935 storage/replica_raftstorage.go:526 [replicate,n1,s1,r12/1:/Table/1{5-6}] generated preemptive snapshot 2150e60e at index 19
I171018 18:49:27.646127 14935 storage/store.go:3549 [replicate,n1,s1,r12/1:/Table/1{5-6}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 9, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:27.647200 17146 storage/replica_raftstorage.go:732 [n2,s2,r12/?:{-}] applying preemptive snapshot at index 19 (id=2150e60e, encoded size=3831, 1 rocksdb batches, 9 log entries)
I171018 18:49:27.647439 17146 storage/replica_raftstorage.go:738 [n2,s2,r12/?:/Table/1{5-6}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:27.647745 14935 storage/replica_command.go:3754 [replicate,n1,s1,r12/1:/Table/1{5-6}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r12:/Table/1{5-6} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:27.654739 17081 storage/replica.go:3071 [n1,s1,r12/1:/Table/1{5-6}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:27.655293 14935 storage/allocator_scorer.go:623 [replicate,n1,s1,r12/1:/Table/1{5-6}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=12.67, overfull-threshold=14
I171018 18:49:27.655519 15619 storage/replica_raftstorage.go:526 [replicate,n1,s1,r11/1:/Table/1{4-5}] generated preemptive snapshot 640313ea at index 18
I171018 18:49:27.656373 15619 storage/store.go:3549 [replicate,n1,s1,r11/1:/Table/1{4-5}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 8, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:27.656575 17085 storage/replica_raftstorage.go:732 [n3,s3,r11/?:{-}] applying preemptive snapshot at index 18 (id=640313ea, encoded size=3365, 1 rocksdb batches, 8 log entries)
I171018 18:49:27.656755 17085 storage/replica_raftstorage.go:738 [n3,s3,r11/?:/Table/1{4-5}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:27.657018 15619 storage/replica_command.go:3754 [replicate,n1,s1,r11/1:/Table/1{4-5}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r11:/Table/1{4-5} [(n1,s1):1, next=2]
I171018 18:49:27.660185 16875 storage/replica.go:3071 [n1,s1,r11/1:/Table/1{4-5}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:27.660755 15619 storage/queue.go:723 [n1,replicate] purgatory is now empty
I171018 18:49:27.661830 14935 storage/replica_raftstorage.go:526 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] generated preemptive snapshot 70d23b06 at index 19
I171018 18:49:27.662451 14935 storage/store.go:3549 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 9, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:27.662663 17234 storage/replica_raftstorage.go:732 [n2,s2,r6/?:{-}] applying preemptive snapshot at index 19 (id=70d23b06, encoded size=5298, 1 rocksdb batches, 9 log entries)
I171018 18:49:27.663008 17234 storage/replica_raftstorage.go:738 [n2,s2,r6/?:/{System/tse-Table/System…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:27.663562 14935 storage/replica_command.go:3754 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r6:/{System/tse-Table/SystemConfigSpan/Start} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:27.669811 17250 storage/replica.go:3071 [n1,s1,r6/1:/{System/tse-Table/System…}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:27.674792 14935 storage/allocator_scorer.go:623 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=13.33, overfull-threshold=15
I171018 18:49:27.678368 14935 storage/replica_raftstorage.go:526 [replicate,n1,s1,r9/1:/Table/1{2-3}] generated preemptive snapshot d462199c at index 23
I171018 18:49:27.679699 17253 storage/replica_raftstorage.go:732 [n3,s3,r9/?:{-}] applying preemptive snapshot at index 23 (id=d462199c, encoded size=12756, 1 rocksdb batches, 13 log entries)
I171018 18:49:27.679969 17253 storage/replica_raftstorage.go:738 [n3,s3,r9/?:/Table/1{2-3}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:27.680469 14935 storage/store.go:3549 [replicate,n1,s1,r9/1:/Table/1{2-3}] streamed snapshot to (n3,s3):?: kv pairs: 45, log entries: 13, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:27.680690 14935 storage/replica_command.go:3754 [replicate,n1,s1,r9/1:/Table/1{2-3}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r9:/Table/1{2-3} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:27.683973 17214 storage/replica.go:3071 [n1,s1,r9/1:/Table/1{2-3}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:27.684691 14935 storage/allocator_scorer.go:623 [replicate,n1,s1,r9/1:/Table/1{2-3}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=13.67, overfull-threshold=15
I171018 18:49:27.685849 14935 storage/replica_raftstorage.go:526 [replicate,n1,s1,r1/1:/{Min-System/}] generated preemptive snapshot 204ecb37 at index 147
I171018 18:49:27.686805 14935 storage/store.go:3549 [replicate,n1,s1,r1/1:/{Min-System/}] streamed snapshot to (n3,s3):?: kv pairs: 71, log entries: 125, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:27.687258 17282 storage/replica_raftstorage.go:732 [n3,s3,r1/?:{-}] applying preemptive snapshot at index 147 (id=204ecb37, encoded size=45352, 1 rocksdb batches, 125 log entries)
I171018 18:49:27.687724 17282 storage/replica_raftstorage.go:738 [n3,s3,r1/?:/{Min-System/}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:27.688175 14935 storage/replica_command.go:3754 [replicate,n1,s1,r1/1:/{Min-System/}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r1:/{Min-System/} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:27.691412 17215 storage/replica.go:3071 [n1,s1,r1/1:/{Min-System/}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:27.693335 14935 storage/allocator_scorer.go:623 [replicate,n1,s1,r1/1:/{Min-System/}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=14.00, overfull-threshold=15
I171018 18:49:27.694560 14935 storage/replica_raftstorage.go:526 [replicate,n1,s1,r13/1:/Table/1{6-7}] generated preemptive snapshot 5b4ed861 at index 18
I171018 18:49:27.698999 11711 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r19/1:/Table/51/1/{100-200}] generated Raft snapshot bc73ef12 at index 16
I171018 18:49:27.699300 14935 storage/store.go:3549 [replicate,n1,s1,r13/1:/Table/1{6-7}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 8, rate-limit: 8.0 MiB/sec, 5ms
I171018 18:49:27.699794 17314 storage/replica_raftstorage.go:732 [n2,s2,r13/?:{-}] applying preemptive snapshot at index 18 (id=5b4ed861, encoded size=3712, 1 rocksdb batches, 8 log entries)
I171018 18:49:27.699973 11711 storage/store.go:3549 [raftsnapshot,n1,s1,r19/1:/Table/51/1/{100-200}] streamed snapshot to (n3,s3):3: kv pairs: 111, log entries: 6, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:27.699986 17314 storage/replica_raftstorage.go:738 [n2,s2,r13/?:/Table/1{6-7}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:27.700123 17316 storage/replica_raftstorage.go:732 [n3,s3,r19/3:/{Table/51/1/1…-Max}] applying Raft snapshot at index 16 (id=bc73ef12, encoded size=27121, 1 rocksdb batches, 6 log entries)
I171018 18:49:27.700551 14935 storage/replica_command.go:3754 [replicate,n1,s1,r13/1:/Table/1{6-7}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r13:/Table/1{6-7} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:27.700613 17316 storage/replica_raftstorage.go:738 [n3,s3,r19/3:/Table/51/1/{100-200}] applied Raft snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:27.704027 17335 storage/replica.go:3071 [n1,s1,r13/1:/Table/1{6-7}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:27.712366 14935 storage/replica_raftstorage.go:526 [replicate,n1,s1,r15/1:/Table/1{8-9}] generated preemptive snapshot b629156b at index 18
I171018 18:49:27.713160 14935 storage/store.go:3549 [replicate,n1,s1,r15/1:/Table/1{8-9}] streamed snapshot to (n3,s3):?: kv pairs: 10, log entries: 8, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:27.716221 17129 storage/replica_raftstorage.go:732 [n3,s3,r15/?:{-}] applying preemptive snapshot at index 18 (id=b629156b, encoded size=3712, 1 rocksdb batches, 8 log entries)
I171018 18:49:27.717156 17129 storage/replica_raftstorage.go:738 [n3,s3,r15/?:/Table/1{8-9}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:27.719263 14935 storage/replica_command.go:3754 [replicate,n1,s1,r15/1:/Table/1{8-9}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r15:/Table/1{8-9} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:27.722784 17292 storage/replica.go:3071 [n1,s1,r15/1:/Table/1{8-9}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:27.724467 14935 storage/replica_raftstorage.go:526 [replicate,n1,s1,r16/1:/{Table/19-Max}] generated preemptive snapshot 9cc643f8 at index 14
I171018 18:49:27.724912 14935 storage/store.go:3549 [replicate,n1,s1,r16/1:/{Table/19-Max}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 4, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:27.725141 17372 storage/replica_raftstorage.go:732 [n3,s3,r16/?:{-}] applying preemptive snapshot at index 14 (id=9cc643f8, encoded size=1686, 1 rocksdb batches, 4 log entries)
I171018 18:49:27.725296 17372 storage/replica_raftstorage.go:738 [n3,s3,r16/?:/{Table/19-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:27.725631 14935 storage/replica_command.go:3754 [replicate,n1,s1,r16/1:/{Table/19-Max}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r16:/{Table/19-Max} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:27.728520 17277 storage/replica.go:3071 [n1,s1,r16/1:/{Table/19-Max}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:27.729350 14935 storage/replica_raftstorage.go:526 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] generated preemptive snapshot 530eb48b at index 30
I171018 18:49:27.730154 14935 storage/store.go:3549 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 20, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:27.730404 17295 storage/replica_raftstorage.go:732 [n2,s2,r2/?:{-}] applying preemptive snapshot at index 30 (id=530eb48b, encoded size=12279, 1 rocksdb batches, 20 log entries)
I171018 18:49:27.730623 17295 storage/replica_raftstorage.go:738 [n2,s2,r2/?:/System/{-NodeLive…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:27.731320 14935 storage/replica_command.go:3754 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r2:/System/{-NodeLiveness} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:27.735957 17340 storage/replica.go:3071 [n1,s1,r2/1:/System/{-NodeLive…}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:27.736850 14935 storage/replica_raftstorage.go:526 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] generated preemptive snapshot 48ad89b1 at index 33
I171018 18:49:27.737728 14935 storage/store.go:3549 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] streamed snapshot to (n3,s3):?: kv pairs: 34, log entries: 23, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:27.738018 17411 storage/replica_raftstorage.go:732 [n3,s3,r4/?:{-}] applying preemptive snapshot at index 33 (id=48ad89b1, encoded size=108861, 1 rocksdb batches, 23 log entries)
I171018 18:49:27.738799 17411 storage/replica_raftstorage.go:738 [n3,s3,r4/?:/System/{NodeLive…-tsd}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:27.739106 14935 storage/replica_command.go:3754 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r4:/System/{NodeLivenessMax-tsd} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:27.742113 17386 storage/replica.go:3071 [n1,s1,r4/1:/System/{NodeLive…-tsd}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:27.743409 14935 storage/replica_raftstorage.go:526 [replicate,n1,s1,r11/1:/Table/1{4-5}] generated preemptive snapshot 2546a6df at index 21
I171018 18:49:27.743877 14935 storage/store.go:3549 [replicate,n1,s1,r11/1:/Table/1{4-5}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 11, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:27.744101 17358 storage/replica_raftstorage.go:732 [n2,s2,r11/?:{-}] applying preemptive snapshot at index 21 (id=2546a6df, encoded size=4593, 1 rocksdb batches, 11 log entries)
I171018 18:49:27.744292 17358 storage/replica_raftstorage.go:738 [n2,s2,r11/?:/Table/1{4-5}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:27.744604 14935 storage/replica_command.go:3754 [replicate,n1,s1,r11/1:/Table/1{4-5}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r11:/Table/1{4-5} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:27.747393 17342 storage/replica.go:3071 [n1,s1,r11/1:/Table/1{4-5}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:27.749098 16263 storage/replica_proposal.go:475 [n2,s2,r4/2:/System/{NodeLive…-tsd}] new range lease repl=(n2,s2):2 start=1508352567.748165114,0 epo=1 pro=1508352567.748167614,0 following repl=(n1,s1):1 start=0.000000000,0 exp=1508352576.203259135,0 pro=1508352567.203277435,0
I171018 18:49:27.762145 17361 storage/raft_transport.go:455 [n2] raft transport stream to node 3 established
I171018 18:49:27.770763 17490 storage/raft_transport.go:455 [n3] raft transport stream to node 2 established
I171018 18:49:27.894089 11711 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r22/1:/Table/51/1/{400-500}] generated Raft snapshot bb6c87c4 at index 16
I171018 18:49:27.894986 11711 storage/store.go:3549 [raftsnapshot,n1,s1,r22/1:/Table/51/1/{400-500}] streamed snapshot to (n3,s3):3: kv pairs: 111, log entries: 6, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:27.895344 17527 storage/replica_raftstorage.go:732 [n3,s3,r22/3:{-}] applying Raft snapshot at index 16 (id=bb6c87c4, encoded size=27303, 1 rocksdb batches, 6 log entries)
I171018 18:49:27.895846 17527 storage/replica_raftstorage.go:738 [n3,s3,r22/3:/Table/51/1/{400-500}] applied Raft snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:27.896729 11711 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r24/1:/Table/51/1/{600-700}] generated Raft snapshot af3204b2 at index 16
I171018 18:49:27.898265 11711 storage/store.go:3549 [raftsnapshot,n1,s1,r24/1:/Table/51/1/{600-700}] streamed snapshot to (n3,s3):3: kv pairs: 111, log entries: 6, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:27.898589 17533 storage/replica_raftstorage.go:732 [n3,s3,r24/3:{-}] applying Raft snapshot at index 16 (id=af3204b2, encoded size=27302, 1 rocksdb batches, 6 log entries)
I171018 18:49:27.899045 17533 storage/replica_raftstorage.go:738 [n3,s3,r24/3:/Table/51/1/{600-700}] applied Raft snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:27.899942 11711 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r23/1:/Table/51/1/{500-600}] generated Raft snapshot 29e007a8 at index 16
I171018 18:49:27.900710 11711 storage/store.go:3549 [raftsnapshot,n1,s1,r23/1:/Table/51/1/{500-600}] streamed snapshot to (n3,s3):3: kv pairs: 111, log entries: 6, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:27.901053 17518 storage/replica_raftstorage.go:732 [n3,s3,r23/3:{-}] applying Raft snapshot at index 16 (id=29e007a8, encoded size=27302, 1 rocksdb batches, 6 log entries)
I171018 18:49:27.901534 17518 storage/replica_raftstorage.go:738 [n3,s3,r23/3:/Table/51/1/{500-600}] applied Raft snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:27.902634 11711 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r21/1:/Table/51/1/{300-400}] generated Raft snapshot 9b4069b2 at index 16
I171018 18:49:27.903522 11711 storage/store.go:3549 [raftsnapshot,n1,s1,r21/1:/Table/51/1/{300-400}] streamed snapshot to (n3,s3):3: kv pairs: 111, log entries: 6, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:27.903840 17454 storage/replica_raftstorage.go:732 [n3,s3,r21/3:{-}] applying Raft snapshot at index 16 (id=9b4069b2, encoded size=27303, 1 rocksdb batches, 6 log entries)
I171018 18:49:27.904278 17454 storage/replica_raftstorage.go:738 [n3,s3,r21/3:/Table/51/1/{300-400}] applied Raft snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:27.905233 11711 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r25/1:/Table/51/1/{700-800}] generated Raft snapshot 898598af at index 16
I171018 18:49:27.906071 11711 storage/store.go:3549 [raftsnapshot,n1,s1,r25/1:/Table/51/1/{700-800}] streamed snapshot to (n3,s3):3: kv pairs: 111, log entries: 6, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:27.906227 17555 storage/replica_raftstorage.go:732 [n3,s3,r25/3:{-}] applying Raft snapshot at index 16 (id=898598af, encoded size=27302, 1 rocksdb batches, 6 log entries)
I171018 18:49:27.906696 17555 storage/replica_raftstorage.go:738 [n3,s3,r25/3:/Table/51/1/{700-800}] applied Raft snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:27.909366 11711 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r26/1:/Table/51/1/{800-900}] generated Raft snapshot 18cb700a at index 16
I171018 18:49:27.919248 11711 storage/store.go:3549 [raftsnapshot,n1,s1,r26/1:/Table/51/1/{800-900}] streamed snapshot to (n3,s3):3: kv pairs: 111, log entries: 6, rate-limit: 8.0 MiB/sec, 10ms
I171018 18:49:27.923550 17423 storage/replica_raftstorage.go:732 [n3,s3,r26/3:{-}] applying Raft snapshot at index 16 (id=18cb700a, encoded size=27302, 1 rocksdb batches, 6 log entries)
I171018 18:49:27.924213 17423 storage/replica_raftstorage.go:738 [n3,s3,r26/3:/Table/51/1/{800-900}] applied Raft snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:27.931929 11711 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r20/1:/Table/51/1/{200-300}] generated Raft snapshot 5e29ccf7 at index 16
I171018 18:49:27.933363 11711 storage/store.go:3549 [raftsnapshot,n1,s1,r20/1:/Table/51/1/{200-300}] streamed snapshot to (n3,s3):3: kv pairs: 111, log entries: 6, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:27.933654 17573 storage/replica_raftstorage.go:732 [n3,s3,r20/3:{-}] applying Raft snapshot at index 16 (id=5e29ccf7, encoded size=27217, 1 rocksdb batches, 6 log entries)
I171018 18:49:27.934413 17573 storage/replica_raftstorage.go:738 [n3,s3,r20/3:/Table/51/1/{200-300}] applied Raft snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:27.940485 17513 sql/event_log.go:103 [client=127.0.0.1:38610,user=root,n1] Event: "create_database", target: 50, info: {DatabaseName:other Statement:CREATE DATABASE other User:root}
I171018 18:49:27.941728 14934 storage/replica_command.go:2810 [split,n1,s1,r16/1:/{Table/19-Max}] initiating a split of this range at key /Table/50 [r17]
I171018 18:49:27.946163 17513 sql/event_log.go:103 [client=127.0.0.1:38610,user=root,n1] Event: "create_table", target: 51, info: {TableName:other.empty Statement:CREATE TABLE other.empty (a INT PRIMARY KEY) User:root}
I171018 18:49:27.954564 14934 storage/replica_command.go:2810 [split,n1,s1,r17/1:/{Table/50-Max}] initiating a split of this range at key /Table/51 [r18]
I171018 18:49:27.966738 17732 storage/replica_command.go:2810 [n1,s1,r17/1:/{Table/50-Max}] initiating a split of this range at key /Table/53 [r19]
I171018 18:49:28.012584 17675 storage/replica_command.go:2810 [n1,s1,r18/1:/{Table/51-Max}] initiating a split of this range at key /Table/53 [r20]
I171018 18:49:28.019127 17769 storage/replica_command.go:2810 [n1,s1,r20/1:/{Table/53-Max}] initiating a split of this range at key /Table/53/1/300 [r21]
I171018 18:49:28.020008 17777 storage/replica_command.go:2810 [n1,s1,r20/1:/{Table/53-Max}] initiating a split of this range at key /Table/53/1/100 [r22]
I171018 18:49:28.028313 17798 storage/replica_command.go:2810 [n1,s1,r21/1:/{Table/53/1/3…-Max}] initiating a split of this range at key /Table/53/1/600 [r23]
I171018 18:49:28.028632 17842 storage/replica_command.go:2810 [n1,s1,r21/1:/{Table/53/1/3…-Max}] initiating a split of this range at key /Table/53/1/400 [r24]
I171018 18:49:28.038937 14938 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r21/1:/{Table/53/1/3…-Max}] generated Raft snapshot 7ef7f04c at index 10
E171018 18:49:28.039493 14938 storage/queue.go:656 [raftsnapshot,n1,s1,r21/1:/{Table/53/1/3…-Max}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r21: cannot apply snapshot: snapshot intersects existing range [n3,s3,r20/3:/{Table/53-Max}]
I171018 18:49:28.093982 11711 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r27/1:/{Table/51/1/9…-Max}] generated Raft snapshot 12d00b3b at index 22
I171018 18:49:28.095644 11711 storage/store.go:3549 [raftsnapshot,n1,s1,r27/1:/{Table/51/1/9…-Max}] streamed snapshot to (n3,s3):3: kv pairs: 1110, log entries: 12, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:28.096079 17804 storage/replica_raftstorage.go:732 [n3,s3,r27/3:{-}] applying Raft snapshot at index 22 (id=12d00b3b, encoded size=77699, 1 rocksdb batches, 12 log entries)
I171018 18:49:28.096922 17804 storage/replica_raftstorage.go:738 [n3,s3,r27/3:/{Table/51/1/9…-Max}] applied Raft snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:28.109123 17777 storage/replica_command.go:2810 [n1,s1,r20/1:/Table/53{-/1/300}] initiating a split of this range at key /Table/53/1/100 [r25]
I171018 18:49:28.137169 17894 storage/replica_command.go:2810 [n1,s1,r25/1:/Table/53/1/{100-300}] initiating a split of this range at key /Table/53/1/200 [r26]
I171018 18:49:28.147870 14938 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r25/1:/Table/53/1/{100-300}] generated Raft snapshot 849108eb at index 10
E171018 18:49:28.148301 14938 storage/queue.go:656 [raftsnapshot,n1,s1,r25/1:/Table/53/1/{100-300}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r25: cannot apply snapshot: snapshot intersects existing range [n3,s3,r20/3:/{Table/53-Max}]
I171018 18:49:28.208289 14938 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r26/1:/Table/53/1/{200-300}] generated Raft snapshot e7005af3 at index 11
E171018 18:49:28.208796 14938 storage/queue.go:656 [raftsnapshot,n1,s1,r26/1:/Table/53/1/{200-300}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r26: cannot apply snapshot: snapshot intersects existing range [n3,s3,r20/3:/{Table/53-Max}]
I171018 18:49:28.836126 16272 storage/replica_proposal.go:475 [n2,s2,r13/3:/Table/1{6-7}] new range lease repl=(n2,s2):3 start=1508352568.833833754,0 epo=1 pro=1508352568.833836854,0 following repl=(n1,s1):1 start=0.000000000,0 exp=1508352576.203259135,0 pro=1508352567.203277435,0
I171018 18:49:29.148967 14938 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r25/1:/Table/53/1/{100-200}] generated Raft snapshot f1389795 at index 16
E171018 18:49:29.149698 14938 storage/queue.go:656 [raftsnapshot,n1,s1,r25/1:/Table/53/1/{100-200}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r25: cannot apply snapshot: snapshot intersects existing range [n3,s3,r20/3:/{Table/53-Max}]
I171018 18:49:29.153465 14938 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r21/1:/{Table/53/1/3…-Max}] generated Raft snapshot 26e19f9c at index 10
I171018 18:49:29.156819 14938 storage/store.go:3549 [raftsnapshot,n1,s1,r21/1:/{Table/53/1/3…-Max}] streamed snapshot to (n3,s3):3: kv pairs: 8, log entries: 0, rate-limit: 8.0 MiB/sec, 3ms
W171018 18:49:29.179630 18045 storage/replica.go:2064 [n1,s1,r21/1:/Table/53/1/{300-600}] context canceled before command queue: 1 QueryTxn
I171018 18:49:29.196117 18026 storage/replica_command.go:2810 [n1,s1,r23/1:/{Table/53/1/6…-Max}] initiating a split of this range at key /Table/53/1/900 [r27]
I171018 18:49:29.196814 18030 storage/replica_command.go:2810 [n1,s1,r23/1:/{Table/53/1/6…-Max}] initiating a split of this range at key /Table/53/1/700 [r28]
I171018 18:49:29.215224 14938 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r23/1:/{Table/53/1/6…-Max}] generated Raft snapshot 96e319b3 at index 10
I171018 18:49:29.216560 14938 storage/store.go:3549 [raftsnapshot,n1,s1,r23/1:/{Table/53/1/6…-Max}] streamed snapshot to (n2,s2):2: kv pairs: 8, log entries: 0, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:29.268239 18208 storage/replica_command.go:2810 [n1,s1,r27/1:/{Table/53/1/9…-Max}] initiating a split of this range at key /Table/53/2 [r29]
I171018 18:49:29.268685 17842 storage/replica_command.go:2810 [n1,s1,r21/1:/Table/53/1/{300-600}] initiating a split of this range at key /Table/53/1/400 [r30]
I171018 18:49:29.315376 18310 storage/replica_command.go:2810 [n1,s1,r30/1:/Table/53/1/{400-600}] initiating a split of this range at key /Table/53/1/500 [r31]
I171018 18:49:29.325540 18030 storage/replica_command.go:2810 [n1,s1,r23/1:/Table/53/1/{600-900}] initiating a split of this range at key /Table/53/1/700 [r32]
I171018 18:49:29.349500 14938 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r26/1:/Table/53/1/{200-300}] generated Raft snapshot e9f0b063 at index 12
E171018 18:49:29.350574 14938 storage/queue.go:656 [raftsnapshot,n1,s1,r26/1:/Table/53/1/{200-300}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r26: cannot apply snapshot: snapshot intersects existing range [n3,s3,r25/3:/Table/53/1/{100-300}]
I171018 18:49:29.367608 18392 storage/replica_command.go:2810 [n1,s1,r32/1:/Table/53/1/{700-900}] initiating a split of this range at key /Table/53/1/800 [r33]
W171018 18:49:29.540225 17490 storage/raft_transport.go:461 [n3] raft transport stream to node 2 failed: rpc error: code = Unavailable desc = transport is closing
W171018 18:49:29.540324 16645 storage/raft_transport.go:461 [n1] raft transport stream to node 2 failed: rpc error: code = Unavailable desc = transport is closing
W171018 18:49:29.540551 16630 storage/raft_transport.go:461 [n3] raft transport stream to node 1 failed: rpc error: code = Unavailable desc = transport is closing
I171018 18:49:29.540857 16115 vendor/google.golang.org/grpc/grpclog/grpclog.go:75 transport: http2Server.HandleStreams failed to read frame: read tcp 127.0.0.1:41054->127.0.0.1:38547: use of closed network connection
W171018 18:49:29.541127 17361 storage/raft_transport.go:461 [n2] raft transport stream to node 3 failed: rpc error: code = Unavailable desc = transport is closing
I171018 18:49:29.541346 16333 vendor/google.golang.org/grpc/grpclog/grpclog.go:75 transport: http2Server.HandleStreams failed to read frame: read tcp 127.0.0.1:41054->127.0.0.1:38554: use of closed network connection
I171018 18:49:29.541386 15371 vendor/google.golang.org/grpc/grpclog/grpclog.go:75 transport: http2Server.HandleStreams failed to read frame: read tcp 127.0.0.1:41054->127.0.0.1:38539: use of closed network connection
W171018 18:49:29.541456 16559 storage/raft_transport.go:461 [n2] raft transport stream to node 1 failed: rpc error: code = Unavailable desc = transport is closing
W171018 18:49:29.561879 13193 storage/raft_transport.go:461 [n1] raft transport stream to node 3 failed: EOF
W171018 18:49:29.561883 13974 storage/raft_transport.go:461 [n3] raft transport stream to node 2 failed: rpc error: code = Unavailable desc = transport is closing
W171018 18:49:29.561927 13147 storage/raft_transport.go:461 [n1] raft transport stream to node 2 failed: rpc error: code = Unavailable desc = transport is closing
W171018 18:49:29.562068 14020 storage/raft_transport.go:461 [n2] raft transport stream to node 3 failed: EOF
W171018 18:49:29.562099 13198 storage/raft_transport.go:461 [n3] raft transport stream to node 1 failed: rpc error: code = Unavailable desc = transport is closing
W171018 18:49:29.562119 13208 storage/raft_transport.go:461 [n2] raft transport stream to node 1 failed: EOF
I171018 18:49:29.562130 12367 vendor/google.golang.org/grpc/grpclog/grpclog.go:60 transport: http2Client.notifyError got notified that the client transport was broken EOF.
I171018 18:49:29.562140 12632 vendor/google.golang.org/grpc/grpclog/grpclog.go:75 transport: http2Server.HandleStreams failed to read frame: read tcp 127.0.0.1:36603->127.0.0.1:53495: use of closed network connection
I171018 18:49:29.562319 12496 vendor/google.golang.org/grpc/grpclog/grpclog.go:75 grpc: addrConn.resetTransport failed to create client transport: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:36603: operation was canceled"; Reconnecting to {127.0.0.1:36603 <nil>}
I171018 18:49:29.562332 12496 vendor/google.golang.org/grpc/grpclog/grpclog.go:75 grpc: addrConn.transportMonitor exits due to: grpc: the connection is closing
--- PASS: TestBackupRestoreLocal (3.60s)
=== RUN TestBackupRestoreEmpty
W171018 18:49:29.569427 18543 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
I171018 18:49:29.571218 18543 server/config.go:507 [n?] 1 storage engine initialized
I171018 18:49:29.571253 18543 server/config.go:510 [n?] RocksDB cache size: 128 MiB
I171018 18:49:29.571270 18543 server/config.go:510 [n?] store 0: in-memory, size 0 B
I171018 18:49:29.573535 18543 server/node.go:347 [n?] **** cluster 03541fdb-471c-4bec-94a1-d76b2bf395db has been created
I171018 18:49:29.573589 18543 server/server.go:882 [n?] **** add additional nodes by specifying --join=127.0.0.1:60168
I171018 18:49:29.574127 18543 storage/store.go:1212 [n1,s1] [n1,s1]: failed initial metrics computation: [n1,s1]: system config not yet available
I171018 18:49:29.574564 18543 server/node.go:472 [n1] initialized store [n1,s1]: disk (capacity=512 MiB, available=512 MiB, used=0 B, logicalBytes=3.2 KiB), ranges=1, leases=0, writes=0.00, bytesPerReplica={p10=3234.00 p25=3234.00 p50=3234.00 p75=3234.00 p90=3234.00}, writesPerReplica={p10=0.00 p25=0.00 p50=0.00 p75=0.00 p90=0.00}
I171018 18:49:29.574886 18543 server/node.go:329 [n1] node ID 1 initialized
I171018 18:49:29.574949 18543 gossip/gossip.go:331 [n1] NodeDescriptor set to node_id:1 address:<network_field:"tcp" address_field:"127.0.0.1:60168" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:3 >
I171018 18:49:29.575012 18543 storage/stores.go:332 [n1] read 0 node addresses from persistent storage
I171018 18:49:29.575081 18543 server/node.go:617 [n1] connecting to gossip network to verify cluster ID...
I171018 18:49:29.575118 18543 server/node.go:642 [n1] node connected via gossip and verified as part of cluster "03541fdb-471c-4bec-94a1-d76b2bf395db"
I171018 18:49:29.575145 18543 server/node.go:414 [n1] node=1: started with [<no-attributes>=<in-mem>] engine(s) and attributes []
I171018 18:49:29.575202 18543 sql/executor.go:408 [n1] creating distSQLPlanner with address {tcp 127.0.0.1:60168}
I171018 18:49:29.575729 18622 storage/replica_command.go:2810 [split,n1,s1,r1/1:/M{in-ax}] initiating a split of this range at key /System/"" [r2]
I171018 18:49:29.578768 18543 server/server.go:987 [n1] starting https server at 127.0.0.1:33863
I171018 18:49:29.578804 18543 server/server.go:988 [n1] starting grpc/postgres server at 127.0.0.1:60168
I171018 18:49:29.578823 18543 server/server.go:989 [n1] advertising CockroachDB node at 127.0.0.1:60168
W171018 18:49:29.578845 18543 sql/jobs/registry.go:167 [n1] unable to get node liveness: node not in the liveness table
E171018 18:49:29.579707 18623 storage/queue.go:656 [replicate,n1,s1,r1/1:/{Min-System/}] range requires a replication change, but lacks a quorum of live replicas (0/1)
I171018 18:49:29.579917 18622 storage/replica_command.go:2810 [split,n1,s1,r2/1:/{System/-Max}] initiating a split of this range at key /System/NodeLiveness [r3]
I171018 18:49:29.588114 18622 storage/replica_command.go:2810 [split,n1,s1,r3/1:/{System/NodeL…-Max}] initiating a split of this range at key /System/NodeLivenessMax [r4]
I171018 18:49:29.588404 18543 sql/event_log.go:103 [n1] Event: "alter_table", target: 12, info: {TableName:eventlog Statement:ALTER TABLE system.eventlog ALTER COLUMN "uniqueID" SET DEFAULT uuid_v4() User:node MutationID:0 CascadeDroppedViews:[]}
I171018 18:49:29.594295 18543 sql/lease.go:341 [n1] publish: descID=12 (eventlog) version=2 mtime=2017-10-18 18:49:29.59154414 +0000 UTC
I171018 18:49:29.595729 18622 storage/replica_command.go:2810 [split,n1,s1,r4/1:/{System/NodeL…-Max}] initiating a split of this range at key /System/tsd [r5]
I171018 18:49:29.616337 18622 storage/replica_command.go:2810 [split,n1,s1,r5/1:/{System/tsd-Max}] initiating a split of this range at key /System/"tse" [r6]
I171018 18:49:29.623822 18543 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:diagnostics.reporting.enabled Value:true User:node}
I171018 18:49:29.630773 18622 storage/replica_command.go:2810 [split,n1,s1,r6/1:/{System/tse-Max}] initiating a split of this range at key /Table/SystemConfigSpan/Start [r7]
I171018 18:49:29.637011 18622 storage/replica_command.go:2810 [split,n1,s1,r7/1:/{Table/System…-Max}] initiating a split of this range at key /Table/11 [r8]
I171018 18:49:29.640581 18543 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:version Value:1.1-3 User:node}
I171018 18:49:29.644724 18543 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:trace.debug.enable Value:false User:node}
I171018 18:49:29.645353 18543 server/server.go:1131 [n1] done ensuring all necessary migrations have run
I171018 18:49:29.645374 18543 server/server.go:1133 [n1] serving sql connections
I171018 18:49:29.648786 19255 sql/event_log.go:103 [n1] Event: "node_join", target: 1, info: {Descriptor:{NodeID:1 Address:{NetworkField:tcp AddressField:127.0.0.1:60168} Attrs: Locality: ServerVersion:1.1-3} ClusterID:03541fdb-471c-4bec-94a1-d76b2bf395db StartedAt:1508352569575130563 LastUp:1508352569575130563}
I171018 18:49:29.653641 18622 storage/replica_command.go:2810 [split,n1,s1,r8/1:/{Table/11-Max}] initiating a split of this range at key /Table/12 [r9]
I171018 18:49:29.659856 18622 storage/replica_command.go:2810 [split,n1,s1,r9/1:/{Table/12-Max}] initiating a split of this range at key /Table/13 [r10]
I171018 18:49:29.667870 18622 storage/replica_command.go:2810 [split,n1,s1,r10/1:/{Table/13-Max}] initiating a split of this range at key /Table/14 [r11]
I171018 18:49:29.671949 18622 storage/replica_command.go:2810 [split,n1,s1,r11/1:/{Table/14-Max}] initiating a split of this range at key /Table/15 [r12]
I171018 18:49:29.676706 18622 storage/replica_command.go:2810 [split,n1,s1,r12/1:/{Table/15-Max}] initiating a split of this range at key /Table/16 [r13]
W171018 18:49:29.681541 19457 storage/intent_resolver.go:345 [n1,s1,r1/1:/{Min-System/}]: failed to push during intent resolution: failed to push "split" id=8ab76d16 key=/Local/Range/Table/15/RangeDescriptor rw=true pri=0.03217938 iso=SERIALIZABLE stat=PENDING epo=0 ts=1508352569.676902945,1 orig=1508352569.676725344,0 max=1508352569.676725344,0 wto=false rop=false seq=3
I171018 18:49:29.683449 18622 storage/replica_command.go:2810 [split,n1,s1,r13/1:/{Table/16-Max}] initiating a split of this range at key /Table/17 [r14]
I171018 18:49:29.687586 18622 storage/replica_command.go:2810 [split,n1,s1,r14/1:/{Table/17-Max}] initiating a split of this range at key /Table/18 [r15]
I171018 18:49:29.691954 18622 storage/replica_command.go:2810 [split,n1,s1,r15/1:/{Table/18-Max}] initiating a split of this range at key /Table/19 [r16]
W171018 18:49:29.720897 18543 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
W171018 18:49:29.721654 18543 gossip/gossip.go:1277 [n?] no incoming or outgoing connections
I171018 18:49:29.726322 18543 server/config.go:507 [n?] 1 storage engine initialized
I171018 18:49:29.726343 18543 server/config.go:510 [n?] RocksDB cache size: 128 MiB
I171018 18:49:29.726353 18543 server/config.go:510 [n?] store 0: in-memory, size 0 B
I171018 18:49:29.726399 18543 server/server.go:884 [n?] no stores bootstrapped and --join flag specified, awaiting init command.
I171018 18:49:29.730893 19573 gossip/client.go:129 [n?] started gossip client to 127.0.0.1:60168
I171018 18:49:29.731204 19437 gossip/server.go:232 [n1] received initial cluster-verification connection from {tcp 127.0.0.1:48860}
I171018 18:49:29.731825 18543 storage/stores.go:332 [n?] read 0 node addresses from persistent storage
I171018 18:49:29.731868 18543 server/node.go:617 [n?] connecting to gossip network to verify cluster ID...
I171018 18:49:29.731892 18543 server/node.go:642 [n?] node connected via gossip and verified as part of cluster "03541fdb-471c-4bec-94a1-d76b2bf395db"
I171018 18:49:29.732101 19624 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:29.732328 19438 storage/stores.go:351 [n?] wrote 1 node addresses to persistent storage
I171018 18:49:29.732926 19623 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:29.733382 18543 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:29.733987 18543 server/node.go:322 [n?] new node allocated ID 2
I171018 18:49:29.734041 18543 gossip/gossip.go:331 [n2] NodeDescriptor set to node_id:2 address:<network_field:"tcp" address_field:"127.0.0.1:48860" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:3 >
I171018 18:49:29.734081 18543 server/node.go:400 [n2] node=2: asynchronously bootstrapping engine(s) [<no-attributes>=<in-mem>]
I171018 18:49:29.734098 18543 server/node.go:414 [n2] node=2: started with [] engine(s) and attributes []
I171018 18:49:29.734148 18543 sql/executor.go:408 [n2] creating distSQLPlanner with address {tcp 127.0.0.1:48860}
I171018 18:49:29.747469 19674 storage/stores.go:351 [n1] wrote 1 node addresses to persistent storage
I171018 18:49:29.747521 18543 server/server.go:987 [n2] starting https server at 127.0.0.1:58655
I171018 18:49:29.747542 18543 server/server.go:988 [n2] starting grpc/postgres server at 127.0.0.1:48860
I171018 18:49:29.747550 18543 server/server.go:989 [n2] advertising CockroachDB node at 127.0.0.1:48860
W171018 18:49:29.747568 18543 sql/jobs/registry.go:167 [n2] unable to get node liveness: node not in the liveness table
I171018 18:49:29.752796 18543 server/server.go:1131 [n2] done ensuring all necessary migrations have run
I171018 18:49:29.752819 18543 server/server.go:1133 [n2] serving sql connections
I171018 18:49:29.756317 19633 server/node.go:598 [n2] bootstrapped store [n2,s2]
W171018 18:49:29.758230 18543 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
W171018 18:49:29.758728 18543 gossip/gossip.go:1277 [n?] no incoming or outgoing connections
I171018 18:49:29.759288 18543 server/config.go:507 [n?] 1 storage engine initialized
I171018 18:49:29.759307 18543 server/config.go:510 [n?] RocksDB cache size: 128 MiB
I171018 18:49:29.759313 18543 server/config.go:510 [n?] store 0: in-memory, size 0 B
I171018 18:49:29.759349 18543 server/server.go:884 [n?] no stores bootstrapped and --join flag specified, awaiting init command.
I171018 18:49:29.759461 19775 sql/event_log.go:103 [n2] Event: "node_join", target: 2, info: {Descriptor:{NodeID:2 Address:{NetworkField:tcp AddressField:127.0.0.1:48860} Attrs: Locality: ServerVersion:1.1-3} ClusterID:03541fdb-471c-4bec-94a1-d76b2bf395db StartedAt:1508352569734090215 LastUp:1508352569734090215}
I171018 18:49:29.768625 19009 gossip/client.go:129 [n?] started gossip client to 127.0.0.1:60168
I171018 18:49:29.768839 19848 gossip/server.go:232 [n1] received initial cluster-verification connection from {tcp 127.0.0.1:57297}
I171018 18:49:29.769580 18543 storage/stores.go:332 [n?] read 0 node addresses from persistent storage
I171018 18:49:29.769617 18543 storage/stores.go:351 [n?] wrote 2 node addresses to persistent storage
I171018 18:49:29.769630 18543 server/node.go:617 [n?] connecting to gossip network to verify cluster ID...
I171018 18:49:29.769652 18543 server/node.go:642 [n?] node connected via gossip and verified as part of cluster "03541fdb-471c-4bec-94a1-d76b2bf395db"
I171018 18:49:29.769845 19871 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:29.770345 19870 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:29.770818 18543 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:29.771461 18543 server/node.go:322 [n?] new node allocated ID 3
I171018 18:49:29.771515 18543 gossip/gossip.go:331 [n3] NodeDescriptor set to node_id:3 address:<network_field:"tcp" address_field:"127.0.0.1:57297" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:3 >
I171018 18:49:29.771556 18543 server/node.go:400 [n3] node=3: asynchronously bootstrapping engine(s) [<no-attributes>=<in-mem>]
I171018 18:49:29.771574 18543 server/node.go:414 [n3] node=3: started with [] engine(s) and attributes []
I171018 18:49:29.771629 18543 sql/executor.go:408 [n3] creating distSQLPlanner with address {tcp 127.0.0.1:57297}
I171018 18:49:29.771929 19849 storage/stores.go:351 [n1] wrote 2 node addresses to persistent storage
I171018 18:49:29.772176 19850 storage/stores.go:351 [n2] wrote 2 node addresses to persistent storage
I171018 18:49:29.772833 19834 server/node.go:598 [n3] bootstrapped store [n3,s3]
I171018 18:49:29.773880 18543 server/server.go:987 [n3] starting https server at 127.0.0.1:45819
I171018 18:49:29.773899 18543 server/server.go:988 [n3] starting grpc/postgres server at 127.0.0.1:57297
I171018 18:49:29.773913 18543 server/server.go:989 [n3] advertising CockroachDB node at 127.0.0.1:57297
W171018 18:49:29.773942 18543 sql/jobs/registry.go:167 [n3] unable to get node liveness: node not in the liveness table
I171018 18:49:29.774895 18543 server/server.go:1131 [n3] done ensuring all necessary migrations have run
I171018 18:49:29.774922 18543 server/server.go:1133 [n3] serving sql connections
I171018 18:49:29.775542 18952 storage/replica_raftstorage.go:526 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] generated preemptive snapshot 6a8e673b at index 19
I171018 18:49:29.792141 18952 storage/store.go:3549 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 9, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:29.792430 19695 storage/replica_raftstorage.go:732 [n3,s3,r2/?:{-}] applying preemptive snapshot at index 19 (id=6a8e673b, encoded size=5076, 1 rocksdb batches, 9 log entries)
I171018 18:49:29.792658 19695 storage/replica_raftstorage.go:738 [n3,s3,r2/?:/System/{-NodeLive…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:29.793425 18952 storage/replica_command.go:3754 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r2:/System/{-NodeLiveness} [(n1,s1):1, next=2]
I171018 18:49:29.796009 20088 storage/replica.go:3071 [n1,s1,r2/1:/System/{-NodeLive…}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:29.796474 18952 storage/replica_raftstorage.go:526 [replicate,n1,s1,r13/1:/Table/1{6-7}] generated preemptive snapshot 3d2aacf4 at index 16
I171018 18:49:29.797518 19940 sql/event_log.go:103 [n3] Event: "node_join", target: 3, info: {Descriptor:{NodeID:3 Address:{NetworkField:tcp AddressField:127.0.0.1:57297} Attrs: Locality: ServerVersion:1.1-3} ClusterID:03541fdb-471c-4bec-94a1-d76b2bf395db StartedAt:1508352569771565593 LastUp:1508352569771565593}
I171018 18:49:29.800691 20108 storage/raft_transport.go:455 [n3] raft transport stream to node 1 established
I171018 18:49:29.808520 18952 storage/store.go:3549 [replicate,n1,s1,r13/1:/Table/1{6-7}] streamed snapshot to (n2,s2):?: kv pairs: 9, log entries: 6, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:29.808747 20130 storage/replica_raftstorage.go:732 [n2,s2,r13/?:{-}] applying preemptive snapshot at index 16 (id=3d2aacf4, encoded size=2603, 1 rocksdb batches, 6 log entries)
I171018 18:49:29.809177 20130 storage/replica_raftstorage.go:738 [n2,s2,r13/?:/Table/1{6-7}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:29.809761 18952 storage/replica_command.go:3754 [replicate,n1,s1,r13/1:/Table/1{6-7}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r13:/Table/1{6-7} [(n1,s1):1, next=2]
I171018 18:49:29.811628 20159 storage/replica.go:3071 [n1,s1,r13/1:/Table/1{6-7}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:29.812120 18623 storage/replica_raftstorage.go:526 [replicate,n1,s1,r1/1:/{Min-System/}] generated preemptive snapshot af86002d at index 69
I171018 18:49:29.812901 18623 storage/store.go:3549 [replicate,n1,s1,r1/1:/{Min-System/}] streamed snapshot to (n2,s2):?: kv pairs: 47, log entries: 59, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:29.813143 20185 storage/raft_transport.go:455 [n2] raft transport stream to node 1 established
I171018 18:49:29.813274 20118 storage/replica_raftstorage.go:732 [n2,s2,r1/?:{-}] applying preemptive snapshot at index 69 (id=af86002d, encoded size=18749, 1 rocksdb batches, 59 log entries)
I171018 18:49:29.813859 20118 storage/replica_raftstorage.go:738 [n2,s2,r1/?:/{Min-System/}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:29.814540 18623 storage/replica_command.go:3754 [replicate,n1,s1,r1/1:/{Min-System/}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r1:/{Min-System/} [(n1,s1):1, next=2]
I171018 18:49:29.816250 20129 storage/replica.go:3071 [n1,s1,r1/1:/{Min-System/}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:29.817035 18952 storage/replica_raftstorage.go:526 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] generated preemptive snapshot 43aaa813 at index 29
I171018 18:49:29.817583 18952 storage/store.go:3549 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] streamed snapshot to (n3,s3):?: kv pairs: 42, log entries: 19, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:29.817797 20193 storage/replica_raftstorage.go:732 [n3,s3,r7/?:{-}] applying preemptive snapshot at index 29 (id=43aaa813, encoded size=19506, 1 rocksdb batches, 19 log entries)
I171018 18:49:29.818082 20193 storage/replica_raftstorage.go:738 [n3,s3,r7/?:/Table/{SystemCon…-11}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:29.819208 18952 storage/replica_command.go:3754 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r7:/Table/{SystemConfigSpan/Start-11} [(n1,s1):1, next=2]
I171018 18:49:29.821610 20212 storage/replica.go:3071 [n1,s1,r7/1:/Table/{SystemCon…-11}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:29.822070 18952 storage/replica_raftstorage.go:526 [replicate,n1,s1,r14/1:/Table/1{7-8}] generated preemptive snapshot b2001c82 at index 16
I171018 18:49:29.822672 18952 storage/store.go:3549 [replicate,n1,s1,r14/1:/Table/1{7-8}] streamed snapshot to (n2,s2):?: kv pairs: 9, log entries: 6, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:29.825208 20240 storage/replica_raftstorage.go:732 [n2,s2,r14/?:{-}] applying preemptive snapshot at index 16 (id=b2001c82, encoded size=2599, 1 rocksdb batches, 6 log entries)
I171018 18:49:29.827921 20240 storage/replica_raftstorage.go:738 [n2,s2,r14/?:/Table/1{7-8}] applied preemptive snapshot in 3ms [clear=0ms batch=0ms entries=1ms commit=2ms]
I171018 18:49:29.828321 18952 storage/replica_command.go:3754 [replicate,n1,s1,r14/1:/Table/1{7-8}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r14:/Table/1{7-8} [(n1,s1):1, next=2]
I171018 18:49:29.830758 20252 storage/replica.go:3071 [n1,s1,r14/1:/Table/1{7-8}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:29.831205 18623 storage/replica_raftstorage.go:526 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] generated preemptive snapshot 6cb8378d at index 22
I171018 18:49:29.832465 18623 storage/store.go:3549 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 12, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:29.832796 20260 storage/replica_raftstorage.go:732 [n2,s2,r2/?:{-}] applying preemptive snapshot at index 22 (id=6cb8378d, encoded size=6344, 1 rocksdb batches, 12 log entries)
I171018 18:49:29.833016 20260 storage/replica_raftstorage.go:738 [n2,s2,r2/?:/System/{-NodeLive…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:29.833311 18623 storage/replica_command.go:3754 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r2:/System/{-NodeLiveness} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:29.835989 20291 storage/replica.go:3071 [n1,s1,r2/1:/System/{-NodeLive…}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:29.836517 18623 storage/allocator_scorer.go:623 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=7.33, overfull-threshold=8
I171018 18:49:29.836750 18952 storage/replica_raftstorage.go:526 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] generated preemptive snapshot f2df37e7 at index 17
I171018 18:49:29.837266 18952 storage/store.go:3549 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 7, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:29.837485 20135 storage/replica_raftstorage.go:732 [n3,s3,r6/?:{-}] applying preemptive snapshot at index 17 (id=f2df37e7, encoded size=4226, 1 rocksdb batches, 7 log entries)
I171018 18:49:29.837668 20135 storage/replica_raftstorage.go:738 [n3,s3,r6/?:/{System/tse-Table/System…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:29.838035 18952 storage/replica_command.go:3754 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r6:/{System/tse-Table/SystemConfigSpan/Start} [(n1,s1):1, next=2]
I171018 18:49:29.840447 20306 storage/replica.go:3071 [n1,s1,r6/1:/{System/tse-Table/System…}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:29.840871 18952 storage/replica_raftstorage.go:526 [replicate,n1,s1,r5/1:/System/ts{d-e}] generated preemptive snapshot 381f5357 at index 31
I171018 18:49:29.847620 18952 storage/store.go:3549 [replicate,n1,s1,r5/1:/System/ts{d-e}] streamed snapshot to (n3,s3):?: kv pairs: 1074, log entries: 2, rate-limit: 8.0 MiB/sec, 7ms
I171018 18:49:29.848032 20314 storage/replica_raftstorage.go:732 [n3,s3,r5/?:{-}] applying preemptive snapshot at index 31 (id=381f5357, encoded size=156273, 1 rocksdb batches, 2 log entries)
I171018 18:49:29.848920 20314 storage/replica_raftstorage.go:738 [n3,s3,r5/?:/System/ts{d-e}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:29.850474 18952 storage/replica_command.go:3754 [replicate,n1,s1,r5/1:/System/ts{d-e}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r5:/System/ts{d-e} [(n1,s1):1, next=2]
I171018 18:49:29.852764 20216 storage/replica.go:3071 [n1,s1,r5/1:/System/ts{d-e}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:29.853216 18623 storage/replica_raftstorage.go:526 [replicate,n1,s1,r1/1:/{Min-System/}] generated preemptive snapshot 05e7f7c6 at index 82
I171018 18:49:29.853976 18623 storage/store.go:3549 [replicate,n1,s1,r1/1:/{Min-System/}] streamed snapshot to (n3,s3):?: kv pairs: 55, log entries: 72, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:29.854269 20220 storage/replica_raftstorage.go:732 [n3,s3,r1/?:{-}] applying preemptive snapshot at index 82 (id=05e7f7c6, encoded size=22773, 1 rocksdb batches, 72 log entries)
I171018 18:49:29.854624 20220 storage/replica_raftstorage.go:738 [n3,s3,r1/?:/{Min-System/}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:29.854949 18623 storage/replica_command.go:3754 [replicate,n1,s1,r1/1:/{Min-System/}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r1:/{Min-System/} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:29.857115 20339 storage/replica.go:3071 [n1,s1,r1/1:/{Min-System/}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:29.858317 18623 storage/allocator_scorer.go:623 [replicate,n1,s1,r1/1:/{Min-System/}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=8.33, overfull-threshold=9
I171018 18:49:29.858557 18952 storage/replica_raftstorage.go:526 [replicate,n1,s1,r15/1:/Table/1{8-9}] generated preemptive snapshot be89a316 at index 15
I171018 18:49:29.859239 18952 storage/store.go:3549 [replicate,n1,s1,r15/1:/Table/1{8-9}] streamed snapshot to (n2,s2):?: kv pairs: 9, log entries: 5, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:29.859678 20223 storage/replica_raftstorage.go:732 [n2,s2,r15/?:{-}] applying preemptive snapshot at index 15 (id=be89a316, encoded size=2484, 1 rocksdb batches, 5 log entries)
I171018 18:49:29.859900 20223 storage/replica_raftstorage.go:738 [n2,s2,r15/?:/Table/1{8-9}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:29.860667 18952 storage/replica_command.go:3754 [replicate,n1,s1,r15/1:/Table/1{8-9}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r15:/Table/1{8-9} [(n1,s1):1, next=2]
I171018 18:49:29.862834 20354 storage/replica.go:3071 [n1,s1,r15/1:/Table/1{8-9}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:29.864147 18952 storage/replica_raftstorage.go:526 [replicate,n1,s1,r16/1:/{Table/19-Max}] generated preemptive snapshot 3d654df0 at index 11
I171018 18:49:29.864769 20332 storage/replica_raftstorage.go:732 [n3,s3,r16/?:{-}] applying preemptive snapshot at index 11 (id=3d654df0, encoded size=454, 1 rocksdb batches, 1 log entries)
I171018 18:49:29.864926 20332 storage/replica_raftstorage.go:738 [n3,s3,r16/?:/{Table/19-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:29.865045 18952 storage/store.go:3549 [replicate,n1,s1,r16/1:/{Table/19-Max}] streamed snapshot to (n3,s3):?: kv pairs: 8, log entries: 1, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:29.865339 18952 storage/replica_command.go:3754 [replicate,n1,s1,r16/1:/{Table/19-Max}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r16:/{Table/19-Max} [(n1,s1):1, next=2]
I171018 18:49:29.867737 20383 storage/replica.go:3071 [n1,s1,r16/1:/{Table/19-Max}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:29.868608 18623 storage/replica_raftstorage.go:526 [replicate,n1,s1,r13/1:/Table/1{6-7}] generated preemptive snapshot aac04023 at index 19
I171018 18:49:29.869031 18623 storage/store.go:3549 [replicate,n1,s1,r13/1:/Table/1{6-7}] streamed snapshot to (n3,s3):?: kv pairs: 10, log entries: 9, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:29.869356 20336 storage/replica_raftstorage.go:732 [n3,s3,r13/?:{-}] applying preemptive snapshot at index 19 (id=aac04023, encoded size=3831, 1 rocksdb batches, 9 log entries)
I171018 18:49:29.869617 20336 storage/replica_raftstorage.go:738 [n3,s3,r13/?:/Table/1{6-7}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:29.870451 18623 storage/replica_command.go:3754 [replicate,n1,s1,r13/1:/Table/1{6-7}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r13:/Table/1{6-7} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:29.873102 20360 storage/replica.go:3071 [n1,s1,r13/1:/Table/1{6-7}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:29.873754 18623 storage/allocator_scorer.go:623 [replicate,n1,s1,r13/1:/Table/1{6-7}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=9.33, overfull-threshold=10
I171018 18:49:29.873984 18952 storage/replica_raftstorage.go:526 [replicate,n1,s1,r10/1:/Table/1{3-4}] generated preemptive snapshot a9d0bb74 at index 51
I171018 18:49:29.874901 18952 storage/store.go:3549 [replicate,n1,s1,r10/1:/Table/1{3-4}] streamed snapshot to (n2,s2):?: kv pairs: 164, log entries: 41, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:29.875273 20414 storage/replica_raftstorage.go:732 [n2,s2,r10/?:{-}] applying preemptive snapshot at index 51 (id=a9d0bb74, encoded size=55636, 1 rocksdb batches, 41 log entries)
I171018 18:49:29.875677 20414 storage/replica_raftstorage.go:738 [n2,s2,r10/?:/Table/1{3-4}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:29.875988 18952 storage/replica_command.go:3754 [replicate,n1,s1,r10/1:/Table/1{3-4}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r10:/Table/1{3-4} [(n1,s1):1, next=2]
I171018 18:49:29.878172 20390 storage/replica.go:3071 [n1,s1,r10/1:/Table/1{3-4}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:29.878652 18952 storage/replica_raftstorage.go:526 [replicate,n1,s1,r9/1:/Table/1{2-3}] generated preemptive snapshot c2a498ea at index 25
I171018 18:49:29.879403 18952 storage/store.go:3549 [replicate,n1,s1,r9/1:/Table/1{2-3}] streamed snapshot to (n2,s2):?: kv pairs: 44, log entries: 15, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:29.879619 20348 storage/replica_raftstorage.go:732 [n2,s2,r9/?:{-}] applying preemptive snapshot at index 25 (id=c2a498ea, encoded size=14194, 1 rocksdb batches, 15 log entries)
I171018 18:49:29.879845 20348 storage/replica_raftstorage.go:738 [n2,s2,r9/?:/Table/1{2-3}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:29.880528 18952 storage/replica_command.go:3754 [replicate,n1,s1,r9/1:/Table/1{2-3}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r9:/Table/1{2-3} [(n1,s1):1, next=2]
I171018 18:49:29.883182 20416 storage/replica.go:3071 [n1,s1,r9/1:/Table/1{2-3}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:29.883594 18623 storage/replica_raftstorage.go:526 [replicate,n1,s1,r14/1:/Table/1{7-8}] generated preemptive snapshot 3cab3792 at index 19
I171018 18:49:29.884602 18623 storage/store.go:3549 [replicate,n1,s1,r14/1:/Table/1{7-8}] streamed snapshot to (n3,s3):?: kv pairs: 10, log entries: 9, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:29.884827 20471 storage/replica_raftstorage.go:732 [n3,s3,r14/?:{-}] applying preemptive snapshot at index 19 (id=3cab3792, encoded size=3827, 1 rocksdb batches, 9 log entries)
I171018 18:49:29.885023 20471 storage/replica_raftstorage.go:738 [n3,s3,r14/?:/Table/1{7-8}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:29.885338 18623 storage/replica_command.go:3754 [replicate,n1,s1,r14/1:/Table/1{7-8}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r14:/Table/1{7-8} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:29.888259 20464 storage/replica.go:3071 [n1,s1,r14/1:/Table/1{7-8}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:29.888810 18623 storage/allocator_scorer.go:623 [replicate,n1,s1,r14/1:/Table/1{7-8}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=10.33, overfull-threshold=11
I171018 18:49:29.889224 18952 storage/replica_raftstorage.go:526 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] generated preemptive snapshot 13eb9a4a at index 26
I171018 18:49:29.890842 18952 storage/store.go:3549 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] streamed snapshot to (n2,s2):?: kv pairs: 13, log entries: 16, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:29.891085 20474 storage/replica_raftstorage.go:732 [n2,s2,r3/?:{-}] applying preemptive snapshot at index 26 (id=13eb9a4a, encoded size=24888, 1 rocksdb batches, 16 log entries)
I171018 18:49:29.899726 20474 storage/replica_raftstorage.go:738 [n2,s2,r3/?:/System/NodeLiveness{-Max}] applied preemptive snapshot in 9ms [clear=0ms batch=0ms entries=2ms commit=6ms]
I171018 18:49:29.900704 18952 storage/replica_command.go:3754 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r3:/System/NodeLiveness{-Max} [(n1,s1):1, next=2]
I171018 18:49:29.904299 20482 storage/replica.go:3071 [n1,s1,r3/1:/System/NodeLiveness{-Max}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:29.904757 18952 storage/replica_raftstorage.go:526 [replicate,n1,s1,r12/1:/Table/1{5-6}] generated preemptive snapshot bfa5e734 at index 19
I171018 18:49:29.905252 18952 storage/store.go:3549 [replicate,n1,s1,r12/1:/Table/1{5-6}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 9, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:29.905451 20443 storage/replica_raftstorage.go:732 [n3,s3,r12/?:{-}] applying preemptive snapshot at index 19 (id=bfa5e734, encoded size=3480, 1 rocksdb batches, 9 log entries)
I171018 18:49:29.905641 20443 storage/replica_raftstorage.go:738 [n3,s3,r12/?:/Table/1{5-6}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:29.905941 18952 storage/replica_command.go:3754 [replicate,n1,s1,r12/1:/Table/1{5-6}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r12:/Table/1{5-6} [(n1,s1):1, next=2]
I171018 18:49:29.913172 20175 storage/replica.go:3071 [n1,s1,r12/1:/Table/1{5-6}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:29.913634 18623 storage/replica_raftstorage.go:526 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] generated preemptive snapshot ac70bef6 at index 20
I171018 18:49:29.914107 18623 storage/store.go:3549 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 10, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:29.925428 20506 storage/replica_raftstorage.go:732 [n2,s2,r6/?:{-}] applying preemptive snapshot at index 20 (id=ac70bef6, encoded size=5511, 1 rocksdb batches, 10 log entries)
I171018 18:49:29.926975 20506 storage/replica_raftstorage.go:738 [n2,s2,r6/?:/{System/tse-Table/System…}] applied preemptive snapshot in 2ms [clear=0ms batch=0ms entries=1ms commit=0ms]
I171018 18:49:29.927298 18623 storage/replica_command.go:3754 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r6:/{System/tse-Table/SystemConfigSpan/Start} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:29.930353 20447 storage/replica.go:3071 [n1,s1,r6/1:/{System/tse-Table/System…}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:29.931075 18623 storage/allocator_scorer.go:623 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=11.33, overfull-threshold=12
I171018 18:49:29.931314 18952 storage/replica_raftstorage.go:526 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] generated preemptive snapshot aa6ae144 at index 38
I171018 18:49:29.933350 18952 storage/store.go:3549 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] streamed snapshot to (n2,s2):?: kv pairs: 33, log entries: 6, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:29.934607 20481 storage/replica_raftstorage.go:732 [n2,s2,r4/?:{-}] applying preemptive snapshot at index 38 (id=aa6ae144, encoded size=90687, 1 rocksdb batches, 6 log entries)
I171018 18:49:29.935296 20481 storage/replica_raftstorage.go:738 [n2,s2,r4/?:/System/{NodeLive…-tsd}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:29.935682 18952 storage/replica_command.go:3754 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r4:/System/{NodeLivenessMax-tsd} [(n1,s1):1, next=2]
I171018 18:49:29.938427 20369 storage/replica.go:3071 [n1,s1,r4/1:/System/{NodeLive…-tsd}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:29.938931 18952 storage/replica_raftstorage.go:526 [replicate,n1,s1,r8/1:/Table/1{1-2}] generated preemptive snapshot 8a786b99 at index 21
I171018 18:49:29.939670 18952 storage/store.go:3549 [replicate,n1,s1,r8/1:/Table/1{1-2}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 11, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:29.939942 20594 storage/replica_raftstorage.go:732 [n3,s3,r8/?:{-}] applying preemptive snapshot at index 21 (id=8a786b99, encoded size=6585, 1 rocksdb batches, 11 log entries)
I171018 18:49:29.940131 20594 storage/replica_raftstorage.go:738 [n3,s3,r8/?:/Table/1{1-2}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:29.940568 18952 storage/replica_command.go:3754 [replicate,n1,s1,r8/1:/Table/1{1-2}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r8:/Table/1{1-2} [(n1,s1):1, next=2]
I171018 18:49:29.943473 20577 storage/replica.go:3071 [n1,s1,r8/1:/Table/1{1-2}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:29.943938 18623 storage/replica_raftstorage.go:526 [replicate,n1,s1,r16/1:/{Table/19-Max}] generated preemptive snapshot 56c20673 at index 14
I171018 18:49:29.945388 18623 storage/store.go:3549 [replicate,n1,s1,r16/1:/{Table/19-Max}] streamed snapshot to (n2,s2):?: kv pairs: 9, log entries: 4, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:29.945596 20539 storage/replica_raftstorage.go:732 [n2,s2,r16/?:{-}] applying preemptive snapshot at index 14 (id=56c20673, encoded size=1686, 1 rocksdb batches, 4 log entries)
I171018 18:49:29.945757 20539 storage/replica_raftstorage.go:738 [n2,s2,r16/?:/{Table/19-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:29.946168 18623 storage/replica_command.go:3754 [replicate,n1,s1,r16/1:/{Table/19-Max}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r16:/{Table/19-Max} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:29.949211 20580 storage/replica.go:3071 [n1,s1,r16/1:/{Table/19-Max}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:29.949794 18623 storage/allocator_scorer.go:623 [replicate,n1,s1,r16/1:/{Table/19-Max}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=12.33, overfull-threshold=13
I171018 18:49:29.950042 18952 storage/replica_raftstorage.go:526 [replicate,n1,s1,r11/1:/Table/1{4-5}] generated preemptive snapshot 14400e3f at index 17
I171018 18:49:29.950479 18952 storage/store.go:3549 [replicate,n1,s1,r11/1:/Table/1{4-5}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 7, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:29.950744 20543 storage/replica_raftstorage.go:732 [n3,s3,r11/?:{-}] applying preemptive snapshot at index 17 (id=14400e3f, encoded size=2714, 1 rocksdb batches, 7 log entries)
I171018 18:49:29.950936 20543 storage/replica_raftstorage.go:738 [n3,s3,r11/?:/Table/1{4-5}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:29.951228 18952 storage/replica_command.go:3754 [replicate,n1,s1,r11/1:/Table/1{4-5}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r11:/Table/1{4-5} [(n1,s1):1, next=2]
I171018 18:49:29.953892 20545 storage/replica.go:3071 [n1,s1,r11/1:/Table/1{4-5}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:29.954160 18952 storage/queue.go:723 [n1,replicate] purgatory is now empty
I171018 18:49:29.954330 18623 storage/replica_raftstorage.go:526 [replicate,n1,s1,r10/1:/Table/1{3-4}] generated preemptive snapshot d2d565d2 at index 73
I171018 18:49:29.956372 18623 storage/store.go:3549 [replicate,n1,s1,r10/1:/Table/1{3-4}] streamed snapshot to (n3,s3):?: kv pairs: 215, log entries: 63, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:29.956731 20681 storage/replica_raftstorage.go:732 [n3,s3,r10/?:{-}] applying preemptive snapshot at index 73 (id=d2d565d2, encoded size=83098, 1 rocksdb batches, 63 log entries)
I171018 18:49:29.957291 20681 storage/replica_raftstorage.go:738 [n3,s3,r10/?:/Table/1{3-4}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:29.957585 18623 storage/replica_command.go:3754 [replicate,n1,s1,r10/1:/Table/1{3-4}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r10:/Table/1{3-4} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:29.960654 20550 storage/replica.go:3071 [n1,s1,r10/1:/Table/1{3-4}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:29.961323 18623 storage/allocator_scorer.go:623 [replicate,n1,s1,r10/1:/Table/1{3-4}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=13.00, overfull-threshold=14
I171018 18:49:29.961611 18623 storage/replica_raftstorage.go:526 [replicate,n1,s1,r9/1:/Table/1{2-3}] generated preemptive snapshot 4761d81b at index 28
I171018 18:49:29.962405 18623 storage/store.go:3549 [replicate,n1,s1,r9/1:/Table/1{2-3}] streamed snapshot to (n3,s3):?: kv pairs: 45, log entries: 18, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:29.962660 20629 storage/replica_raftstorage.go:732 [n3,s3,r9/?:{-}] applying preemptive snapshot at index 28 (id=4761d81b, encoded size=15422, 1 rocksdb batches, 18 log entries)
I171018 18:49:29.963454 20629 storage/replica_raftstorage.go:738 [n3,s3,r9/?:/Table/1{2-3}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:29.967885 18623 storage/replica_command.go:3754 [replicate,n1,s1,r9/1:/Table/1{2-3}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r9:/Table/1{2-3} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:29.971079 20630 storage/replica.go:3071 [n1,s1,r9/1:/Table/1{2-3}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:29.971608 18623 storage/allocator_scorer.go:623 [replicate,n1,s1,r9/1:/Table/1{2-3}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=13.33, overfull-threshold=15
I171018 18:49:29.974298 18623 storage/replica_raftstorage.go:526 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] generated preemptive snapshot ddbb3300 at index 29
I171018 18:49:29.975048 18623 storage/store.go:3549 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] streamed snapshot to (n3,s3):?: kv pairs: 14, log entries: 19, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:29.975363 20666 storage/replica_raftstorage.go:732 [n3,s3,r3/?:{-}] applying preemptive snapshot at index 29 (id=ddbb3300, encoded size=26357, 1 rocksdb batches, 19 log entries)
I171018 18:49:29.975623 20666 storage/replica_raftstorage.go:738 [n3,s3,r3/?:/System/NodeLiveness{-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:29.976571 18853 storage/allocator_scorer.go:633 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] s3: should-rebalance(better-fit-ranges=s2): rangeCount=14, otherRangeCount=11, mean=13.67, underfull-threshold=12
I171018 18:49:29.976931 18623 storage/replica_command.go:3754 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r3:/System/NodeLiveness{-Max} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:29.981310 20635 storage/replica.go:3071 [n1,s1,r3/1:/System/NodeLiveness{-Max}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:29.981890 18623 storage/allocator_scorer.go:633 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] s3: should-rebalance(better-fit-ranges=s2): rangeCount=14, otherRangeCount=11, mean=13.67, underfull-threshold=12
I171018 18:49:29.982292 18623 storage/replica_raftstorage.go:526 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] generated preemptive snapshot b9c32602 at index 32
I171018 18:49:29.983206 18623 storage/store.go:3549 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] streamed snapshot to (n2,s2):?: kv pairs: 43, log entries: 22, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:29.983565 20590 storage/replica_raftstorage.go:732 [n2,s2,r7/?:{-}] applying preemptive snapshot at index 32 (id=b9c32602, encoded size=20734, 1 rocksdb batches, 22 log entries)
I171018 18:49:29.983831 20590 storage/replica_raftstorage.go:738 [n2,s2,r7/?:/Table/{SystemCon…-11}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:29.984336 18623 storage/replica_command.go:3754 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r7:/Table/{SystemConfigSpan/Start-11} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:29.987313 20754 storage/replica.go:3071 [n1,s1,r7/1:/Table/{SystemCon…-11}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:29.988844 18623 storage/allocator_scorer.go:623 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=14.00, overfull-threshold=15
I171018 18:49:29.989077 18623 storage/replica_raftstorage.go:526 [replicate,n1,s1,r5/1:/System/ts{d-e}] generated preemptive snapshot 673080ed at index 34
I171018 18:49:29.995961 18623 storage/store.go:3549 [replicate,n1,s1,r5/1:/System/ts{d-e}] streamed snapshot to (n2,s2):?: kv pairs: 1075, log entries: 5, rate-limit: 8.0 MiB/sec, 7ms
I171018 18:49:29.996404 20637 storage/replica_raftstorage.go:732 [n2,s2,r5/?:{-}] applying preemptive snapshot at index 34 (id=673080ed, encoded size=157570, 1 rocksdb batches, 5 log entries)
I171018 18:49:29.997718 20637 storage/replica_raftstorage.go:738 [n2,s2,r5/?:/System/ts{d-e}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:29.998078 18623 storage/replica_command.go:3754 [replicate,n1,s1,r5/1:/System/ts{d-e}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r5:/System/ts{d-e} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:30.000874 20761 storage/replica.go:3071 [n1,s1,r5/1:/System/ts{d-e}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:30.001718 18623 storage/replica_raftstorage.go:526 [replicate,n1,s1,r12/1:/Table/1{5-6}] generated preemptive snapshot b596ddc8 at index 22
I171018 18:49:30.002182 18623 storage/store.go:3549 [replicate,n1,s1,r12/1:/Table/1{5-6}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 12, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:30.002469 20639 storage/replica_raftstorage.go:732 [n2,s2,r12/?:{-}] applying preemptive snapshot at index 22 (id=b596ddc8, encoded size=4708, 1 rocksdb batches, 12 log entries)
I171018 18:49:30.002668 20639 storage/replica_raftstorage.go:738 [n2,s2,r12/?:/Table/1{5-6}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:30.002936 18623 storage/replica_command.go:3754 [replicate,n1,s1,r12/1:/Table/1{5-6}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r12:/Table/1{5-6} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:30.005860 20807 storage/replica.go:3071 [n1,s1,r12/1:/Table/1{5-6}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:30.006624 18623 storage/replica_raftstorage.go:526 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] generated preemptive snapshot 6c5725eb at index 41
I171018 18:49:30.007493 18623 storage/store.go:3549 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] streamed snapshot to (n3,s3):?: kv pairs: 34, log entries: 9, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:30.007990 20784 storage/replica_raftstorage.go:732 [n3,s3,r4/?:{-}] applying preemptive snapshot at index 41 (id=6c5725eb, encoded size=92127, 1 rocksdb batches, 9 log entries)
I171018 18:49:30.009695 20784 storage/replica_raftstorage.go:738 [n3,s3,r4/?:/System/{NodeLive…-tsd}] applied preemptive snapshot in 2ms [clear=0ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:30.013469 18623 storage/replica_command.go:3754 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r4:/System/{NodeLivenessMax-tsd} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:30.017851 20818 storage/replica.go:3071 [n1,s1,r4/1:/System/{NodeLive…-tsd}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:30.018608 18623 storage/replica_raftstorage.go:526 [replicate,n1,s1,r15/1:/Table/1{8-9}] generated preemptive snapshot 12d473eb at index 18
I171018 18:49:30.019441 18623 storage/store.go:3549 [replicate,n1,s1,r15/1:/Table/1{8-9}] streamed snapshot to (n3,s3):?: kv pairs: 10, log entries: 8, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:30.019843 20733 storage/replica_raftstorage.go:732 [n3,s3,r15/?:{-}] applying preemptive snapshot at index 18 (id=12d473eb, encoded size=3712, 1 rocksdb batches, 8 log entries)
I171018 18:49:30.020069 20733 storage/replica_raftstorage.go:738 [n3,s3,r15/?:/Table/1{8-9}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:30.020376 18623 storage/replica_command.go:3754 [replicate,n1,s1,r15/1:/Table/1{8-9}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r15:/Table/1{8-9} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:30.038231 20528 storage/replica.go:3071 [n1,s1,r15/1:/Table/1{8-9}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:30.039247 18623 storage/replica_raftstorage.go:526 [replicate,n1,s1,r8/1:/Table/1{1-2}] generated preemptive snapshot 9f3e4a56 at index 24
I171018 18:49:30.039835 18623 storage/store.go:3549 [replicate,n1,s1,r8/1:/Table/1{1-2}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 14, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:30.040144 20867 storage/replica_raftstorage.go:732 [n2,s2,r8/?:{-}] applying preemptive snapshot at index 24 (id=9f3e4a56, encoded size=7813, 1 rocksdb batches, 14 log entries)
I171018 18:49:30.040361 20867 storage/replica_raftstorage.go:738 [n2,s2,r8/?:/Table/1{1-2}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:30.041014 18623 storage/replica_command.go:3754 [replicate,n1,s1,r8/1:/Table/1{1-2}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r8:/Table/1{1-2} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:30.044569 20819 storage/replica.go:3071 [n1,s1,r8/1:/Table/1{1-2}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:30.045545 18623 storage/replica_raftstorage.go:526 [replicate,n1,s1,r11/1:/Table/1{4-5}] generated preemptive snapshot 0e583e9a at index 20
I171018 18:49:30.046510 18623 storage/store.go:3549 [replicate,n1,s1,r11/1:/Table/1{4-5}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 10, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:30.047109 20813 storage/replica_raftstorage.go:732 [n2,s2,r11/?:{-}] applying preemptive snapshot at index 20 (id=0e583e9a, encoded size=3942, 1 rocksdb batches, 10 log entries)
I171018 18:49:30.047741 20813 storage/replica_raftstorage.go:738 [n2,s2,r11/?:/Table/1{4-5}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:30.048077 18623 storage/replica_command.go:3754 [replicate,n1,s1,r11/1:/Table/1{4-5}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r11:/Table/1{4-5} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:30.051509 20897 storage/replica.go:3071 [n1,s1,r11/1:/Table/1{4-5}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:30.053097 19983 storage/replica_proposal.go:475 [n3,s3,r8/2:/Table/1{1-2}] new range lease repl=(n3,s3):2 start=1508352570.052312121,0 epo=1 pro=1508352570.052315221,0 following repl=(n1,s1):1 start=0.000000000,0 exp=1508352578.574239959,0 pro=1508352569.574256259,0
I171018 18:49:30.062371 20865 storage/raft_transport.go:455 [n3] raft transport stream to node 2 established
I171018 18:49:30.074529 20745 storage/raft_transport.go:455 [n2] raft transport stream to node 3 established
I171018 18:49:30.277815 20985 sql/event_log.go:103 [client=127.0.0.1:55373,user=root,n1] Event: "create_database", target: 50, info: {DatabaseName:data Statement:CREATE DATABASE IF NOT EXISTS data User:root}
I171018 18:49:30.278230 18622 storage/replica_command.go:2810 [split,n1,s1,r16/1:/{Table/19-Max}] initiating a split of this range at key /Table/50 [r17]
I171018 18:49:30.286049 20985 sql/event_log.go:103 [client=127.0.0.1:55373,user=root,n1] Event: "create_table", target: 51, info: {TableName:data.bank Statement:CREATE TABLE data.bank (id INT PRIMARY KEY, balance INT, payload STRING, FAMILY (id, balance, payload)) User:root}
I171018 18:49:30.286473 18622 storage/replica_command.go:2810 [split,n1,s1,r17/1:/{Table/50-Max}] initiating a split of this range at key /Table/51 [r18]
I171018 18:49:30.306482 20985 sql/event_log.go:103 [client=127.0.0.1:55373,user=root,n1] Event: "create_index", target: 51, info: {TableName:bank IndexName:balance_idx Statement:CREATE INDEX balance_idx ON data.bank (balance) User:root MutationID:1}
I171018 18:49:30.360777 20985 sql/lease.go:341 [client=127.0.0.1:55373,user=root,n1] publish: descID=51 (bank) version=2 mtime=2017-10-18 18:49:30.36058858 +0000 UTC
I171018 18:49:30.370289 20985 sql/lease.go:341 [client=127.0.0.1:55373,user=root,n1] publish: descID=51 (bank) version=3 mtime=2017-10-18 18:49:30.370130426 +0000 UTC
I171018 18:49:30.375906 20985 sql/backfill.go:132 [client=127.0.0.1:55373,user=root,n1] Running backfill for "bank", v=3, m=1
I171018 18:49:30.403497 20985 sql/lease.go:341 [client=127.0.0.1:55373,user=root,n1] publish: descID=51 (bank) version=4 mtime=2017-10-18 18:49:30.403292983 +0000 UTC
I171018 18:49:30.410535 20985 sql/event_log.go:103 [client=127.0.0.1:55373,user=root,n1] Event: "finish_schema_change", target: 51, info: {MutationID:1}
I171018 18:49:30.413171 20985 sql/lease.go:267 publish (count leases): descID=51 name=bank version=3 count=1
I171018 18:49:30.448018 21356 ccl/storageccl/export.go:129 [n1,s1,r18/1:/{Table/51-Max}] export [/Table/51/2,/Table/51/3)
I171018 18:49:30.448061 21332 ccl/storageccl/export.go:129 [n1,s1,r7/1:/Table/{SystemCon…-11}] export [/Table/3/1,/Table/3/2)
I171018 18:49:30.448225 21357 ccl/storageccl/export.go:129 [n1,s1,r7/1:/Table/{SystemCon…-11}] export [/Table/4/1,/Table/4/2)
I171018 18:49:30.448390 21358 ccl/storageccl/export.go:129 [n1,s1,r18/1:/{Table/51-Max}] export [/Table/51/1,/Table/51/2)
W171018 18:49:30.506576 18543 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
I171018 18:49:30.516296 18543 server/config.go:507 [n?] 1 storage engine initialized
I171018 18:49:30.516317 18543 server/config.go:510 [n?] RocksDB cache size: 128 MiB
I171018 18:49:30.516324 18543 server/config.go:510 [n?] store 0: in-memory, size 0 B
I171018 18:49:30.518346 18543 server/node.go:347 [n?] **** cluster 32120cfc-1e4b-4b51-b360-08fe1d706db4 has been created
I171018 18:49:30.518372 18543 server/server.go:882 [n?] **** add additional nodes by specifying --join=127.0.0.1:48950
I171018 18:49:30.518840 18543 storage/store.go:1212 [n1,s1] [n1,s1]: failed initial metrics computation: [n1,s1]: system config not yet available
I171018 18:49:30.518907 18543 server/node.go:472 [n1] initialized store [n1,s1]: disk (capacity=512 MiB, available=512 MiB, used=0 B, logicalBytes=3.2 KiB), ranges=1, leases=0, writes=0.00, bytesPerReplica={p10=3234.00 p25=3234.00 p50=3234.00 p75=3234.00 p90=3234.00}, writesPerReplica={p10=0.00 p25=0.00 p50=0.00 p75=0.00 p90=0.00}
I171018 18:49:30.518934 18543 server/node.go:329 [n1] node ID 1 initialized
I171018 18:49:30.518995 18543 gossip/gossip.go:331 [n1] NodeDescriptor set to node_id:1 address:<network_field:"tcp" address_field:"127.0.0.1:48950" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:3 >
I171018 18:49:30.519105 18543 storage/stores.go:332 [n1] read 0 node addresses from persistent storage
I171018 18:49:30.519162 18543 server/node.go:617 [n1] connecting to gossip network to verify cluster ID...
I171018 18:49:30.520904 18543 server/node.go:642 [n1] node connected via gossip and verified as part of cluster "32120cfc-1e4b-4b51-b360-08fe1d706db4"
I171018 18:49:30.521818 21703 storage/replica_command.go:2810 [split,n1,s1,r1/1:/M{in-ax}] initiating a split of this range at key /System/"" [r2]
E171018 18:49:30.525313 21704 storage/queue.go:656 [replicate,n1,s1,r1/1:/{Min-System/}] range requires a replication change, but lacks a quorum of live replicas (0/1)
I171018 18:49:30.525398 18543 server/node.go:414 [n1] node=1: started with [<no-attributes>=<in-mem>] engine(s) and attributes []
I171018 18:49:30.525463 18543 sql/executor.go:408 [n1] creating distSQLPlanner with address {tcp 127.0.0.1:48950}
I171018 18:49:30.525855 21703 storage/replica_command.go:2810 [split,n1,s1,r2/1:/{System/-Max}] initiating a split of this range at key /System/NodeLiveness [r3]
E171018 18:49:30.547829 21704 storage/queue.go:656 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] range requires a replication change, but lacks a quorum of live replicas (0/1)
I171018 18:49:30.548391 21703 storage/replica_command.go:2810 [split,n1,s1,r3/1:/{System/NodeL…-Max}] initiating a split of this range at key /System/NodeLivenessMax [r4]
I171018 18:49:30.548720 18543 server/server.go:987 [n1] starting https server at 127.0.0.1:38696
I171018 18:49:30.548741 18543 server/server.go:988 [n1] starting grpc/postgres server at 127.0.0.1:48950
I171018 18:49:30.548750 18543 server/server.go:989 [n1] advertising CockroachDB node at 127.0.0.1:48950
W171018 18:49:30.548767 18543 sql/jobs/registry.go:167 [n1] unable to get node liveness: node not in the liveness table
I171018 18:49:30.557728 21703 storage/replica_command.go:2810 [split,n1,s1,r4/1:/{System/NodeL…-Max}] initiating a split of this range at key /System/tsd [r5]
I171018 18:49:30.567094 18543 sql/event_log.go:103 [n1] Event: "alter_table", target: 12, info: {TableName:eventlog Statement:ALTER TABLE system.eventlog ALTER COLUMN "uniqueID" SET DEFAULT uuid_v4() User:node MutationID:0 CascadeDroppedViews:[]}
I171018 18:49:30.570439 18543 sql/lease.go:341 [n1] publish: descID=12 (eventlog) version=2 mtime=2017-10-18 18:49:30.570252373 +0000 UTC
I171018 18:49:30.572295 21703 storage/replica_command.go:2810 [split,n1,s1,r5/1:/{System/tsd-Max}] initiating a split of this range at key /System/"tse" [r6]
I171018 18:49:30.578231 18850 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r18/1:/{Table/51-Max}] generated Raft snapshot 533568aa at index 11
E171018 18:49:30.578677 18850 storage/queue.go:656 [raftsnapshot,n1,s1,r18/1:/{Table/51-Max}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r18: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/2:/{Table/50-Max}]
I171018 18:49:30.592571 21703 storage/replica_command.go:2810 [split,n1,s1,r6/1:/{System/tse-Max}] initiating a split of this range at key /Table/SystemConfigSpan/Start [r7]
I171018 18:49:30.596690 18543 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:diagnostics.reporting.enabled Value:true User:node}
I171018 18:49:30.599181 21703 storage/replica_command.go:2810 [split,n1,s1,r7/1:/{Table/System…-Max}] initiating a split of this range at key /Table/11 [r8]
I171018 18:49:30.616123 21703 storage/replica_command.go:2810 [split,n1,s1,r8/1:/{Table/11-Max}] initiating a split of this range at key /Table/12 [r9]
I171018 18:49:30.618732 18543 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:version Value:1.1-3 User:node}
I171018 18:49:30.623008 21703 storage/replica_command.go:2810 [split,n1,s1,r9/1:/{Table/12-Max}] initiating a split of this range at key /Table/13 [r10]
I171018 18:49:30.627645 21703 storage/replica_command.go:2810 [split,n1,s1,r10/1:/{Table/13-Max}] initiating a split of this range at key /Table/14 [r11]
I171018 18:49:30.629602 18543 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:trace.debug.enable Value:false User:node}
I171018 18:49:30.630450 18543 server/server.go:1131 [n1] done ensuring all necessary migrations have run
I171018 18:49:30.630473 18543 server/server.go:1133 [n1] serving sql connections
I171018 18:49:30.632678 22197 sql/event_log.go:103 [n1] Event: "node_join", target: 1, info: {Descriptor:{NodeID:1 Address:{NetworkField:tcp AddressField:127.0.0.1:48950} Attrs: Locality: ServerVersion:1.1-3} ClusterID:32120cfc-1e4b-4b51-b360-08fe1d706db4 StartedAt:1508352570525353160 LastUp:1508352570525353160}
I171018 18:49:30.636566 21703 storage/replica_command.go:2810 [split,n1,s1,r11/1:/{Table/14-Max}] initiating a split of this range at key /Table/15 [r12]
I171018 18:49:30.648634 21703 storage/replica_command.go:2810 [split,n1,s1,r12/1:/{Table/15-Max}] initiating a split of this range at key /Table/16 [r13]
I171018 18:49:30.657318 21703 storage/replica_command.go:2810 [split,n1,s1,r13/1:/{Table/16-Max}] initiating a split of this range at key /Table/17 [r14]
I171018 18:49:30.662977 21703 storage/replica_command.go:2810 [split,n1,s1,r14/1:/{Table/17-Max}] initiating a split of this range at key /Table/18 [r15]
I171018 18:49:30.666681 21703 storage/replica_command.go:2810 [split,n1,s1,r15/1:/{Table/18-Max}] initiating a split of this range at key /Table/19 [r16]
W171018 18:49:30.691344 18543 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
W171018 18:49:30.700523 18543 gossip/gossip.go:1277 [n?] no incoming or outgoing connections
I171018 18:49:30.701510 18543 server/config.go:507 [n?] 1 storage engine initialized
I171018 18:49:30.701530 18543 server/config.go:510 [n?] RocksDB cache size: 128 MiB
I171018 18:49:30.701536 18543 server/config.go:510 [n?] store 0: in-memory, size 0 B
I171018 18:49:30.701586 18543 server/server.go:884 [n?] no stores bootstrapped and --join flag specified, awaiting init command.
I171018 18:49:30.709300 22007 gossip/client.go:129 [n?] started gossip client to 127.0.0.1:48950
I171018 18:49:30.709560 22484 gossip/server.go:232 [n1] received initial cluster-verification connection from {tcp 127.0.0.1:32839}
I171018 18:49:30.710073 18543 storage/stores.go:332 [n?] read 0 node addresses from persistent storage
I171018 18:49:30.710105 18543 server/node.go:617 [n?] connecting to gossip network to verify cluster ID...
I171018 18:49:30.710127 18543 server/node.go:642 [n?] node connected via gossip and verified as part of cluster "32120cfc-1e4b-4b51-b360-08fe1d706db4"
I171018 18:49:30.710332 22495 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:30.710598 22485 storage/stores.go:351 [n?] wrote 1 node addresses to persistent storage
I171018 18:49:30.711007 22494 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:30.711570 18543 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:30.712286 18543 server/node.go:322 [n?] new node allocated ID 2
I171018 18:49:30.712342 18543 gossip/gossip.go:331 [n2] NodeDescriptor set to node_id:2 address:<network_field:"tcp" address_field:"127.0.0.1:32839" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:3 >
I171018 18:49:30.712388 18543 server/node.go:400 [n2] node=2: asynchronously bootstrapping engine(s) [<no-attributes>=<in-mem>]
I171018 18:49:30.712405 18543 server/node.go:414 [n2] node=2: started with [] engine(s) and attributes []
I171018 18:49:30.712456 18543 sql/executor.go:408 [n2] creating distSQLPlanner with address {tcp 127.0.0.1:32839}
I171018 18:49:30.716234 22013 storage/stores.go:351 [n1] wrote 1 node addresses to persistent storage
I171018 18:49:30.716869 18543 server/server.go:987 [n2] starting https server at 127.0.0.1:56164
I171018 18:49:30.716888 18543 server/server.go:988 [n2] starting grpc/postgres server at 127.0.0.1:32839
I171018 18:49:30.716896 18543 server/server.go:989 [n2] advertising CockroachDB node at 127.0.0.1:32839
W171018 18:49:30.716914 18543 sql/jobs/registry.go:167 [n2] unable to get node liveness: node not in the liveness table
I171018 18:49:30.717288 22505 server/node.go:598 [n2] bootstrapped store [n2,s2]
I171018 18:49:30.722227 18543 server/server.go:1131 [n2] done ensuring all necessary migrations have run
I171018 18:49:30.722249 18543 server/server.go:1133 [n2] serving sql connections
I171018 18:49:30.728027 22310 sql/event_log.go:103 [n2] Event: "node_join", target: 2, info: {Descriptor:{NodeID:2 Address:{NetworkField:tcp AddressField:127.0.0.1:32839} Attrs: Locality: ServerVersion:1.1-3} ClusterID:32120cfc-1e4b-4b51-b360-08fe1d706db4 StartedAt:1508352570712396645 LastUp:1508352570712396645}
W171018 18:49:30.728575 18543 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
W171018 18:49:30.729158 18543 gossip/gossip.go:1277 [n?] no incoming or outgoing connections
I171018 18:49:30.729724 18543 server/config.go:507 [n?] 1 storage engine initialized
I171018 18:49:30.729740 18543 server/config.go:510 [n?] RocksDB cache size: 128 MiB
I171018 18:49:30.729751 18543 server/config.go:510 [n?] store 0: in-memory, size 0 B
I171018 18:49:30.729785 18543 server/server.go:884 [n?] no stores bootstrapped and --join flag specified, awaiting init command.
I171018 18:49:30.738526 22319 gossip/client.go:129 [n?] started gossip client to 127.0.0.1:48950
I171018 18:49:30.738758 22727 gossip/server.go:232 [n1] received initial cluster-verification connection from {tcp 127.0.0.1:46687}
I171018 18:49:30.739282 18543 storage/stores.go:332 [n?] read 0 node addresses from persistent storage
I171018 18:49:30.739312 18543 server/node.go:617 [n?] connecting to gossip network to verify cluster ID...
I171018 18:49:30.739335 18543 server/node.go:642 [n?] node connected via gossip and verified as part of cluster "32120cfc-1e4b-4b51-b360-08fe1d706db4"
I171018 18:49:30.739566 22743 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:30.739742 22735 storage/stores.go:351 [n?] wrote 1 node addresses to persistent storage
I171018 18:49:30.739807 22735 storage/stores.go:351 [n?] wrote 2 node addresses to persistent storage
I171018 18:49:30.753720 22742 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:30.754374 18543 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:30.755008 18543 server/node.go:322 [n?] new node allocated ID 3
I171018 18:49:30.755064 18543 gossip/gossip.go:331 [n3] NodeDescriptor set to node_id:3 address:<network_field:"tcp" address_field:"127.0.0.1:46687" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:3 >
I171018 18:49:30.755108 18543 server/node.go:400 [n3] node=3: asynchronously bootstrapping engine(s) [<no-attributes>=<in-mem>]
I171018 18:49:30.755125 18543 server/node.go:414 [n3] node=3: started with [] engine(s) and attributes []
I171018 18:49:30.755183 18543 sql/executor.go:408 [n3] creating distSQLPlanner with address {tcp 127.0.0.1:46687}
I171018 18:49:30.757587 18543 server/server.go:987 [n3] starting https server at 127.0.0.1:46641
I171018 18:49:30.757607 18543 server/server.go:988 [n3] starting grpc/postgres server at 127.0.0.1:46687
I171018 18:49:30.757617 18543 server/server.go:989 [n3] advertising CockroachDB node at 127.0.0.1:46687
W171018 18:49:30.757629 18543 sql/jobs/registry.go:167 [n3] unable to get node liveness: node not in the liveness table
I171018 18:49:30.775489 18543 server/server.go:1131 [n3] done ensuring all necessary migrations have run
I171018 18:49:30.775667 18543 server/server.go:1133 [n3] serving sql connections
I171018 18:49:30.779466 22669 storage/stores.go:351 [n1] wrote 2 node addresses to persistent storage
I171018 18:49:30.780419 22670 storage/stores.go:351 [n2] wrote 2 node addresses to persistent storage
I171018 18:49:30.785611 22653 sql/event_log.go:103 [n3] Event: "node_join", target: 3, info: {Descriptor:{NodeID:3 Address:{NetworkField:tcp AddressField:127.0.0.1:46687} Attrs: Locality: ServerVersion:1.1-3} ClusterID:32120cfc-1e4b-4b51-b360-08fe1d706db4 StartedAt:1508352570755117148 LastUp:1508352570755117148}
I171018 18:49:30.787787 22720 server/node.go:598 [n3] bootstrapped store [n3,s3]
I171018 18:49:30.792441 21831 storage/replica_raftstorage.go:526 [replicate,n1,s1,r10/1:/Table/1{3-4}] generated preemptive snapshot c0d25b80 at index 34
I171018 18:49:30.802012 21831 storage/store.go:3549 [replicate,n1,s1,r10/1:/Table/1{3-4}] streamed snapshot to (n3,s3):?: kv pairs: 99, log entries: 24, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:30.802256 22656 storage/replica_raftstorage.go:732 [n3,s3,r10/?:{-}] applying preemptive snapshot at index 34 (id=c0d25b80, encoded size=30146, 1 rocksdb batches, 24 log entries)
I171018 18:49:30.802634 22656 storage/replica_raftstorage.go:738 [n3,s3,r10/?:/Table/1{3-4}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:30.802943 21831 storage/replica_command.go:3754 [replicate,n1,s1,r10/1:/Table/1{3-4}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r10:/Table/1{3-4} [(n1,s1):1, next=2]
I171018 18:49:30.804948 22972 storage/replica.go:3071 [n1,s1,r10/1:/Table/1{3-4}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:30.805417 21831 storage/replica_raftstorage.go:526 [replicate,n1,s1,r11/1:/Table/1{4-5}] generated preemptive snapshot 0b61997e at index 19
I171018 18:49:30.806490 22843 storage/raft_transport.go:455 [n3] raft transport stream to node 1 established
I171018 18:49:30.814509 21831 storage/store.go:3549 [replicate,n1,s1,r11/1:/Table/1{4-5}] streamed snapshot to (n2,s2):?: kv pairs: 9, log entries: 9, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:30.814686 22940 storage/replica_raftstorage.go:732 [n2,s2,r11/?:{-}] applying preemptive snapshot at index 19 (id=0b61997e, encoded size=3483, 1 rocksdb batches, 9 log entries)
I171018 18:49:30.814890 22940 storage/replica_raftstorage.go:738 [n2,s2,r11/?:/Table/1{4-5}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:30.815211 21831 storage/replica_command.go:3754 [replicate,n1,s1,r11/1:/Table/1{4-5}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r11:/Table/1{4-5} [(n1,s1):1, next=2]
I171018 18:49:30.817591 23022 storage/replica.go:3071 [n1,s1,r11/1:/Table/1{4-5}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:30.818056 21831 storage/replica_raftstorage.go:526 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] generated preemptive snapshot 140236e9 at index 25
I171018 18:49:30.818961 21831 storage/store.go:3549 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] streamed snapshot to (n2,s2):?: kv pairs: 42, log entries: 15, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:30.819199 22945 storage/replica_raftstorage.go:732 [n2,s2,r7/?:{-}] applying preemptive snapshot at index 25 (id=140236e9, encoded size=14782, 1 rocksdb batches, 15 log entries)
I171018 18:49:30.819467 22945 storage/replica_raftstorage.go:738 [n2,s2,r7/?:/Table/{SystemCon…-11}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:30.819614 22984 storage/raft_transport.go:455 [n2] raft transport stream to node 1 established
I171018 18:49:30.819750 21831 storage/replica_command.go:3754 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r7:/Table/{SystemConfigSpan/Start-11} [(n1,s1):1, next=2]
I171018 18:49:30.822481 23075 storage/replica.go:3071 [n1,s1,r7/1:/Table/{SystemCon…-11}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:30.823018 21704 storage/replica_raftstorage.go:526 [replicate,n1,s1,r10/1:/Table/1{3-4}] generated preemptive snapshot 5c6978fc at index 41
I171018 18:49:30.824598 21704 storage/store.go:3549 [replicate,n1,s1,r10/1:/Table/1{3-4}] streamed snapshot to (n2,s2):?: kv pairs: 120, log entries: 31, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:30.824939 23092 storage/replica_raftstorage.go:732 [n2,s2,r10/?:{-}] applying preemptive snapshot at index 41 (id=5c6978fc, encoded size=39073, 1 rocksdb batches, 31 log entries)
I171018 18:49:30.825344 23092 storage/replica_raftstorage.go:738 [n2,s2,r10/?:/Table/1{3-4}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:30.825741 21704 storage/replica_command.go:3754 [replicate,n1,s1,r10/1:/Table/1{3-4}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r10:/Table/1{3-4} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:30.828774 23071 storage/replica.go:3071 [n1,s1,r10/1:/Table/1{3-4}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:30.829453 21704 storage/allocator_scorer.go:623 [replicate,n1,s1,r10/1:/Table/1{3-4}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=6.67, overfull-threshold=8
I171018 18:49:30.829689 21831 storage/replica_raftstorage.go:526 [replicate,n1,s1,r8/1:/Table/1{1-2}] generated preemptive snapshot 0101fb5e at index 18
I171018 18:49:30.832221 21831 storage/store.go:3549 [replicate,n1,s1,r8/1:/Table/1{1-2}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 8, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:30.832526 23080 storage/replica_raftstorage.go:732 [n3,s3,r8/?:{-}] applying preemptive snapshot at index 18 (id=0101fb5e, encoded size=5374, 1 rocksdb batches, 8 log entries)
I171018 18:49:30.832730 23080 storage/replica_raftstorage.go:738 [n3,s3,r8/?:/Table/1{1-2}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:30.833050 21831 storage/replica_command.go:3754 [replicate,n1,s1,r8/1:/Table/1{1-2}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r8:/Table/1{1-2} [(n1,s1):1, next=2]
I171018 18:49:30.835386 23047 storage/replica.go:3071 [n1,s1,r8/1:/Table/1{1-2}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:30.835815 21704 storage/replica_raftstorage.go:526 [replicate,n1,s1,r11/1:/Table/1{4-5}] generated preemptive snapshot 6cd39dde at index 22
I171018 18:49:30.836756 21704 storage/store.go:3549 [replicate,n1,s1,r11/1:/Table/1{4-5}] streamed snapshot to (n3,s3):?: kv pairs: 10, log entries: 12, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:30.836985 23125 storage/replica_raftstorage.go:732 [n3,s3,r11/?:{-}] applying preemptive snapshot at index 22 (id=6cd39dde, encoded size=4711, 1 rocksdb batches, 12 log entries)
I171018 18:49:30.837183 23125 storage/replica_raftstorage.go:738 [n3,s3,r11/?:/Table/1{4-5}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:30.837571 21704 storage/replica_command.go:3754 [replicate,n1,s1,r11/1:/Table/1{4-5}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r11:/Table/1{4-5} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:30.840546 23100 storage/replica.go:3071 [n1,s1,r11/1:/Table/1{4-5}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:30.841152 21704 storage/allocator_scorer.go:623 [replicate,n1,s1,r11/1:/Table/1{4-5}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=7.33, overfull-threshold=8
I171018 18:49:30.841373 21831 storage/replica_raftstorage.go:526 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] generated preemptive snapshot c69706c6 at index 41
I171018 18:49:30.842323 21831 storage/store.go:3549 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] streamed snapshot to (n3,s3):?: kv pairs: 33, log entries: 31, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:30.842709 23141 storage/replica_raftstorage.go:732 [n3,s3,r4/?:{-}] applying preemptive snapshot at index 41 (id=c69706c6, encoded size=111527, 1 rocksdb batches, 31 log entries)
I171018 18:49:30.843738 23141 storage/replica_raftstorage.go:738 [n3,s3,r4/?:/System/{NodeLive…-tsd}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:30.845154 21831 storage/replica_command.go:3754 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r4:/System/{NodeLivenessMax-tsd} [(n1,s1):1, next=2]
I171018 18:49:30.848644 23113 storage/replica.go:3071 [n1,s1,r4/1:/System/{NodeLive…-tsd}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:30.849782 21831 storage/replica_raftstorage.go:526 [replicate,n1,s1,r5/1:/System/ts{d-e}] generated preemptive snapshot 66cea9d0 at index 21
I171018 18:49:30.857959 21831 storage/store.go:3549 [replicate,n1,s1,r5/1:/System/ts{d-e}] streamed snapshot to (n2,s2):?: kv pairs: 918, log entries: 11, rate-limit: 8.0 MiB/sec, 8ms
I171018 18:49:30.858452 23135 storage/replica_raftstorage.go:732 [n2,s2,r5/?:{-}] applying preemptive snapshot at index 21 (id=66cea9d0, encoded size=155911, 1 rocksdb batches, 11 log entries)
I171018 18:49:30.859401 23135 storage/replica_raftstorage.go:738 [n2,s2,r5/?:/System/ts{d-e}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:30.859908 21831 storage/replica_command.go:3754 [replicate,n1,s1,r5/1:/System/ts{d-e}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r5:/System/ts{d-e} [(n1,s1):1, next=2]
I171018 18:49:30.862385 23137 storage/replica.go:3071 [n1,s1,r5/1:/System/ts{d-e}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:30.862838 21704 storage/replica_raftstorage.go:526 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] generated preemptive snapshot 5273d9e1 at index 28
I171018 18:49:30.864632 21704 storage/store.go:3549 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] streamed snapshot to (n3,s3):?: kv pairs: 43, log entries: 18, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:30.864895 23186 storage/replica_raftstorage.go:732 [n3,s3,r7/?:{-}] applying preemptive snapshot at index 28 (id=5273d9e1, encoded size=16010, 1 rocksdb batches, 18 log entries)
I171018 18:49:30.865393 23186 storage/replica_raftstorage.go:738 [n3,s3,r7/?:/Table/{SystemCon…-11}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:30.865663 21704 storage/replica_command.go:3754 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r7:/Table/{SystemConfigSpan/Start-11} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:30.869362 23218 storage/replica.go:3071 [n1,s1,r7/1:/Table/{SystemCon…-11}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:30.869927 21704 storage/allocator_scorer.go:623 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=8.33, overfull-threshold=9
I171018 18:49:30.870161 21831 storage/replica_raftstorage.go:526 [replicate,n1,s1,r14/1:/Table/1{7-8}] generated preemptive snapshot c36344fb at index 16
I171018 18:49:30.870663 21831 storage/store.go:3549 [replicate,n1,s1,r14/1:/Table/1{7-8}] streamed snapshot to (n2,s2):?: kv pairs: 9, log entries: 6, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:30.870899 23222 storage/replica_raftstorage.go:732 [n2,s2,r14/?:{-}] applying preemptive snapshot at index 16 (id=c36344fb, encoded size=2603, 1 rocksdb batches, 6 log entries)
I171018 18:49:30.871078 23222 storage/replica_raftstorage.go:738 [n2,s2,r14/?:/Table/1{7-8}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:30.871498 21831 storage/replica_command.go:3754 [replicate,n1,s1,r14/1:/Table/1{7-8}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r14:/Table/1{7-8} [(n1,s1):1, next=2]
I171018 18:49:30.873922 23211 storage/replica.go:3071 [n1,s1,r14/1:/Table/1{7-8}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:30.874389 21831 storage/replica_raftstorage.go:526 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] generated preemptive snapshot 992a9273 at index 24
I171018 18:49:30.876391 21831 storage/store.go:3549 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] streamed snapshot to (n2,s2):?: kv pairs: 9, log entries: 14, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:30.876661 23189 storage/replica_raftstorage.go:732 [n2,s2,r6/?:{-}] applying preemptive snapshot at index 24 (id=992a9273, encoded size=8290, 1 rocksdb batches, 14 log entries)
I171018 18:49:30.876918 23189 storage/replica_raftstorage.go:738 [n2,s2,r6/?:/{System/tse-Table/System…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:30.877312 21831 storage/replica_command.go:3754 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r6:/{System/tse-Table/SystemConfigSpan/Start} [(n1,s1):1, next=2]
I171018 18:49:30.879754 23118 storage/replica.go:3071 [n1,s1,r6/1:/{System/tse-Table/System…}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:30.880249 21704 storage/replica_raftstorage.go:526 [replicate,n1,s1,r8/1:/Table/1{1-2}] generated preemptive snapshot 91decbb5 at index 21
I171018 18:49:30.880981 21704 storage/store.go:3549 [replicate,n1,s1,r8/1:/Table/1{1-2}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 11, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:30.881184 22441 storage/replica_raftstorage.go:732 [n2,s2,r8/?:{-}] applying preemptive snapshot at index 21 (id=91decbb5, encoded size=6605, 1 rocksdb batches, 11 log entries)
I171018 18:49:30.881389 22441 storage/replica_raftstorage.go:738 [n2,s2,r8/?:/Table/1{1-2}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:30.881705 21704 storage/replica_command.go:3754 [replicate,n1,s1,r8/1:/Table/1{1-2}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r8:/Table/1{1-2} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:30.884467 23284 storage/replica.go:3071 [n1,s1,r8/1:/Table/1{1-2}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:30.885178 21704 storage/allocator_scorer.go:623 [replicate,n1,s1,r8/1:/Table/1{1-2}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=9.33, overfull-threshold=10
I171018 18:49:30.885382 21831 storage/replica_raftstorage.go:526 [replicate,n1,s1,r9/1:/Table/1{2-3}] generated preemptive snapshot 7f87ba0d at index 26
I171018 18:49:30.885990 21831 storage/store.go:3549 [replicate,n1,s1,r9/1:/Table/1{2-3}] streamed snapshot to (n3,s3):?: kv pairs: 44, log entries: 16, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:30.886238 23272 storage/replica_raftstorage.go:732 [n3,s3,r9/?:{-}] applying preemptive snapshot at index 26 (id=7f87ba0d, encoded size=15399, 1 rocksdb batches, 16 log entries)
I171018 18:49:30.886508 23272 storage/replica_raftstorage.go:738 [n3,s3,r9/?:/Table/1{2-3}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:30.887069 21831 storage/replica_command.go:3754 [replicate,n1,s1,r9/1:/Table/1{2-3}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r9:/Table/1{2-3} [(n1,s1):1, next=2]
I171018 18:49:30.889276 23216 storage/replica.go:3071 [n1,s1,r9/1:/Table/1{2-3}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:30.889714 21831 storage/replica_raftstorage.go:526 [replicate,n1,s1,r15/1:/Table/1{8-9}] generated preemptive snapshot 1b82ceef at index 15
I171018 18:49:30.890754 21831 storage/store.go:3549 [replicate,n1,s1,r15/1:/Table/1{8-9}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 5, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:30.891370 23277 storage/replica_raftstorage.go:732 [n3,s3,r15/?:{-}] applying preemptive snapshot at index 15 (id=1b82ceef, encoded size=2484, 1 rocksdb batches, 5 log entries)
I171018 18:49:30.891535 23277 storage/replica_raftstorage.go:738 [n3,s3,r15/?:/Table/1{8-9}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:30.892115 21831 storage/replica_command.go:3754 [replicate,n1,s1,r15/1:/Table/1{8-9}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r15:/Table/1{8-9} [(n1,s1):1, next=2]
I171018 18:49:30.895014 23191 storage/replica.go:3071 [n1,s1,r15/1:/Table/1{8-9}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:30.895454 21704 storage/replica_raftstorage.go:526 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] generated preemptive snapshot 9da8c0bd at index 44
I171018 18:49:30.903872 21704 storage/store.go:3549 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] streamed snapshot to (n2,s2):?: kv pairs: 34, log entries: 34, rate-limit: 8.0 MiB/sec, 8ms
I171018 18:49:30.904222 23335 storage/replica_raftstorage.go:732 [n2,s2,r4/?:{-}] applying preemptive snapshot at index 44 (id=9da8c0bd, encoded size=112967, 1 rocksdb batches, 34 log entries)
I171018 18:49:30.904985 23335 storage/replica_raftstorage.go:738 [n2,s2,r4/?:/System/{NodeLive…-tsd}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:30.905283 21704 storage/replica_command.go:3754 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r4:/System/{NodeLivenessMax-tsd} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:30.910816 22695 storage/replica.go:3071 [n1,s1,r4/1:/System/{NodeLive…-tsd}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:30.915005 21704 storage/allocator_scorer.go:623 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=10.33, overfull-threshold=11
I171018 18:49:30.915430 21831 storage/replica_raftstorage.go:526 [replicate,n1,s1,r16/1:/{Table/19-Max}] generated preemptive snapshot a5af4edd at index 11
I171018 18:49:30.915959 21831 storage/store.go:3549 [replicate,n1,s1,r16/1:/{Table/19-Max}] streamed snapshot to (n3,s3):?: kv pairs: 8, log entries: 1, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:30.917412 23310 storage/replica_raftstorage.go:732 [n3,s3,r16/?:{-}] applying preemptive snapshot at index 11 (id=a5af4edd, encoded size=454, 1 rocksdb batches, 1 log entries)
I171018 18:49:30.917562 23310 storage/replica_raftstorage.go:738 [n3,s3,r16/?:/{Table/19-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:30.918732 21831 storage/replica_command.go:3754 [replicate,n1,s1,r16/1:/{Table/19-Max}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r16:/{Table/19-Max} [(n1,s1):1, next=2]
I171018 18:49:30.921334 21710 storage/allocator_scorer.go:623 [replicate,n1,s1,r10/1:/Table/1{3-4}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=10.67, overfull-threshold=12
I171018 18:49:30.921852 23325 storage/replica.go:3071 [n1,s1,r16/1:/{Table/19-Max}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:30.922285 21831 storage/replica_raftstorage.go:526 [replicate,n1,s1,r1/1:/{Min-System/}] generated preemptive snapshot 57bf0ae9 at index 95
I171018 18:49:30.923576 21831 storage/store.go:3549 [replicate,n1,s1,r1/1:/{Min-System/}] streamed snapshot to (n2,s2):?: kv pairs: 62, log entries: 85, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:30.923913 23196 storage/replica_raftstorage.go:732 [n2,s2,r1/?:{-}] applying preemptive snapshot at index 95 (id=57bf0ae9, encoded size=25262, 1 rocksdb batches, 85 log entries)
I171018 18:49:30.924306 23196 storage/replica_raftstorage.go:738 [n2,s2,r1/?:/{Min-System/}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:30.926378 21831 storage/replica_command.go:3754 [replicate,n1,s1,r1/1:/{Min-System/}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r1:/{Min-System/} [(n1,s1):1, next=2]
I171018 18:49:30.939796 23398 storage/replica.go:3071 [n1,s1,r1/1:/{Min-System/}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:30.947273 21704 storage/replica_raftstorage.go:526 [replicate,n1,s1,r5/1:/System/ts{d-e}] generated preemptive snapshot 277efbdd at index 24
I171018 18:49:30.953103 21704 storage/store.go:3549 [replicate,n1,s1,r5/1:/System/ts{d-e}] streamed snapshot to (n3,s3):?: kv pairs: 919, log entries: 14, rate-limit: 8.0 MiB/sec, 6ms
I171018 18:49:30.953472 23358 storage/replica_raftstorage.go:732 [n3,s3,r5/?:{-}] applying preemptive snapshot at index 24 (id=277efbdd, encoded size=157208, 1 rocksdb batches, 14 log entries)
I171018 18:49:30.954351 23358 storage/replica_raftstorage.go:738 [n3,s3,r5/?:/System/ts{d-e}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:30.957505 21704 storage/replica_command.go:3754 [replicate,n1,s1,r5/1:/System/ts{d-e}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r5:/System/ts{d-e} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:30.961942 23428 storage/replica.go:3071 [n1,s1,r5/1:/System/ts{d-e}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:30.962639 21704 storage/allocator_scorer.go:623 [replicate,n1,s1,r5/1:/System/ts{d-e}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=11.33, overfull-threshold=12
I171018 18:49:30.963261 21831 storage/replica_raftstorage.go:526 [replicate,n1,s1,r12/1:/Table/1{5-6}] generated preemptive snapshot e2d5f860 at index 18
I171018 18:49:30.964060 21831 storage/store.go:3549 [replicate,n1,s1,r12/1:/Table/1{5-6}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 8, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:30.964379 23413 storage/replica_raftstorage.go:732 [n3,s3,r12/?:{-}] applying preemptive snapshot at index 18 (id=e2d5f860, encoded size=3369, 1 rocksdb batches, 8 log entries)
I171018 18:49:30.964574 23413 storage/replica_raftstorage.go:738 [n3,s3,r12/?:/Table/1{5-6}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:30.965414 21831 storage/replica_command.go:3754 [replicate,n1,s1,r12/1:/Table/1{5-6}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r12:/Table/1{5-6} [(n1,s1):1, next=2]
I171018 18:49:30.969090 23466 storage/replica.go:3071 [n1,s1,r12/1:/Table/1{5-6}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:30.969528 21831 storage/replica_raftstorage.go:526 [replicate,n1,s1,r13/1:/Table/1{6-7}] generated preemptive snapshot 6fc6ab60 at index 19
I171018 18:49:30.970878 21831 storage/store.go:3549 [replicate,n1,s1,r13/1:/Table/1{6-7}] streamed snapshot to (n2,s2):?: kv pairs: 9, log entries: 9, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:30.971309 23474 storage/replica_raftstorage.go:732 [n2,s2,r13/?:{-}] applying preemptive snapshot at index 19 (id=6fc6ab60, encoded size=3484, 1 rocksdb batches, 9 log entries)
I171018 18:49:30.971490 23474 storage/replica_raftstorage.go:738 [n2,s2,r13/?:/Table/1{6-7}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:30.972224 21831 storage/replica_command.go:3754 [replicate,n1,s1,r13/1:/Table/1{6-7}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r13:/Table/1{6-7} [(n1,s1):1, next=2]
I171018 18:49:30.974968 23414 storage/replica.go:3071 [n1,s1,r13/1:/Table/1{6-7}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:30.975389 21704 storage/replica_raftstorage.go:526 [replicate,n1,s1,r9/1:/Table/1{2-3}] generated preemptive snapshot 77b5ed89 at index 29
I171018 18:49:30.976423 21704 storage/store.go:3549 [replicate,n1,s1,r9/1:/Table/1{2-3}] streamed snapshot to (n2,s2):?: kv pairs: 45, log entries: 19, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:30.976718 23418 storage/replica_raftstorage.go:732 [n2,s2,r9/?:{-}] applying preemptive snapshot at index 29 (id=77b5ed89, encoded size=16627, 1 rocksdb batches, 19 log entries)
I171018 18:49:30.977427 23418 storage/replica_raftstorage.go:738 [n2,s2,r9/?:/Table/1{2-3}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:30.977871 21704 storage/replica_command.go:3754 [replicate,n1,s1,r9/1:/Table/1{2-3}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r9:/Table/1{2-3} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:30.982309 23512 storage/replica.go:3071 [n1,s1,r9/1:/Table/1{2-3}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:30.983003 21704 storage/allocator_scorer.go:623 [replicate,n1,s1,r9/1:/Table/1{2-3}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=12.33, overfull-threshold=13
I171018 18:49:30.983603 21831 storage/replica_raftstorage.go:526 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] generated preemptive snapshot 9960450b at index 23
I171018 18:49:30.986934 21831 storage/store.go:3549 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] streamed snapshot to (n3,s3):?: kv pairs: 13, log entries: 13, rate-limit: 8.0 MiB/sec, 3ms
I171018 18:49:30.987212 23515 storage/replica_raftstorage.go:732 [n3,s3,r3/?:{-}] applying preemptive snapshot at index 23 (id=9960450b, encoded size=22133, 1 rocksdb batches, 13 log entries)
I171018 18:49:30.987702 23515 storage/replica_raftstorage.go:738 [n3,s3,r3/?:/System/NodeLiveness{-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:30.988314 21831 storage/replica_command.go:3754 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r3:/System/NodeLiveness{-Max} [(n1,s1):1, next=2]
I171018 18:49:30.990947 23526 storage/replica.go:3071 [n1,s1,r3/1:/System/NodeLiveness{-Max}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:30.991460 21831 storage/queue.go:723 [n1,replicate] purgatory is now empty
I171018 18:49:30.991635 21704 storage/replica_raftstorage.go:526 [replicate,n1,s1,r15/1:/Table/1{8-9}] generated preemptive snapshot 552497f1 at index 18
I171018 18:49:30.992174 21704 storage/store.go:3549 [replicate,n1,s1,r15/1:/Table/1{8-9}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 8, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:30.992508 23530 storage/replica_raftstorage.go:732 [n2,s2,r15/?:{-}] applying preemptive snapshot at index 18 (id=552497f1, encoded size=3712, 1 rocksdb batches, 8 log entries)
I171018 18:49:30.992727 23530 storage/replica_raftstorage.go:738 [n2,s2,r15/?:/Table/1{8-9}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:30.993046 21704 storage/replica_command.go:3754 [replicate,n1,s1,r15/1:/Table/1{8-9}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r15:/Table/1{8-9} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:30.998852 23541 storage/replica.go:3071 [n1,s1,r15/1:/Table/1{8-9}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:30.999391 21704 storage/allocator_scorer.go:623 [replicate,n1,s1,r15/1:/Table/1{8-9}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=13.00, overfull-threshold=14
I171018 18:49:31.000809 21704 storage/replica_raftstorage.go:526 [replicate,n1,s1,r16/1:/{Table/19-Max}] generated preemptive snapshot da4d3279 at index 15
I171018 18:49:31.001875 21704 storage/store.go:3549 [replicate,n1,s1,r16/1:/{Table/19-Max}] streamed snapshot to (n2,s2):?: kv pairs: 9, log entries: 5, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:31.002583 23503 storage/replica_raftstorage.go:732 [n2,s2,r16/?:{-}] applying preemptive snapshot at index 15 (id=da4d3279, encoded size=1801, 1 rocksdb batches, 5 log entries)
I171018 18:49:31.002786 23503 storage/replica_raftstorage.go:738 [n2,s2,r16/?:/{Table/19-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:31.003195 21704 storage/replica_command.go:3754 [replicate,n1,s1,r16/1:/{Table/19-Max}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r16:/{Table/19-Max} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:31.006252 23586 storage/replica.go:3071 [n1,s1,r16/1:/{Table/19-Max}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:31.006820 21704 storage/allocator_scorer.go:623 [replicate,n1,s1,r16/1:/{Table/19-Max}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=13.33, overfull-threshold=15
I171018 18:49:31.007069 21704 storage/replica_raftstorage.go:526 [replicate,n1,s1,r1/1:/{Min-System/}] generated preemptive snapshot f89da5d2 at index 113
I171018 18:49:31.008348 21704 storage/store.go:3549 [replicate,n1,s1,r1/1:/{Min-System/}] streamed snapshot to (n3,s3):?: kv pairs: 72, log entries: 103, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:31.008673 23588 storage/replica_raftstorage.go:732 [n3,s3,r1/?:{-}] applying preemptive snapshot at index 113 (id=f89da5d2, encoded size=30415, 1 rocksdb batches, 103 log entries)
I171018 18:49:31.009089 23588 storage/replica_raftstorage.go:738 [n3,s3,r1/?:/{Min-System/}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:31.009481 21704 storage/replica_command.go:3754 [replicate,n1,s1,r1/1:/{Min-System/}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r1:/{Min-System/} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:31.011671 23590 storage/replica.go:3071 [n1,s1,r1/1:/{Min-System/}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:31.012260 21704 storage/allocator_scorer.go:623 [replicate,n1,s1,r1/1:/{Min-System/}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=13.67, overfull-threshold=15
I171018 18:49:31.012513 21704 storage/replica_raftstorage.go:526 [replicate,n1,s1,r14/1:/Table/1{7-8}] generated preemptive snapshot 3ebe4ca7 at index 19
I171018 18:49:31.013939 21704 storage/store.go:3549 [replicate,n1,s1,r14/1:/Table/1{7-8}] streamed snapshot to (n3,s3):?: kv pairs: 10, log entries: 9, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:31.014368 23621 storage/replica_raftstorage.go:732 [n3,s3,r14/?:{-}] applying preemptive snapshot at index 19 (id=3ebe4ca7, encoded size=3831, 1 rocksdb batches, 9 log entries)
I171018 18:49:31.014564 23621 storage/replica_raftstorage.go:738 [n3,s3,r14/?:/Table/1{7-8}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:31.014839 21704 storage/replica_command.go:3754 [replicate,n1,s1,r14/1:/Table/1{7-8}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r14:/Table/1{7-8} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:31.019437 23653 storage/replica.go:3071 [n1,s1,r14/1:/Table/1{7-8}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:31.020065 21704 storage/allocator_scorer.go:623 [replicate,n1,s1,r14/1:/Table/1{7-8}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=14.00, overfull-threshold=15
I171018 18:49:31.020456 21704 storage/replica_raftstorage.go:526 [replicate,n1,s1,r12/1:/Table/1{5-6}] generated preemptive snapshot 6866ea82 at index 21
I171018 18:49:31.020942 21704 storage/store.go:3549 [replicate,n1,s1,r12/1:/Table/1{5-6}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 11, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:31.021176 23658 storage/replica_raftstorage.go:732 [n2,s2,r12/?:{-}] applying preemptive snapshot at index 21 (id=6866ea82, encoded size=4597, 1 rocksdb batches, 11 log entries)
I171018 18:49:31.021470 23658 storage/replica_raftstorage.go:738 [n2,s2,r12/?:/Table/1{5-6}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:31.021766 21704 storage/replica_command.go:3754 [replicate,n1,s1,r12/1:/Table/1{5-6}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r12:/Table/1{5-6} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:31.025579 23603 storage/replica.go:3071 [n1,s1,r12/1:/Table/1{5-6}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:31.027362 21704 storage/replica_raftstorage.go:526 [replicate,n1,s1,r13/1:/Table/1{6-7}] generated preemptive snapshot 2ac31cf3 at index 22
I171018 18:49:31.035601 21704 storage/store.go:3549 [replicate,n1,s1,r13/1:/Table/1{6-7}] streamed snapshot to (n3,s3):?: kv pairs: 10, log entries: 12, rate-limit: 8.0 MiB/sec, 8ms
I171018 18:49:31.035940 23666 storage/replica_raftstorage.go:732 [n3,s3,r13/?:{-}] applying preemptive snapshot at index 22 (id=2ac31cf3, encoded size=4712, 1 rocksdb batches, 12 log entries)
I171018 18:49:31.036186 23666 storage/replica_raftstorage.go:738 [n3,s3,r13/?:/Table/1{6-7}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:31.036822 21704 storage/replica_command.go:3754 [replicate,n1,s1,r13/1:/Table/1{6-7}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r13:/Table/1{6-7} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:31.039688 23699 storage/replica.go:3071 [n1,s1,r13/1:/Table/1{6-7}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:31.041060 21704 storage/replica_raftstorage.go:526 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] generated preemptive snapshot 74e3f4f3 at index 27
I171018 18:49:31.042082 21704 storage/store.go:3549 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] streamed snapshot to (n3,s3):?: kv pairs: 10, log entries: 17, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:31.042312 23534 storage/replica_raftstorage.go:732 [n3,s3,r6/?:{-}] applying preemptive snapshot at index 27 (id=74e3f4f3, encoded size=9575, 1 rocksdb batches, 17 log entries)
I171018 18:49:31.042546 23534 storage/replica_raftstorage.go:738 [n3,s3,r6/?:/{System/tse-Table/System…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:31.043459 21704 storage/replica_command.go:3754 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r6:/{System/tse-Table/SystemConfigSpan/Start} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:31.047210 23609 storage/replica.go:3071 [n1,s1,r6/1:/{System/tse-Table/System…}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:31.047927 21704 storage/replica_raftstorage.go:526 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] generated preemptive snapshot bd2f3610 at index 26
I171018 18:49:31.050259 21704 storage/store.go:3549 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] streamed snapshot to (n2,s2):?: kv pairs: 14, log entries: 16, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:31.050561 23734 storage/replica_raftstorage.go:732 [n2,s2,r3/?:{-}] applying preemptive snapshot at index 26 (id=bd2f3610, encoded size=23605, 1 rocksdb batches, 16 log entries)
I171018 18:49:31.050826 23734 storage/replica_raftstorage.go:738 [n2,s2,r3/?:/System/NodeLiveness{-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:31.051302 21704 storage/replica_command.go:3754 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r3:/System/NodeLiveness{-Max} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:31.054057 23747 storage/replica.go:3071 [n1,s1,r3/1:/System/NodeLiveness{-Max}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:31.057340 22899 storage/replica_proposal.go:475 [n3,s3,r6/3:/{System/tse-Table/System…}] new range lease repl=(n3,s3):3 start=1508352571.056683275,0 epo=1 pro=1508352571.056686075,0 following repl=(n1,s1):1 start=0.000000000,0 exp=1508352579.519269131,0 pro=1508352570.519282131,0
I171018 18:49:31.069866 23375 storage/raft_transport.go:455 [n3] raft transport stream to node 2 established
I171018 18:49:31.083879 23681 storage/raft_transport.go:455 [n2] raft transport stream to node 3 established
I171018 18:49:31.181817 19965 storage/replica_proposal.go:475 [n3,s3,r11/2:/Table/1{4-5}] new range lease repl=(n3,s3):2 start=1508352571.180907763,0 epo=1 pro=1508352571.180910663,0 following repl=(n1,s1):1 start=0.000000000,0 exp=1508352578.574239959,0 pro=1508352569.574256259,0
I171018 18:49:31.773437 18850 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r18/1:/{Table/51-Max}] generated Raft snapshot 7d4e5109 at index 11
I171018 18:49:31.774027 18850 storage/store.go:3549 [raftsnapshot,n1,s1,r18/1:/{Table/51-Max}] streamed snapshot to (n3,s3):2: kv pairs: 8, log entries: 1, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:31.774115 23791 storage/replica_raftstorage.go:732 [n3,s3,r18/2:/{Table/51-Max}] applying Raft snapshot at index 11 (id=7d4e5109, encoded size=470, 1 rocksdb batches, 1 log entries)
I171018 18:49:31.774351 23791 storage/replica_raftstorage.go:738 [n3,s3,r18/2:/{Table/51-Max}] applied Raft snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:32.129471 22890 storage/replica_proposal.go:475 [n3,s3,r15/2:/Table/1{8-9}] new range lease repl=(n3,s3):2 start=1508352572.128600047,0 epo=1 pro=1508352572.128603047,0 following repl=(n1,s1):1 start=0.000000000,0 exp=1508352579.519269131,0 pro=1508352570.519282131,0
I171018 18:49:32.184530 19753 storage/replica_proposal.go:475 [n2,s2,r16/3:/Table/{19-50}] new range lease repl=(n2,s2):3 start=1508352572.182288701,0 epo=1 pro=1508352572.182291401,0 following repl=(n1,s1):1 start=0.000000000,0 exp=1508352578.574239959,0 pro=1508352569.574256259,0
I171018 18:49:32.731043 21704 storage/replica_raftstorage.go:526 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] generated preemptive snapshot 6fb44f3c at index 19
I171018 18:49:32.733776 21704 storage/store.go:3549 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 9, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:32.734160 23955 storage/replica_raftstorage.go:732 [n2,s2,r2/?:{-}] applying preemptive snapshot at index 19 (id=6fb44f3c, encoded size=51362, 1 rocksdb batches, 9 log entries)
I171018 18:49:32.734572 23955 storage/replica_raftstorage.go:738 [n2,s2,r2/?:/System/{-NodeLive…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:32.735273 21704 storage/replica_command.go:3754 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r2:/System/{-NodeLiveness} [(n1,s1):1, next=2]
I171018 18:49:32.738559 23959 storage/replica.go:3071 [n1,s1,r2/1:/System/{-NodeLive…}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:32.740133 21704 storage/replica_raftstorage.go:526 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] generated preemptive snapshot 2d266b20 at index 22
I171018 18:49:32.740784 21704 storage/store.go:3549 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] streamed snapshot to (n3,s3):?: kv pairs: 13, log entries: 12, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:32.741553 23935 storage/replica_raftstorage.go:732 [n3,s3,r2/?:{-}] applying preemptive snapshot at index 22 (id=2d266b20, encoded size=53068, 1 rocksdb batches, 12 log entries)
I171018 18:49:32.741886 23935 storage/replica_raftstorage.go:738 [n3,s3,r2/?:/System/{-NodeLive…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:32.742839 21704 storage/replica_command.go:3754 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r2:/System/{-NodeLiveness} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:32.746452 23946 storage/replica.go:3071 [n1,s1,r2/1:/System/{-NodeLive…}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:32.902626 23990 sql/event_log.go:103 [client=127.0.0.1:54885,user=root,n1] Event: "create_database", target: 50, info: {DatabaseName:other Statement:CREATE DATABASE other User:root}
I171018 18:49:32.902902 21703 storage/replica_command.go:2810 [split,n1,s1,r16/1:/{Table/19-Max}] initiating a split of this range at key /Table/50 [r17]
I171018 18:49:32.916506 23990 sql/event_log.go:103 [client=127.0.0.1:54885,user=root,n1] Event: "create_table", target: 51, info: {TableName:other.empty Statement:CREATE TABLE other.empty (a INT PRIMARY KEY) User:root}
I171018 18:49:32.919122 21703 storage/replica_command.go:2810 [split,n1,s1,r17/1:/{Table/50-Max}] initiating a split of this range at key /Table/51 [r18]
I171018 18:49:32.931357 24185 storage/replica_command.go:2810 [n1,s1,r18/1:/{Table/51-Max}] initiating a split of this range at key /Table/53 [r19]
I171018 18:49:32.938038 24212 storage/replica_command.go:2810 [n1,s1,r19/1:/{Table/53-Max}] initiating a split of this range at key /Table/53/2 [r20]
W171018 18:49:33.034360 23375 storage/raft_transport.go:461 [n3] raft transport stream to node 2 failed: rpc error: code = Unavailable desc = transport is closing
W171018 18:49:33.034461 23027 storage/raft_transport.go:461 [n1] raft transport stream to node 2 failed: rpc error: code = Unavailable desc = transport is closing
W171018 18:49:33.034715 22843 storage/raft_transport.go:461 [n3] raft transport stream to node 1 failed: rpc error: code = Unavailable desc = transport is closing
W171018 18:49:33.034929 23681 storage/raft_transport.go:461 [n2] raft transport stream to node 3 failed: EOF
W171018 18:49:33.034931 22984 storage/raft_transport.go:461 [n2] raft transport stream to node 1 failed: EOF
I171018 18:49:33.034996 22464 vendor/google.golang.org/grpc/grpclog/grpclog.go:75 transport: http2Server.HandleStreams failed to read frame: read tcp 127.0.0.1:48950->127.0.0.1:54840: use of closed network connection
I171018 18:49:33.035030 22367 vendor/google.golang.org/grpc/grpclog/grpclog.go:60 transport: http2Client.notifyError got notified that the client transport was broken EOF.
W171018 18:49:33.035062 22979 storage/raft_transport.go:461 [n1] raft transport stream to node 3 failed: rpc error: code = Unavailable desc = transport is closing
W171018 18:49:33.038051 20865 storage/raft_transport.go:461 [n3] raft transport stream to node 2 failed: rpc error: code = Unavailable desc = transport is closing
W171018 18:49:33.038088 20180 storage/raft_transport.go:461 [n1] raft transport stream to node 2 failed: rpc error: code = Unavailable desc = transport is closing
W171018 18:49:33.038158 20108 storage/raft_transport.go:461 [n3] raft transport stream to node 1 failed: rpc error: code = Unavailable desc = transport is closing
I171018 18:49:33.038341 19306 vendor/google.golang.org/grpc/grpclog/grpclog.go:75 transport: http2Server.HandleStreams failed to read frame: read tcp 127.0.0.1:60168->127.0.0.1:55332: use of closed network connection
I171018 18:49:33.038346 19677 vendor/google.golang.org/grpc/grpclog/grpclog.go:75 transport: http2Server.HandleStreams failed to read frame: read tcp 127.0.0.1:60168->127.0.0.1:55338: use of closed network connection
I171018 18:49:33.038405 18433 vendor/google.golang.org/grpc/grpclog/grpclog.go:75 transport: http2Server.HandleStreams failed to read frame: read tcp 127.0.0.1:60168->127.0.0.1:55324: use of closed network connection
W171018 18:49:33.038474 20103 storage/raft_transport.go:461 [n1] raft transport stream to node 3 failed: rpc error: code = Unavailable desc = transport is closing
W171018 18:49:33.038555 20745 storage/raft_transport.go:461 [n2] raft transport stream to node 3 failed: rpc error: code = Unavailable desc = transport is closing
W171018 18:49:33.038573 20185 storage/raft_transport.go:461 [n2] raft transport stream to node 1 failed: rpc error: code = Unavailable desc = transport is closing
--- PASS: TestBackupRestoreEmpty (3.53s)
=== RUN TestBackupRestoreNegativePrimaryKey
W171018 18:49:33.098185 24126 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
I171018 18:49:33.099515 24126 server/config.go:507 [n?] 1 storage engine initialized
I171018 18:49:33.099553 24126 server/config.go:510 [n?] RocksDB cache size: 128 MiB
I171018 18:49:33.099564 24126 server/config.go:510 [n?] store 0: in-memory, size 0 B
I171018 18:49:33.103205 24126 server/node.go:347 [n?] **** cluster 0a250845-63ef-4cc9-8ad5-b9bd7a32dd8c has been created
I171018 18:49:33.103231 24126 server/server.go:882 [n?] **** add additional nodes by specifying --join=127.0.0.1:44927
I171018 18:49:33.104714 24126 storage/store.go:1212 [n1,s1] [n1,s1]: failed initial metrics computation: [n1,s1]: system config not yet available
I171018 18:49:33.104756 24126 server/node.go:472 [n1] initialized store [n1,s1]: disk (capacity=512 MiB, available=512 MiB, used=0 B, logicalBytes=3.2 KiB), ranges=1, leases=1, writes=0.00, bytesPerReplica={p10=3234.00 p25=3234.00 p50=3234.00 p75=3234.00 p90=3234.00}, writesPerReplica={p10=0.00 p25=0.00 p50=0.00 p75=0.00 p90=0.00}
I171018 18:49:33.105068 24587 kv/dist_sender.go:355 [n1] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:33.105166 24126 server/node.go:329 [n1] node ID 1 initialized
I171018 18:49:33.105216 24126 gossip/gossip.go:331 [n1] NodeDescriptor set to node_id:1 address:<network_field:"tcp" address_field:"127.0.0.1:44927" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:3 >
I171018 18:49:33.105274 24126 storage/stores.go:332 [n1] read 0 node addresses from persistent storage
I171018 18:49:33.105330 24126 server/node.go:617 [n1] connecting to gossip network to verify cluster ID...
I171018 18:49:33.105382 24126 server/node.go:642 [n1] node connected via gossip and verified as part of cluster "0a250845-63ef-4cc9-8ad5-b9bd7a32dd8c"
I171018 18:49:33.105409 24126 server/node.go:414 [n1] node=1: started with [<no-attributes>=<in-mem>] engine(s) and attributes []
I171018 18:49:33.105462 24126 sql/executor.go:408 [n1] creating distSQLPlanner with address {tcp 127.0.0.1:44927}
I171018 18:49:33.114696 24126 server/server.go:987 [n1] starting https server at 127.0.0.1:39269
I171018 18:49:33.114719 24126 server/server.go:988 [n1] starting grpc/postgres server at 127.0.0.1:44927
I171018 18:49:33.114727 24126 server/server.go:989 [n1] advertising CockroachDB node at 127.0.0.1:44927
W171018 18:49:33.114739 24126 sql/jobs/registry.go:167 [n1] unable to get node liveness: node not in the liveness table
I171018 18:49:33.124744 24126 sql/event_log.go:103 [n1] Event: "alter_table", target: 12, info: {TableName:eventlog Statement:ALTER TABLE system.eventlog ALTER COLUMN "uniqueID" SET DEFAULT uuid_v4() User:node MutationID:0 CascadeDroppedViews:[]}
I171018 18:49:33.128399 24126 sql/lease.go:341 [n1] publish: descID=12 (eventlog) version=2 mtime=2017-10-18 18:49:33.128198077 +0000 UTC
I171018 18:49:33.140914 24126 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:diagnostics.reporting.enabled Value:true User:node}
I171018 18:49:33.149983 24126 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:version Value:1.1-3 User:node}
I171018 18:49:33.153522 24126 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:trace.debug.enable Value:false User:node}
I171018 18:49:33.154157 24126 server/server.go:1131 [n1] done ensuring all necessary migrations have run
I171018 18:49:33.154179 24126 server/server.go:1133 [n1] serving sql connections
I171018 18:49:33.156545 24793 sql/event_log.go:103 [n1] Event: "node_join", target: 1, info: {Descriptor:{NodeID:1 Address:{NetworkField:tcp AddressField:127.0.0.1:44927} Attrs: Locality: ServerVersion:1.1-3} ClusterID:0a250845-63ef-4cc9-8ad5-b9bd7a32dd8c StartedAt:1508352573105390169 LastUp:1508352573105390169}
I171018 18:49:33.160333 24161 storage/replica_command.go:2810 [split,n1,s1,r1/1:/M{in-ax}] initiating a split of this range at key /System/"" [r2]
I171018 18:49:33.165973 24161 storage/replica_command.go:2810 [split,n1,s1,r2/1:/{System/-Max}] initiating a split of this range at key /System/NodeLiveness [r3]
I171018 18:49:33.169777 24161 storage/replica_command.go:2810 [split,n1,s1,r3/1:/{System/NodeL…-Max}] initiating a split of this range at key /System/NodeLivenessMax [r4]
I171018 18:49:33.183518 24161 storage/replica_command.go:2810 [split,n1,s1,r4/1:/{System/NodeL…-Max}] initiating a split of this range at key /System/tsd [r5]
I171018 18:49:33.187840 24161 storage/replica_command.go:2810 [split,n1,s1,r5/1:/{System/tsd-Max}] initiating a split of this range at key /System/"tse" [r6]
I171018 18:49:33.195262 24161 storage/replica_command.go:2810 [split,n1,s1,r6/1:/{System/tse-Max}] initiating a split of this range at key /Table/SystemConfigSpan/Start [r7]
I171018 18:49:33.199206 24161 storage/replica_command.go:2810 [split,n1,s1,r7/1:/{Table/System…-Max}] initiating a split of this range at key /Table/11 [r8]
I171018 18:49:33.203775 24161 storage/replica_command.go:2810 [split,n1,s1,r8/1:/{Table/11-Max}] initiating a split of this range at key /Table/12 [r9]
I171018 18:49:33.207511 24161 storage/replica_command.go:2810 [split,n1,s1,r9/1:/{Table/12-Max}] initiating a split of this range at key /Table/13 [r10]
I171018 18:49:33.211715 24161 storage/replica_command.go:2810 [split,n1,s1,r10/1:/{Table/13-Max}] initiating a split of this range at key /Table/14 [r11]
I171018 18:49:33.218227 24161 storage/replica_command.go:2810 [split,n1,s1,r11/1:/{Table/14-Max}] initiating a split of this range at key /Table/15 [r12]
I171018 18:49:33.223958 24161 storage/replica_command.go:2810 [split,n1,s1,r12/1:/{Table/15-Max}] initiating a split of this range at key /Table/16 [r13]
I171018 18:49:33.231734 24161 storage/replica_command.go:2810 [split,n1,s1,r13/1:/{Table/16-Max}] initiating a split of this range at key /Table/17 [r14]
I171018 18:49:33.236391 24161 storage/replica_command.go:2810 [split,n1,s1,r14/1:/{Table/17-Max}] initiating a split of this range at key /Table/18 [r15]
I171018 18:49:33.243866 24161 storage/replica_command.go:2810 [split,n1,s1,r15/1:/{Table/18-Max}] initiating a split of this range at key /Table/19 [r16]
W171018 18:49:33.254240 24126 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
W171018 18:49:33.255633 24126 gossip/gossip.go:1277 [n?] no incoming or outgoing connections
I171018 18:49:33.260013 24126 server/config.go:507 [n?] 1 storage engine initialized
I171018 18:49:33.260032 24126 server/config.go:510 [n?] RocksDB cache size: 128 MiB
I171018 18:49:33.260038 24126 server/config.go:510 [n?] store 0: in-memory, size 0 B
I171018 18:49:33.260081 24126 server/server.go:884 [n?] no stores bootstrapped and --join flag specified, awaiting init command.
I171018 18:49:33.264840 25153 gossip/client.go:129 [n?] started gossip client to 127.0.0.1:44927
I171018 18:49:33.265175 25242 gossip/server.go:232 [n1] received initial cluster-verification connection from {tcp 127.0.0.1:43310}
I171018 18:49:33.265745 24126 storage/stores.go:332 [n?] read 0 node addresses from persistent storage
I171018 18:49:33.265775 24126 server/node.go:617 [n?] connecting to gossip network to verify cluster ID...
I171018 18:49:33.265799 24126 server/node.go:642 [n?] node connected via gossip and verified as part of cluster "0a250845-63ef-4cc9-8ad5-b9bd7a32dd8c"
I171018 18:49:33.266007 25300 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:33.266283 25274 storage/stores.go:351 [n?] wrote 1 node addresses to persistent storage
I171018 18:49:33.266607 25299 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:33.267098 24126 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:33.267789 24126 server/node.go:322 [n?] new node allocated ID 2
I171018 18:49:33.267842 24126 gossip/gossip.go:331 [n2] NodeDescriptor set to node_id:2 address:<network_field:"tcp" address_field:"127.0.0.1:43310" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:3 >
I171018 18:49:33.267902 24126 server/node.go:400 [n2] node=2: asynchronously bootstrapping engine(s) [<no-attributes>=<in-mem>]
I171018 18:49:33.267920 24126 server/node.go:414 [n2] node=2: started with [] engine(s) and attributes []
I171018 18:49:33.267978 24126 sql/executor.go:408 [n2] creating distSQLPlanner with address {tcp 127.0.0.1:43310}
I171018 18:49:33.285073 25345 storage/stores.go:351 [n1] wrote 1 node addresses to persistent storage
I171018 18:49:33.286591 24126 server/server.go:987 [n2] starting https server at 127.0.0.1:57963
I171018 18:49:33.286611 24126 server/server.go:988 [n2] starting grpc/postgres server at 127.0.0.1:43310
I171018 18:49:33.286619 24126 server/server.go:989 [n2] advertising CockroachDB node at 127.0.0.1:43310
W171018 18:49:33.286636 24126 sql/jobs/registry.go:167 [n2] unable to get node liveness: node not in the liveness table
I171018 18:49:33.288398 25304 server/node.go:598 [n2] bootstrapped store [n2,s2]
I171018 18:49:33.290097 24126 server/server.go:1131 [n2] done ensuring all necessary migrations have run
I171018 18:49:33.290118 24126 server/server.go:1133 [n2] serving sql connections
I171018 18:49:33.294285 25467 sql/event_log.go:103 [n2] Event: "node_join", target: 2, info: {Descriptor:{NodeID:2 Address:{NetworkField:tcp AddressField:127.0.0.1:43310} Attrs: Locality: ServerVersion:1.1-3} ClusterID:0a250845-63ef-4cc9-8ad5-b9bd7a32dd8c StartedAt:1508352573267911538 LastUp:1508352573267911538}
W171018 18:49:33.295837 24126 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
W171018 18:49:33.296374 24126 gossip/gossip.go:1277 [n?] no incoming or outgoing connections
I171018 18:49:33.297061 24126 server/config.go:507 [n?] 1 storage engine initialized
I171018 18:49:33.297079 24126 server/config.go:510 [n?] RocksDB cache size: 128 MiB
I171018 18:49:33.297085 24126 server/config.go:510 [n?] store 0: in-memory, size 0 B
I171018 18:49:33.297124 24126 server/server.go:884 [n?] no stores bootstrapped and --join flag specified, awaiting init command.
I171018 18:49:33.311676 25523 gossip/server.go:232 [n1] received initial cluster-verification connection from {tcp 127.0.0.1:40964}
I171018 18:49:33.311326 25478 gossip/client.go:129 [n?] started gossip client to 127.0.0.1:44927
I171018 18:49:33.312895 24126 storage/stores.go:332 [n?] read 0 node addresses from persistent storage
I171018 18:49:33.312936 24126 storage/stores.go:351 [n?] wrote 2 node addresses to persistent storage
I171018 18:49:33.312950 24126 server/node.go:617 [n?] connecting to gossip network to verify cluster ID...
I171018 18:49:33.312973 24126 server/node.go:642 [n?] node connected via gossip and verified as part of cluster "0a250845-63ef-4cc9-8ad5-b9bd7a32dd8c"
I171018 18:49:33.313247 25544 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:33.314588 25543 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:33.315291 24126 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:33.315980 24126 server/node.go:322 [n?] new node allocated ID 3
I171018 18:49:33.316034 24126 gossip/gossip.go:331 [n3] NodeDescriptor set to node_id:3 address:<network_field:"tcp" address_field:"127.0.0.1:40964" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:3 >
I171018 18:49:33.316109 24126 server/node.go:400 [n3] node=3: asynchronously bootstrapping engine(s) [<no-attributes>=<in-mem>]
I171018 18:49:33.316137 24126 server/node.go:414 [n3] node=3: started with [] engine(s) and attributes []
I171018 18:49:33.317542 25293 storage/stores.go:351 [n1] wrote 2 node addresses to persistent storage
I171018 18:49:33.317585 24126 sql/executor.go:408 [n3] creating distSQLPlanner with address {tcp 127.0.0.1:40964}
I171018 18:49:33.318408 24257 storage/stores.go:351 [n2] wrote 2 node addresses to persistent storage
I171018 18:49:33.319737 24126 server/server.go:987 [n3] starting https server at 127.0.0.1:38184
I171018 18:49:33.319756 24126 server/server.go:988 [n3] starting grpc/postgres server at 127.0.0.1:40964
I171018 18:49:33.319764 24126 server/server.go:989 [n3] advertising CockroachDB node at 127.0.0.1:40964
W171018 18:49:33.319781 24126 sql/jobs/registry.go:167 [n3] unable to get node liveness: node not in the liveness table
I171018 18:49:33.319954 25550 server/node.go:598 [n3] bootstrapped store [n3,s3]
I171018 18:49:33.332146 24126 server/server.go:1131 [n3] done ensuring all necessary migrations have run
I171018 18:49:33.332167 24126 server/server.go:1133 [n3] serving sql connections
I171018 18:49:33.333569 24841 storage/replica_raftstorage.go:526 [replicate,n1,s1,r10/1:/Table/1{3-4}] generated preemptive snapshot 3477ce43 at index 30
I171018 18:49:33.349328 25671 sql/event_log.go:103 [n3] Event: "node_join", target: 3, info: {Descriptor:{NodeID:3 Address:{NetworkField:tcp AddressField:127.0.0.1:40964} Attrs: Locality: ServerVersion:1.1-3} ClusterID:0a250845-63ef-4cc9-8ad5-b9bd7a32dd8c StartedAt:1508352573316119666 LastUp:1508352573316119666}
I171018 18:49:33.349628 24841 storage/store.go:3549 [replicate,n1,s1,r10/1:/Table/1{3-4}] streamed snapshot to (n2,s2):?: kv pairs: 99, log entries: 20, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:33.349937 25686 storage/replica_raftstorage.go:732 [n2,s2,r10/?:{-}] applying preemptive snapshot at index 30 (id=3477ce43, encoded size=24454, 1 rocksdb batches, 20 log entries)
I171018 18:49:33.350276 25686 storage/replica_raftstorage.go:738 [n2,s2,r10/?:/Table/1{3-4}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:33.350698 24841 storage/replica_command.go:3754 [replicate,n1,s1,r10/1:/Table/1{3-4}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r10:/Table/1{3-4} [(n1,s1):1, next=2]
I171018 18:49:33.353436 25782 storage/replica.go:3071 [n1,s1,r10/1:/Table/1{3-4}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:33.353950 24841 storage/replica_raftstorage.go:526 [replicate,n1,s1,r1/1:/{Min-System/}] generated preemptive snapshot 364a7346 at index 102
I171018 18:49:33.356181 25794 storage/raft_transport.go:455 [n2] raft transport stream to node 1 established
I171018 18:49:33.370833 24841 storage/store.go:3549 [replicate,n1,s1,r1/1:/{Min-System/}] streamed snapshot to (n3,s3):?: kv pairs: 46, log entries: 80, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:33.371264 25725 storage/replica_raftstorage.go:732 [n3,s3,r1/?:{-}] applying preemptive snapshot at index 102 (id=364a7346, encoded size=35604, 1 rocksdb batches, 80 log entries)
I171018 18:49:33.371984 25725 storage/replica_raftstorage.go:738 [n3,s3,r1/?:/{Min-System/}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:33.372554 24841 storage/replica_command.go:3754 [replicate,n1,s1,r1/1:/{Min-System/}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r1:/{Min-System/} [(n1,s1):1, next=2]
I171018 18:49:33.375089 25818 storage/replica.go:3071 [n1,s1,r1/1:/{Min-System/}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:33.375576 24841 storage/replica_raftstorage.go:526 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] generated preemptive snapshot 37d98327 at index 16
I171018 18:49:33.377756 24841 storage/store.go:3549 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 6, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:33.384259 25488 storage/replica_raftstorage.go:732 [n3,s3,r6/?:{-}] applying preemptive snapshot at index 16 (id=37d98327, encoded size=4009, 1 rocksdb batches, 6 log entries)
I171018 18:49:33.384483 25488 storage/replica_raftstorage.go:738 [n3,s3,r6/?:/{System/tse-Table/System…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:33.384781 25842 storage/raft_transport.go:455 [n3] raft transport stream to node 1 established
I171018 18:49:33.385085 24841 storage/replica_command.go:3754 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r6:/{System/tse-Table/SystemConfigSpan/Start} [(n1,s1):1, next=2]
I171018 18:49:33.389268 25754 storage/replica.go:3071 [n1,s1,r6/1:/{System/tse-Table/System…}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:33.389752 24578 storage/replica_raftstorage.go:526 [replicate,n1,s1,r10/1:/Table/1{3-4}] generated preemptive snapshot e9484aa8 at index 37
I171018 18:49:33.390800 24578 storage/store.go:3549 [replicate,n1,s1,r10/1:/Table/1{3-4}] streamed snapshot to (n3,s3):?: kv pairs: 120, log entries: 27, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:33.391037 25858 storage/replica_raftstorage.go:732 [n3,s3,r10/?:{-}] applying preemptive snapshot at index 37 (id=e9484aa8, encoded size=33382, 1 rocksdb batches, 27 log entries)
I171018 18:49:33.391424 25858 storage/replica_raftstorage.go:738 [n3,s3,r10/?:/Table/1{3-4}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:33.391809 24578 storage/replica_command.go:3754 [replicate,n1,s1,r10/1:/Table/1{3-4}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r10:/Table/1{3-4} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:33.398083 25878 storage/replica.go:3071 [n1,s1,r10/1:/Table/1{3-4}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:33.398687 24578 storage/allocator_scorer.go:623 [replicate,n1,s1,r10/1:/Table/1{3-4}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=6.67, overfull-threshold=8
I171018 18:49:33.398923 24841 storage/replica_raftstorage.go:526 [replicate,n1,s1,r13/1:/Table/1{6-7}] generated preemptive snapshot ca70c4b9 at index 15
I171018 18:49:33.400364 24841 storage/store.go:3549 [replicate,n1,s1,r13/1:/Table/1{6-7}] streamed snapshot to (n2,s2):?: kv pairs: 9, log entries: 5, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:33.400656 25760 storage/replica_raftstorage.go:732 [n2,s2,r13/?:{-}] applying preemptive snapshot at index 15 (id=ca70c4b9, encoded size=2484, 1 rocksdb batches, 5 log entries)
I171018 18:49:33.400826 25760 storage/replica_raftstorage.go:738 [n2,s2,r13/?:/Table/1{6-7}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:33.401317 24841 storage/replica_command.go:3754 [replicate,n1,s1,r13/1:/Table/1{6-7}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r13:/Table/1{6-7} [(n1,s1):1, next=2]
I171018 18:49:33.405176 25861 storage/replica.go:3071 [n1,s1,r13/1:/Table/1{6-7}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:33.405889 24841 storage/replica_raftstorage.go:526 [replicate,n1,s1,r15/1:/Table/1{8-9}] generated preemptive snapshot b5c9ade7 at index 17
I171018 18:49:33.406380 24841 storage/store.go:3549 [replicate,n1,s1,r15/1:/Table/1{8-9}] streamed snapshot to (n2,s2):?: kv pairs: 9, log entries: 7, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:33.406627 25906 storage/replica_raftstorage.go:732 [n2,s2,r15/?:{-}] applying preemptive snapshot at index 17 (id=b5c9ade7, encoded size=2714, 1 rocksdb batches, 7 log entries)
I171018 18:49:33.406802 25906 storage/replica_raftstorage.go:738 [n2,s2,r15/?:/Table/1{8-9}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:33.407248 24841 storage/replica_command.go:3754 [replicate,n1,s1,r15/1:/Table/1{8-9}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r15:/Table/1{8-9} [(n1,s1):1, next=2]
I171018 18:49:33.412674 25857 storage/replica.go:3071 [n1,s1,r15/1:/Table/1{8-9}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:33.413124 24578 storage/replica_raftstorage.go:526 [replicate,n1,s1,r1/1:/{Min-System/}] generated preemptive snapshot 4fce020f at index 113
I171018 18:49:33.413926 24578 storage/store.go:3549 [replicate,n1,s1,r1/1:/{Min-System/}] streamed snapshot to (n2,s2):?: kv pairs: 53, log entries: 91, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:33.414673 25941 storage/replica_raftstorage.go:732 [n2,s2,r1/?:{-}] applying preemptive snapshot at index 113 (id=4fce020f, encoded size=39032, 1 rocksdb batches, 91 log entries)
I171018 18:49:33.415201 25941 storage/replica_raftstorage.go:738 [n2,s2,r1/?:/{Min-System/}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:33.415477 24578 storage/replica_command.go:3754 [replicate,n1,s1,r1/1:/{Min-System/}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r1:/{Min-System/} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:33.421728 25944 storage/replica.go:3071 [n1,s1,r1/1:/{Min-System/}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:33.422366 24578 storage/allocator_scorer.go:623 [replicate,n1,s1,r1/1:/{Min-System/}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=7.67, overfull-threshold=9
I171018 18:49:33.422606 24841 storage/replica_raftstorage.go:526 [replicate,n1,s1,r8/1:/Table/1{1-2}] generated preemptive snapshot d2f92c54 at index 16
I171018 18:49:33.424509 24841 storage/store.go:3549 [replicate,n1,s1,r8/1:/Table/1{1-2}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 6, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:33.424722 25917 storage/replica_raftstorage.go:732 [n3,s3,r8/?:{-}] applying preemptive snapshot at index 16 (id=d2f92c54, encoded size=3919, 1 rocksdb batches, 6 log entries)
I171018 18:49:33.424913 25917 storage/replica_raftstorage.go:738 [n3,s3,r8/?:/Table/1{1-2}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:33.425202 24841 storage/replica_command.go:3754 [replicate,n1,s1,r8/1:/Table/1{1-2}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r8:/Table/1{1-2} [(n1,s1):1, next=2]
I171018 18:49:33.429758 25949 storage/replica.go:3071 [n1,s1,r8/1:/Table/1{1-2}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:33.430271 24841 storage/replica_raftstorage.go:526 [replicate,n1,s1,r9/1:/Table/1{2-3}] generated preemptive snapshot 4cf5b0d1 at index 20
I171018 18:49:33.431566 24841 storage/store.go:3549 [replicate,n1,s1,r9/1:/Table/1{2-3}] streamed snapshot to (n2,s2):?: kv pairs: 44, log entries: 10, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:33.431973 25898 storage/replica_raftstorage.go:732 [n2,s2,r9/?:{-}] applying preemptive snapshot at index 20 (id=4cf5b0d1, encoded size=11533, 1 rocksdb batches, 10 log entries)
I171018 18:49:33.432228 25898 storage/replica_raftstorage.go:738 [n2,s2,r9/?:/Table/1{2-3}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:33.433049 24841 storage/replica_command.go:3754 [replicate,n1,s1,r9/1:/Table/1{2-3}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r9:/Table/1{2-3} [(n1,s1):1, next=2]
I171018 18:49:33.436878 25989 storage/replica.go:3071 [n1,s1,r9/1:/Table/1{2-3}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:33.439940 24578 storage/replica_raftstorage.go:526 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] generated preemptive snapshot ac90b8cb at index 19
I171018 18:49:33.441369 24578 storage/store.go:3549 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 9, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:33.441643 25735 storage/replica_raftstorage.go:732 [n2,s2,r6/?:{-}] applying preemptive snapshot at index 19 (id=ac90b8cb, encoded size=5294, 1 rocksdb batches, 9 log entries)
I171018 18:49:33.441838 25735 storage/replica_raftstorage.go:738 [n2,s2,r6/?:/{System/tse-Table/System…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:33.442375 24578 storage/replica_command.go:3754 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r6:/{System/tse-Table/SystemConfigSpan/Start} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:33.445282 26039 storage/replica.go:3071 [n1,s1,r6/1:/{System/tse-Table/System…}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:33.445866 24578 storage/allocator_scorer.go:623 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=8.67, overfull-threshold=10
I171018 18:49:33.446101 24841 storage/replica_raftstorage.go:526 [replicate,n1,s1,r14/1:/Table/1{7-8}] generated preemptive snapshot ec094478 at index 16
I171018 18:49:33.446564 24841 storage/store.go:3549 [replicate,n1,s1,r14/1:/Table/1{7-8}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 6, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:33.446780 26043 storage/replica_raftstorage.go:732 [n3,s3,r14/?:{-}] applying preemptive snapshot at index 16 (id=ec094478, encoded size=2599, 1 rocksdb batches, 6 log entries)
I171018 18:49:33.446945 26043 storage/replica_raftstorage.go:738 [n3,s3,r14/?:/Table/1{7-8}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:33.447819 24841 storage/replica_command.go:3754 [replicate,n1,s1,r14/1:/Table/1{7-8}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r14:/Table/1{7-8} [(n1,s1):1, next=2]
I171018 18:49:33.450478 26022 storage/replica.go:3071 [n1,s1,r14/1:/Table/1{7-8}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:33.450907 24841 storage/replica_raftstorage.go:526 [replicate,n1,s1,r12/1:/Table/1{5-6}] generated preemptive snapshot e6055761 at index 15
I171018 18:49:33.453386 24841 storage/store.go:3549 [replicate,n1,s1,r12/1:/Table/1{5-6}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 5, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:33.454023 25966 storage/replica_raftstorage.go:732 [n3,s3,r12/?:{-}] applying preemptive snapshot at index 15 (id=e6055761, encoded size=2484, 1 rocksdb batches, 5 log entries)
I171018 18:49:33.454188 25966 storage/replica_raftstorage.go:738 [n3,s3,r12/?:/Table/1{5-6}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:33.454551 24841 storage/replica_command.go:3754 [replicate,n1,s1,r12/1:/Table/1{5-6}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r12:/Table/1{5-6} [(n1,s1):1, next=2]
I171018 18:49:33.456985 25900 storage/replica.go:3071 [n1,s1,r12/1:/Table/1{5-6}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:33.457392 24578 storage/replica_raftstorage.go:526 [replicate,n1,s1,r15/1:/Table/1{8-9}] generated preemptive snapshot 04d5397e at index 20
I171018 18:49:33.458291 24578 storage/store.go:3549 [replicate,n1,s1,r15/1:/Table/1{8-9}] streamed snapshot to (n3,s3):?: kv pairs: 10, log entries: 10, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:33.458642 26030 storage/replica_raftstorage.go:732 [n3,s3,r15/?:{-}] applying preemptive snapshot at index 20 (id=04d5397e, encoded size=3942, 1 rocksdb batches, 10 log entries)
I171018 18:49:33.458833 26030 storage/replica_raftstorage.go:738 [n3,s3,r15/?:/Table/1{8-9}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:33.459195 24578 storage/replica_command.go:3754 [replicate,n1,s1,r15/1:/Table/1{8-9}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r15:/Table/1{8-9} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:33.461831 25744 storage/replica.go:3071 [n1,s1,r15/1:/Table/1{8-9}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:33.462575 24578 storage/allocator_scorer.go:623 [replicate,n1,s1,r15/1:/Table/1{8-9}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=9.67, overfull-threshold=11
I171018 18:49:33.462793 24841 storage/replica_raftstorage.go:526 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] generated preemptive snapshot 36e18ffc at index 24
I171018 18:49:33.470166 24841 storage/store.go:3549 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] streamed snapshot to (n2,s2):?: kv pairs: 12, log entries: 14, rate-limit: 8.0 MiB/sec, 7ms
I171018 18:49:33.475004 26060 storage/replica_raftstorage.go:732 [n2,s2,r3/?:{-}] applying preemptive snapshot at index 24 (id=36e18ffc, encoded size=8072, 1 rocksdb batches, 14 log entries)
I171018 18:49:33.475264 26060 storage/replica_raftstorage.go:738 [n2,s2,r3/?:/System/NodeLiveness{-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:33.476446 24841 storage/replica_command.go:3754 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r3:/System/NodeLiveness{-Max} [(n1,s1):1, next=2]
I171018 18:49:33.479216 26156 storage/replica.go:3071 [n1,s1,r3/1:/System/NodeLiveness{-Max}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:33.479656 24841 storage/replica_raftstorage.go:526 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] generated preemptive snapshot d6c9cfc5 at index 26
I171018 18:49:33.480734 24841 storage/store.go:3549 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] streamed snapshot to (n3,s3):?: kv pairs: 33, log entries: 16, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:33.481005 26062 storage/replica_raftstorage.go:732 [n3,s3,r4/?:{-}] applying preemptive snapshot at index 26 (id=d6c9cfc5, encoded size=104672, 1 rocksdb batches, 16 log entries)
I171018 18:49:33.481962 26062 storage/replica_raftstorage.go:738 [n3,s3,r4/?:/System/{NodeLive…-tsd}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:33.482306 24841 storage/replica_command.go:3754 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r4:/System/{NodeLivenessMax-tsd} [(n1,s1):1, next=2]
I171018 18:49:33.485032 26171 storage/replica.go:3071 [n1,s1,r4/1:/System/{NodeLive…-tsd}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:33.485506 24578 storage/replica_raftstorage.go:526 [replicate,n1,s1,r8/1:/Table/1{1-2}] generated preemptive snapshot 806af84e at index 19
I171018 18:49:33.486814 24578 storage/store.go:3549 [replicate,n1,s1,r8/1:/Table/1{1-2}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 9, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:33.487037 26117 storage/replica_raftstorage.go:732 [n2,s2,r8/?:{-}] applying preemptive snapshot at index 19 (id=806af84e, encoded size=5147, 1 rocksdb batches, 9 log entries)
I171018 18:49:33.487288 26117 storage/replica_raftstorage.go:738 [n2,s2,r8/?:/Table/1{1-2}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:33.487570 24578 storage/replica_command.go:3754 [replicate,n1,s1,r8/1:/Table/1{1-2}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r8:/Table/1{1-2} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:33.495656 26199 storage/replica.go:3071 [n1,s1,r8/1:/Table/1{1-2}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:33.496294 24578 storage/allocator_scorer.go:623 [replicate,n1,s1,r8/1:/Table/1{1-2}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=10.67, overfull-threshold=12
I171018 18:49:33.496523 24841 storage/replica_raftstorage.go:526 [replicate,n1,s1,r11/1:/Table/1{4-5}] generated preemptive snapshot 8fd1dbad at index 16
I171018 18:49:33.497900 24841 storage/store.go:3549 [replicate,n1,s1,r11/1:/Table/1{4-5}] streamed snapshot to (n3,s3):?: kv pairs: 10, log entries: 6, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:33.498147 26121 storage/replica_raftstorage.go:732 [n3,s3,r11/?:{-}] applying preemptive snapshot at index 16 (id=8fd1dbad, encoded size=2873, 1 rocksdb batches, 6 log entries)
I171018 18:49:33.498328 26121 storage/replica_raftstorage.go:738 [n3,s3,r11/?:/Table/1{4-5}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:33.498907 24841 storage/replica_command.go:3754 [replicate,n1,s1,r11/1:/Table/1{4-5}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r11:/Table/1{4-5} [(n1,s1):1, next=2]
I171018 18:49:33.505338 24584 storage/allocator_scorer.go:623 [replicate,n1,s1,r10/1:/Table/1{3-4}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=11.00, overfull-threshold=12
I171018 18:49:33.509439 26012 storage/replica.go:3071 [n1,s1,r11/1:/Table/1{4-5}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:33.509913 24841 storage/replica_raftstorage.go:526 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] generated preemptive snapshot 80374391 at index 16
I171018 18:49:33.511117 24841 storage/store.go:3549 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] streamed snapshot to (n2,s2):?: kv pairs: 42, log entries: 6, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:33.511897 26016 storage/replica_raftstorage.go:732 [n2,s2,r7/?:{-}] applying preemptive snapshot at index 16 (id=80374391, encoded size=10773, 1 rocksdb batches, 6 log entries)
I171018 18:49:33.512158 26016 storage/replica_raftstorage.go:738 [n2,s2,r7/?:/Table/{SystemCon…-11}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:33.512770 24841 storage/replica_command.go:3754 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r7:/Table/{SystemConfigSpan/Start-11} [(n1,s1):1, next=2]
I171018 18:49:33.515692 26212 storage/replica.go:3071 [n1,s1,r7/1:/Table/{SystemCon…-11}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:33.516209 24578 storage/replica_raftstorage.go:526 [replicate,n1,s1,r12/1:/Table/1{5-6}] generated preemptive snapshot 2f04c8c2 at index 18
I171018 18:49:33.516623 24578 storage/store.go:3549 [replicate,n1,s1,r12/1:/Table/1{5-6}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 8, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:33.517014 26207 storage/replica_raftstorage.go:732 [n2,s2,r12/?:{-}] applying preemptive snapshot at index 18 (id=2f04c8c2, encoded size=3712, 1 rocksdb batches, 8 log entries)
I171018 18:49:33.517258 26207 storage/replica_raftstorage.go:738 [n2,s2,r12/?:/Table/1{5-6}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:33.517878 24578 storage/replica_command.go:3754 [replicate,n1,s1,r12/1:/Table/1{5-6}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r12:/Table/1{5-6} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:33.524418 26221 storage/replica.go:3071 [n1,s1,r12/1:/Table/1{5-6}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:33.525263 24578 storage/allocator_scorer.go:623 [replicate,n1,s1,r12/1:/Table/1{5-6}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=11.67, overfull-threshold=13
I171018 18:49:33.525550 24841 storage/replica_raftstorage.go:526 [replicate,n1,s1,r5/1:/System/ts{d-e}] generated preemptive snapshot 57717272 at index 19
I171018 18:49:33.532833 26264 storage/replica_raftstorage.go:732 [n3,s3,r5/?:{-}] applying preemptive snapshot at index 19 (id=57717272, encoded size=154296, 1 rocksdb batches, 9 log entries)
I171018 18:49:33.533807 24841 storage/store.go:3549 [replicate,n1,s1,r5/1:/System/ts{d-e}] streamed snapshot to (n3,s3):?: kv pairs: 918, log entries: 9, rate-limit: 8.0 MiB/sec, 8ms
I171018 18:49:33.534363 26264 storage/replica_raftstorage.go:738 [n3,s3,r5/?:/System/ts{d-e}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:33.534851 24841 storage/replica_command.go:3754 [replicate,n1,s1,r5/1:/System/ts{d-e}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r5:/System/ts{d-e} [(n1,s1):1, next=2]
I171018 18:49:33.537706 26133 storage/replica.go:3071 [n1,s1,r5/1:/System/ts{d-e}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:33.538210 24841 storage/replica_raftstorage.go:526 [replicate,n1,s1,r16/1:/{Table/19-Max}] generated preemptive snapshot 96969fe6 at index 11
I171018 18:49:33.539772 24841 storage/store.go:3549 [replicate,n1,s1,r16/1:/{Table/19-Max}] streamed snapshot to (n2,s2):?: kv pairs: 8, log entries: 1, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:33.540018 26254 storage/replica_raftstorage.go:732 [n2,s2,r16/?:{-}] applying preemptive snapshot at index 11 (id=96969fe6, encoded size=454, 1 rocksdb batches, 1 log entries)
I171018 18:49:33.540336 26254 storage/replica_raftstorage.go:738 [n2,s2,r16/?:/{Table/19-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:33.540904 24841 storage/replica_command.go:3754 [replicate,n1,s1,r16/1:/{Table/19-Max}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r16:/{Table/19-Max} [(n1,s1):1, next=2]
I171018 18:49:33.543944 26222 storage/replica.go:3071 [n1,s1,r16/1:/{Table/19-Max}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:33.544645 24578 storage/replica_raftstorage.go:526 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] generated preemptive snapshot b14bcf96 at index 27
I171018 18:49:33.545936 24578 storage/store.go:3549 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] streamed snapshot to (n3,s3):?: kv pairs: 13, log entries: 17, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:33.546265 26309 storage/replica_raftstorage.go:732 [n3,s3,r3/?:{-}] applying preemptive snapshot at index 27 (id=b14bcf96, encoded size=9544, 1 rocksdb batches, 17 log entries)
I171018 18:49:33.546488 26309 storage/replica_raftstorage.go:738 [n3,s3,r3/?:/System/NodeLiveness{-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:33.546992 24578 storage/replica_command.go:3754 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r3:/System/NodeLiveness{-Max} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:33.549940 26323 storage/replica.go:3071 [n1,s1,r3/1:/System/NodeLiveness{-Max}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:33.552544 24578 storage/allocator_scorer.go:623 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=12.67, overfull-threshold=14
I171018 18:49:33.552838 24841 storage/replica_raftstorage.go:526 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] generated preemptive snapshot 9edff958 at index 17
I171018 18:49:33.554559 24841 storage/store.go:3549 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] streamed snapshot to (n2,s2):?: kv pairs: 9, log entries: 7, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:33.554801 26325 storage/replica_raftstorage.go:732 [n2,s2,r2/?:{-}] applying preemptive snapshot at index 17 (id=9edff958, encoded size=4174, 1 rocksdb batches, 7 log entries)
I171018 18:49:33.554986 26325 storage/replica_raftstorage.go:738 [n2,s2,r2/?:/System/{-NodeLive…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:33.555488 24841 storage/replica_command.go:3754 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r2:/System/{-NodeLiveness} [(n1,s1):1, next=2]
I171018 18:49:33.560081 26284 storage/replica.go:3071 [n1,s1,r2/1:/System/{-NodeLive…}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:33.560431 24841 storage/queue.go:723 [n1,replicate] purgatory is now empty
I171018 18:49:33.560665 24578 storage/replica_raftstorage.go:526 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] generated preemptive snapshot 09bf3d7e at index 29
I171018 18:49:33.562332 24578 storage/store.go:3549 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] streamed snapshot to (n2,s2):?: kv pairs: 34, log entries: 19, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:33.562909 26372 storage/replica_raftstorage.go:732 [n2,s2,r4/?:{-}] applying preemptive snapshot at index 29 (id=09bf3d7e, encoded size=106112, 1 rocksdb batches, 19 log entries)
I171018 18:49:33.564735 26372 storage/replica_raftstorage.go:738 [n2,s2,r4/?:/System/{NodeLive…-tsd}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:33.565110 24578 storage/replica_command.go:3754 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r4:/System/{NodeLivenessMax-tsd} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:33.568690 26238 storage/replica.go:3071 [n1,s1,r4/1:/System/{NodeLive…-tsd}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:33.569354 24578 storage/allocator_scorer.go:623 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=13.33, overfull-threshold=15
I171018 18:49:33.580525 24578 storage/replica_raftstorage.go:526 [replicate,n1,s1,r11/1:/Table/1{4-5}] generated preemptive snapshot 924764cf at index 19
I171018 18:49:33.582053 24578 storage/store.go:3549 [replicate,n1,s1,r11/1:/Table/1{4-5}] streamed snapshot to (n2,s2):?: kv pairs: 11, log entries: 9, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:33.582962 26389 storage/replica_raftstorage.go:732 [n2,s2,r11/?:{-}] applying preemptive snapshot at index 19 (id=924764cf, encoded size=4101, 1 rocksdb batches, 9 log entries)
I171018 18:49:33.583187 26389 storage/replica_raftstorage.go:738 [n2,s2,r11/?:/Table/1{4-5}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:33.583902 24578 storage/replica_command.go:3754 [replicate,n1,s1,r11/1:/Table/1{4-5}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r11:/Table/1{4-5} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:33.587424 26404 storage/replica.go:3071 [n1,s1,r11/1:/Table/1{4-5}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:33.588226 24578 storage/allocator_scorer.go:633 [replicate,n1,s1,r11/1:/Table/1{4-5}] s2: should-rebalance(better-fit-ranges=s3): rangeCount=14, otherRangeCount=11, mean=13.67, underfull-threshold=12
I171018 18:49:33.590889 24578 storage/replica_raftstorage.go:526 [replicate,n1,s1,r13/1:/Table/1{6-7}] generated preemptive snapshot 9fbcf207 at index 18
I171018 18:49:33.591345 24578 storage/store.go:3549 [replicate,n1,s1,r13/1:/Table/1{6-7}] streamed snapshot to (n3,s3):?: kv pairs: 10, log entries: 8, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:33.591614 26329 storage/replica_raftstorage.go:732 [n3,s3,r13/?:{-}] applying preemptive snapshot at index 18 (id=9fbcf207, encoded size=3712, 1 rocksdb batches, 8 log entries)
I171018 18:49:33.591794 26329 storage/replica_raftstorage.go:738 [n3,s3,r13/?:/Table/1{6-7}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:33.592227 24578 storage/replica_command.go:3754 [replicate,n1,s1,r13/1:/Table/1{6-7}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r13:/Table/1{6-7} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:33.595406 26436 storage/replica.go:3071 [n1,s1,r13/1:/Table/1{6-7}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:33.596124 24578 storage/allocator_scorer.go:633 [replicate,n1,s1,r13/1:/Table/1{6-7}] s2: should-rebalance(better-fit-ranges=s3): rangeCount=14, otherRangeCount=11, mean=13.67, underfull-threshold=12
I171018 18:49:33.597041 24578 storage/replica_raftstorage.go:526 [replicate,n1,s1,r9/1:/Table/1{2-3}] generated preemptive snapshot d2111a18 at index 23
I171018 18:49:33.598620 24578 storage/store.go:3549 [replicate,n1,s1,r9/1:/Table/1{2-3}] streamed snapshot to (n3,s3):?: kv pairs: 45, log entries: 13, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:33.598868 26412 storage/replica_raftstorage.go:732 [n3,s3,r9/?:{-}] applying preemptive snapshot at index 23 (id=d2111a18, encoded size=12761, 1 rocksdb batches, 13 log entries)
I171018 18:49:33.599109 26412 storage/replica_raftstorage.go:738 [n3,s3,r9/?:/Table/1{2-3}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:33.599397 24578 storage/replica_command.go:3754 [replicate,n1,s1,r9/1:/Table/1{2-3}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r9:/Table/1{2-3} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:33.607925 26416 storage/replica.go:3071 [n1,s1,r9/1:/Table/1{2-3}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:33.610846 24578 storage/replica_raftstorage.go:526 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] generated preemptive snapshot fff64dfb at index 19
I171018 18:49:33.611388 24578 storage/store.go:3549 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] streamed snapshot to (n3,s3):?: kv pairs: 43, log entries: 9, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:33.611610 26443 storage/replica_raftstorage.go:732 [n3,s3,r7/?:{-}] applying preemptive snapshot at index 19 (id=fff64dfb, encoded size=12001, 1 rocksdb batches, 9 log entries)
I171018 18:49:33.611837 26443 storage/replica_raftstorage.go:738 [n3,s3,r7/?:/Table/{SystemCon…-11}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:33.612163 24578 storage/replica_command.go:3754 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r7:/Table/{SystemConfigSpan/Start-11} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:33.615188 26417 storage/replica.go:3071 [n1,s1,r7/1:/Table/{SystemCon…-11}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:33.617958 24578 storage/replica_raftstorage.go:526 [replicate,n1,s1,r5/1:/System/ts{d-e}] generated preemptive snapshot e38cdbbf at index 22
I171018 18:49:33.623990 24578 storage/store.go:3549 [replicate,n1,s1,r5/1:/System/ts{d-e}] streamed snapshot to (n2,s2):?: kv pairs: 919, log entries: 12, rate-limit: 8.0 MiB/sec, 6ms
I171018 18:49:33.624288 26447 storage/replica_raftstorage.go:732 [n2,s2,r5/?:{-}] applying preemptive snapshot at index 22 (id=e38cdbbf, encoded size=155593, 1 rocksdb batches, 12 log entries)
I171018 18:49:33.625574 26447 storage/replica_raftstorage.go:738 [n2,s2,r5/?:/System/ts{d-e}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:33.625961 24578 storage/replica_command.go:3754 [replicate,n1,s1,r5/1:/System/ts{d-e}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r5:/System/ts{d-e} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:33.629022 26431 storage/replica.go:3071 [n1,s1,r5/1:/System/ts{d-e}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:33.630663 24578 storage/replica_raftstorage.go:526 [replicate,n1,s1,r14/1:/Table/1{7-8}] generated preemptive snapshot 49d56479 at index 19
I171018 18:49:33.631933 26534 storage/replica_raftstorage.go:732 [n2,s2,r14/?:{-}] applying preemptive snapshot at index 19 (id=49d56479, encoded size=3827, 1 rocksdb batches, 9 log entries)
I171018 18:49:33.632155 26534 storage/replica_raftstorage.go:738 [n2,s2,r14/?:/Table/1{7-8}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:33.632445 24578 storage/store.go:3549 [replicate,n1,s1,r14/1:/Table/1{7-8}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 9, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:33.632876 24578 storage/replica_command.go:3754 [replicate,n1,s1,r14/1:/Table/1{7-8}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r14:/Table/1{7-8} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:33.636161 26316 storage/replica.go:3071 [n1,s1,r14/1:/Table/1{7-8}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:33.638170 24578 storage/replica_raftstorage.go:526 [replicate,n1,s1,r16/1:/{Table/19-Max}] generated preemptive snapshot c31f9abc at index 14
I171018 18:49:33.639739 26511 storage/replica_raftstorage.go:732 [n3,s3,r16/?:{-}] applying preemptive snapshot at index 14 (id=c31f9abc, encoded size=1686, 1 rocksdb batches, 4 log entries)
I171018 18:49:33.639751 24578 storage/store.go:3549 [replicate,n1,s1,r16/1:/{Table/19-Max}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 4, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:33.639923 26511 storage/replica_raftstorage.go:738 [n3,s3,r16/?:/{Table/19-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:33.640233 24578 storage/replica_command.go:3754 [replicate,n1,s1,r16/1:/{Table/19-Max}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r16:/{Table/19-Max} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:33.653820 26545 storage/replica.go:3071 [n1,s1,r16/1:/{Table/19-Max}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:33.654592 24578 storage/replica_raftstorage.go:526 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] generated preemptive snapshot 7b3bfef2 at index 20
I171018 18:49:33.663894 24578 storage/store.go:3549 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] streamed snapshot to (n3,s3):?: kv pairs: 10, log entries: 10, rate-limit: 8.0 MiB/sec, 8ms
I171018 18:49:33.664498 26566 storage/replica_raftstorage.go:732 [n3,s3,r2/?:{-}] applying preemptive snapshot at index 20 (id=7b3bfef2, encoded size=5442, 1 rocksdb batches, 10 log entries)
I171018 18:49:33.664723 26566 storage/replica_raftstorage.go:738 [n3,s3,r2/?:/System/{-NodeLive…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:33.665487 24578 storage/replica_command.go:3754 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r2:/System/{-NodeLiveness} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:33.674408 26477 storage/replica.go:3071 [n1,s1,r2/1:/System/{-NodeLive…}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:33.677998 25638 storage/replica_proposal.go:475 [n3,s3,r16/3:/{Table/19-Max}] new range lease repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0 following repl=(n1,s1):1 start=0.000000000,0 exp=1508352582.103900562,0 pro=1508352573.103915662,0
I171018 18:49:33.720663 26612 storage/raft_transport.go:455 [n3] raft transport stream to node 2 established
I171018 18:49:33.730473 26627 storage/raft_transport.go:455 [n2] raft transport stream to node 3 established
I171018 18:49:33.777590 26459 sql/event_log.go:103 [client=127.0.0.1:46929,user=root,n1] Event: "create_database", target: 50, info: {DatabaseName:data Statement:CREATE DATABASE IF NOT EXISTS data User:root}
I171018 18:49:33.779166 25391 storage/replica_command.go:2810 [split,n3,s3,r16/3:/{Table/19-Max}] initiating a split of this range at key /Table/50 [r31]
I171018 18:49:33.782134 26459 sql/event_log.go:103 [client=127.0.0.1:46929,user=root,n1] Event: "create_table", target: 51, info: {TableName:data.bank Statement:CREATE TABLE data.bank (id INT PRIMARY KEY, balance INT, payload STRING, FAMILY (id, balance, payload)) User:root}
I171018 18:49:33.805507 25637 storage/replica_proposal.go:475 [n3,s3,r16/3:/{Table/19-Max}] new range lease repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0 following repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0
I171018 18:49:33.808357 25391 storage/replica_command.go:2810 [split,n3,s3,r31/3:/{Table/50-Max}] initiating a split of this range at key /Table/51 [r32]
I171018 18:49:33.833950 25647 storage/replica_proposal.go:475 [n3,s3,r31/3:/{Table/50-Max}] new range lease repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0 following repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0
I171018 18:49:33.949687 26673 storage/replica_command.go:2810 [n3,s3,r32/3:/{Table/51-Max}] initiating a split of this range at key /Table/51/1/100 [r33]
I171018 18:49:33.959323 24397 storage/replica_proposal.go:475 [n3,s3,r32/3:/{Table/51-Max}] new range lease repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0 following repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0
I171018 18:49:34.011168 26868 storage/replica_command.go:2810 [n3,s3,r33/3:/{Table/51/1/1…-Max}] initiating a split of this range at key /Table/51/1/200 [r34]
I171018 18:49:34.024680 25625 storage/replica_proposal.go:475 [n3,s3,r33/3:/{Table/51/1/1…-Max}] new range lease repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0 following repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0
I171018 18:49:34.080951 26923 storage/replica_command.go:2810 [n3,s3,r34/3:/{Table/51/1/2…-Max}] initiating a split of this range at key /Table/51/1/300 [r35]
I171018 18:49:34.089077 24397 storage/replica_proposal.go:475 [n3,s3,r34/3:/{Table/51/1/2…-Max}] new range lease repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0 following repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0
I171018 18:49:34.090927 26894 storage/replica_command.go:2810 [n3,s3,r35/3:/{Table/51/1/3…-Max}] initiating a split of this range at key /Table/51/1/400 [r36]
I171018 18:49:34.099397 25613 storage/replica_proposal.go:475 [n3,s3,r35/3:/{Table/51/1/3…-Max}] new range lease repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0 following repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0
I171018 18:49:34.101013 26881 storage/replica_command.go:2810 [n3,s3,r36/3:/{Table/51/1/4…-Max}] initiating a split of this range at key /Table/51/1/500 [r37]
I171018 18:49:34.109712 25602 storage/replica_proposal.go:475 [n3,s3,r36/3:/{Table/51/1/4…-Max}] new range lease repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0 following repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0
I171018 18:49:34.111518 27062 storage/replica_command.go:2810 [n3,s3,r37/3:/{Table/51/1/5…-Max}] initiating a split of this range at key /Table/51/1/600 [r38]
I171018 18:49:34.121314 24395 storage/replica_proposal.go:475 [n3,s3,r37/3:/{Table/51/1/5…-Max}] new range lease repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0 following repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0
I171018 18:49:34.122929 25419 storage/replica_proposal.go:475 [n2,s2,r37/2:/Table/51/1/{500-600}] new range lease repl=(n2,s2):2 start=1508352574.121981379,0 epo=1 pro=1508352574.121984579,0 following repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0
I171018 18:49:34.172417 27129 storage/replica_command.go:2810 [n3,s3,r38/3:/{Table/51/1/6…-Max}] initiating a split of this range at key /Table/51/1/700 [r39]
I171018 18:49:34.182412 25617 storage/replica_proposal.go:475 [n3,s3,r38/3:/{Table/51/1/6…-Max}] new range lease repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0 following repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0
I171018 18:49:34.191073 27109 storage/replica_command.go:2810 [n3,s3,r39/3:/{Table/51/1/7…-Max}] initiating a split of this range at key /Table/51/1/800 [r40]
I171018 18:49:34.200911 24394 storage/replica_proposal.go:475 [n3,s3,r39/3:/{Table/51/1/7…-Max}] new range lease repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0 following repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0
I171018 18:49:34.202562 27202 storage/replica_command.go:2810 [n3,s3,r40/3:/{Table/51/1/8…-Max}] initiating a split of this range at key /Table/51/1/900 [r41]
I171018 18:49:34.214854 25610 storage/replica_proposal.go:475 [n3,s3,r40/3:/{Table/51/1/8…-Max}] new range lease repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0 following repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0
I171018 18:49:34.296726 27342 storage/replica_command.go:2810 [n3,s3,r32/3:/Table/51{-/1/100}] initiating a split of this range at key /Table/51/1/-500 [r42]
I171018 18:49:34.304516 25635 storage/replica_proposal.go:475 [n3,s3,r32/3:/Table/51{-/1/100}] new range lease repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0 following repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0
I171018 18:49:34.306012 27279 storage/replica_command.go:2810 [n3,s3,r42/3:/Table/51/1/{-500-100}] initiating a split of this range at key /Table/51/1/-450 [r43]
I171018 18:49:34.314173 25612 storage/replica_proposal.go:475 [n3,s3,r42/3:/Table/51/1/{-500-100}] new range lease repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0 following repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0
I171018 18:49:34.315948 27453 storage/replica_command.go:2810 [n3,s3,r43/3:/Table/51/1/{-450-100}] initiating a split of this range at key /Table/51/1/-400 [r44]
I171018 18:49:34.324519 25641 storage/replica_proposal.go:475 [n3,s3,r43/3:/Table/51/1/{-450-100}] new range lease repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0 following repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0
I171018 18:49:34.326300 27526 storage/replica_command.go:2810 [n3,s3,r44/3:/Table/51/1/{-400-100}] initiating a split of this range at key /Table/51/1/-350 [r45]
I171018 18:49:34.334154 24392 storage/replica_proposal.go:475 [n3,s3,r44/3:/Table/51/1/{-400-100}] new range lease repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0 following repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0
I171018 18:49:34.336773 27572 storage/replica_command.go:2810 [n3,s3,r45/3:/Table/51/1/{-350-100}] initiating a split of this range at key /Table/51/1/-300 [r46]
I171018 18:49:34.345360 24401 storage/replica_proposal.go:475 [n3,s3,r45/3:/Table/51/1/{-350-100}] new range lease repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0 following repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0
I171018 18:49:34.347729 27545 storage/replica_command.go:2810 [n3,s3,r46/3:/Table/51/1/{-300-100}] initiating a split of this range at key /Table/51/1/-250 [r47]
I171018 18:49:34.356210 24395 storage/replica_proposal.go:475 [n3,s3,r46/3:/Table/51/1/{-300-100}] new range lease repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0 following repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0
I171018 18:49:34.358637 27548 storage/replica_command.go:2810 [n3,s3,r47/3:/Table/51/1/{-250-100}] initiating a split of this range at key /Table/51/1/-200 [r48]
I171018 18:49:34.378898 25645 storage/replica_proposal.go:475 [n3,s3,r47/3:/Table/51/1/{-250-100}] new range lease repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0 following repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0
I171018 18:49:34.380884 27553 storage/replica_command.go:2810 [n3,s3,r48/3:/Table/51/1/{-200-100}] initiating a split of this range at key /Table/51/1/-150 [r49]
I171018 18:49:34.394252 24393 storage/replica_proposal.go:475 [n3,s3,r48/3:/Table/51/1/{-200-100}] new range lease repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0 following repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0
I171018 18:49:34.395796 27713 storage/replica_command.go:2810 [n3,s3,r49/3:/Table/51/1/{-150-100}] initiating a split of this range at key /Table/51/1/-100 [r50]
I171018 18:49:34.403665 25650 storage/replica_proposal.go:475 [n3,s3,r49/3:/Table/51/1/{-150-100}] new range lease repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0 following repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0
I171018 18:49:34.405233 27681 storage/replica_command.go:2810 [n3,s3,r50/3:/Table/51/1/{-100-100}] initiating a split of this range at key /Table/51/1/-50 [r51]
I171018 18:49:34.415153 25644 storage/replica_proposal.go:475 [n3,s3,r50/3:/Table/51/1/{-100-100}] new range lease repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0 following repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0
I171018 18:49:34.416537 27821 storage/replica_command.go:2810 [n3,s3,r51/3:/Table/51/1/{-50-100}] initiating a split of this range at key /Table/51/1/0 [r52]
I171018 18:49:34.436055 25643 storage/replica_proposal.go:475 [n3,s3,r51/3:/Table/51/1/{-50-100}] new range lease repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0 following repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0
I171018 18:49:34.442694 26459 sql/event_log.go:103 [client=127.0.0.1:46929,user=root,n1] Event: "create_index", target: 51, info: {TableName:bank IndexName:balance_idx Statement:CREATE INDEX balance_idx ON data.bank (balance) User:root MutationID:1}
I171018 18:49:34.448737 26459 sql/lease.go:341 [client=127.0.0.1:46929,user=root,n1] publish: descID=51 (bank) version=2 mtime=2017-10-18 18:49:34.448214022 +0000 UTC
I171018 18:49:34.461110 26459 sql/lease.go:341 [client=127.0.0.1:46929,user=root,n1] publish: descID=51 (bank) version=3 mtime=2017-10-18 18:49:34.460960783 +0000 UTC
I171018 18:49:34.462880 26459 sql/lease.go:267 publish (count leases): descID=51 name=bank version=2 count=1
I171018 18:49:34.490498 26459 sql/backfill.go:132 [client=127.0.0.1:46929,user=root,n1] Running backfill for "bank", v=3, m=1
I171018 18:49:34.568001 26459 sql/lease.go:341 [client=127.0.0.1:46929,user=root,n1] publish: descID=51 (bank) version=4 mtime=2017-10-18 18:49:34.567841288 +0000 UTC
I171018 18:49:34.574108 26459 sql/event_log.go:103 [client=127.0.0.1:46929,user=root,n1] Event: "finish_schema_change", target: 51, info: {MutationID:1}
I171018 18:49:34.575198 26459 sql/lease.go:267 publish (count leases): descID=51 name=bank version=3 count=1
I171018 18:49:34.609102 28509 ccl/storageccl/export.go:129 [n1,s1,r7/1:/Table/{SystemCon…-11}] export [/Table/3/1,/Table/3/2)
I171018 18:49:34.609371 28297 ccl/storageccl/export.go:129 [n3,s3,r45/3:/Table/51/1/-3{50-00}] export [/Table/51/1/-350,/Table/51/1/-300)
I171018 18:49:34.610119 28295 ccl/storageccl/export.go:129 [n3,s3,r33/3:/Table/51/1/{100-200}] export [/Table/51/1/100,/Table/51/1/200)
I171018 18:49:34.611617 28238 ccl/storageccl/export.go:129 [n1,s1,r7/1:/Table/{SystemCon…-11}] export [/Table/4/1,/Table/4/2)
I171018 18:49:34.611934 28415 ccl/storageccl/export.go:129 [n3,s3,r47/3:/Table/51/1/-2{50-00}] export [/Table/51/1/-250,/Table/51/1/-200)
I171018 18:49:34.612151 28416 ccl/storageccl/export.go:129 [n3,s3,r32/3:/Table/51{-/1/-500}] export [/Table/51/1,/Table/51/1/-500)
I171018 18:49:34.612470 28417 ccl/storageccl/export.go:129 [n3,s3,r50/3:/Table/51/1/-{100-50}] export [/Table/51/1/-100,/Table/51/1/-50)
I171018 18:49:34.643889 28631 ccl/storageccl/export.go:129 [n3,s3,r52/3:/Table/51/1/{0-100}] export [/Table/51/1/0,/Table/51/1/100)
I171018 18:49:34.643929 28629 ccl/storageccl/export.go:129 [n3,s3,r34/3:/Table/51/1/{200-300}] export [/Table/51/1/200,/Table/51/1/300)
I171018 18:49:34.644070 28630 ccl/storageccl/export.go:129 [n3,s3,r35/3:/Table/51/1/{300-400}] export [/Table/51/1/300,/Table/51/1/400)
I171018 18:49:34.644996 28633 ccl/storageccl/export.go:129 [n3,s3,r42/3:/Table/51/1/-{500-450}] export [/Table/51/1/-500,/Table/51/1/-450)
I171018 18:49:34.647351 28635 ccl/storageccl/export.go:129 [n3,s3,r43/3:/Table/51/1/-4{50-00}] export [/Table/51/1/-450,/Table/51/1/-400)
I171018 18:49:34.666990 28414 ccl/storageccl/export.go:129 [n3,s3,r46/3:/Table/51/1/-{300-250}] export [/Table/51/1/-300,/Table/51/1/-250)
I171018 18:49:34.667132 28594 ccl/storageccl/export.go:129 [n3,s3,r49/3:/Table/51/1/-1{50-00}] export [/Table/51/1/-150,/Table/51/1/-100)
I171018 18:49:34.666992 28595 ccl/storageccl/export.go:129 [n3,s3,r51/3:/Table/51/1/{-50-0}] export [/Table/51/1/-50,/Table/51/1/0)
I171018 18:49:34.666997 28296 ccl/storageccl/export.go:129 [n3,s3,r44/3:/Table/51/1/-{400-350}] export [/Table/51/1/-400,/Table/51/1/-350)
I171018 18:49:34.671898 28596 ccl/storageccl/export.go:129 [n3,s3,r48/3:/Table/51/1/-{200-150}] export [/Table/51/1/-200,/Table/51/1/-150)
I171018 18:49:34.682153 28561 ccl/storageccl/export.go:129 [n3,s3,r36/3:/Table/51/1/{400-500}] export [/Table/51/1/400,/Table/51/1/500)
I171018 18:49:34.682164 28658 ccl/storageccl/export.go:129 [n2,s2,r37/2:/Table/51/1/{500-600}] export [/Table/51/1/500,/Table/51/1/600)
I171018 18:49:34.682191 28651 ccl/storageccl/export.go:129 [n3,s3,r38/3:/Table/51/1/{600-700}] export [/Table/51/1/600,/Table/51/1/700)
I171018 18:49:34.682270 28652 ccl/storageccl/export.go:129 [n3,s3,r39/3:/Table/51/1/{700-800}] export [/Table/51/1/700,/Table/51/1/800)
I171018 18:49:34.683290 28653 ccl/storageccl/export.go:129 [n3,s3,r40/3:/Table/51/1/{800-900}] export [/Table/51/1/800,/Table/51/1/900)
I171018 18:49:34.683912 28723 ccl/storageccl/export.go:129 [n3,s3,r41/3:/{Table/51/1/9…-Max}] export [/Table/51/1/900,/Table/51/2)
I171018 18:49:34.684293 28722 ccl/storageccl/export.go:129 [n3,s3,r41/3:/{Table/51/1/9…-Max}] export [/Table/51/2,/Table/51/3)
I171018 18:49:34.716777 25436 storage/replica_proposal.go:475 [n2,s2,r4/3:/System/{NodeLive…-tsd}] new range lease repl=(n2,s2):3 start=1508352574.707504849,0 epo=1 pro=1508352574.707507649,0 following repl=(n1,s1):1 start=0.000000000,0 exp=1508352582.103900562,0 pro=1508352573.103915662,0
W171018 18:49:34.767870 24126 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
I171018 18:49:34.769198 24126 server/config.go:507 [n?] 1 storage engine initialized
I171018 18:49:34.769215 24126 server/config.go:510 [n?] RocksDB cache size: 128 MiB
I171018 18:49:34.769230 24126 server/config.go:510 [n?] store 0: in-memory, size 0 B
I171018 18:49:34.771038 24126 server/node.go:347 [n?] **** cluster 9fbe7d14-8f41-444a-80d2-7f998df3f3f1 has been created
I171018 18:49:34.771060 24126 server/server.go:882 [n?] **** add additional nodes by specifying --join=127.0.0.1:50935
I171018 18:49:34.771499 24126 storage/store.go:1212 [n1,s1] [n1,s1]: failed initial metrics computation: [n1,s1]: system config not yet available
I171018 18:49:34.771537 24126 server/node.go:472 [n1] initialized store [n1,s1]: disk (capacity=512 MiB, available=512 MiB, used=0 B, logicalBytes=3.2 KiB), ranges=1, leases=0, writes=0.00, bytesPerReplica={p10=3234.00 p25=3234.00 p50=3234.00 p75=3234.00 p90=3234.00}, writesPerReplica={p10=0.00 p25=0.00 p50=0.00 p75=0.00 p90=0.00}
I171018 18:49:34.771563 24126 server/node.go:329 [n1] node ID 1 initialized
I171018 18:49:34.771606 24126 gossip/gossip.go:331 [n1] NodeDescriptor set to node_id:1 address:<network_field:"tcp" address_field:"127.0.0.1:50935" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:3 >
I171018 18:49:34.771711 24126 storage/stores.go:332 [n1] read 0 node addresses from persistent storage
I171018 18:49:34.771764 24126 server/node.go:617 [n1] connecting to gossip network to verify cluster ID...
I171018 18:49:34.771881 24126 server/node.go:642 [n1] node connected via gossip and verified as part of cluster "9fbe7d14-8f41-444a-80d2-7f998df3f3f1"
I171018 18:49:34.771956 24126 server/node.go:414 [n1] node=1: started with [<no-attributes>=<in-mem>] engine(s) and attributes []
I171018 18:49:34.772002 24126 sql/executor.go:408 [n1] creating distSQLPlanner with address {tcp 127.0.0.1:50935}
I171018 18:49:34.784834 24126 server/server.go:987 [n1] starting https server at 127.0.0.1:45987
I171018 18:49:34.784857 24126 server/server.go:988 [n1] starting grpc/postgres server at 127.0.0.1:50935
I171018 18:49:34.784866 24126 server/server.go:989 [n1] advertising CockroachDB node at 127.0.0.1:50935
W171018 18:49:34.784880 24126 sql/jobs/registry.go:167 [n1] unable to get node liveness: node not in the liveness table
I171018 18:49:34.784977 28826 storage/replica_command.go:2810 [split,n1,s1,r1/1:/M{in-ax}] initiating a split of this range at key /System/"" [r2]
I171018 18:49:34.791595 28826 storage/replica_command.go:2810 [split,n1,s1,r2/1:/{System/-Max}] initiating a split of this range at key /System/NodeLiveness [r3]
I171018 18:49:34.796995 28826 storage/replica_command.go:2810 [split,n1,s1,r3/1:/{System/NodeL…-Max}] initiating a split of this range at key /System/NodeLivenessMax [r4]
I171018 18:49:34.804212 24126 sql/event_log.go:103 [n1] Event: "alter_table", target: 12, info: {TableName:eventlog Statement:ALTER TABLE system.eventlog ALTER COLUMN "uniqueID" SET DEFAULT uuid_v4() User:node MutationID:0 CascadeDroppedViews:[]}
I171018 18:49:34.806133 28826 storage/replica_command.go:2810 [split,n1,s1,r4/1:/{System/NodeL…-Max}] initiating a split of this range at key /System/tsd [r5]
I171018 18:49:34.808471 24126 sql/lease.go:341 [n1] publish: descID=12 (eventlog) version=2 mtime=2017-10-18 18:49:34.808286426 +0000 UTC
I171018 18:49:34.812634 28826 storage/replica_command.go:2810 [split,n1,s1,r5/1:/{System/tsd-Max}] initiating a split of this range at key /System/"tse" [r6]
I171018 18:49:34.827121 28826 storage/replica_command.go:2810 [split,n1,s1,r6/1:/{System/tse-Max}] initiating a split of this range at key /Table/SystemConfigSpan/Start [r7]
I171018 18:49:34.833174 24126 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:diagnostics.reporting.enabled Value:true User:node}
I171018 18:49:34.841539 24126 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:version Value:1.1-3 User:node}
I171018 18:49:34.847279 24126 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:trace.debug.enable Value:false User:node}
I171018 18:49:34.847964 24126 server/server.go:1131 [n1] done ensuring all necessary migrations have run
I171018 18:49:34.848007 24126 server/server.go:1133 [n1] serving sql connections
I171018 18:49:34.849896 28826 storage/replica_command.go:2810 [split,n1,s1,r7/1:/{Table/System…-Max}] initiating a split of this range at key /Table/11 [r8]
I171018 18:49:34.852669 29474 sql/event_log.go:103 [n1] Event: "node_join", target: 1, info: {Descriptor:{NodeID:1 Address:{NetworkField:tcp AddressField:127.0.0.1:50935} Attrs: Locality: ServerVersion:1.1-3} ClusterID:9fbe7d14-8f41-444a-80d2-7f998df3f3f1 StartedAt:1508352574771942754 LastUp:1508352574771942754}
I171018 18:49:34.860043 28826 storage/replica_command.go:2810 [split,n1,s1,r8/1:/{Table/11-Max}] initiating a split of this range at key /Table/12 [r9]
I171018 18:49:34.866835 28826 storage/replica_command.go:2810 [split,n1,s1,r9/1:/{Table/12-Max}] initiating a split of this range at key /Table/13 [r10]
I171018 18:49:34.870463 28826 storage/replica_command.go:2810 [split,n1,s1,r10/1:/{Table/13-Max}] initiating a split of this range at key /Table/14 [r11]
I171018 18:49:34.874074 28826 storage/replica_command.go:2810 [split,n1,s1,r11/1:/{Table/14-Max}] initiating a split of this range at key /Table/15 [r12]
I171018 18:49:34.880373 28826 storage/replica_command.go:2810 [split,n1,s1,r12/1:/{Table/15-Max}] initiating a split of this range at key /Table/16 [r13]
I171018 18:49:34.911329 28826 storage/replica_command.go:2810 [split,n1,s1,r13/1:/{Table/16-Max}] initiating a split of this range at key /Table/17 [r14]
I171018 18:49:34.917032 28826 storage/replica_command.go:2810 [split,n1,s1,r14/1:/{Table/17-Max}] initiating a split of this range at key /Table/18 [r15]
I171018 18:49:34.922335 28826 storage/replica_command.go:2810 [split,n1,s1,r15/1:/{Table/18-Max}] initiating a split of this range at key /Table/19 [r16]
W171018 18:49:34.939099 24126 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
W171018 18:49:34.942058 24126 gossip/gossip.go:1277 [n?] no incoming or outgoing connections
I171018 18:49:34.942808 24126 server/config.go:507 [n?] 1 storage engine initialized
I171018 18:49:34.942819 24126 server/config.go:510 [n?] RocksDB cache size: 128 MiB
I171018 18:49:34.942825 24126 server/config.go:510 [n?] store 0: in-memory, size 0 B
I171018 18:49:34.942868 24126 server/server.go:884 [n?] no stores bootstrapped and --join flag specified, awaiting init command.
I171018 18:49:34.951402 29790 gossip/client.go:129 [n?] started gossip client to 127.0.0.1:50935
I171018 18:49:34.951978 29835 gossip/server.go:232 [n1] received initial cluster-verification connection from {tcp 127.0.0.1:55465}
I171018 18:49:34.952721 24126 storage/stores.go:332 [n?] read 0 node addresses from persistent storage
I171018 18:49:34.952753 24126 server/node.go:617 [n?] connecting to gossip network to verify cluster ID...
I171018 18:49:34.952775 24126 server/node.go:642 [n?] node connected via gossip and verified as part of cluster "9fbe7d14-8f41-444a-80d2-7f998df3f3f1"
I171018 18:49:34.952981 29878 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:34.953243 29836 storage/stores.go:351 [n?] wrote 1 node addresses to persistent storage
I171018 18:49:34.954690 29877 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:34.956300 24126 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:34.957013 24126 server/node.go:322 [n?] new node allocated ID 2
I171018 18:49:34.957072 24126 gossip/gossip.go:331 [n2] NodeDescriptor set to node_id:2 address:<network_field:"tcp" address_field:"127.0.0.1:55465" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:3 >
I171018 18:49:34.957127 24126 server/node.go:400 [n2] node=2: asynchronously bootstrapping engine(s) [<no-attributes>=<in-mem>]
I171018 18:49:34.957146 24126 server/node.go:414 [n2] node=2: started with [] engine(s) and attributes []
I171018 18:49:34.957220 24126 sql/executor.go:408 [n2] creating distSQLPlanner with address {tcp 127.0.0.1:55465}
I171018 18:49:34.959649 24126 server/server.go:987 [n2] starting https server at 127.0.0.1:49023
I171018 18:49:34.959670 24126 server/server.go:988 [n2] starting grpc/postgres server at 127.0.0.1:55465
I171018 18:49:34.959679 24126 server/server.go:989 [n2] advertising CockroachDB node at 127.0.0.1:55465
W171018 18:49:34.959691 24126 sql/jobs/registry.go:167 [n2] unable to get node liveness: node not in the liveness table
I171018 18:49:34.961619 24126 server/server.go:1131 [n2] done ensuring all necessary migrations have run
I171018 18:49:34.961641 24126 server/server.go:1133 [n2] serving sql connections
I171018 18:49:34.961808 29885 storage/stores.go:351 [n1] wrote 1 node addresses to persistent storage
I171018 18:49:34.968297 29854 server/node.go:598 [n2] bootstrapped store [n2,s2]
W171018 18:49:34.970280 24126 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
W171018 18:49:34.970845 24126 gossip/gossip.go:1277 [n?] no incoming or outgoing connections
I171018 18:49:34.972571 29673 sql/event_log.go:103 [n2] Event: "node_join", target: 2, info: {Descriptor:{NodeID:2 Address:{NetworkField:tcp AddressField:127.0.0.1:55465} Attrs: Locality: ServerVersion:1.1-3} ClusterID:9fbe7d14-8f41-444a-80d2-7f998df3f3f1 StartedAt:1508352574957137230 LastUp:1508352574957137230}
I171018 18:49:34.972762 24126 server/config.go:507 [n?] 1 storage engine initialized
I171018 18:49:34.972832 24126 server/config.go:510 [n?] RocksDB cache size: 128 MiB
I171018 18:49:34.972850 24126 server/config.go:510 [n?] store 0: in-memory, size 0 B
I171018 18:49:34.972907 24126 server/server.go:884 [n?] no stores bootstrapped and --join flag specified, awaiting init command.
I171018 18:49:34.987288 29771 gossip/client.go:129 [n?] started gossip client to 127.0.0.1:50935
I171018 18:49:34.987908 29900 gossip/server.go:232 [n1] received initial cluster-verification connection from {tcp 127.0.0.1:43428}
I171018 18:49:34.988476 24126 storage/stores.go:332 [n?] read 0 node addresses from persistent storage
I171018 18:49:34.988527 24126 server/node.go:617 [n?] connecting to gossip network to verify cluster ID...
I171018 18:49:34.988560 24126 server/node.go:642 [n?] node connected via gossip and verified as part of cluster "9fbe7d14-8f41-444a-80d2-7f998df3f3f1"
I171018 18:49:34.988777 30140 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:34.989057 29901 storage/stores.go:351 [n?] wrote 1 node addresses to persistent storage
I171018 18:49:34.989153 29901 storage/stores.go:351 [n?] wrote 2 node addresses to persistent storage
I171018 18:49:34.989744 30139 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:34.990233 24126 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:34.991834 24126 server/node.go:322 [n?] new node allocated ID 3
I171018 18:49:34.991915 24126 gossip/gossip.go:331 [n3] NodeDescriptor set to node_id:3 address:<network_field:"tcp" address_field:"127.0.0.1:43428" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:3 >
I171018 18:49:34.991960 24126 server/node.go:400 [n3] node=3: asynchronously bootstrapping engine(s) [<no-attributes>=<in-mem>]
I171018 18:49:34.991989 24126 server/node.go:414 [n3] node=3: started with [] engine(s) and attributes []
I171018 18:49:34.992058 24126 sql/executor.go:408 [n3] creating distSQLPlanner with address {tcp 127.0.0.1:43428}
I171018 18:49:34.995604 24126 server/server.go:987 [n3] starting https server at 127.0.0.1:60427
I171018 18:49:34.995628 24126 server/server.go:988 [n3] starting grpc/postgres server at 127.0.0.1:43428
I171018 18:49:34.995637 24126 server/server.go:989 [n3] advertising CockroachDB node at 127.0.0.1:43428
W171018 18:49:34.995650 24126 sql/jobs/registry.go:167 [n3] unable to get node liveness: node not in the liveness table
I171018 18:49:35.011177 24126 server/server.go:1131 [n3] done ensuring all necessary migrations have run
I171018 18:49:35.011202 24126 server/server.go:1133 [n3] serving sql connections
I171018 18:49:35.011717 30051 storage/stores.go:351 [n1] wrote 2 node addresses to persistent storage
I171018 18:49:35.014259 30076 storage/stores.go:351 [n2] wrote 2 node addresses to persistent storage
I171018 18:49:35.015934 30149 server/node.go:598 [n3] bootstrapped store [n3,s3]
I171018 18:49:35.016757 28729 storage/replica_raftstorage.go:526 [replicate,n1,s1,r10/1:/Table/1{3-4}] generated preemptive snapshot 88917d4b at index 27
I171018 18:49:35.020341 29968 sql/event_log.go:103 [n3] Event: "node_join", target: 3, info: {Descriptor:{NodeID:3 Address:{NetworkField:tcp AddressField:127.0.0.1:43428} Attrs: Locality: ServerVersion:1.1-3} ClusterID:9fbe7d14-8f41-444a-80d2-7f998df3f3f1 StartedAt:1508352574991970095 LastUp:1508352574991970095}
I171018 18:49:35.026746 28729 storage/store.go:3549 [replicate,n1,s1,r10/1:/Table/1{3-4}] streamed snapshot to (n2,s2):?: kv pairs: 101, log entries: 17, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:35.028068 30238 storage/replica_raftstorage.go:732 [n2,s2,r10/?:{-}] applying preemptive snapshot at index 27 (id=88917d4b, encoded size=24040, 1 rocksdb batches, 17 log entries)
I171018 18:49:35.028434 30238 storage/replica_raftstorage.go:738 [n2,s2,r10/?:/Table/1{3-4}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:35.028788 28729 storage/replica_command.go:3754 [replicate,n1,s1,r10/1:/Table/1{3-4}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r10:/Table/1{3-4} [(n1,s1):1, next=2]
I171018 18:49:35.030970 30347 storage/replica.go:3071 [n1,s1,r10/1:/Table/1{3-4}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:35.031447 28729 storage/replica_raftstorage.go:526 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] generated preemptive snapshot 63027eca at index 20
I171018 18:49:35.032589 30358 storage/raft_transport.go:455 [n2] raft transport stream to node 1 established
I171018 18:49:35.041293 28729 storage/store.go:3549 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] streamed snapshot to (n3,s3):?: kv pairs: 12, log entries: 10, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:35.041501 30362 storage/replica_raftstorage.go:732 [n3,s3,r3/?:{-}] applying preemptive snapshot at index 20 (id=63027eca, encoded size=6013, 1 rocksdb batches, 10 log entries)
I171018 18:49:35.041735 30362 storage/replica_raftstorage.go:738 [n3,s3,r3/?:/System/NodeLiveness{-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:35.042258 28729 storage/replica_command.go:3754 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r3:/System/NodeLiveness{-Max} [(n1,s1):1, next=2]
I171018 18:49:35.044647 30382 storage/replica.go:3071 [n1,s1,r3/1:/System/NodeLiveness{-Max}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:35.045082 28729 storage/replica_raftstorage.go:526 [replicate,n1,s1,r16/1:/{Table/19-Max}] generated preemptive snapshot 1f40eaa0 at index 11
I171018 18:49:35.045903 28729 storage/store.go:3549 [replicate,n1,s1,r16/1:/{Table/19-Max}] streamed snapshot to (n3,s3):?: kv pairs: 10, log entries: 1, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:35.046093 30329 storage/replica_raftstorage.go:732 [n3,s3,r16/?:{-}] applying preemptive snapshot at index 11 (id=1f40eaa0, encoded size=592, 1 rocksdb batches, 1 log entries)
I171018 18:49:35.046227 30329 storage/replica_raftstorage.go:738 [n3,s3,r16/?:/{Table/19-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:35.046575 30422 storage/raft_transport.go:455 [n3] raft transport stream to node 1 established
I171018 18:49:35.046578 28729 storage/replica_command.go:3754 [replicate,n1,s1,r16/1:/{Table/19-Max}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r16:/{Table/19-Max} [(n1,s1):1, next=2]
I171018 18:49:35.048956 30417 storage/replica.go:3071 [n1,s1,r16/1:/{Table/19-Max}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:35.049412 28827 storage/replica_raftstorage.go:526 [replicate,n1,s1,r10/1:/Table/1{3-4}] generated preemptive snapshot d75e7d14 at index 34
I171018 18:49:35.050379 28827 storage/store.go:3549 [replicate,n1,s1,r10/1:/Table/1{3-4}] streamed snapshot to (n3,s3):?: kv pairs: 122, log entries: 24, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:35.050638 30331 storage/replica_raftstorage.go:732 [n3,s3,r10/?:{-}] applying preemptive snapshot at index 34 (id=d75e7d14, encoded size=33077, 1 rocksdb batches, 24 log entries)
I171018 18:49:35.050993 30331 storage/replica_raftstorage.go:738 [n3,s3,r10/?:/Table/1{3-4}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:35.051297 28827 storage/replica_command.go:3754 [replicate,n1,s1,r10/1:/Table/1{3-4}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r10:/Table/1{3-4} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:35.053950 30319 storage/replica.go:3071 [n1,s1,r10/1:/Table/1{3-4}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:35.054584 28827 storage/allocator_scorer.go:623 [replicate,n1,s1,r10/1:/Table/1{3-4}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=6.67, overfull-threshold=8
I171018 18:49:35.054897 28729 storage/replica_raftstorage.go:526 [replicate,n1,s1,r11/1:/Table/1{4-5}] generated preemptive snapshot 73cbad1f at index 18
I171018 18:49:35.055594 28729 storage/store.go:3549 [replicate,n1,s1,r11/1:/Table/1{4-5}] streamed snapshot to (n2,s2):?: kv pairs: 11, log entries: 8, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:35.055776 30393 storage/replica_raftstorage.go:732 [n2,s2,r11/?:{-}] applying preemptive snapshot at index 18 (id=73cbad1f, encoded size=3641, 1 rocksdb batches, 8 log entries)
I171018 18:49:35.056006 30393 storage/replica_raftstorage.go:738 [n2,s2,r11/?:/Table/1{4-5}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:35.056458 28729 storage/replica_command.go:3754 [replicate,n1,s1,r11/1:/Table/1{4-5}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r11:/Table/1{4-5} [(n1,s1):1, next=2]
I171018 18:49:35.058722 30445 storage/replica.go:3071 [n1,s1,r11/1:/Table/1{4-5}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:35.059692 28729 storage/replica_raftstorage.go:526 [replicate,n1,s1,r15/1:/Table/1{8-9}] generated preemptive snapshot 4659f681 at index 17
I171018 18:49:35.060262 28729 storage/store.go:3549 [replicate,n1,s1,r15/1:/Table/1{8-9}] streamed snapshot to (n2,s2):?: kv pairs: 12, log entries: 7, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:35.060519 30449 storage/replica_raftstorage.go:732 [n2,s2,r15/?:{-}] applying preemptive snapshot at index 17 (id=4659f681, encoded size=3260, 1 rocksdb batches, 7 log entries)
I171018 18:49:35.060683 30449 storage/replica_raftstorage.go:738 [n2,s2,r15/?:/Table/1{8-9}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:35.061085 28729 storage/replica_command.go:3754 [replicate,n1,s1,r15/1:/Table/1{8-9}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r15:/Table/1{8-9} [(n1,s1):1, next=2]
I171018 18:49:35.063224 30482 storage/replica.go:3071 [n1,s1,r15/1:/Table/1{8-9}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:35.063720 28827 storage/replica_raftstorage.go:526 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] generated preemptive snapshot 252c8120 at index 23
I171018 18:49:35.064380 28827 storage/store.go:3549 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] streamed snapshot to (n2,s2):?: kv pairs: 13, log entries: 13, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:35.064669 30459 storage/replica_raftstorage.go:732 [n2,s2,r3/?:{-}] applying preemptive snapshot at index 23 (id=252c8120, encoded size=7485, 1 rocksdb batches, 13 log entries)
I171018 18:49:35.064872 30459 storage/replica_raftstorage.go:738 [n2,s2,r3/?:/System/NodeLiveness{-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:35.065150 28827 storage/replica_command.go:3754 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r3:/System/NodeLiveness{-Max} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:35.067554 30514 storage/replica.go:3071 [n1,s1,r3/1:/System/NodeLiveness{-Max}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:35.068222 28827 storage/allocator_scorer.go:623 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=7.67, overfull-threshold=9
I171018 18:49:35.069579 28729 storage/replica_raftstorage.go:526 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] generated preemptive snapshot aca3c654 at index 43
I171018 18:49:35.070410 28729 storage/store.go:3549 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] streamed snapshot to (n3,s3):?: kv pairs: 35, log entries: 33, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:35.070701 30508 storage/replica_raftstorage.go:732 [n3,s3,r4/?:{-}] applying preemptive snapshot at index 43 (id=aca3c654, encoded size=112057, 1 rocksdb batches, 33 log entries)
I171018 18:49:35.071431 30508 storage/replica_raftstorage.go:738 [n3,s3,r4/?:/System/{NodeLive…-tsd}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:35.071744 28729 storage/replica_command.go:3754 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r4:/System/{NodeLivenessMax-tsd} [(n1,s1):1, next=2]
I171018 18:49:35.073960 30533 storage/replica.go:3071 [n1,s1,r4/1:/System/{NodeLive…-tsd}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:35.074434 28729 storage/replica_raftstorage.go:526 [replicate,n1,s1,r13/1:/Table/1{6-7}] generated preemptive snapshot ac3e527e at index 16
I171018 18:49:35.075144 28729 storage/store.go:3549 [replicate,n1,s1,r13/1:/Table/1{6-7}] streamed snapshot to (n3,s3):?: kv pairs: 11, log entries: 6, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:35.075415 30517 storage/replica_raftstorage.go:732 [n3,s3,r13/?:{-}] applying preemptive snapshot at index 16 (id=ac3e527e, encoded size=2875, 1 rocksdb batches, 6 log entries)
I171018 18:49:35.075586 30517 storage/replica_raftstorage.go:738 [n3,s3,r13/?:/Table/1{6-7}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:35.075892 28729 storage/replica_command.go:3754 [replicate,n1,s1,r13/1:/Table/1{6-7}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r13:/Table/1{6-7} [(n1,s1):1, next=2]
I171018 18:49:35.078319 30509 storage/replica.go:3071 [n1,s1,r13/1:/Table/1{6-7}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:35.078744 28827 storage/replica_raftstorage.go:526 [replicate,n1,s1,r16/1:/{Table/19-Max}] generated preemptive snapshot 68fb860b at index 14
I171018 18:49:35.079126 28827 storage/store.go:3549 [replicate,n1,s1,r16/1:/{Table/19-Max}] streamed snapshot to (n2,s2):?: kv pairs: 11, log entries: 4, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:35.079318 30481 storage/replica_raftstorage.go:732 [n2,s2,r16/?:{-}] applying preemptive snapshot at index 14 (id=68fb860b, encoded size=1824, 1 rocksdb batches, 4 log entries)
I171018 18:49:35.079474 30481 storage/replica_raftstorage.go:738 [n2,s2,r16/?:/{Table/19-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:35.079766 28827 storage/replica_command.go:3754 [replicate,n1,s1,r16/1:/{Table/19-Max}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r16:/{Table/19-Max} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:35.082203 30523 storage/replica.go:3071 [n1,s1,r16/1:/{Table/19-Max}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:35.082954 28827 storage/allocator_scorer.go:623 [replicate,n1,s1,r16/1:/{Table/19-Max}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=8.67, overfull-threshold=10
I171018 18:49:35.083266 28729 storage/replica_raftstorage.go:526 [replicate,n1,s1,r8/1:/Table/1{1-2}] generated preemptive snapshot cef6f2c3 at index 21
I171018 18:49:35.083841 28729 storage/store.go:3549 [replicate,n1,s1,r8/1:/Table/1{1-2}] streamed snapshot to (n2,s2):?: kv pairs: 11, log entries: 11, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:35.084099 30524 storage/replica_raftstorage.go:732 [n2,s2,r8/?:{-}] applying preemptive snapshot at index 21 (id=cef6f2c3, encoded size=6861, 1 rocksdb batches, 11 log entries)
I171018 18:49:35.084358 30524 storage/replica_raftstorage.go:738 [n2,s2,r8/?:/Table/1{1-2}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:35.084640 28729 storage/replica_command.go:3754 [replicate,n1,s1,r8/1:/Table/1{1-2}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r8:/Table/1{1-2} [(n1,s1):1, next=2]
I171018 18:49:35.086847 30602 storage/replica.go:3071 [n1,s1,r8/1:/Table/1{1-2}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:35.087584 28729 storage/replica_raftstorage.go:526 [replicate,n1,s1,r9/1:/Table/1{2-3}] generated preemptive snapshot de43392e at index 21
I171018 18:49:35.088112 28729 storage/store.go:3549 [replicate,n1,s1,r9/1:/Table/1{2-3}] streamed snapshot to (n3,s3):?: kv pairs: 46, log entries: 11, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:35.088507 30566 storage/replica_raftstorage.go:732 [n3,s3,r9/?:{-}] applying preemptive snapshot at index 21 (id=de43392e, encoded size=11925, 1 rocksdb batches, 11 log entries)
I171018 18:49:35.089760 30566 storage/replica_raftstorage.go:738 [n3,s3,r9/?:/Table/1{2-3}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:35.090235 28729 storage/replica_command.go:3754 [replicate,n1,s1,r9/1:/Table/1{2-3}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r9:/Table/1{2-3} [(n1,s1):1, next=2]
I171018 18:49:35.092442 30618 storage/replica.go:3071 [n1,s1,r9/1:/Table/1{2-3}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:35.092915 28827 storage/replica_raftstorage.go:526 [replicate,n1,s1,r15/1:/Table/1{8-9}] generated preemptive snapshot bae17eca at index 20
I171018 18:49:35.093341 28827 storage/store.go:3549 [replicate,n1,s1,r15/1:/Table/1{8-9}] streamed snapshot to (n3,s3):?: kv pairs: 13, log entries: 10, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:35.093595 30557 storage/replica_raftstorage.go:732 [n3,s3,r15/?:{-}] applying preemptive snapshot at index 20 (id=bae17eca, encoded size=4488, 1 rocksdb batches, 10 log entries)
I171018 18:49:35.093783 30557 storage/replica_raftstorage.go:738 [n3,s3,r15/?:/Table/1{8-9}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:35.094313 28827 storage/replica_command.go:3754 [replicate,n1,s1,r15/1:/Table/1{8-9}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r15:/Table/1{8-9} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:35.096928 30667 storage/replica.go:3071 [n1,s1,r15/1:/Table/1{8-9}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:35.097481 28827 storage/allocator_scorer.go:623 [replicate,n1,s1,r15/1:/Table/1{8-9}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=9.67, overfull-threshold=11
I171018 18:49:35.097786 28729 storage/replica_raftstorage.go:526 [replicate,n1,s1,r14/1:/Table/1{7-8}] generated preemptive snapshot 2e97e160 at index 15
I171018 18:49:35.098255 28729 storage/store.go:3549 [replicate,n1,s1,r14/1:/Table/1{7-8}] streamed snapshot to (n2,s2):?: kv pairs: 11, log entries: 5, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:35.098485 30671 storage/replica_raftstorage.go:732 [n2,s2,r14/?:{-}] applying preemptive snapshot at index 15 (id=2e97e160, encoded size=2760, 1 rocksdb batches, 5 log entries)
I171018 18:49:35.098653 30671 storage/replica_raftstorage.go:738 [n2,s2,r14/?:/Table/1{7-8}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:35.098902 28729 storage/replica_command.go:3754 [replicate,n1,s1,r14/1:/Table/1{7-8}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r14:/Table/1{7-8} [(n1,s1):1, next=2]
I171018 18:49:35.101101 30690 storage/replica.go:3071 [n1,s1,r14/1:/Table/1{7-8}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:35.101563 28729 storage/replica_raftstorage.go:526 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] generated preemptive snapshot d6f2c460 at index 26
I171018 18:49:35.102316 28729 storage/store.go:3549 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] streamed snapshot to (n3,s3):?: kv pairs: 46, log entries: 16, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:35.102529 30646 storage/replica_raftstorage.go:732 [n3,s3,r7/?:{-}] applying preemptive snapshot at index 26 (id=d6f2c460, encoded size=18098, 1 rocksdb batches, 16 log entries)
I171018 18:49:35.102931 30646 storage/replica_raftstorage.go:738 [n3,s3,r7/?:/Table/{SystemCon…-11}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:35.106312 28729 storage/replica_command.go:3754 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r7:/Table/{SystemConfigSpan/Start-11} [(n1,s1):1, next=2]
I171018 18:49:35.108917 30097 storage/replica.go:3071 [n1,s1,r7/1:/Table/{SystemCon…-11}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:35.109365 28827 storage/replica_raftstorage.go:526 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] generated preemptive snapshot 6c1858c2 at index 47
I171018 18:49:35.110147 28827 storage/store.go:3549 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] streamed snapshot to (n2,s2):?: kv pairs: 36, log entries: 2, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:35.110407 30741 storage/replica_raftstorage.go:732 [n2,s2,r4/?:{-}] applying preemptive snapshot at index 47 (id=6c1858c2, encoded size=49473, 1 rocksdb batches, 2 log entries)
I171018 18:49:35.110748 30741 storage/replica_raftstorage.go:738 [n2,s2,r4/?:/System/{NodeLive…-tsd}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:35.111224 28827 storage/replica_command.go:3754 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r4:/System/{NodeLivenessMax-tsd} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:35.113931 30635 storage/replica.go:3071 [n1,s1,r4/1:/System/{NodeLive…-tsd}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:35.114474 28827 storage/allocator_scorer.go:623 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=10.67, overfull-threshold=12
I171018 18:49:35.114707 28729 storage/replica_raftstorage.go:526 [replicate,n1,s1,r12/1:/Table/1{5-6}] generated preemptive snapshot d817918b at index 17
I171018 18:49:35.115997 28729 storage/store.go:3549 [replicate,n1,s1,r12/1:/Table/1{5-6}] streamed snapshot to (n2,s2):?: kv pairs: 11, log entries: 7, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:35.116250 30754 storage/replica_raftstorage.go:732 [n2,s2,r12/?:{-}] applying preemptive snapshot at index 17 (id=d817918b, encoded size=2994, 1 rocksdb batches, 7 log entries)
I171018 18:49:35.116800 30754 storage/replica_raftstorage.go:738 [n2,s2,r12/?:/Table/1{5-6}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:35.117084 28729 storage/replica_command.go:3754 [replicate,n1,s1,r12/1:/Table/1{5-6}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r12:/Table/1{5-6} [(n1,s1):1, next=2]
I171018 18:49:35.119399 30786 storage/replica.go:3071 [n1,s1,r12/1:/Table/1{5-6}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:35.119838 28729 storage/replica_raftstorage.go:526 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] generated preemptive snapshot 465ede19 at index 30
I171018 18:49:35.120331 28729 storage/store.go:3549 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] streamed snapshot to (n3,s3):?: kv pairs: 11, log entries: 20, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:35.120596 30757 storage/replica_raftstorage.go:732 [n3,s3,r6/?:{-}] applying preemptive snapshot at index 30 (id=465ede19, encoded size=10787, 1 rocksdb batches, 20 log entries)
I171018 18:49:35.120848 30757 storage/replica_raftstorage.go:738 [n3,s3,r6/?:/{System/tse-Table/System…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:35.121122 28729 storage/replica_command.go:3754 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r6:/{System/tse-Table/SystemConfigSpan/Start} [(n1,s1):1, next=2]
I171018 18:49:35.123435 30802 storage/replica.go:3071 [n1,s1,r6/1:/{System/tse-Table/System…}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:35.123888 28827 storage/replica_raftstorage.go:526 [replicate,n1,s1,r9/1:/Table/1{2-3}] generated preemptive snapshot 8fef1555 at index 24
I171018 18:49:35.124959 28827 storage/store.go:3549 [replicate,n1,s1,r9/1:/Table/1{2-3}] streamed snapshot to (n2,s2):?: kv pairs: 47, log entries: 14, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:35.125225 30768 storage/replica_raftstorage.go:732 [n2,s2,r9/?:{-}] applying preemptive snapshot at index 24 (id=8fef1555, encoded size=13153, 1 rocksdb batches, 14 log entries)
I171018 18:49:35.125461 30768 storage/replica_raftstorage.go:738 [n2,s2,r9/?:/Table/1{2-3}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:35.125881 28827 storage/replica_command.go:3754 [replicate,n1,s1,r9/1:/Table/1{2-3}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r9:/Table/1{2-3} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:35.128407 30795 storage/replica.go:3071 [n1,s1,r9/1:/Table/1{2-3}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:35.128926 28827 storage/allocator_scorer.go:623 [replicate,n1,s1,r9/1:/Table/1{2-3}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=11.67, overfull-threshold=13
I171018 18:49:35.129156 28729 storage/replica_raftstorage.go:526 [replicate,n1,s1,r5/1:/System/ts{d-e}] generated preemptive snapshot 7974234a at index 24
I171018 18:49:35.134559 28729 storage/store.go:3549 [replicate,n1,s1,r5/1:/System/ts{d-e}] streamed snapshot to (n3,s3):?: kv pairs: 920, log entries: 14, rate-limit: 8.0 MiB/sec, 5ms
I171018 18:49:35.134846 30799 storage/replica_raftstorage.go:732 [n3,s3,r5/?:{-}] applying preemptive snapshot at index 24 (id=7974234a, encoded size=157728, 1 rocksdb batches, 14 log entries)
I171018 18:49:35.135674 30799 storage/replica_raftstorage.go:738 [n3,s3,r5/?:/System/ts{d-e}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:35.135984 28729 storage/replica_command.go:3754 [replicate,n1,s1,r5/1:/System/ts{d-e}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r5:/System/ts{d-e} [(n1,s1):1, next=2]
I171018 18:49:35.138134 30688 storage/replica.go:3071 [n1,s1,r5/1:/System/ts{d-e}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:35.139039 28729 storage/replica_raftstorage.go:526 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] generated preemptive snapshot cea18e82 at index 17
I171018 18:49:35.139895 28729 storage/store.go:3549 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] streamed snapshot to (n2,s2):?: kv pairs: 9, log entries: 7, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:35.140109 30776 storage/replica_raftstorage.go:732 [n2,s2,r2/?:{-}] applying preemptive snapshot at index 17 (id=cea18e82, encoded size=4312, 1 rocksdb batches, 7 log entries)
I171018 18:49:35.140297 30776 storage/replica_raftstorage.go:738 [n2,s2,r2/?:/System/{-NodeLive…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:35.140831 28729 storage/replica_command.go:3754 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r2:/System/{-NodeLiveness} [(n1,s1):1, next=2]
I171018 18:49:35.143095 30858 storage/replica.go:3071 [n1,s1,r2/1:/System/{-NodeLive…}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:35.143629 28827 storage/replica_raftstorage.go:526 [replicate,n1,s1,r14/1:/Table/1{7-8}] generated preemptive snapshot 6f318c8c at index 18
I171018 18:49:35.145470 28827 storage/store.go:3549 [replicate,n1,s1,r14/1:/Table/1{7-8}] streamed snapshot to (n3,s3):?: kv pairs: 12, log entries: 8, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:35.145730 30866 storage/replica_raftstorage.go:732 [n3,s3,r14/?:{-}] applying preemptive snapshot at index 18 (id=6f318c8c, encoded size=3988, 1 rocksdb batches, 8 log entries)
I171018 18:49:35.145913 30866 storage/replica_raftstorage.go:738 [n3,s3,r14/?:/Table/1{7-8}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:35.146303 28827 storage/replica_command.go:3754 [replicate,n1,s1,r14/1:/Table/1{7-8}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r14:/Table/1{7-8} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:35.148645 30843 storage/replica.go:3071 [n1,s1,r14/1:/Table/1{7-8}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:35.149163 28827 storage/allocator_scorer.go:623 [replicate,n1,s1,r14/1:/Table/1{7-8}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=12.67, overfull-threshold=14
I171018 18:49:35.149639 28729 storage/replica_raftstorage.go:526 [replicate,n1,s1,r1/1:/{Min-System/}] generated preemptive snapshot 4b6b3f86 at index 114
I171018 18:49:35.150521 28729 storage/store.go:3549 [replicate,n1,s1,r1/1:/{Min-System/}] streamed snapshot to (n3,s3):?: kv pairs: 69, log entries: 92, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:35.150961 30884 storage/replica_raftstorage.go:732 [n3,s3,r1/?:{-}] applying preemptive snapshot at index 114 (id=4b6b3f86, encoded size=27454, 1 rocksdb batches, 92 log entries)
I171018 18:49:35.151326 30884 storage/replica_raftstorage.go:738 [n3,s3,r1/?:/{Min-System/}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:35.151913 28729 storage/replica_command.go:3754 [replicate,n1,s1,r1/1:/{Min-System/}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r1:/{Min-System/} [(n1,s1):1, next=2]
I171018 18:49:35.153905 30624 storage/replica.go:3071 [n1,s1,r1/1:/{Min-System/}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:35.154168 28729 storage/queue.go:723 [n1,replicate] purgatory is now empty
I171018 18:49:35.154343 28827 storage/replica_raftstorage.go:526 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] generated preemptive snapshot 47aabdcd at index 29
I171018 18:49:35.155361 28827 storage/store.go:3549 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] streamed snapshot to (n2,s2):?: kv pairs: 47, log entries: 19, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:35.155607 30902 storage/replica_raftstorage.go:732 [n2,s2,r7/?:{-}] applying preemptive snapshot at index 29 (id=47aabdcd, encoded size=19326, 1 rocksdb batches, 19 log entries)
I171018 18:49:35.155872 30902 storage/replica_raftstorage.go:738 [n2,s2,r7/?:/Table/{SystemCon…-11}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:35.156321 28827 storage/replica_command.go:3754 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r7:/Table/{SystemConfigSpan/Start-11} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:35.158976 30940 storage/replica.go:3071 [n1,s1,r7/1:/Table/{SystemCon…-11}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:35.159548 28827 storage/allocator_scorer.go:623 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=13.33, overfull-threshold=15
I171018 18:49:35.159805 28827 storage/replica_raftstorage.go:526 [replicate,n1,s1,r12/1:/Table/1{5-6}] generated preemptive snapshot bc8e65b4 at index 20
I171018 18:49:35.161423 30829 storage/replica_raftstorage.go:732 [n3,s3,r12/?:{-}] applying preemptive snapshot at index 20 (id=bc8e65b4, encoded size=4222, 1 rocksdb batches, 10 log entries)
I171018 18:49:35.161626 30829 storage/replica_raftstorage.go:738 [n3,s3,r12/?:/Table/1{5-6}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:35.162266 28827 storage/store.go:3549 [replicate,n1,s1,r12/1:/Table/1{5-6}] streamed snapshot to (n3,s3):?: kv pairs: 12, log entries: 10, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:35.162785 28827 storage/replica_command.go:3754 [replicate,n1,s1,r12/1:/Table/1{5-6}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r12:/Table/1{5-6} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:35.165464 30952 storage/replica.go:3071 [n1,s1,r12/1:/Table/1{5-6}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:35.166405 28827 storage/allocator_scorer.go:623 [replicate,n1,s1,r12/1:/Table/1{5-6}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=13.67, overfull-threshold=15
I171018 18:49:35.166625 28827 storage/replica_raftstorage.go:526 [replicate,n1,s1,r11/1:/Table/1{4-5}] generated preemptive snapshot f852b34a at index 21
I171018 18:49:35.169534 28827 storage/store.go:3549 [replicate,n1,s1,r11/1:/Table/1{4-5}] streamed snapshot to (n3,s3):?: kv pairs: 12, log entries: 11, rate-limit: 8.0 MiB/sec, 3ms
I171018 18:49:35.169814 30912 storage/replica_raftstorage.go:732 [n3,s3,r11/?:{-}] applying preemptive snapshot at index 21 (id=f852b34a, encoded size=4869, 1 rocksdb batches, 11 log entries)
I171018 18:49:35.170002 30912 storage/replica_raftstorage.go:738 [n3,s3,r11/?:/Table/1{4-5}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:35.170536 28827 storage/replica_command.go:3754 [replicate,n1,s1,r11/1:/Table/1{4-5}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r11:/Table/1{4-5} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:35.172356 28833 storage/allocator_scorer.go:623 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=14.00, overfull-threshold=15
I171018 18:49:35.174848 30975 storage/replica.go:3071 [n1,s1,r11/1:/Table/1{4-5}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:35.175954 28827 storage/allocator_scorer.go:623 [replicate,n1,s1,r11/1:/Table/1{4-5}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=14.00, overfull-threshold=15
I171018 18:49:35.176569 28827 storage/replica_raftstorage.go:526 [replicate,n1,s1,r13/1:/Table/1{6-7}] generated preemptive snapshot b6fd14f8 at index 19
I171018 18:49:35.177750 28827 storage/store.go:3549 [replicate,n1,s1,r13/1:/Table/1{6-7}] streamed snapshot to (n2,s2):?: kv pairs: 12, log entries: 9, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:35.178073 31026 storage/replica_raftstorage.go:732 [n2,s2,r13/?:{-}] applying preemptive snapshot at index 19 (id=b6fd14f8, encoded size=4103, 1 rocksdb batches, 9 log entries)
I171018 18:49:35.178276 31026 storage/replica_raftstorage.go:738 [n2,s2,r13/?:/Table/1{6-7}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:35.178593 28827 storage/replica_command.go:3754 [replicate,n1,s1,r13/1:/Table/1{6-7}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r13:/Table/1{6-7} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:35.194075 31045 storage/replica.go:3071 [n1,s1,r13/1:/Table/1{6-7}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:35.195001 28827 storage/replica_raftstorage.go:526 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] generated preemptive snapshot 3ab596d8 at index 33
I171018 18:49:35.196293 28827 storage/store.go:3549 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] streamed snapshot to (n2,s2):?: kv pairs: 12, log entries: 23, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:35.197684 30920 storage/replica_raftstorage.go:732 [n2,s2,r6/?:{-}] applying preemptive snapshot at index 33 (id=3ab596d8, encoded size=12072, 1 rocksdb batches, 23 log entries)
I171018 18:49:35.197917 30920 storage/replica_raftstorage.go:738 [n2,s2,r6/?:/{System/tse-Table/System…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:35.198224 28827 storage/replica_command.go:3754 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r6:/{System/tse-Table/SystemConfigSpan/Start} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:35.201307 30985 storage/replica.go:3071 [n1,s1,r6/1:/{System/tse-Table/System…}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:35.202454 28827 storage/replica_raftstorage.go:526 [replicate,n1,s1,r5/1:/System/ts{d-e}] generated preemptive snapshot e0708c32 at index 28
I171018 18:49:35.208993 31004 storage/replica_raftstorage.go:732 [n2,s2,r5/?:{-}] applying preemptive snapshot at index 28 (id=e0708c32, encoded size=159146, 1 rocksdb batches, 18 log entries)
I171018 18:49:35.210362 31004 storage/replica_raftstorage.go:738 [n2,s2,r5/?:/System/ts{d-e}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:35.211001 28827 storage/store.go:3549 [replicate,n1,s1,r5/1:/System/ts{d-e}] streamed snapshot to (n2,s2):?: kv pairs: 921, log entries: 18, rate-limit: 8.0 MiB/sec, 8ms
I171018 18:49:35.211689 28827 storage/replica_command.go:3754 [replicate,n1,s1,r5/1:/System/ts{d-e}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r5:/System/ts{d-e} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:35.214985 31039 storage/replica.go:3071 [n1,s1,r5/1:/System/ts{d-e}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:35.216962 28827 storage/replica_raftstorage.go:526 [replicate,n1,s1,r8/1:/Table/1{1-2}] generated preemptive snapshot 57dd247d at index 24
I171018 18:49:35.217563 28827 storage/store.go:3549 [replicate,n1,s1,r8/1:/Table/1{1-2}] streamed snapshot to (n3,s3):?: kv pairs: 12, log entries: 14, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:35.217793 30989 storage/replica_raftstorage.go:732 [n3,s3,r8/?:{-}] applying preemptive snapshot at index 24 (id=57dd247d, encoded size=8089, 1 rocksdb batches, 14 log entries)
I171018 18:49:35.217999 30989 storage/replica_raftstorage.go:738 [n3,s3,r8/?:/Table/1{1-2}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:35.218551 28827 storage/replica_command.go:3754 [replicate,n1,s1,r8/1:/Table/1{1-2}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r8:/Table/1{1-2} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:35.221640 31126 storage/replica.go:3071 [n1,s1,r8/1:/Table/1{1-2}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:35.222872 28827 storage/replica_raftstorage.go:526 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] generated preemptive snapshot b85ba170 at index 20
I171018 18:49:35.223707 28827 storage/store.go:3549 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] streamed snapshot to (n3,s3):?: kv pairs: 10, log entries: 10, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:35.223956 31054 storage/replica_raftstorage.go:732 [n3,s3,r2/?:{-}] applying preemptive snapshot at index 20 (id=b85ba170, encoded size=5583, 1 rocksdb batches, 10 log entries)
I171018 18:49:35.224147 31054 storage/replica_raftstorage.go:738 [n3,s3,r2/?:/System/{-NodeLive…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:35.224511 28827 storage/replica_command.go:3754 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r2:/System/{-NodeLiveness} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:35.227399 31018 storage/replica.go:3071 [n1,s1,r2/1:/System/{-NodeLive…}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:35.229671 28827 storage/replica_raftstorage.go:526 [replicate,n1,s1,r1/1:/{Min-System/}] generated preemptive snapshot 6f491c01 at index 133
I171018 18:49:35.230471 28827 storage/store.go:3549 [replicate,n1,s1,r1/1:/{Min-System/}] streamed snapshot to (n2,s2):?: kv pairs: 80, log entries: 111, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:35.230752 31097 storage/replica_raftstorage.go:732 [n2,s2,r1/?:{-}] applying preemptive snapshot at index 133 (id=6f491c01, encoded size=32964, 1 rocksdb batches, 111 log entries)
I171018 18:49:35.231197 31097 storage/replica_raftstorage.go:738 [n2,s2,r1/?:/{Min-System/}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:35.231503 28827 storage/replica_command.go:3754 [replicate,n1,s1,r1/1:/{Min-System/}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r1:/{Min-System/} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:35.234236 31136 storage/replica.go:3071 [n1,s1,r1/1:/{Min-System/}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:35.246473 31057 storage/raft_transport.go:455 [n2] raft transport stream to node 3 established
I171018 18:49:35.255778 31219 storage/raft_transport.go:455 [n3] raft transport stream to node 2 established
I171018 18:49:35.404669 31236 sql/event_log.go:103 [client=127.0.0.1:44297,user=root,n1] Event: "create_database", target: 50, info: {DatabaseName:other Statement:CREATE DATABASE other User:root}
I171018 18:49:35.405565 28826 storage/replica_command.go:2810 [split,n1,s1,r16/1:/{Table/19-Max}] initiating a split of this range at key /Table/50 [r17]
I171018 18:49:35.415832 31236 sql/event_log.go:103 [client=127.0.0.1:44297,user=root,n1] Event: "create_table", target: 51, info: {TableName:other.empty Statement:CREATE TABLE other.empty (a INT PRIMARY KEY) User:root}
I171018 18:49:35.418031 28826 storage/replica_command.go:2810 [split,n1,s1,r17/1:/{Table/50-Max}] initiating a split of this range at key /Table/51 [r18]
I171018 18:49:35.431269 31361 storage/replica_command.go:2810 [n1,s1,r18/1:/{Table/51-Max}] initiating a split of this range at key /Table/53 [r19]
I171018 18:49:35.445789 28830 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r18/1:/{Table/51-Max}] generated Raft snapshot 0dc3ad12 at index 10
E171018 18:49:35.446696 28830 storage/queue.go:656 [raftsnapshot,n1,s1,r18/1:/{Table/51-Max}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r18: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/2:/{Table/50-Max}]
I171018 18:49:35.455788 31400 storage/replica_command.go:2810 [n1,s1,r19/1:/{Table/53-Max}] initiating a split of this range at key /Table/53/1/-350 [r20]
I171018 18:49:35.460164 31369 storage/replica_command.go:2810 [n1,s1,r19/1:/{Table/53-Max}] initiating a split of this range at key /Table/53/1/-500 [r21]
I171018 18:49:35.464343 28830 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r19/1:/{Table/53-Max}] generated Raft snapshot 407eb963 at index 10
E171018 18:49:35.464897 28830 storage/queue.go:656 [raftsnapshot,n1,s1,r19/1:/{Table/53-Max}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r19: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/2:/{Table/50-Max}]
I171018 18:49:35.471911 31308 storage/replica_command.go:2810 [n1,s1,r21/1:/{Table/53/1/-…-Max}] initiating a split of this range at key /Table/53/1/-450 [r22]
W171018 18:49:35.472020 31435 storage/replica.go:2064 [n1,s1,r19/1:/Table/53{-/1/-500}] context canceled before command queue: 1 QueryTxn
I171018 18:49:35.475697 28830 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r21/1:/{Table/53/1/-…-Max}] generated Raft snapshot 4991702b at index 11
E171018 18:49:35.476162 28830 storage/queue.go:656 [raftsnapshot,n1,s1,r21/1:/{Table/53/1/-…-Max}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r21: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/2:/{Table/50-Max}]
I171018 18:49:35.497621 31539 storage/replica_command.go:2810 [n1,s1,r22/1:/{Table/53/1/-…-Max}] initiating a split of this range at key /Table/53/1/-400 [r23]
I171018 18:49:35.501002 28830 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r22/1:/{Table/53/1/-…-Max}] generated Raft snapshot 42282e40 at index 11
E171018 18:49:35.501625 28830 storage/queue.go:656 [raftsnapshot,n1,s1,r22/1:/{Table/53/1/-…-Max}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r22: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/2:/{Table/50-Max}]
I171018 18:49:35.523747 28830 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r23/1:/{Table/53/1/-…-Max}] generated Raft snapshot 7b30965a at index 10
E171018 18:49:35.524202 28830 storage/queue.go:656 [raftsnapshot,n1,s1,r23/1:/{Table/53/1/-…-Max}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r23: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/2:/{Table/50-Max}]
I171018 18:49:35.537760 31616 storage/replica_command.go:2810 [n1,s1,r23/1:/{Table/53/1/-…-Max}] initiating a split of this range at key /Table/53/1/-350 [r24]
I171018 18:49:35.556058 31694 storage/replica_command.go:2810 [n1,s1,r24/1:/{Table/53/1/-…-Max}] initiating a split of this range at key /Table/53/1/-150 [r25]
I171018 18:49:35.556387 31642 storage/replica_command.go:2810 [n1,s1,r24/1:/{Table/53/1/-…-Max}] initiating a split of this range at key /Table/53/1/-300 [r26]
I171018 18:49:35.559189 28830 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r24/1:/{Table/53/1/-…-Max}] generated Raft snapshot 3674e976 at index 10
E171018 18:49:35.561730 28830 storage/queue.go:656 [raftsnapshot,n1,s1,r24/1:/{Table/53/1/-…-Max}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r24: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/2:/{Table/50-Max}]
W171018 18:49:35.572543 31580 storage/replica.go:2064 [n1,s1,r24/1:/Table/53/1/-{350-150}] context canceled before command queue: 1 QueryTxn
I171018 18:49:35.573428 31746 storage/replica_command.go:2810 [n1,s1,r25/1:/{Table/53/1/-…-Max}] initiating a split of this range at key /Table/53/1/100 [r27]
I171018 18:49:35.573968 31748 storage/replica_command.go:2810 [n1,s1,r25/1:/{Table/53/1/-…-Max}] initiating a split of this range at key /Table/53/1/-100 [r28]
I171018 18:49:35.579124 28830 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r25/1:/{Table/53/1/-…-Max}] generated Raft snapshot bb06271d at index 10
E171018 18:49:35.579934 28830 storage/queue.go:656 [raftsnapshot,n1,s1,r25/1:/{Table/53/1/-…-Max}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r25: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/2:/{Table/50-Max}]
I171018 18:49:35.596397 31450 storage/replica_command.go:2810 [n1,s1,r27/1:/{Table/53/1/1…-Max}] initiating a split of this range at key /Table/53/1/500 [r29]
I171018 18:49:35.596706 31754 storage/replica_command.go:2810 [n1,s1,r27/1:/{Table/53/1/1…-Max}] initiating a split of this range at key /Table/53/1/200 [r30]
I171018 18:49:35.599563 28830 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r27/1:/{Table/53/1/1…-Max}] generated Raft snapshot 6047e000 at index 10
E171018 18:49:35.600246 28830 storage/queue.go:656 [raftsnapshot,n1,s1,r27/1:/{Table/53/1/1…-Max}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r27: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/2:/{Table/50-Max}]
W171018 18:49:35.630175 31826 storage/replica.go:2064 [n1,s1,r27/1:/Table/53/1/{100-500}] context canceled before command queue: 1 QueryTxn
I171018 18:49:35.631822 31851 storage/replica_command.go:2810 [n1,s1,r29/1:/{Table/53/1/5…-Max}] initiating a split of this range at key /Table/53/1/600 [r31]
I171018 18:49:35.635485 28830 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r29/1:/{Table/53/1/5…-Max}] generated Raft snapshot 5f103939 at index 10
E171018 18:49:35.636635 28830 storage/queue.go:656 [raftsnapshot,n1,s1,r29/1:/{Table/53/1/5…-Max}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r29: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/2:/{Table/50-Max}]
I171018 18:49:35.639705 31642 storage/replica_command.go:2810 [n1,s1,r24/1:/Table/53/1/-{350-150}] initiating a split of this range at key /Table/53/1/-300 [r32]
I171018 18:49:35.652489 31872 storage/replica_command.go:2810 [n1,s1,r32/1:/Table/53/1/-{300-150}] initiating a split of this range at key /Table/53/1/-250 [r33]
I171018 18:49:35.653476 31920 storage/replica_command.go:2810 [n1,s1,r31/1:/{Table/53/1/6…-Max}] initiating a split of this range at key /Table/53/2 [r34]
I171018 18:49:35.654164 31748 storage/replica_command.go:2810 [n1,s1,r25/1:/Table/53/1/{-150-100}] initiating a split of this range at key /Table/53/1/-100 [r35]
I171018 18:49:35.659548 28830 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r31/1:/{Table/53/1/6…-Max}] generated Raft snapshot c9bdf409 at index 10
E171018 18:49:35.659969 28830 storage/queue.go:656 [raftsnapshot,n1,s1,r31/1:/{Table/53/1/6…-Max}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r31: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/2:/{Table/50-Max}]
I171018 18:49:35.661402 28830 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r32/1:/Table/53/1/-{300-150}] generated Raft snapshot 95913dbb at index 10
E171018 18:49:35.662444 28830 storage/queue.go:656 [raftsnapshot,n1,s1,r32/1:/Table/53/1/-{300-150}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r32: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/2:/{Table/50-Max}]
I171018 18:49:35.679345 31754 storage/replica_command.go:2810 [n1,s1,r27/1:/Table/53/1/{100-500}] initiating a split of this range at key /Table/53/1/200 [r36]
I171018 18:49:35.681818 32041 storage/replica_command.go:2810 [n1,s1,r33/1:/Table/53/1/-{250-150}] initiating a split of this range at key /Table/53/1/-200 [r37]
I171018 18:49:35.682150 32098 storage/replica_command.go:2810 [n1,s1,r35/1:/Table/53/1/{-100-100}] initiating a split of this range at key /Table/53/1/-50 [r38]
I171018 18:49:35.686803 28830 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r35/1:/Table/53/1/{-100-100}] generated Raft snapshot 27c77677 at index 13
E171018 18:49:35.687924 28830 storage/queue.go:656 [raftsnapshot,n1,s1,r35/1:/Table/53/1/{-100-100}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r35: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/2:/{Table/50-Max}]
I171018 18:49:35.693422 32000 storage/replica_command.go:2810 [n1,s1,r36/1:/Table/53/1/{200-500}] initiating a split of this range at key /Table/53/1/300 [r39]
I171018 18:49:35.711423 28830 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r33/1:/Table/53/1/-2{50-00}] generated Raft snapshot d366c7dd at index 17
E171018 18:49:35.711930 28830 storage/queue.go:656 [raftsnapshot,n1,s1,r33/1:/Table/53/1/-2{50-00}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r33: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/2:/{Table/50-Max}]
I171018 18:49:35.713589 28830 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r36/1:/Table/53/1/{200-500}] generated Raft snapshot 074d362a at index 10
E171018 18:49:35.714105 28830 storage/queue.go:656 [raftsnapshot,n1,s1,r36/1:/Table/53/1/{200-500}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r36: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/2:/{Table/50-Max}]
I171018 18:49:35.716276 32171 storage/replica_command.go:2810 [n1,s1,r38/1:/Table/53/1/{-50-100}] initiating a split of this range at key /Table/53/1/0 [r40]
I171018 18:49:35.722550 28830 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r38/1:/Table/53/1/{-50-100}] generated Raft snapshot fba26efc at index 11
E171018 18:49:35.723241 28830 storage/queue.go:656 [raftsnapshot,n1,s1,r38/1:/Table/53/1/{-50-100}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r38: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/2:/{Table/50-Max}]
I171018 18:49:35.777013 28830 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r40/1:/Table/53/1/{0-100}] generated Raft snapshot 24a8af38 at index 11
E171018 18:49:35.777455 28830 storage/queue.go:656 [raftsnapshot,n1,s1,r40/1:/Table/53/1/{0-100}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r40: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/2:/{Table/50-Max}]
I171018 18:49:35.778835 28830 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r37/1:/Table/53/1/-{200-150}] generated Raft snapshot 8e0ec189 at index 11
E171018 18:49:35.779177 28830 storage/queue.go:656 [raftsnapshot,n1,s1,r37/1:/Table/53/1/-{200-150}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r37: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/2:/{Table/50-Max}]
I171018 18:49:35.911381 25439 storage/replica_proposal.go:475 [n2,s2,r6/3:/{System/tse-Table/System…}] new range lease repl=(n2,s2):3 start=1508352575.910486739,0 epo=1 pro=1508352575.910489639,0 following repl=(n1,s1):1 start=0.000000000,0 exp=1508352582.103900562,0 pro=1508352573.103915662,0
I171018 18:49:36.136049 25444 storage/replica_proposal.go:475 [n2,s2,r50/2:/Table/51/1/-{100-50}] new range lease repl=(n2,s2):2 start=1508352576.134594899,0 epo=1 pro=1508352576.134598199,0 following repl=(n3,s3):3 start=1508352573.676727372,0 epo=1 pro=1508352573.676730272,0
I171018 18:49:36.165212 30046 storage/allocator_scorer.go:623 [replicate,n2,s2,r2/2:/System/{-NodeLive…}] s1: should-rebalance(ranges-overfull): rangeCount=34, mean=28.33, overfull-threshold=30
I171018 18:49:36.380229 29998 storage/replica_proposal.go:475 [n2,s2,r15/2:/Table/1{8-9}] new range lease repl=(n2,s2):2 start=1508352576.376041441,0 epo=1 pro=1508352576.376044141,0 following repl=(n1,s1):1 start=0.000000000,0 exp=1508352583.771526052,0 pro=1508352574.771544252,0
I171018 18:49:36.516458 28830 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r19/1:/Table/53{-/1/-500}] generated Raft snapshot 899a62ef at index 22
E171018 18:49:36.517309 28830 storage/queue.go:656 [raftsnapshot,n1,s1,r19/1:/Table/53{-/1/-500}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r19: cannot apply snapshot: snapshot intersects existing range [n3,s3,r18/2:/{Table/51-Max}]
I171018 18:49:36.518640 28830 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r18/1:/Table/5{1-3}] generated Raft snapshot 85bd1fc8 at index 16
I171018 18:49:36.519358 28830 storage/store.go:3549 [raftsnapshot,n1,s1,r18/1:/Table/5{1-3}] streamed snapshot to (n3,s3):2: kv pairs: 11, log entries: 6, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:36.524136 32405 storage/replica_raftstorage.go:732 [n3,s3,r18/2:/{Table/51-Max}] applying Raft snapshot at index 16 (id=85bd1fc8, encoded size=3314, 1 rocksdb batches, 6 log entries)
I171018 18:49:36.524529 32405 storage/replica_raftstorage.go:738 [n3,s3,r18/2:/Table/5{1-3}] applied Raft snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:36.526164 28830 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r21/1:/Table/53/1/-{500-450}] generated Raft snapshot c62ede04 at index 20
I171018 18:49:36.529086 28830 storage/store.go:3549 [raftsnapshot,n1,s1,r21/1:/Table/53/1/-{500-450}] streamed snapshot to (n3,s3):2: kv pairs: 60, log entries: 10, rate-limit: 8.0 MiB/sec, 3ms
I171018 18:49:36.529242 32219 storage/replica_raftstorage.go:732 [n3,s3,r21/2:{-}] applying Raft snapshot at index 20 (id=c62ede04, encoded size=35802, 1 rocksdb batches, 10 log entries)
I171018 18:49:36.529855 32219 storage/replica_raftstorage.go:738 [n3,s3,r21/2:/Table/53/1/-{500-450}] applied Raft snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:36.531565 28830 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r24/1:/Table/53/1/-3{50-00}] generated Raft snapshot c23c6fc4 at index 24
I171018 18:49:36.532632 28830 storage/store.go:3549 [raftsnapshot,n1,s1,r24/1:/Table/53/1/-3{50-00}] streamed snapshot to (n3,s3):2: kv pairs: 62, log entries: 14, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:36.532885 32408 storage/replica_raftstorage.go:732 [n3,s3,r24/2:{-}] applying Raft snapshot at index 24 (id=c23c6fc4, encoded size=38279, 1 rocksdb batches, 14 log entries)
I171018 18:49:36.533445 32408 storage/replica_raftstorage.go:738 [n3,s3,r24/2:/Table/53/1/-3{50-00}] applied Raft snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:36.534989 28830 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r23/1:/Table/53/1/-{400-350}] generated Raft snapshot 8112122f at index 17
I171018 18:49:36.535997 28830 storage/store.go:3549 [raftsnapshot,n1,s1,r23/1:/Table/53/1/-{400-350}] streamed snapshot to (n3,s3):2: kv pairs: 61, log entries: 7, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:36.536147 32396 storage/replica_raftstorage.go:732 [n3,s3,r23/2:{-}] applying Raft snapshot at index 17 (id=8112122f, encoded size=35332, 1 rocksdb batches, 7 log entries)
I171018 18:49:36.536702 32396 storage/replica_raftstorage.go:738 [n3,s3,r23/2:/Table/53/1/-{400-350}] applied Raft snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:36.538355 28830 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r22/1:/Table/53/1/-4{50-00}] generated Raft snapshot df906208 at index 17
I171018 18:49:36.539323 28830 storage/store.go:3549 [raftsnapshot,n1,s1,r22/1:/Table/53/1/-4{50-00}] streamed snapshot to (n3,s3):2: kv pairs: 61, log entries: 7, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:36.539526 32303 storage/replica_raftstorage.go:732 [n3,s3,r22/2:{-}] applying Raft snapshot at index 17 (id=df906208, encoded size=25682, 1 rocksdb batches, 7 log entries)
I171018 18:49:36.539947 32303 storage/replica_raftstorage.go:738 [n3,s3,r22/2:/Table/53/1/-4{50-00}] applied Raft snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:36.616420 28830 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r35/1:/Table/53/1/-{100-50}] generated Raft snapshot 2587dd0b at index 17
I171018 18:49:36.617549 28830 storage/store.go:3549 [raftsnapshot,n1,s1,r35/1:/Table/53/1/-{100-50}] streamed snapshot to (n3,s3):2: kv pairs: 61, log entries: 7, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:36.617689 32410 storage/replica_raftstorage.go:732 [n3,s3,r35/2:{-}] applying Raft snapshot at index 17 (id=2587dd0b, encoded size=25539, 1 rocksdb batches, 7 log entries)
I171018 18:49:36.618152 32410 storage/replica_raftstorage.go:738 [n3,s3,r35/2:/Table/53/1/-{100-50}] applied Raft snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:36.717668 28830 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r25/1:/Table/53/1/-1{50-00}] generated Raft snapshot e2f58bd9 at index 24
I171018 18:49:36.718778 28830 storage/store.go:3549 [raftsnapshot,n1,s1,r25/1:/Table/53/1/-1{50-00}] streamed snapshot to (n3,s3):2: kv pairs: 62, log entries: 14, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:36.719023 32444 storage/replica_raftstorage.go:732 [n3,s3,r25/2:{-}] applying Raft snapshot at index 24 (id=e2f58bd9, encoded size=38401, 1 rocksdb batches, 14 log entries)
I171018 18:49:36.719673 32444 storage/replica_raftstorage.go:738 [n3,s3,r25/2:/Table/53/1/-1{50-00}] applied Raft snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:36.721373 28830 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r38/1:/Table/53/1/{-50-0}] generated Raft snapshot 8ecb22ad at index 16
I171018 18:49:36.722370 28830 storage/store.go:3549 [raftsnapshot,n1,s1,r38/1:/Table/53/1/{-50-0}] streamed snapshot to (n3,s3):2: kv pairs: 11, log entries: 6, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:36.722496 32422 storage/replica_raftstorage.go:732 [n3,s3,r38/2:{-}] applying Raft snapshot at index 16 (id=8ecb22ad, encoded size=3431, 1 rocksdb batches, 6 log entries)
I171018 18:49:36.722703 32422 storage/replica_raftstorage.go:738 [n3,s3,r38/2:/Table/53/1/{-50-0}] applied Raft snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:36.724665 28830 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r27/1:/Table/53/1/{100-200}] generated Raft snapshot 368000c3 at index 24
I171018 18:49:36.725854 28830 storage/store.go:3549 [raftsnapshot,n1,s1,r27/1:/Table/53/1/{100-200}] streamed snapshot to (n3,s3):2: kv pairs: 112, log entries: 14, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:36.726227 32454 storage/replica_raftstorage.go:732 [n3,s3,r27/2:{-}] applying Raft snapshot at index 24 (id=368000c3, encoded size=67373, 1 rocksdb batches, 14 log entries)
I171018 18:49:36.727653 32454 storage/replica_raftstorage.go:738 [n3,s3,r27/2:/Table/53/1/{100-200}] applied Raft snapshot in 1ms [clear=0ms batch=0ms entries=1ms commit=0ms]
I171018 18:49:36.729677 28830 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r36/1:/Table/53/1/{200-500}] generated Raft snapshot df225e41 at index 10
I171018 18:49:36.730277 28830 storage/store.go:3549 [raftsnapshot,n1,s1,r36/1:/Table/53/1/{200-500}] streamed snapshot to (n3,s3):2: kv pairs: 10, log entries: 0, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:36.730422 32424 storage/replica_raftstorage.go:732 [n3,s3,r36/2:{-}] applying Raft snapshot at index 10 (id=df225e41, encoded size=611, 1 rocksdb batches, 0 log entries)
I171018 18:49:36.730589 32424 storage/replica_raftstorage.go:738 [n3,s3,r36/2:/Table/53/1/{200-500}] applied Raft snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:36.732367 28830 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r33/1:/Table/53/1/-2{50-00}] generated Raft snapshot cc5ffce7 at index 18
I171018 18:49:36.734213 28830 storage/store.go:3549 [raftsnapshot,n1,s1,r33/1:/Table/53/1/-2{50-00}] streamed snapshot to (n3,s3):2: kv pairs: 61, log entries: 8, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:36.742544 32373 storage/replica_raftstorage.go:732 [n3,s3,r33/2:{-}] applying Raft snapshot at index 18 (id=cc5ffce7, encoded size=35601, 1 rocksdb batches, 8 log entries)
I171018 18:49:36.746487 32373 storage/replica_raftstorage.go:738 [n3,s3,r33/2:/Table/53/1/-2{50-00}] applied Raft snapshot in 4ms [clear=0ms batch=0ms entries=2ms commit=0ms]
I171018 18:49:36.748113 28830 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r32/1:/Table/53/1/-{300-250}] generated Raft snapshot 9718864d at index 18
I171018 18:49:36.754950 28830 storage/store.go:3549 [raftsnapshot,n1,s1,r32/1:/Table/53/1/-{300-250}] streamed snapshot to (n3,s3):2: kv pairs: 61, log entries: 8, rate-limit: 8.0 MiB/sec, 4ms
I171018 18:49:36.755840 32562 storage/replica_raftstorage.go:732 [n3,s3,r32/2:{-}] applying Raft snapshot at index 18 (id=9718864d, encoded size=35958, 1 rocksdb batches, 8 log entries)
I171018 18:49:36.755992 32550 storage/replica_command.go:2810 [n1,s1,r39/1:/Table/53/1/{300-500}] initiating a split of this range at key /Table/53/1/400 [r41]
I171018 18:49:36.757441 32562 storage/replica_raftstorage.go:738 [n3,s3,r32/2:/Table/53/1/-{300-250}] applied Raft snapshot in 2ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:36.761248 28830 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r31/1:/{Table/53/1/6…-Max}] generated Raft snapshot f7d5ba62 at index 10
I171018 18:49:36.769849 28830 storage/store.go:3549 [raftsnapshot,n1,s1,r31/1:/{Table/53/1/6…-Max}] streamed snapshot to (n3,s3):2: kv pairs: 10, log entries: 0, rate-limit: 8.0 MiB/sec, 9ms
I171018 18:49:36.770622 32522 storage/replica_raftstorage.go:732 [n3,s3,r31/2:{-}] applying Raft snapshot at index 10 (id=f7d5ba62, encoded size=610, 1 rocksdb batches, 0 log entries)
I171018 18:49:36.771529 32522 storage/replica_raftstorage.go:738 [n3,s3,r31/2:/{Table/53/1/6…-Max}] applied Raft snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:36.785663 28830 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r29/1:/Table/53/1/{500-600}] generated Raft snapshot 88839d85 at index 18
I171018 18:49:36.795578 28830 storage/store.go:3549 [raftsnapshot,n1,s1,r29/1:/Table/53/1/{500-600}] streamed snapshot to (n3,s3):2: kv pairs: 12, log entries: 8, rate-limit: 8.0 MiB/sec, 10ms
I171018 18:49:36.796044 32692 storage/replica_raftstorage.go:732 [n3,s3,r29/2:{-}] applying Raft snapshot at index 18 (id=88839d85, encoded size=6306, 1 rocksdb batches, 8 log entries)
I171018 18:49:36.808165 32692 storage/replica_raftstorage.go:738 [n3,s3,r29/2:/Table/53/1/{500-600}] applied Raft snapshot in 12ms [clear=0ms batch=0ms entries=11ms commit=0ms]
I171018 18:49:36.831725 28830 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r39/1:/Table/53/1/{300-400}] generated Raft snapshot af0efc4c at index 17
E171018 18:49:36.832351 28830 storage/queue.go:656 [raftsnapshot,n1,s1,r39/1:/Table/53/1/{300-400}] snapshot failed: (n2,s2):3: remote couldn't accept snapshot with error: [n2,s2],r39: cannot apply snapshot: snapshot intersects existing range [n2,s2,r36/3:/Table/53/1/{200-500}]
I171018 18:49:36.841131 28830 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r41/1:/Table/53/1/{400-500}] generated Raft snapshot 1bf064c2 at index 12
E171018 18:49:36.841586 28830 storage/queue.go:656 [raftsnapshot,n1,s1,r41/1:/Table/53/1/{400-500}] snapshot failed: (n2,s2):3: remote couldn't accept snapshot with error: [n2,s2],r41: cannot apply snapshot: snapshot intersects existing range [n2,s2,r36/3:/Table/53/1/{200-500}]
I171018 18:49:36.916945 28830 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r37/1:/Table/53/1/-{200-150}] generated Raft snapshot 6281b010 at index 12
I171018 18:49:36.918023 28830 storage/store.go:3549 [raftsnapshot,n1,s1,r37/1:/Table/53/1/-{200-150}] streamed snapshot to (n3,s3):2: kv pairs: 60, log entries: 2, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:36.918262 32869 storage/replica_raftstorage.go:732 [n3,s3,r37/2:{-}] applying Raft snapshot at index 12 (id=6281b010, encoded size=22697, 1 rocksdb batches, 2 log entries)
I171018 18:49:36.919509 32869 storage/replica_raftstorage.go:738 [n3,s3,r37/2:/Table/53/1/-{200-150}] applied Raft snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:36.921462 28830 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r40/1:/Table/53/1/{0-100}] generated Raft snapshot a8bd4c9a at index 12
I171018 18:49:36.922870 28830 storage/store.go:3549 [raftsnapshot,n1,s1,r40/1:/Table/53/1/{0-100}] streamed snapshot to (n3,s3):2: kv pairs: 110, log entries: 2, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:36.923273 32837 storage/replica_raftstorage.go:732 [n3,s3,r40/2:{-}] applying Raft snapshot at index 12 (id=a8bd4c9a, encoded size=43026, 1 rocksdb batches, 2 log entries)
I171018 18:49:36.924686 32837 storage/replica_raftstorage.go:738 [n3,s3,r40/2:/Table/53/1/{0-100}] applied Raft snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=0ms]
W171018 18:49:36.941017 31219 storage/raft_transport.go:461 [n3] raft transport stream to node 2 failed: rpc error: code = Unavailable desc = transport is closing
W171018 18:49:36.941077 30419 storage/raft_transport.go:461 [n1] raft transport stream to node 3 failed: rpc error: code = Unavailable desc = transport is closing
W171018 18:49:36.941107 30422 storage/raft_transport.go:461 [n3] raft transport stream to node 1 failed: rpc error: code = Unavailable desc = transport is closing
W171018 18:49:36.941217 31057 storage/raft_transport.go:461 [n2] raft transport stream to node 3 failed: EOF
W171018 18:49:36.941400 30358 storage/raft_transport.go:461 [n2] raft transport stream to node 1 failed: EOF
I171018 18:49:36.941434 29848 vendor/google.golang.org/grpc/grpclog/grpclog.go:75 transport: http2Server.HandleStreams failed to read frame: read tcp 127.0.0.1:50935->127.0.0.1:44289: use of closed network connection
I171018 18:49:36.941435 29830 vendor/google.golang.org/grpc/grpclog/grpclog.go:60 transport: http2Client.notifyError got notified that the client transport was broken EOF.
I171018 18:49:36.941649 29792 vendor/google.golang.org/grpc/grpclog/grpclog.go:75 grpc: addrConn.transportMonitor exits due to: connection error: desc = "transport: authentication handshake failed: context canceled"
I171018 18:49:36.950820 32529 util/stop/stopper.go:476 quiescing; tasks left:
1 storage.replica consistency checker: processing replica
1 node.Node: batch
W171018 18:49:36.950909 25842 storage/raft_transport.go:461 [n3] raft transport stream to node 1 failed: rpc error: code = Unavailable desc = transport is closing
W171018 18:49:36.950931 26612 storage/raft_transport.go:461 [n3] raft transport stream to node 2 failed: rpc error: code = Unavailable desc = transport is closing
W171018 18:49:36.951034 25774 storage/raft_transport.go:461 [n1] raft transport stream to node 3 failed: rpc error: code = Unavailable desc = transport is closing
W171018 18:49:36.951168 26627 storage/raft_transport.go:461 [n2] raft transport stream to node 3 failed: rpc error: code = Unavailable desc = transport is closing
W171018 18:49:36.951222 25794 storage/raft_transport.go:461 [n2] raft transport stream to node 1 failed: rpc error: code = Unavailable desc = transport is closing
--- PASS: TestBackupRestoreNegativePrimaryKey (3.91s)
=== RUN TestBackupRestoreSystemJobs
W171018 18:49:37.012298 32885 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
I171018 18:49:37.013442 32885 server/config.go:507 [n?] 1 storage engine initialized
I171018 18:49:37.013460 32885 server/config.go:510 [n?] RocksDB cache size: 128 MiB
I171018 18:49:37.013466 32885 server/config.go:510 [n?] store 0: in-memory, size 0 B
I171018 18:49:37.015274 32885 server/node.go:347 [n?] **** cluster dfd7a8e7-fd3c-4883-b28c-36c439cf67a6 has been created
I171018 18:49:37.015300 32885 server/server.go:882 [n?] **** add additional nodes by specifying --join=127.0.0.1:42863
I171018 18:49:37.015756 32885 storage/store.go:1212 [n1,s1] [n1,s1]: failed initial metrics computation: [n1,s1]: system config not yet available
I171018 18:49:37.015792 32885 server/node.go:472 [n1] initialized store [n1,s1]: disk (capacity=512 MiB, available=512 MiB, used=0 B, logicalBytes=3.2 KiB), ranges=1, leases=0, writes=0.00, bytesPerReplica={p10=3234.00 p25=3234.00 p50=3234.00 p75=3234.00 p90=3234.00}, writesPerReplica={p10=0.00 p25=0.00 p50=0.00 p75=0.00 p90=0.00}
I171018 18:49:37.015815 32885 server/node.go:329 [n1] node ID 1 initialized
I171018 18:49:37.015904 32885 gossip/gossip.go:331 [n1] NodeDescriptor set to node_id:1 address:<network_field:"tcp" address_field:"127.0.0.1:42863" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:3 >
I171018 18:49:37.015957 32885 storage/stores.go:332 [n1] read 0 node addresses from persistent storage
I171018 18:49:37.016032 32885 server/node.go:617 [n1] connecting to gossip network to verify cluster ID...
I171018 18:49:37.016054 32885 server/node.go:642 [n1] node connected via gossip and verified as part of cluster "dfd7a8e7-fd3c-4883-b28c-36c439cf67a6"
I171018 18:49:37.016074 32885 server/node.go:414 [n1] node=1: started with [<no-attributes>=<in-mem>] engine(s) and attributes []
I171018 18:49:37.016143 32885 sql/executor.go:408 [n1] creating distSQLPlanner with address {tcp 127.0.0.1:42863}
I171018 18:49:37.020383 32885 server/server.go:987 [n1] starting https server at 127.0.0.1:55540
I171018 18:49:37.020403 32885 server/server.go:988 [n1] starting grpc/postgres server at 127.0.0.1:42863
I171018 18:49:37.020411 32885 server/server.go:989 [n1] advertising CockroachDB node at 127.0.0.1:42863
W171018 18:49:37.020427 32885 sql/jobs/registry.go:167 [n1] unable to get node liveness: node not in the liveness table
I171018 18:49:37.027265 32925 storage/replica_command.go:2810 [split,n1,s1,r1/1:/M{in-ax}] initiating a split of this range at key /System/"" [r2]
I171018 18:49:37.035041 32925 storage/replica_command.go:2810 [split,n1,s1,r2/1:/{System/-Max}] initiating a split of this range at key /System/NodeLiveness [r3]
I171018 18:49:37.035622 32885 sql/event_log.go:103 [n1] Event: "alter_table", target: 12, info: {TableName:eventlog Statement:ALTER TABLE system.eventlog ALTER COLUMN "uniqueID" SET DEFAULT uuid_v4() User:node MutationID:0 CascadeDroppedViews:[]}
I171018 18:49:37.040035 32885 sql/lease.go:341 [n1] publish: descID=12 (eventlog) version=2 mtime=2017-10-18 18:49:37.039798081 +0000 UTC
I171018 18:49:37.051446 32925 storage/replica_command.go:2810 [split,n1,s1,r3/1:/{System/NodeL…-Max}] initiating a split of this range at key /System/NodeLivenessMax [r4]
I171018 18:49:37.071202 32925 storage/replica_command.go:2810 [split,n1,s1,r4/1:/{System/NodeL…-Max}] initiating a split of this range at key /System/tsd [r5]
W171018 18:49:37.071865 33285 storage/intent_resolver.go:345 [n1,s1,r4/1:/{System/NodeL…-Max}]: failed to push during intent resolution: failed to push "sql txn implicit" id=978d5bc8 key=/Table/SystemConfigSpan/Start rw=true pri=0.01862077 iso=SERIALIZABLE stat=PENDING epo=0 ts=1508352577.053893347,0 orig=1508352577.053893347,0 max=1508352577.053893347,0 wto=false rop=false seq=7
I171018 18:49:37.072562 32885 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:diagnostics.reporting.enabled Value:true User:node}
I171018 18:49:37.080162 32925 storage/replica_command.go:2810 [split,n1,s1,r5/1:/{System/tsd-Max}] initiating a split of this range at key /System/"tse" [r6]
I171018 18:49:37.087153 32885 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:version Value:1.1-3 User:node}
I171018 18:49:37.090638 32885 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:trace.debug.enable Value:false User:node}
I171018 18:49:37.091256 32885 server/server.go:1131 [n1] done ensuring all necessary migrations have run
I171018 18:49:37.091277 32885 server/server.go:1133 [n1] serving sql connections
I171018 18:49:37.098984 33435 sql/event_log.go:103 [n1] Event: "node_join", target: 1, info: {Descriptor:{NodeID:1 Address:{NetworkField:tcp AddressField:127.0.0.1:42863} Attrs: Locality: ServerVersion:1.1-3} ClusterID:dfd7a8e7-fd3c-4883-b28c-36c439cf67a6 StartedAt:1508352577016061568 LastUp:1508352577016061568}
I171018 18:49:37.100845 32925 storage/replica_command.go:2810 [split,n1,s1,r6/1:/{System/tse-Max}] initiating a split of this range at key /Table/SystemConfigSpan/Start [r7]
I171018 18:49:37.106419 32925 storage/replica_command.go:2810 [split,n1,s1,r7/1:/{Table/System…-Max}] initiating a split of this range at key /Table/11 [r8]
I171018 18:49:37.113837 32925 storage/replica_command.go:2810 [split,n1,s1,r8/1:/{Table/11-Max}] initiating a split of this range at key /Table/12 [r9]
I171018 18:49:37.118437 32925 storage/replica_command.go:2810 [split,n1,s1,r9/1:/{Table/12-Max}] initiating a split of this range at key /Table/13 [r10]
I171018 18:49:37.126178 32925 storage/replica_command.go:2810 [split,n1,s1,r10/1:/{Table/13-Max}] initiating a split of this range at key /Table/14 [r11]
I171018 18:49:37.130839 32925 storage/replica_command.go:2810 [split,n1,s1,r11/1:/{Table/14-Max}] initiating a split of this range at key /Table/15 [r12]
I171018 18:49:37.137535 32925 storage/replica_command.go:2810 [split,n1,s1,r12/1:/{Table/15-Max}] initiating a split of this range at key /Table/16 [r13]
I171018 18:49:37.144937 32925 storage/replica_command.go:2810 [split,n1,s1,r13/1:/{Table/16-Max}] initiating a split of this range at key /Table/17 [r14]
I171018 18:49:37.151044 32925 storage/replica_command.go:2810 [split,n1,s1,r14/1:/{Table/17-Max}] initiating a split of this range at key /Table/18 [r15]
I171018 18:49:37.158156 32925 storage/replica_command.go:2810 [split,n1,s1,r15/1:/{Table/18-Max}] initiating a split of this range at key /Table/19 [r16]
W171018 18:49:37.170736 32885 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
W171018 18:49:37.171300 32885 gossip/gossip.go:1277 [n?] no incoming or outgoing connections
I171018 18:49:37.172346 32885 server/config.go:507 [n?] 1 storage engine initialized
I171018 18:49:37.172372 32885 server/config.go:510 [n?] RocksDB cache size: 128 MiB
I171018 18:49:37.172378 32885 server/config.go:510 [n?] store 0: in-memory, size 0 B
I171018 18:49:37.172602 32885 server/server.go:884 [n?] no stores bootstrapped and --join flag specified, awaiting init command.
I171018 18:49:37.183986 33865 gossip/client.go:129 [n?] started gossip client to 127.0.0.1:42863
I171018 18:49:37.184290 33891 gossip/server.go:232 [n1] received initial cluster-verification connection from {tcp 127.0.0.1:59394}
I171018 18:49:37.184686 32885 storage/stores.go:332 [n?] read 0 node addresses from persistent storage
I171018 18:49:37.184717 32885 storage/stores.go:351 [n?] wrote 1 node addresses to persistent storage
I171018 18:49:37.184727 32885 server/node.go:617 [n?] connecting to gossip network to verify cluster ID...
I171018 18:49:37.184745 32885 server/node.go:642 [n?] node connected via gossip and verified as part of cluster "dfd7a8e7-fd3c-4883-b28c-36c439cf67a6"
I171018 18:49:37.184934 33856 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:37.185498 33855 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:37.185939 32885 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:37.186531 32885 server/node.go:322 [n?] new node allocated ID 2
I171018 18:49:37.186584 32885 gossip/gossip.go:331 [n2] NodeDescriptor set to node_id:2 address:<network_field:"tcp" address_field:"127.0.0.1:59394" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:3 >
I171018 18:49:37.186620 32885 server/node.go:400 [n2] node=2: asynchronously bootstrapping engine(s) [<no-attributes>=<in-mem>]
I171018 18:49:37.186637 32885 server/node.go:414 [n2] node=2: started with [] engine(s) and attributes []
I171018 18:49:37.186688 32885 sql/executor.go:408 [n2] creating distSQLPlanner with address {tcp 127.0.0.1:59394}
I171018 18:49:37.189055 32885 server/server.go:987 [n2] starting https server at 127.0.0.1:38361
I171018 18:49:37.189074 32885 server/server.go:988 [n2] starting grpc/postgres server at 127.0.0.1:59394
I171018 18:49:37.189082 32885 server/server.go:989 [n2] advertising CockroachDB node at 127.0.0.1:59394
W171018 18:49:37.189093 32885 sql/jobs/registry.go:167 [n2] unable to get node liveness: node not in the liveness table
I171018 18:49:37.201862 33911 storage/stores.go:351 [n1] wrote 1 node addresses to persistent storage
I171018 18:49:37.203196 32885 server/server.go:1131 [n2] done ensuring all necessary migrations have run
I171018 18:49:37.203211 32885 server/server.go:1133 [n2] serving sql connections
I171018 18:49:37.206729 33693 server/node.go:598 [n2] bootstrapped store [n2,s2]
I171018 18:49:37.217058 34039 sql/event_log.go:103 [n2] Event: "node_join", target: 2, info: {Descriptor:{NodeID:2 Address:{NetworkField:tcp AddressField:127.0.0.1:59394} Attrs: Locality: ServerVersion:1.1-3} ClusterID:dfd7a8e7-fd3c-4883-b28c-36c439cf67a6 StartedAt:1508352577186629575 LastUp:1508352577186629575}
W171018 18:49:37.218373 32885 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
W171018 18:49:37.218923 32885 gossip/gossip.go:1277 [n?] no incoming or outgoing connections
I171018 18:49:37.223241 32885 server/config.go:507 [n?] 1 storage engine initialized
I171018 18:49:37.223258 32885 server/config.go:510 [n?] RocksDB cache size: 128 MiB
I171018 18:49:37.223265 32885 server/config.go:510 [n?] store 0: in-memory, size 0 B
I171018 18:49:37.223306 32885 server/server.go:884 [n?] no stores bootstrapped and --join flag specified, awaiting init command.
I171018 18:49:37.227985 34084 gossip/client.go:129 [n?] started gossip client to 127.0.0.1:42863
I171018 18:49:37.228216 34076 gossip/server.go:232 [n1] received initial cluster-verification connection from {tcp 127.0.0.1:38016}
I171018 18:49:37.228768 32885 storage/stores.go:332 [n?] read 0 node addresses from persistent storage
I171018 18:49:37.228806 32885 storage/stores.go:351 [n?] wrote 2 node addresses to persistent storage
I171018 18:49:37.228819 32885 server/node.go:617 [n?] connecting to gossip network to verify cluster ID...
I171018 18:49:37.228840 32885 server/node.go:642 [n?] node connected via gossip and verified as part of cluster "dfd7a8e7-fd3c-4883-b28c-36c439cf67a6"
I171018 18:49:37.229087 34119 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:37.230242 34118 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:37.230734 32885 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:37.231467 32885 server/node.go:322 [n?] new node allocated ID 3
I171018 18:49:37.231524 32885 gossip/gossip.go:331 [n3] NodeDescriptor set to node_id:3 address:<network_field:"tcp" address_field:"127.0.0.1:38016" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:3 >
I171018 18:49:37.231569 32885 server/node.go:400 [n3] node=3: asynchronously bootstrapping engine(s) [<no-attributes>=<in-mem>]
I171018 18:49:37.231586 32885 server/node.go:414 [n3] node=3: started with [] engine(s) and attributes []
I171018 18:49:37.231640 32885 sql/executor.go:408 [n3] creating distSQLPlanner with address {tcp 127.0.0.1:38016}
I171018 18:49:37.231921 33921 storage/stores.go:351 [n1] wrote 2 node addresses to persistent storage
I171018 18:49:37.232144 34178 storage/stores.go:351 [n2] wrote 2 node addresses to persistent storage
I171018 18:49:37.233815 32885 server/server.go:987 [n3] starting https server at 127.0.0.1:50379
I171018 18:49:37.233833 32885 server/server.go:988 [n3] starting grpc/postgres server at 127.0.0.1:38016
I171018 18:49:37.233841 32885 server/server.go:989 [n3] advertising CockroachDB node at 127.0.0.1:38016
W171018 18:49:37.233859 32885 sql/jobs/registry.go:167 [n3] unable to get node liveness: node not in the liveness table
I171018 18:49:37.236927 32885 server/server.go:1131 [n3] done ensuring all necessary migrations have run
I171018 18:49:37.236949 32885 server/server.go:1133 [n3] serving sql connections
I171018 18:49:37.237307 34078 server/node.go:598 [n3] bootstrapped store [n3,s3]
I171018 18:49:37.241553 33223 storage/replica_raftstorage.go:526 [replicate,n1,s1,r13/1:/Table/1{6-7}] generated preemptive snapshot 22909d6b at index 16
I171018 18:49:37.243533 34091 sql/event_log.go:103 [n3] Event: "node_join", target: 3, info: {Descriptor:{NodeID:3 Address:{NetworkField:tcp AddressField:127.0.0.1:38016} Attrs: Locality: ServerVersion:1.1-3} ClusterID:dfd7a8e7-fd3c-4883-b28c-36c439cf67a6 StartedAt:1508352577231577888 LastUp:1508352577231577888}
I171018 18:49:37.263517 33223 storage/store.go:3549 [replicate,n1,s1,r13/1:/Table/1{6-7}] streamed snapshot to (n3,s3):?: kv pairs: 11, log entries: 6, rate-limit: 8.0 MiB/sec, 9ms
I171018 18:49:37.263751 34184 storage/replica_raftstorage.go:732 [n3,s3,r13/?:{-}] applying preemptive snapshot at index 16 (id=22909d6b, encoded size=2879, 1 rocksdb batches, 6 log entries)
I171018 18:49:37.263987 34184 storage/replica_raftstorage.go:738 [n3,s3,r13/?:/Table/1{6-7}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:37.264373 33223 storage/replica_command.go:3754 [replicate,n1,s1,r13/1:/Table/1{6-7}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r13:/Table/1{6-7} [(n1,s1):1, next=2]
I171018 18:49:37.266564 34321 storage/replica.go:3071 [n1,s1,r13/1:/Table/1{6-7}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:37.267064 33223 storage/replica_raftstorage.go:526 [replicate,n1,s1,r9/1:/Table/1{2-3}] generated preemptive snapshot 6efbfcfa at index 25
I171018 18:49:37.268208 34364 storage/raft_transport.go:455 [n3] raft transport stream to node 1 established
I171018 18:49:37.277443 33223 storage/store.go:3549 [replicate,n1,s1,r9/1:/Table/1{2-3}] streamed snapshot to (n2,s2):?: kv pairs: 46, log entries: 15, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:37.277657 34346 storage/replica_raftstorage.go:732 [n2,s2,r9/?:{-}] applying preemptive snapshot at index 25 (id=6efbfcfa, encoded size=14471, 1 rocksdb batches, 15 log entries)
I171018 18:49:37.277935 34346 storage/replica_raftstorage.go:738 [n2,s2,r9/?:/Table/1{2-3}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:37.278312 33223 storage/replica_command.go:3754 [replicate,n1,s1,r9/1:/Table/1{2-3}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r9:/Table/1{2-3} [(n1,s1):1, next=2]
I171018 18:49:37.280579 34401 storage/replica.go:3071 [n1,s1,r9/1:/Table/1{2-3}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:37.281123 33223 storage/replica_raftstorage.go:526 [replicate,n1,s1,r1/1:/{Min-System/}] generated preemptive snapshot 4fb18408 at index 75
I171018 18:49:37.281834 33223 storage/store.go:3549 [replicate,n1,s1,r1/1:/{Min-System/}] streamed snapshot to (n3,s3):?: kv pairs: 46, log entries: 52, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:37.282085 34379 storage/replica_raftstorage.go:732 [n3,s3,r1/?:{-}] applying preemptive snapshot at index 75 (id=4fb18408, encoded size=19310, 1 rocksdb batches, 52 log entries)
I171018 18:49:37.282397 34379 storage/replica_raftstorage.go:738 [n3,s3,r1/?:/{Min-System/}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:37.282680 33223 storage/replica_command.go:3754 [replicate,n1,s1,r1/1:/{Min-System/}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r1:/{Min-System/} [(n1,s1):1, next=2]
I171018 18:49:37.283570 34192 storage/raft_transport.go:455 [n2] raft transport stream to node 1 established
I171018 18:49:37.284392 34437 storage/replica.go:3071 [n1,s1,r1/1:/{Min-System/}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:37.284860 32926 storage/replica_raftstorage.go:526 [replicate,n1,s1,r13/1:/Table/1{6-7}] generated preemptive snapshot c6d34e42 at index 19
I171018 18:49:37.285389 32926 storage/store.go:3549 [replicate,n1,s1,r13/1:/Table/1{6-7}] streamed snapshot to (n2,s2):?: kv pairs: 12, log entries: 9, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:37.285791 34442 storage/replica_raftstorage.go:732 [n2,s2,r13/?:{-}] applying preemptive snapshot at index 19 (id=c6d34e42, encoded size=4107, 1 rocksdb batches, 9 log entries)
I171018 18:49:37.285990 34442 storage/replica_raftstorage.go:738 [n2,s2,r13/?:/Table/1{6-7}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:37.286627 32926 storage/replica_command.go:3754 [replicate,n1,s1,r13/1:/Table/1{6-7}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r13:/Table/1{6-7} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:37.289400 34472 storage/replica.go:3071 [n1,s1,r13/1:/Table/1{6-7}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:37.290244 32926 storage/allocator_scorer.go:623 [replicate,n1,s1,r13/1:/Table/1{6-7}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=6.67, overfull-threshold=8
I171018 18:49:37.290497 33223 storage/replica_raftstorage.go:526 [replicate,n1,s1,r11/1:/Table/1{4-5}] generated preemptive snapshot a16f9c2a at index 19
I171018 18:49:37.291260 33223 storage/store.go:3549 [replicate,n1,s1,r11/1:/Table/1{4-5}] streamed snapshot to (n3,s3):?: kv pairs: 11, log entries: 9, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:37.291517 34486 storage/replica_raftstorage.go:732 [n3,s3,r11/?:{-}] applying preemptive snapshot at index 19 (id=a16f9c2a, encoded size=3756, 1 rocksdb batches, 9 log entries)
I171018 18:49:37.291696 34486 storage/replica_raftstorage.go:738 [n3,s3,r11/?:/Table/1{4-5}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:37.292103 33223 storage/replica_command.go:3754 [replicate,n1,s1,r11/1:/Table/1{4-5}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r11:/Table/1{4-5} [(n1,s1):1, next=2]
I171018 18:49:37.294237 34447 storage/replica.go:3071 [n1,s1,r11/1:/Table/1{4-5}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:37.294704 33223 storage/replica_raftstorage.go:526 [replicate,n1,s1,r16/1:/{Table/19-Max}] generated preemptive snapshot 289af4d5 at index 11
I171018 18:49:37.296121 33223 storage/store.go:3549 [replicate,n1,s1,r16/1:/{Table/19-Max}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 1, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:37.296356 34488 storage/replica_raftstorage.go:732 [n2,s2,r16/?:{-}] applying preemptive snapshot at index 11 (id=289af4d5, encoded size=592, 1 rocksdb batches, 1 log entries)
I171018 18:49:37.296504 34488 storage/replica_raftstorage.go:738 [n2,s2,r16/?:/{Table/19-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:37.296869 33223 storage/replica_command.go:3754 [replicate,n1,s1,r16/1:/{Table/19-Max}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r16:/{Table/19-Max} [(n1,s1):1, next=2]
I171018 18:49:37.299035 34329 storage/replica.go:3071 [n1,s1,r16/1:/{Table/19-Max}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:37.299470 32926 storage/replica_raftstorage.go:526 [replicate,n1,s1,r9/1:/Table/1{2-3}] generated preemptive snapshot d4eaca28 at index 28
I171018 18:49:37.300153 32926 storage/store.go:3549 [replicate,n1,s1,r9/1:/Table/1{2-3}] streamed snapshot to (n3,s3):?: kv pairs: 47, log entries: 18, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:37.300412 34511 storage/replica_raftstorage.go:732 [n3,s3,r9/?:{-}] applying preemptive snapshot at index 28 (id=d4eaca28, encoded size=15699, 1 rocksdb batches, 18 log entries)
I171018 18:49:37.300693 34511 storage/replica_raftstorage.go:738 [n3,s3,r9/?:/Table/1{2-3}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:37.301177 32926 storage/replica_command.go:3754 [replicate,n1,s1,r9/1:/Table/1{2-3}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r9:/Table/1{2-3} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:37.303659 34555 storage/replica.go:3071 [n1,s1,r9/1:/Table/1{2-3}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:37.304601 32926 storage/allocator_scorer.go:623 [replicate,n1,s1,r9/1:/Table/1{2-3}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=7.67, overfull-threshold=9
I171018 18:49:37.304906 33223 storage/replica_raftstorage.go:526 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] generated preemptive snapshot a38698b3 at index 27
I171018 18:49:37.305552 33223 storage/store.go:3549 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] streamed snapshot to (n2,s2):?: kv pairs: 13, log entries: 17, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:37.306300 34524 storage/replica_raftstorage.go:732 [n2,s2,r3/?:{-}] applying preemptive snapshot at index 27 (id=a38698b3, encoded size=8944, 1 rocksdb batches, 17 log entries)
I171018 18:49:37.306583 34524 storage/replica_raftstorage.go:738 [n2,s2,r3/?:/System/NodeLiveness{-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:37.307143 33223 storage/replica_command.go:3754 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r3:/System/NodeLiveness{-Max} [(n1,s1):1, next=2]
I171018 18:49:37.309389 34455 storage/replica.go:3071 [n1,s1,r3/1:/System/NodeLiveness{-Max}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:37.309829 33223 storage/replica_raftstorage.go:526 [replicate,n1,s1,r14/1:/Table/1{7-8}] generated preemptive snapshot edb0adf1 at index 19
I171018 18:49:37.312522 33223 storage/store.go:3549 [replicate,n1,s1,r14/1:/Table/1{7-8}] streamed snapshot to (n2,s2):?: kv pairs: 11, log entries: 9, rate-limit: 8.0 MiB/sec, 3ms
I171018 18:49:37.312820 34463 storage/replica_raftstorage.go:732 [n2,s2,r14/?:{-}] applying preemptive snapshot at index 19 (id=edb0adf1, encoded size=3756, 1 rocksdb batches, 9 log entries)
I171018 18:49:37.313065 34463 storage/replica_raftstorage.go:738 [n2,s2,r14/?:/Table/1{7-8}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:37.313379 33223 storage/replica_command.go:3754 [replicate,n1,s1,r14/1:/Table/1{7-8}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r14:/Table/1{7-8} [(n1,s1):1, next=2]
I171018 18:49:37.315841 34570 storage/replica.go:3071 [n1,s1,r14/1:/Table/1{7-8}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:37.316311 32926 storage/replica_raftstorage.go:526 [replicate,n1,s1,r1/1:/{Min-System/}] generated preemptive snapshot 6ac4e39f at index 90
I171018 18:49:37.317476 32926 storage/store.go:3549 [replicate,n1,s1,r1/1:/{Min-System/}] streamed snapshot to (n2,s2):?: kv pairs: 55, log entries: 67, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:37.317886 34492 storage/replica_raftstorage.go:732 [n2,s2,r1/?:{-}] applying preemptive snapshot at index 90 (id=6ac4e39f, encoded size=23805, 1 rocksdb batches, 67 log entries)
I171018 18:49:37.328246 34492 storage/replica_raftstorage.go:738 [n2,s2,r1/?:/{Min-System/}] applied preemptive snapshot in 10ms [clear=0ms batch=0ms entries=0ms commit=10ms]
I171018 18:49:37.328872 32926 storage/replica_command.go:3754 [replicate,n1,s1,r1/1:/{Min-System/}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r1:/{Min-System/} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:37.332034 34613 storage/replica.go:3071 [n1,s1,r1/1:/{Min-System/}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:37.333003 32926 storage/allocator_scorer.go:623 [replicate,n1,s1,r1/1:/{Min-System/}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=8.67, overfull-threshold=10
I171018 18:49:37.333383 33223 storage/replica_raftstorage.go:526 [replicate,n1,s1,r10/1:/Table/1{3-4}] generated preemptive snapshot b428daff at index 49
I171018 18:49:37.338663 33223 storage/store.go:3549 [replicate,n1,s1,r10/1:/Table/1{3-4}] streamed snapshot to (n3,s3):?: kv pairs: 156, log entries: 39, rate-limit: 8.0 MiB/sec, 5ms
I171018 18:49:37.338952 34465 storage/replica_raftstorage.go:732 [n3,s3,r10/?:{-}] applying preemptive snapshot at index 49 (id=b428daff, encoded size=54424, 1 rocksdb batches, 39 log entries)
I171018 18:49:37.339580 34465 storage/replica_raftstorage.go:738 [n3,s3,r10/?:/Table/1{3-4}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:37.339944 33223 storage/replica_command.go:3754 [replicate,n1,s1,r10/1:/Table/1{3-4}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r10:/Table/1{3-4} [(n1,s1):1, next=2]
I171018 18:49:37.342634 34583 storage/replica.go:3071 [n1,s1,r10/1:/Table/1{3-4}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:37.343087 32926 storage/replica_raftstorage.go:526 [replicate,n1,s1,r16/1:/{Table/19-Max}] generated preemptive snapshot ad757344 at index 14
I171018 18:49:37.343548 32926 storage/store.go:3549 [replicate,n1,s1,r16/1:/{Table/19-Max}] streamed snapshot to (n3,s3):?: kv pairs: 11, log entries: 4, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:37.343802 34647 storage/replica_raftstorage.go:732 [n3,s3,r16/?:{-}] applying preemptive snapshot at index 14 (id=ad757344, encoded size=1824, 1 rocksdb batches, 4 log entries)
I171018 18:49:37.344018 34647 storage/replica_raftstorage.go:738 [n3,s3,r16/?:/{Table/19-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:37.344361 32926 storage/replica_command.go:3754 [replicate,n1,s1,r16/1:/{Table/19-Max}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r16:/{Table/19-Max} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:37.347363 34641 storage/replica.go:3071 [n1,s1,r16/1:/{Table/19-Max}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:37.348018 32926 storage/allocator_scorer.go:623 [replicate,n1,s1,r16/1:/{Table/19-Max}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=9.33, overfull-threshold=10
I171018 18:49:37.348265 33223 storage/replica_raftstorage.go:526 [replicate,n1,s1,r8/1:/Table/1{1-2}] generated preemptive snapshot 1e4887d1 at index 16
I171018 18:49:37.349382 33223 storage/store.go:3549 [replicate,n1,s1,r8/1:/Table/1{1-2}] streamed snapshot to (n3,s3):?: kv pairs: 11, log entries: 6, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:37.349684 34676 storage/replica_raftstorage.go:732 [n3,s3,r8/?:{-}] applying preemptive snapshot at index 16 (id=1e4887d1, encoded size=4199, 1 rocksdb batches, 6 log entries)
I171018 18:49:37.349901 34676 storage/replica_raftstorage.go:738 [n3,s3,r8/?:/Table/1{1-2}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:37.350203 33223 storage/replica_command.go:3754 [replicate,n1,s1,r8/1:/Table/1{1-2}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r8:/Table/1{1-2} [(n1,s1):1, next=2]
I171018 18:49:37.352876 34534 storage/replica.go:3071 [n1,s1,r8/1:/Table/1{1-2}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:37.353421 33223 storage/replica_raftstorage.go:526 [replicate,n1,s1,r15/1:/Table/1{8-9}] generated preemptive snapshot 5ad1053d at index 15
I171018 18:49:37.354187 33223 storage/store.go:3549 [replicate,n1,s1,r15/1:/Table/1{8-9}] streamed snapshot to (n2,s2):?: kv pairs: 11, log entries: 5, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:37.354441 34711 storage/replica_raftstorage.go:732 [n2,s2,r15/?:{-}] applying preemptive snapshot at index 15 (id=5ad1053d, encoded size=2764, 1 rocksdb batches, 5 log entries)
I171018 18:49:37.354604 34711 storage/replica_raftstorage.go:738 [n2,s2,r15/?:/Table/1{8-9}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:37.354985 33223 storage/replica_command.go:3754 [replicate,n1,s1,r15/1:/Table/1{8-9}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r15:/Table/1{8-9} [(n1,s1):1, next=2]
I171018 18:49:37.357482 34724 storage/replica.go:3071 [n1,s1,r15/1:/Table/1{8-9}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:37.357902 32926 storage/replica_raftstorage.go:526 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] generated preemptive snapshot 5552613f at index 30
I171018 18:49:37.359123 32926 storage/store.go:3549 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] streamed snapshot to (n3,s3):?: kv pairs: 14, log entries: 20, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:37.359360 34654 storage/replica_raftstorage.go:732 [n3,s3,r3/?:{-}] applying preemptive snapshot at index 30 (id=5552613f, encoded size=10413, 1 rocksdb batches, 20 log entries)
I171018 18:49:37.359586 34654 storage/replica_raftstorage.go:738 [n3,s3,r3/?:/System/NodeLiveness{-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:37.359978 32926 storage/replica_command.go:3754 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r3:/System/NodeLiveness{-Max} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:37.362957 34740 storage/replica.go:3071 [n1,s1,r3/1:/System/NodeLiveness{-Max}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:37.364310 32926 storage/allocator_scorer.go:623 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=10.33, overfull-threshold=11
I171018 18:49:37.364548 33223 storage/replica_raftstorage.go:526 [replicate,n1,s1,r5/1:/System/ts{d-e}] generated preemptive snapshot 98addf1c at index 30
I171018 18:49:37.369946 33223 storage/store.go:3549 [replicate,n1,s1,r5/1:/System/ts{d-e}] streamed snapshot to (n2,s2):?: kv pairs: 920, log entries: 2, rate-limit: 8.0 MiB/sec, 5ms
I171018 18:49:37.370168 34538 storage/replica_raftstorage.go:732 [n2,s2,r5/?:{-}] applying preemptive snapshot at index 30 (id=98addf1c, encoded size=122218, 1 rocksdb batches, 2 log entries)
I171018 18:49:37.370924 34538 storage/replica_raftstorage.go:738 [n2,s2,r5/?:/System/ts{d-e}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:37.371248 33223 storage/replica_command.go:3754 [replicate,n1,s1,r5/1:/System/ts{d-e}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r5:/System/ts{d-e} [(n1,s1):1, next=2]
I171018 18:49:37.374126 34541 storage/replica.go:3071 [n1,s1,r5/1:/System/ts{d-e}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:37.374650 33223 storage/replica_raftstorage.go:526 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] generated preemptive snapshot 5a501276 at index 19
I171018 18:49:37.375155 33223 storage/store.go:3549 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] streamed snapshot to (n2,s2):?: kv pairs: 11, log entries: 9, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:37.375482 34665 storage/replica_raftstorage.go:732 [n2,s2,r6/?:{-}] applying preemptive snapshot at index 19 (id=5a501276, encoded size=6578, 1 rocksdb batches, 9 log entries)
I171018 18:49:37.375670 34665 storage/replica_raftstorage.go:738 [n2,s2,r6/?:/{System/tse-Table/System…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:37.377180 33223 storage/replica_command.go:3754 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r6:/{System/tse-Table/SystemConfigSpan/Start} [(n1,s1):1, next=2]
I171018 18:49:37.388124 34768 storage/replica.go:3071 [n1,s1,r6/1:/{System/tse-Table/System…}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:37.388710 32926 storage/replica_raftstorage.go:526 [replicate,n1,s1,r11/1:/Table/1{4-5}] generated preemptive snapshot da52cc02 at index 22
I171018 18:49:37.389249 32926 storage/store.go:3549 [replicate,n1,s1,r11/1:/Table/1{4-5}] streamed snapshot to (n2,s2):?: kv pairs: 12, log entries: 12, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:37.389606 34750 storage/replica_raftstorage.go:732 [n2,s2,r11/?:{-}] applying preemptive snapshot at index 22 (id=da52cc02, encoded size=4984, 1 rocksdb batches, 12 log entries)
I171018 18:49:37.390023 34750 storage/replica_raftstorage.go:738 [n2,s2,r11/?:/Table/1{4-5}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:37.390335 32926 storage/replica_command.go:3754 [replicate,n1,s1,r11/1:/Table/1{4-5}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r11:/Table/1{4-5} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:37.393613 34593 storage/replica.go:3071 [n1,s1,r11/1:/Table/1{4-5}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:37.394240 32926 storage/allocator_scorer.go:623 [replicate,n1,s1,r11/1:/Table/1{4-5}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=11.33, overfull-threshold=12
I171018 18:49:37.395023 33223 storage/replica_raftstorage.go:526 [replicate,n1,s1,r12/1:/Table/1{5-6}] generated preemptive snapshot 66ef4964 at index 19
I171018 18:49:37.396494 34819 storage/replica_raftstorage.go:732 [n3,s3,r12/?:{-}] applying preemptive snapshot at index 19 (id=66ef4964, encoded size=3760, 1 rocksdb batches, 9 log entries)
I171018 18:49:37.396685 34819 storage/replica_raftstorage.go:738 [n3,s3,r12/?:/Table/1{5-6}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:37.396822 33223 storage/store.go:3549 [replicate,n1,s1,r12/1:/Table/1{5-6}] streamed snapshot to (n3,s3):?: kv pairs: 11, log entries: 9, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:37.397221 33223 storage/replica_command.go:3754 [replicate,n1,s1,r12/1:/Table/1{5-6}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r12:/Table/1{5-6} [(n1,s1):1, next=2]
I171018 18:49:37.400060 34850 storage/replica.go:3071 [n1,s1,r12/1:/Table/1{5-6}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:37.400538 33223 storage/replica_raftstorage.go:526 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] generated preemptive snapshot 917351d4 at index 24
I171018 18:49:37.401426 33223 storage/store.go:3549 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] streamed snapshot to (n3,s3):?: kv pairs: 10, log entries: 14, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:37.402007 34670 storage/replica_raftstorage.go:732 [n3,s3,r2/?:{-}] applying preemptive snapshot at index 24 (id=917351d4, encoded size=7829, 1 rocksdb batches, 14 log entries)
I171018 18:49:37.402256 34670 storage/replica_raftstorage.go:738 [n3,s3,r2/?:/System/{-NodeLive…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:37.402761 33223 storage/replica_command.go:3754 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r2:/System/{-NodeLiveness} [(n1,s1):1, next=2]
I171018 18:49:37.405741 34874 storage/replica.go:3071 [n1,s1,r2/1:/System/{-NodeLive…}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:37.406207 32926 storage/replica_raftstorage.go:526 [replicate,n1,s1,r8/1:/Table/1{1-2}] generated preemptive snapshot daa01265 at index 19
I171018 18:49:37.406712 32926 storage/store.go:3549 [replicate,n1,s1,r8/1:/Table/1{1-2}] streamed snapshot to (n2,s2):?: kv pairs: 12, log entries: 9, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:37.406926 34842 storage/replica_raftstorage.go:732 [n2,s2,r8/?:{-}] applying preemptive snapshot at index 19 (id=daa01265, encoded size=5427, 1 rocksdb batches, 9 log entries)
I171018 18:49:37.407121 34842 storage/replica_raftstorage.go:738 [n2,s2,r8/?:/Table/1{1-2}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:37.407571 32926 storage/replica_command.go:3754 [replicate,n1,s1,r8/1:/Table/1{1-2}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r8:/Table/1{1-2} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:37.411347 34845 storage/replica.go:3071 [n1,s1,r8/1:/Table/1{1-2}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:37.412143 32926 storage/allocator_scorer.go:623 [replicate,n1,s1,r8/1:/Table/1{1-2}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=12.33, overfull-threshold=13
I171018 18:49:37.412387 33223 storage/replica_raftstorage.go:526 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] generated preemptive snapshot b6ee0519 at index 34
I171018 18:49:37.413362 33223 storage/store.go:3549 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] streamed snapshot to (n3,s3):?: kv pairs: 34, log entries: 24, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:37.419157 34847 storage/replica_raftstorage.go:732 [n3,s3,r4/?:{-}] applying preemptive snapshot at index 34 (id=b6ee0519, encoded size=109455, 1 rocksdb batches, 24 log entries)
I171018 18:49:37.421050 34847 storage/replica_raftstorage.go:738 [n3,s3,r4/?:/System/{NodeLive…-tsd}] applied preemptive snapshot in 2ms [clear=0ms batch=0ms entries=1ms commit=1ms]
I171018 18:49:37.421359 33223 storage/replica_command.go:3754 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r4:/System/{NodeLivenessMax-tsd} [(n1,s1):1, next=2]
I171018 18:49:37.424401 34881 storage/replica.go:3071 [n1,s1,r4/1:/System/{NodeLive…-tsd}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:37.424934 33223 storage/replica_raftstorage.go:526 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] generated preemptive snapshot d24592e8 at index 21
I171018 18:49:37.426302 33223 storage/store.go:3549 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] streamed snapshot to (n2,s2):?: kv pairs: 46, log entries: 11, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:37.426558 34817 storage/replica_raftstorage.go:732 [n2,s2,r7/?:{-}] applying preemptive snapshot at index 21 (id=d24592e8, encoded size=13950, 1 rocksdb batches, 11 log entries)
I171018 18:49:37.426809 34817 storage/replica_raftstorage.go:738 [n2,s2,r7/?:/Table/{SystemCon…-11}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:37.427108 33223 storage/replica_command.go:3754 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r7:/Table/{SystemConfigSpan/Start-11} [(n1,s1):1, next=2]
I171018 18:49:37.431896 34795 storage/replica.go:3071 [n1,s1,r7/1:/Table/{SystemCon…-11}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:37.432196 33223 storage/queue.go:723 [n1,replicate] purgatory is now empty
I171018 18:49:37.432739 32926 storage/replica_raftstorage.go:526 [replicate,n1,s1,r15/1:/Table/1{8-9}] generated preemptive snapshot 453f0ae8 at index 18
I171018 18:49:37.433340 32926 storage/store.go:3549 [replicate,n1,s1,r15/1:/Table/1{8-9}] streamed snapshot to (n3,s3):?: kv pairs: 12, log entries: 8, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:37.433623 34912 storage/replica_raftstorage.go:732 [n3,s3,r15/?:{-}] applying preemptive snapshot at index 18 (id=453f0ae8, encoded size=3995, 1 rocksdb batches, 8 log entries)
I171018 18:49:37.433815 34912 storage/replica_raftstorage.go:738 [n3,s3,r15/?:/Table/1{8-9}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:37.434446 32926 storage/replica_command.go:3754 [replicate,n1,s1,r15/1:/Table/1{8-9}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r15:/Table/1{8-9} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:37.440038 34962 storage/replica.go:3071 [n1,s1,r15/1:/Table/1{8-9}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:37.440896 32926 storage/allocator_scorer.go:623 [replicate,n1,s1,r15/1:/Table/1{8-9}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=13.33, overfull-threshold=15
I171018 18:49:37.441537 32926 storage/replica_raftstorage.go:526 [replicate,n1,s1,r5/1:/System/ts{d-e}] generated preemptive snapshot a06aabc0 at index 33
I171018 18:49:37.447632 32926 storage/store.go:3549 [replicate,n1,s1,r5/1:/System/ts{d-e}] streamed snapshot to (n3,s3):?: kv pairs: 921, log entries: 5, rate-limit: 8.0 MiB/sec, 6ms
I171018 18:49:37.448206 34801 storage/replica_raftstorage.go:732 [n3,s3,r5/?:{-}] applying preemptive snapshot at index 33 (id=a06aabc0, encoded size=123515, 1 rocksdb batches, 5 log entries)
I171018 18:49:37.450361 34801 storage/replica_raftstorage.go:738 [n3,s3,r5/?:/System/ts{d-e}] applied preemptive snapshot in 2ms [clear=0ms batch=0ms entries=0ms commit=2ms]
I171018 18:49:37.454796 32926 storage/replica_command.go:3754 [replicate,n1,s1,r5/1:/System/ts{d-e}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r5:/System/ts{d-e} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:37.457852 34917 storage/replica.go:3071 [n1,s1,r5/1:/System/ts{d-e}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:37.458427 32926 storage/allocator_scorer.go:623 [replicate,n1,s1,r5/1:/System/ts{d-e}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=13.67, overfull-threshold=15
I171018 18:49:37.459189 32926 storage/replica_raftstorage.go:526 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] generated preemptive snapshot d40ed0a3 at index 22
I171018 18:49:37.459932 32926 storage/store.go:3549 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] streamed snapshot to (n3,s3):?: kv pairs: 12, log entries: 12, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:37.460308 34964 storage/replica_raftstorage.go:732 [n3,s3,r6/?:{-}] applying preemptive snapshot at index 22 (id=d40ed0a3, encoded size=7863, 1 rocksdb batches, 12 log entries)
I171018 18:49:37.461185 34964 storage/replica_raftstorage.go:738 [n3,s3,r6/?:/{System/tse-Table/System…}] applied preemptive snapshot in 1ms [clear=1ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:37.461539 32926 storage/replica_command.go:3754 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r6:/{System/tse-Table/SystemConfigSpan/Start} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:37.464978 34985 storage/replica.go:3071 [n1,s1,r6/1:/{System/tse-Table/System…}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:37.465520 32926 storage/allocator_scorer.go:623 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=14.00, overfull-threshold=15
I171018 18:49:37.465753 32926 storage/replica_raftstorage.go:526 [replicate,n1,s1,r14/1:/Table/1{7-8}] generated preemptive snapshot dc7d0c68 at index 22
I171018 18:49:37.466966 32926 storage/store.go:3549 [replicate,n1,s1,r14/1:/Table/1{7-8}] streamed snapshot to (n3,s3):?: kv pairs: 12, log entries: 12, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:37.468944 34999 storage/replica_raftstorage.go:732 [n3,s3,r14/?:{-}] applying preemptive snapshot at index 22 (id=dc7d0c68, encoded size=4984, 1 rocksdb batches, 12 log entries)
I171018 18:49:37.469177 34999 storage/replica_raftstorage.go:738 [n3,s3,r14/?:/Table/1{7-8}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:37.469590 32926 storage/replica_command.go:3754 [replicate,n1,s1,r14/1:/Table/1{7-8}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r14:/Table/1{7-8} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:37.473707 35003 storage/replica.go:3071 [n1,s1,r14/1:/Table/1{7-8}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:37.474257 32926 storage/allocator_scorer.go:633 [replicate,n1,s1,r14/1:/Table/1{7-8}] s3: should-rebalance(better-fit-ranges=s2): rangeCount=15, otherRangeCount=12, mean=14.33, underfull-threshold=13
I171018 18:49:37.474535 32926 storage/replica_raftstorage.go:526 [replicate,n1,s1,r12/1:/Table/1{5-6}] generated preemptive snapshot cce5a93b at index 22
I171018 18:49:37.475424 32926 storage/store.go:3549 [replicate,n1,s1,r12/1:/Table/1{5-6}] streamed snapshot to (n2,s2):?: kv pairs: 12, log entries: 12, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:37.475676 35006 storage/replica_raftstorage.go:732 [n2,s2,r12/?:{-}] applying preemptive snapshot at index 22 (id=cce5a93b, encoded size=4988, 1 rocksdb batches, 12 log entries)
I171018 18:49:37.475882 35006 storage/replica_raftstorage.go:738 [n2,s2,r12/?:/Table/1{5-6}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:37.476207 32926 storage/replica_command.go:3754 [replicate,n1,s1,r12/1:/Table/1{5-6}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r12:/Table/1{5-6} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:37.479403 35020 storage/replica.go:3071 [n1,s1,r12/1:/Table/1{5-6}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:37.480259 32926 storage/replica_raftstorage.go:526 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] generated preemptive snapshot 56cd4b72 at index 27
I171018 18:49:37.481005 32926 storage/store.go:3549 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] streamed snapshot to (n2,s2):?: kv pairs: 11, log entries: 17, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:37.481287 34939 storage/replica_raftstorage.go:732 [n2,s2,r2/?:{-}] applying preemptive snapshot at index 27 (id=56cd4b72, encoded size=9097, 1 rocksdb batches, 17 log entries)
I171018 18:49:37.481522 34939 storage/replica_raftstorage.go:738 [n2,s2,r2/?:/System/{-NodeLive…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:37.481923 32926 storage/replica_command.go:3754 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r2:/System/{-NodeLiveness} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:37.485094 35035 storage/replica.go:3071 [n1,s1,r2/1:/System/{-NodeLive…}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:37.492844 32926 storage/replica_raftstorage.go:526 [replicate,n1,s1,r10/1:/Table/1{3-4}] generated preemptive snapshot 3ec6c294 at index 93
I171018 18:49:37.505889 32926 storage/store.go:3549 [replicate,n1,s1,r10/1:/Table/1{3-4}] streamed snapshot to (n2,s2):?: kv pairs: 248, log entries: 13, rate-limit: 8.0 MiB/sec, 13ms
I171018 18:49:37.506187 35090 storage/replica_raftstorage.go:732 [n2,s2,r10/?:{-}] applying preemptive snapshot at index 93 (id=3ec6c294, encoded size=44895, 1 rocksdb batches, 13 log entries)
I171018 18:49:37.506622 35090 storage/replica_raftstorage.go:738 [n2,s2,r10/?:/Table/1{3-4}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:37.506994 32926 storage/replica_command.go:3754 [replicate,n1,s1,r10/1:/Table/1{3-4}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r10:/Table/1{3-4} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:37.510039 35109 storage/replica.go:3071 [n1,s1,r10/1:/Table/1{3-4}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:37.511589 32926 storage/replica_raftstorage.go:526 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] generated preemptive snapshot 6f26c013 at index 37
I171018 18:49:37.512793 32926 storage/store.go:3549 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] streamed snapshot to (n2,s2):?: kv pairs: 35, log entries: 27, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:37.513141 35122 storage/replica_raftstorage.go:732 [n2,s2,r4/?:{-}] applying preemptive snapshot at index 37 (id=6f26c013, encoded size=110895, 1 rocksdb batches, 27 log entries)
I171018 18:49:37.513658 35122 storage/replica_raftstorage.go:738 [n2,s2,r4/?:/System/{NodeLive…-tsd}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:37.513968 32926 storage/replica_command.go:3754 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r4:/System/{NodeLivenessMax-tsd} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:37.517786 35047 storage/replica.go:3071 [n1,s1,r4/1:/System/{NodeLive…-tsd}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:37.518526 32926 storage/replica_raftstorage.go:526 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] generated preemptive snapshot 9463753a at index 24
I171018 18:49:37.523307 32926 storage/store.go:3549 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] streamed snapshot to (n3,s3):?: kv pairs: 47, log entries: 14, rate-limit: 8.0 MiB/sec, 5ms
I171018 18:49:37.523682 34991 storage/replica_raftstorage.go:732 [n3,s3,r7/?:{-}] applying preemptive snapshot at index 24 (id=9463753a, encoded size=15178, 1 rocksdb batches, 14 log entries)
I171018 18:49:37.523975 34991 storage/replica_raftstorage.go:738 [n3,s3,r7/?:/Table/{SystemCon…-11}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:37.524442 32926 storage/replica_command.go:3754 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r7:/Table/{SystemConfigSpan/Start-11} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:37.528204 35118 storage/replica.go:3071 [n1,s1,r7/1:/Table/{SystemCon…-11}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:37.532831 34270 storage/replica_proposal.go:475 [n3,s3,r4/2:/System/{NodeLive…-tsd}] new range lease repl=(n3,s3):2 start=1508352577.531967008,0 epo=1 pro=1508352577.531970208,0 following repl=(n1,s1):1 start=0.000000000,0 exp=1508352586.015886268,0 pro=1508352577.015900568,0
I171018 18:49:37.541768 34977 storage/raft_transport.go:455 [n3] raft transport stream to node 2 established
I171018 18:49:37.551520 35203 storage/raft_transport.go:455 [n2] raft transport stream to node 3 established
I171018 18:49:37.783055 35252 sql/event_log.go:103 [client=127.0.0.1:35397,user=root,n1] Event: "create_database", target: 50, info: {DatabaseName:data Statement:CREATE DATABASE IF NOT EXISTS data User:root}
I171018 18:49:37.783766 32925 storage/replica_command.go:2810 [split,n1,s1,r16/1:/{Table/19-Max}] initiating a split of this range at key /Table/50 [r17]
I171018 18:49:37.789178 35252 sql/event_log.go:103 [client=127.0.0.1:35397,user=root,n1] Event: "create_table", target: 51, info: {TableName:data.bank Statement:CREATE TABLE data.bank (id INT PRIMARY KEY, balance INT, payload STRING, FAMILY (id, balance, payload)) User:root}
I171018 18:49:37.797123 32925 storage/replica_command.go:2810 [split,n1,s1,r17/1:/{Table/50-Max}] initiating a split of this range at key /Table/51 [r18]
I171018 18:49:37.810199 35252 sql/event_log.go:103 [client=127.0.0.1:35397,user=root,n1] Event: "create_database", target: 52, info: {DatabaseName:restoredb Statement:CREATE DATABASE restoredb User:root}
I171018 18:49:37.810628 32925 storage/replica_command.go:2810 [split,n1,s1,r18/1:/{Table/51-Max}] initiating a split of this range at key /Table/52 [r19]
I171018 18:49:37.819728 35463 ccl/storageccl/export.go:129 [n1,s1,r18/1:/{Table/51-Max}] export [/Table/51/1,/Table/51/2)
I171018 18:49:37.819775 35340 ccl/storageccl/export.go:129 [n1,s1,r7/1:/Table/{SystemCon…-11}] export [/Table/3/1,/Table/3/2)
I171018 18:49:37.820032 35390 ccl/storageccl/export.go:129 [n1,s1,r7/1:/Table/{SystemCon…-11}] export [/Table/4/1,/Table/4/2)
I171018 18:49:37.887379 35583 ccl/storageccl/export.go:129 [n1,s1,r7/1:/Table/{SystemCon…-11}] export [/Table/4/1,/Table/4/2)
I171018 18:49:37.887492 35566 ccl/storageccl/export.go:129 [n1,s1,r7/1:/Table/{SystemCon…-11}] export [/Table/3/1,/Table/3/2)
I171018 18:49:37.887949 35608 ccl/storageccl/export.go:129 [n1,s1,r18/1:/Table/5{1-2}] export [/Table/51/1,/Table/51/2)
I171018 18:49:37.945954 35745 storage/replica_command.go:2810 [n1,s1,r19/1:/{Table/52-Max}] initiating a split of this range at key /Table/53 [r20]
W171018 18:49:37.967924 34977 storage/raft_transport.go:461 [n3] raft transport stream to node 2 failed: rpc error: code = Unavailable desc = transport is closing
W171018 18:49:37.967981 34189 storage/raft_transport.go:461 [n1] raft transport stream to node 2 failed: rpc error: code = Unavailable desc = transport is closing
W171018 18:49:37.968013 34364 storage/raft_transport.go:461 [n3] raft transport stream to node 1 failed: rpc error: code = Unavailable desc = transport is closing
W171018 18:49:37.968126 35203 storage/raft_transport.go:461 [n2] raft transport stream to node 3 failed: EOF
W171018 18:49:37.968263 34192 storage/raft_transport.go:461 [n2] raft transport stream to node 1 failed: EOF
I171018 18:49:37.968296 33775 vendor/google.golang.org/grpc/grpclog/grpclog.go:75 transport: http2Server.HandleStreams failed to read frame: read tcp 127.0.0.1:42863->127.0.0.1:35383: use of closed network connection
--- PASS: TestBackupRestoreSystemJobs (0.96s)
=== RUN TestBackupRestoreSystemJobsProgress
W171018 18:49:37.976201 35773 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
I171018 18:49:37.977477 35773 server/config.go:507 [n?] 1 storage engine initialized
I171018 18:49:37.977493 35773 server/config.go:510 [n?] RocksDB cache size: 128 MiB
I171018 18:49:37.977500 35773 server/config.go:510 [n?] store 0: in-memory, size 0 B
I171018 18:49:37.979367 35773 server/node.go:347 [n?] **** cluster f750871e-addb-4bca-9fe6-ac63e2e2294a has been created
I171018 18:49:37.979390 35773 server/server.go:882 [n?] **** add additional nodes by specifying --join=127.0.0.1:45402
I171018 18:49:37.979825 35773 storage/store.go:1212 [n1,s1] [n1,s1]: failed initial metrics computation: [n1,s1]: system config not yet available
I171018 18:49:37.979885 35773 server/node.go:472 [n1] initialized store [n1,s1]: disk (capacity=512 MiB, available=512 MiB, used=0 B, logicalBytes=3.2 KiB), ranges=1, leases=0, writes=0.00, bytesPerReplica={p10=3234.00 p25=3234.00 p50=3234.00 p75=3234.00 p90=3234.00}, writesPerReplica={p10=0.00 p25=0.00 p50=0.00 p75=0.00 p90=0.00}
I171018 18:49:37.979910 35773 server/node.go:329 [n1] node ID 1 initialized
I171018 18:49:37.979953 35773 gossip/gossip.go:331 [n1] NodeDescriptor set to node_id:1 address:<network_field:"tcp" address_field:"127.0.0.1:45402" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:3 >
I171018 18:49:37.980058 35773 storage/stores.go:332 [n1] read 0 node addresses from persistent storage
I171018 18:49:37.980114 35773 server/node.go:617 [n1] connecting to gossip network to verify cluster ID...
I171018 18:49:37.980226 35773 server/node.go:642 [n1] node connected via gossip and verified as part of cluster "f750871e-addb-4bca-9fe6-ac63e2e2294a"
I171018 18:49:37.980256 35773 server/node.go:414 [n1] node=1: started with [<no-attributes>=<in-mem>] engine(s) and attributes []
I171018 18:49:37.980308 35773 sql/executor.go:408 [n1] creating distSQLPlanner with address {tcp 127.0.0.1:45402}
I171018 18:49:37.981579 36067 storage/replica_command.go:2810 [split,n1,s1,r1/1:/M{in-ax}] initiating a split of this range at key /System/"" [r2]
I171018 18:49:37.982696 35773 server/server.go:987 [n1] starting https server at 127.0.0.1:58684
I171018 18:49:37.982715 35773 server/server.go:988 [n1] starting grpc/postgres server at 127.0.0.1:45402
I171018 18:49:37.982723 35773 server/server.go:989 [n1] advertising CockroachDB node at 127.0.0.1:45402
W171018 18:49:37.982739 35773 sql/jobs/registry.go:167 [n1] unable to get node liveness: node not in the liveness table
E171018 18:49:37.985994 36068 storage/queue.go:656 [replicate,n1,s1,r1/1:/{Min-System/}] range requires a replication change, but lacks a quorum of live replicas (0/1)
I171018 18:49:37.988093 36067 storage/replica_command.go:2810 [split,n1,s1,r2/1:/{System/-Max}] initiating a split of this range at key /System/NodeLiveness [r3]
W171018 18:49:38.004652 36146 storage/intent_resolver.go:345 [n1,s1,r3/1:/{System/NodeL…-Max}]: failed to push during intent resolution: failed to push "sql txn implicit" id=0a42ef3e key=/Table/SystemConfigSpan/Start rw=true pri=0.02733832 iso=SERIALIZABLE stat=PENDING epo=0 ts=1508352577.988477367,0 orig=1508352577.988477367,0 max=1508352577.988477367,0 wto=false rop=false seq=7
I171018 18:49:38.005799 35773 sql/event_log.go:103 [n1] Event: "alter_table", target: 12, info: {TableName:eventlog Statement:ALTER TABLE system.eventlog ALTER COLUMN "uniqueID" SET DEFAULT uuid_v4() User:node MutationID:0 CascadeDroppedViews:[]}
I171018 18:49:38.008690 35773 sql/lease.go:341 [n1] publish: descID=12 (eventlog) version=2 mtime=2017-10-18 18:49:38.008501562 +0000 UTC
I171018 18:49:38.010130 36067 storage/replica_command.go:2810 [split,n1,s1,r3/1:/{System/NodeL…-Max}] initiating a split of this range at key /System/NodeLivenessMax [r4]
I171018 18:49:38.022620 35773 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:diagnostics.reporting.enabled Value:true User:node}
I171018 18:49:38.023453 36067 storage/replica_command.go:2810 [split,n1,s1,r4/1:/{System/NodeL…-Max}] initiating a split of this range at key /System/tsd [r5]
I171018 18:49:38.029071 36067 storage/replica_command.go:2810 [split,n1,s1,r5/1:/{System/tsd-Max}] initiating a split of this range at key /System/"tse" [r6]
W171018 18:49:38.036821 36294 storage/intent_resolver.go:345 [n1,s1,r1/1:/{Min-System/}]: failed to push during intent resolution: failed to push "split" id=37310caa key=/Local/Range/System/tsd/RangeDescriptor rw=true pri=0.02958877 iso=SERIALIZABLE stat=PENDING epo=0 ts=1508352578.029090459,0 orig=1508352578.029090459,0 max=1508352578.029090459,0 wto=false rop=false seq=3
I171018 18:49:38.048174 36067 storage/replica_command.go:2810 [split,n1,s1,r6/1:/{System/tse-Max}] initiating a split of this range at key /Table/SystemConfigSpan/Start [r7]
I171018 18:49:38.050652 35773 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:version Value:1.1-3 User:node}
I171018 18:49:38.055456 36067 storage/replica_command.go:2810 [split,n1,s1,r7/1:/{Table/System…-Max}] initiating a split of this range at key /Table/11 [r8]
I171018 18:49:38.058841 35773 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:trace.debug.enable Value:false User:node}
I171018 18:49:38.059644 35773 server/server.go:1131 [n1] done ensuring all necessary migrations have run
I171018 18:49:38.059665 35773 server/server.go:1133 [n1] serving sql connections
I171018 18:49:38.061811 36067 storage/replica_command.go:2810 [split,n1,s1,r8/1:/{Table/11-Max}] initiating a split of this range at key /Table/12 [r9]
I171018 18:49:38.064221 36399 sql/event_log.go:103 [n1] Event: "node_join", target: 1, info: {Descriptor:{NodeID:1 Address:{NetworkField:tcp AddressField:127.0.0.1:45402} Attrs: Locality: ServerVersion:1.1-3} ClusterID:f750871e-addb-4bca-9fe6-ac63e2e2294a StartedAt:1508352577980240628 LastUp:1508352577980240628}
I171018 18:49:38.068736 36067 storage/replica_command.go:2810 [split,n1,s1,r9/1:/{Table/12-Max}] initiating a split of this range at key /Table/13 [r10]
I171018 18:49:38.076989 36067 storage/replica_command.go:2810 [split,n1,s1,r10/1:/{Table/13-Max}] initiating a split of this range at key /Table/14 [r11]
I171018 18:49:38.083765 36067 storage/replica_command.go:2810 [split,n1,s1,r11/1:/{Table/14-Max}] initiating a split of this range at key /Table/15 [r12]
W171018 18:49:38.087569 36586 storage/intent_resolver.go:345 [n1,s1,r1/1:/{Min-System/}]: failed to push during intent resolution: failed to push "split" id=5f2d3e68 key=/Local/Range/Table/14/RangeDescriptor rw=true pri=0.03520530 iso=SERIALIZABLE stat=PENDING epo=0 ts=1508352578.085081424,1 orig=1508352578.083781118,0 max=1508352578.083781118,0 wto=false rop=false seq=3
I171018 18:49:38.090384 36067 storage/replica_command.go:2810 [split,n1,s1,r12/1:/{Table/15-Max}] initiating a split of this range at key /Table/16 [r13]
I171018 18:49:38.094298 36067 storage/replica_command.go:2810 [split,n1,s1,r13/1:/{Table/16-Max}] initiating a split of this range at key /Table/17 [r14]
I171018 18:49:38.101989 36067 storage/replica_command.go:2810 [split,n1,s1,r14/1:/{Table/17-Max}] initiating a split of this range at key /Table/18 [r15]
I171018 18:49:38.109170 36067 storage/replica_command.go:2810 [split,n1,s1,r15/1:/{Table/18-Max}] initiating a split of this range at key /Table/19 [r16]
W171018 18:49:38.170401 35773 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
W171018 18:49:38.171032 35773 gossip/gossip.go:1277 [n?] no incoming or outgoing connections
I171018 18:49:38.171588 35773 server/config.go:507 [n?] 1 storage engine initialized
I171018 18:49:38.171600 35773 server/config.go:510 [n?] RocksDB cache size: 128 MiB
I171018 18:49:38.171606 35773 server/config.go:510 [n?] store 0: in-memory, size 0 B
I171018 18:49:38.171645 35773 server/server.go:884 [n?] no stores bootstrapped and --join flag specified, awaiting init command.
I171018 18:49:38.180132 36737 gossip/client.go:129 [n?] started gossip client to 127.0.0.1:45402
I171018 18:49:38.180465 36123 gossip/server.go:232 [n1] received initial cluster-verification connection from {tcp 127.0.0.1:33344}
I171018 18:49:38.181865 35773 storage/stores.go:332 [n?] read 0 node addresses from persistent storage
I171018 18:49:38.181894 35773 storage/stores.go:351 [n?] wrote 1 node addresses to persistent storage
I171018 18:49:38.181903 35773 server/node.go:617 [n?] connecting to gossip network to verify cluster ID...
I171018 18:49:38.181920 35773 server/node.go:642 [n?] node connected via gossip and verified as part of cluster "f750871e-addb-4bca-9fe6-ac63e2e2294a"
I171018 18:49:38.182122 36750 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:38.183600 36749 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:38.184065 35773 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:38.184615 35773 server/node.go:322 [n?] new node allocated ID 2
I171018 18:49:38.184671 35773 gossip/gossip.go:331 [n2] NodeDescriptor set to node_id:2 address:<network_field:"tcp" address_field:"127.0.0.1:33344" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:3 >
I171018 18:49:38.184705 35773 server/node.go:400 [n2] node=2: asynchronously bootstrapping engine(s) [<no-attributes>=<in-mem>]
I171018 18:49:38.184717 35773 server/node.go:414 [n2] node=2: started with [] engine(s) and attributes []
I171018 18:49:38.184763 35773 sql/executor.go:408 [n2] creating distSQLPlanner with address {tcp 127.0.0.1:33344}
I171018 18:49:38.187054 35773 server/server.go:987 [n2] starting https server at 127.0.0.1:56917
I171018 18:49:38.187067 35773 server/server.go:988 [n2] starting grpc/postgres server at 127.0.0.1:33344
I171018 18:49:38.187075 35773 server/server.go:989 [n2] advertising CockroachDB node at 127.0.0.1:33344
W171018 18:49:38.187087 35773 sql/jobs/registry.go:167 [n2] unable to get node liveness: node not in the liveness table
I171018 18:49:38.203069 36898 storage/stores.go:351 [n1] wrote 1 node addresses to persistent storage
I171018 18:49:38.203461 36839 server/node.go:598 [n2] bootstrapped store [n2,s2]
I171018 18:49:38.204010 35773 server/server.go:1131 [n2] done ensuring all necessary migrations have run
I171018 18:49:38.204027 35773 server/server.go:1133 [n2] serving sql connections
I171018 18:49:38.212238 36461 sql/event_log.go:103 [n2] Event: "node_join", target: 2, info: {Descriptor:{NodeID:2 Address:{NetworkField:tcp AddressField:127.0.0.1:33344} Attrs: Locality: ServerVersion:1.1-3} ClusterID:f750871e-addb-4bca-9fe6-ac63e2e2294a StartedAt:1508352578184709795 LastUp:1508352578184709795}
W171018 18:49:38.212270 35773 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
W171018 18:49:38.212851 35773 gossip/gossip.go:1277 [n?] no incoming or outgoing connections
I171018 18:49:38.213413 35773 server/config.go:507 [n?] 1 storage engine initialized
I171018 18:49:38.213432 35773 server/config.go:510 [n?] RocksDB cache size: 128 MiB
I171018 18:49:38.213445 35773 server/config.go:510 [n?] store 0: in-memory, size 0 B
I171018 18:49:38.213480 35773 server/server.go:884 [n?] no stores bootstrapped and --join flag specified, awaiting init command.
I171018 18:49:38.222087 37015 gossip/client.go:129 [n?] started gossip client to 127.0.0.1:45402
I171018 18:49:38.222750 37051 gossip/server.go:232 [n1] received initial cluster-verification connection from {tcp 127.0.0.1:36130}
I171018 18:49:38.223313 35773 storage/stores.go:332 [n?] read 0 node addresses from persistent storage
I171018 18:49:38.223344 35773 server/node.go:617 [n?] connecting to gossip network to verify cluster ID...
I171018 18:49:38.223363 35773 server/node.go:642 [n?] node connected via gossip and verified as part of cluster "f750871e-addb-4bca-9fe6-ac63e2e2294a"
I171018 18:49:38.223576 37067 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:38.223879 37052 storage/stores.go:351 [n?] wrote 1 node addresses to persistent storage
I171018 18:49:38.223917 37052 storage/stores.go:351 [n?] wrote 2 node addresses to persistent storage
I171018 18:49:38.224486 37066 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:38.224922 35773 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:38.225514 35773 server/node.go:322 [n?] new node allocated ID 3
I171018 18:49:38.225561 35773 gossip/gossip.go:331 [n3] NodeDescriptor set to node_id:3 address:<network_field:"tcp" address_field:"127.0.0.1:36130" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:3 >
I171018 18:49:38.225592 35773 server/node.go:400 [n3] node=3: asynchronously bootstrapping engine(s) [<no-attributes>=<in-mem>]
I171018 18:49:38.225604 35773 server/node.go:414 [n3] node=3: started with [] engine(s) and attributes []
I171018 18:49:38.225647 35773 sql/executor.go:408 [n3] creating distSQLPlanner with address {tcp 127.0.0.1:36130}
I171018 18:49:38.244897 35773 server/server.go:987 [n3] starting https server at 127.0.0.1:51613
I171018 18:49:38.244926 35773 server/server.go:988 [n3] starting grpc/postgres server at 127.0.0.1:36130
I171018 18:49:38.244937 35773 server/server.go:989 [n3] advertising CockroachDB node at 127.0.0.1:36130
W171018 18:49:38.244962 35773 sql/jobs/registry.go:167 [n3] unable to get node liveness: node not in the liveness table
I171018 18:49:38.247501 36996 storage/stores.go:351 [n1] wrote 2 node addresses to persistent storage
I171018 18:49:38.248604 35773 server/server.go:1131 [n3] done ensuring all necessary migrations have run
I171018 18:49:38.248627 35773 server/server.go:1133 [n3] serving sql connections
I171018 18:49:38.248681 37133 storage/stores.go:351 [n2] wrote 2 node addresses to persistent storage
I171018 18:49:38.253209 37231 sql/event_log.go:103 [n3] Event: "node_join", target: 3, info: {Descriptor:{NodeID:3 Address:{NetworkField:tcp AddressField:127.0.0.1:36130} Attrs: Locality: ServerVersion:1.1-3} ClusterID:f750871e-addb-4bca-9fe6-ac63e2e2294a StartedAt:1508352578225596788 LastUp:1508352578225596788}
I171018 18:49:38.256881 37076 server/node.go:598 [n3] bootstrapped store [n3,s3]
I171018 18:49:38.257588 35856 storage/replica_raftstorage.go:526 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] generated preemptive snapshot 32cea0a1 at index 19
I171018 18:49:38.267340 35856 storage/store.go:3549 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] streamed snapshot to (n2,s2):?: kv pairs: 9, log entries: 9, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:38.267618 37315 storage/replica_raftstorage.go:732 [n2,s2,r6/?:{-}] applying preemptive snapshot at index 19 (id=32cea0a1, encoded size=5945, 1 rocksdb batches, 9 log entries)
I171018 18:49:38.267821 37315 storage/replica_raftstorage.go:738 [n2,s2,r6/?:/{System/tse-Table/System…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:38.268497 35856 storage/replica_command.go:3754 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r6:/{System/tse-Table/SystemConfigSpan/Start} [(n1,s1):1, next=2]
I171018 18:49:38.270415 37331 storage/replica.go:3071 [n1,s1,r6/1:/{System/tse-Table/System…}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:38.270865 35856 storage/replica_raftstorage.go:526 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] generated preemptive snapshot d45dcf88 at index 21
I171018 18:49:38.272481 37318 storage/raft_transport.go:455 [n2] raft transport stream to node 1 established
I171018 18:49:38.283211 35856 storage/store.go:3549 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 5, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:38.283619 37321 storage/replica_raftstorage.go:732 [n3,s3,r2/?:{-}] applying preemptive snapshot at index 21 (id=d45dcf88, encoded size=3227, 1 rocksdb batches, 5 log entries)
I171018 18:49:38.283846 37321 storage/replica_raftstorage.go:738 [n3,s3,r2/?:/System/{-NodeLive…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:38.284483 35856 storage/replica_command.go:3754 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r2:/System/{-NodeLiveness} [(n1,s1):1, next=2]
I171018 18:49:38.286622 37369 storage/replica.go:3071 [n1,s1,r2/1:/System/{-NodeLive…}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:38.287093 35856 storage/replica_raftstorage.go:526 [replicate,n1,s1,r11/1:/Table/1{4-5}] generated preemptive snapshot 0f0004a6 at index 19
I171018 18:49:38.288075 37361 storage/raft_transport.go:455 [n3] raft transport stream to node 1 established
I171018 18:49:38.288497 35856 storage/store.go:3549 [replicate,n1,s1,r11/1:/Table/1{4-5}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 9, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:38.288852 37380 storage/replica_raftstorage.go:732 [n3,s3,r11/?:{-}] applying preemptive snapshot at index 19 (id=0f0004a6, encoded size=3484, 1 rocksdb batches, 9 log entries)
I171018 18:49:38.289035 37380 storage/replica_raftstorage.go:738 [n3,s3,r11/?:/Table/1{4-5}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:38.289455 35856 storage/replica_command.go:3754 [replicate,n1,s1,r11/1:/Table/1{4-5}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r11:/Table/1{4-5} [(n1,s1):1, next=2]
I171018 18:49:38.291413 37398 storage/replica.go:3071 [n1,s1,r11/1:/Table/1{4-5}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:38.291922 36068 storage/replica_raftstorage.go:526 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] generated preemptive snapshot eb1f6a1e at index 22
I171018 18:49:38.296041 36068 storage/store.go:3549 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] streamed snapshot to (n3,s3):?: kv pairs: 10, log entries: 12, rate-limit: 8.0 MiB/sec, 4ms
I171018 18:49:38.296338 37407 storage/replica_raftstorage.go:732 [n3,s3,r6/?:{-}] applying preemptive snapshot at index 22 (id=eb1f6a1e, encoded size=7230, 1 rocksdb batches, 12 log entries)
I171018 18:49:38.296561 37407 storage/replica_raftstorage.go:738 [n3,s3,r6/?:/{System/tse-Table/System…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:38.297166 36068 storage/replica_command.go:3754 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r6:/{System/tse-Table/SystemConfigSpan/Start} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:38.299521 37415 storage/replica.go:3071 [n1,s1,r6/1:/{System/tse-Table/System…}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:38.300212 36068 storage/allocator_scorer.go:623 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=6.67, overfull-threshold=8
I171018 18:49:38.300440 35856 storage/replica_raftstorage.go:526 [replicate,n1,s1,r16/1:/{Table/19-Max}] generated preemptive snapshot c4c63c0f at index 11
I171018 18:49:38.302205 35856 storage/store.go:3549 [replicate,n1,s1,r16/1:/{Table/19-Max}] streamed snapshot to (n2,s2):?: kv pairs: 8, log entries: 1, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:38.302859 37376 storage/replica_raftstorage.go:732 [n2,s2,r16/?:{-}] applying preemptive snapshot at index 11 (id=c4c63c0f, encoded size=458, 1 rocksdb batches, 1 log entries)
I171018 18:49:38.303004 37376 storage/replica_raftstorage.go:738 [n2,s2,r16/?:/{Table/19-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:38.303744 35856 storage/replica_command.go:3754 [replicate,n1,s1,r16/1:/{Table/19-Max}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r16:/{Table/19-Max} [(n1,s1):1, next=2]
I171018 18:49:38.306753 37465 storage/replica.go:3071 [n1,s1,r16/1:/{Table/19-Max}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:38.308440 35856 storage/replica_raftstorage.go:526 [replicate,n1,s1,r1/1:/{Min-System/}] generated preemptive snapshot 5a68259a at index 79
I171018 18:49:38.309613 35856 storage/store.go:3549 [replicate,n1,s1,r1/1:/{Min-System/}] streamed snapshot to (n2,s2):?: kv pairs: 50, log entries: 69, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:38.309926 37284 storage/replica_raftstorage.go:732 [n2,s2,r1/?:{-}] applying preemptive snapshot at index 79 (id=5a68259a, encoded size=21843, 1 rocksdb batches, 69 log entries)
I171018 18:49:38.310281 37284 storage/replica_raftstorage.go:738 [n2,s2,r1/?:/{Min-System/}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:38.310826 35856 storage/replica_command.go:3754 [replicate,n1,s1,r1/1:/{Min-System/}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r1:/{Min-System/} [(n1,s1):1, next=2]
I171018 18:49:38.312974 37296 storage/replica.go:3071 [n1,s1,r1/1:/{Min-System/}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:38.313439 36068 storage/replica_raftstorage.go:526 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] generated preemptive snapshot 42fd0696 at index 24
I171018 18:49:38.314269 36068 storage/store.go:3549 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 8, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:38.314544 37476 storage/replica_raftstorage.go:732 [n2,s2,r2/?:{-}] applying preemptive snapshot at index 24 (id=42fd0696, encoded size=4495, 1 rocksdb batches, 8 log entries)
I171018 18:49:38.314721 37476 storage/replica_raftstorage.go:738 [n2,s2,r2/?:/System/{-NodeLive…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:38.315299 36068 storage/replica_command.go:3754 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r2:/System/{-NodeLiveness} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:38.317845 37514 storage/replica.go:3071 [n1,s1,r2/1:/System/{-NodeLive…}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:38.318398 36068 storage/allocator_scorer.go:623 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=7.67, overfull-threshold=9
I171018 18:49:38.318635 35856 storage/replica_raftstorage.go:526 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] generated preemptive snapshot 85bb57fc at index 20
I171018 18:49:38.320076 35856 storage/store.go:3549 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] streamed snapshot to (n3,s3):?: kv pairs: 42, log entries: 10, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:38.320351 37473 storage/replica_raftstorage.go:732 [n3,s3,r7/?:{-}] applying preemptive snapshot at index 20 (id=85bb57fc, encoded size=12852, 1 rocksdb batches, 10 log entries)
I171018 18:49:38.320574 37473 storage/replica_raftstorage.go:738 [n3,s3,r7/?:/Table/{SystemCon…-11}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:38.320858 35856 storage/replica_command.go:3754 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r7:/Table/{SystemConfigSpan/Start-11} [(n1,s1):1, next=2]
I171018 18:49:38.323284 37517 storage/replica.go:3071 [n1,s1,r7/1:/Table/{SystemCon…-11}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:38.323734 35856 storage/replica_raftstorage.go:526 [replicate,n1,s1,r12/1:/Table/1{5-6}] generated preemptive snapshot b97ed386 at index 18
I171018 18:49:38.324855 35856 storage/store.go:3549 [replicate,n1,s1,r12/1:/Table/1{5-6}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 8, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:38.328954 37534 storage/replica_raftstorage.go:732 [n3,s3,r12/?:{-}] applying preemptive snapshot at index 18 (id=b97ed386, encoded size=2833, 1 rocksdb batches, 8 log entries)
I171018 18:49:38.329170 37534 storage/replica_raftstorage.go:738 [n3,s3,r12/?:/Table/1{5-6}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:38.329468 35856 storage/replica_command.go:3754 [replicate,n1,s1,r12/1:/Table/1{5-6}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r12:/Table/1{5-6} [(n1,s1):1, next=2]
I171018 18:49:38.337332 37495 storage/replica.go:3071 [n1,s1,r12/1:/Table/1{5-6}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:38.337863 36068 storage/replica_raftstorage.go:526 [replicate,n1,s1,r11/1:/Table/1{4-5}] generated preemptive snapshot 5b6e57d6 at index 22
I171018 18:49:38.340020 36068 storage/store.go:3549 [replicate,n1,s1,r11/1:/Table/1{4-5}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 12, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:38.340225 37548 storage/replica_raftstorage.go:732 [n2,s2,r11/?:{-}] applying preemptive snapshot at index 22 (id=5b6e57d6, encoded size=4712, 1 rocksdb batches, 12 log entries)
I171018 18:49:38.340420 37548 storage/replica_raftstorage.go:738 [n2,s2,r11/?:/Table/1{4-5}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:38.340715 36068 storage/replica_command.go:3754 [replicate,n1,s1,r11/1:/Table/1{4-5}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r11:/Table/1{4-5} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:38.343223 37560 storage/replica.go:3071 [n1,s1,r11/1:/Table/1{4-5}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:38.343990 36068 storage/allocator_scorer.go:623 [replicate,n1,s1,r11/1:/Table/1{4-5}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=8.67, overfull-threshold=10
I171018 18:49:38.344215 35856 storage/replica_raftstorage.go:526 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] generated preemptive snapshot 5c3ae4cf at index 40
I171018 18:49:38.356166 35856 storage/store.go:3549 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] streamed snapshot to (n3,s3):?: kv pairs: 33, log entries: 30, rate-limit: 8.0 MiB/sec, 12ms
I171018 18:49:38.356750 37564 storage/replica_raftstorage.go:732 [n3,s3,r4/?:{-}] applying preemptive snapshot at index 40 (id=5c3ae4cf, encoded size=111437, 1 rocksdb batches, 30 log entries)
I171018 18:49:38.357503 37564 storage/replica_raftstorage.go:738 [n3,s3,r4/?:/System/{NodeLive…-tsd}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:38.358325 35856 storage/replica_command.go:3754 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r4:/System/{NodeLivenessMax-tsd} [(n1,s1):1, next=2]
I171018 18:49:38.361026 37591 storage/replica.go:3071 [n1,s1,r4/1:/System/{NodeLive…-tsd}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:38.361515 35856 storage/replica_raftstorage.go:526 [replicate,n1,s1,r10/1:/Table/1{3-4}] generated preemptive snapshot 283f14c6 at index 54
I171018 18:49:38.364105 37599 storage/replica_raftstorage.go:732 [n2,s2,r10/?:{-}] applying preemptive snapshot at index 54 (id=283f14c6, encoded size=59350, 1 rocksdb batches, 44 log entries)
I171018 18:49:38.364640 37599 storage/replica_raftstorage.go:738 [n2,s2,r10/?:/Table/1{3-4}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:38.364785 35856 storage/store.go:3549 [replicate,n1,s1,r10/1:/Table/1{3-4}] streamed snapshot to (n2,s2):?: kv pairs: 159, log entries: 44, rate-limit: 8.0 MiB/sec, 3ms
I171018 18:49:38.365204 35856 storage/replica_command.go:3754 [replicate,n1,s1,r10/1:/Table/1{3-4}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r10:/Table/1{3-4} [(n1,s1):1, next=2]
I171018 18:49:38.367584 37605 storage/replica.go:3071 [n1,s1,r10/1:/Table/1{3-4}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:38.368466 36068 storage/replica_raftstorage.go:526 [replicate,n1,s1,r1/1:/{Min-System/}] generated preemptive snapshot 4766421c at index 96
I171018 18:49:38.369497 36068 storage/store.go:3549 [replicate,n1,s1,r1/1:/{Min-System/}] streamed snapshot to (n3,s3):?: kv pairs: 59, log entries: 86, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:38.369806 37584 storage/replica_raftstorage.go:732 [n3,s3,r1/?:{-}] applying preemptive snapshot at index 96 (id=4766421c, encoded size=26606, 1 rocksdb batches, 86 log entries)
I171018 18:49:38.370163 37584 storage/replica_raftstorage.go:738 [n3,s3,r1/?:/{Min-System/}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:38.370499 36068 storage/replica_command.go:3754 [replicate,n1,s1,r1/1:/{Min-System/}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r1:/{Min-System/} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:38.373893 37600 storage/replica.go:3071 [n1,s1,r1/1:/{Min-System/}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:38.375022 36068 storage/allocator_scorer.go:623 [replicate,n1,s1,r1/1:/{Min-System/}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=9.67, overfull-threshold=11
I171018 18:49:38.375665 35856 storage/replica_raftstorage.go:526 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] generated preemptive snapshot 37f43005 at index 27
I171018 18:49:38.376319 35856 storage/store.go:3549 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] streamed snapshot to (n2,s2):?: kv pairs: 12, log entries: 17, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:38.376581 37682 storage/replica_raftstorage.go:732 [n2,s2,r3/?:{-}] applying preemptive snapshot at index 27 (id=37f43005, encoded size=9870, 1 rocksdb batches, 17 log entries)
I171018 18:49:38.376803 37682 storage/replica_raftstorage.go:738 [n2,s2,r3/?:/System/NodeLiveness{-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:38.377096 35856 storage/replica_command.go:3754 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r3:/System/NodeLiveness{-Max} [(n1,s1):1, next=2]
I171018 18:49:38.380043 37701 storage/replica.go:3071 [n1,s1,r3/1:/System/NodeLiveness{-Max}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:38.380521 35856 storage/replica_raftstorage.go:526 [replicate,n1,s1,r14/1:/Table/1{7-8}] generated preemptive snapshot 4cca9dd9 at index 16
I171018 18:49:38.381742 35856 storage/store.go:3549 [replicate,n1,s1,r14/1:/Table/1{7-8}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 6, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:38.382591 37633 storage/replica_raftstorage.go:732 [n3,s3,r14/?:{-}] applying preemptive snapshot at index 16 (id=4cca9dd9, encoded size=2603, 1 rocksdb batches, 6 log entries)
I171018 18:49:38.382762 37633 storage/replica_raftstorage.go:738 [n3,s3,r14/?:/Table/1{7-8}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:38.383158 35856 storage/replica_command.go:3754 [replicate,n1,s1,r14/1:/Table/1{7-8}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r14:/Table/1{7-8} [(n1,s1):1, next=2]
I171018 18:49:38.386931 37697 storage/replica.go:3071 [n1,s1,r14/1:/Table/1{7-8}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:38.387348 36068 storage/replica_raftstorage.go:526 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] generated preemptive snapshot c83ad9fa at index 23
I171018 18:49:38.387988 36068 storage/store.go:3549 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] streamed snapshot to (n2,s2):?: kv pairs: 43, log entries: 13, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:38.388256 37733 storage/replica_raftstorage.go:732 [n2,s2,r7/?:{-}] applying preemptive snapshot at index 23 (id=c83ad9fa, encoded size=14080, 1 rocksdb batches, 13 log entries)
I171018 18:49:38.388497 37733 storage/replica_raftstorage.go:738 [n2,s2,r7/?:/Table/{SystemCon…-11}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:38.389295 36068 storage/replica_command.go:3754 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r7:/Table/{SystemConfigSpan/Start-11} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:38.392231 36986 storage/replica.go:3071 [n1,s1,r7/1:/Table/{SystemCon…-11}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:38.392902 36068 storage/allocator_scorer.go:623 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=10.67, overfull-threshold=12
I171018 18:49:38.393229 35856 storage/replica_raftstorage.go:526 [replicate,n1,s1,r13/1:/Table/1{6-7}] generated preemptive snapshot e84aa78d at index 20
I171018 18:49:38.404380 35856 storage/store.go:3549 [replicate,n1,s1,r13/1:/Table/1{6-7}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 10, rate-limit: 8.0 MiB/sec, 10ms
I171018 18:49:38.404406 37710 storage/replica_raftstorage.go:732 [n3,s3,r13/?:{-}] applying preemptive snapshot at index 20 (id=e84aa78d, encoded size=3595, 1 rocksdb batches, 10 log entries)
I171018 18:49:38.404619 37710 storage/replica_raftstorage.go:738 [n3,s3,r13/?:/Table/1{6-7}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:38.405069 35856 storage/replica_command.go:3754 [replicate,n1,s1,r13/1:/Table/1{6-7}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r13:/Table/1{6-7} [(n1,s1):1, next=2]
I171018 18:49:38.407818 37711 storage/replica.go:3071 [n1,s1,r13/1:/Table/1{6-7}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:38.408293 36068 storage/replica_raftstorage.go:526 [replicate,n1,s1,r10/1:/Table/1{3-4}] generated preemptive snapshot 09f2d55f at index 68
I171018 18:49:38.409955 36068 storage/store.go:3549 [replicate,n1,s1,r10/1:/Table/1{3-4}] streamed snapshot to (n3,s3):?: kv pairs: 190, log entries: 58, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:38.410268 37767 storage/replica_raftstorage.go:732 [n3,s3,r10/?:{-}] applying preemptive snapshot at index 68 (id=09f2d55f, encoded size=76093, 1 rocksdb batches, 58 log entries)
I171018 18:49:38.410865 37767 storage/replica_raftstorage.go:738 [n3,s3,r10/?:/Table/1{3-4}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:38.411156 36068 storage/replica_command.go:3754 [replicate,n1,s1,r10/1:/Table/1{3-4}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r10:/Table/1{3-4} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:38.414036 37662 storage/replica.go:3071 [n1,s1,r10/1:/Table/1{3-4}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:38.414632 36068 storage/allocator_scorer.go:623 [replicate,n1,s1,r10/1:/Table/1{3-4}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=11.33, overfull-threshold=12
I171018 18:49:38.414857 35856 storage/replica_raftstorage.go:526 [replicate,n1,s1,r5/1:/System/ts{d-e}] generated preemptive snapshot dd426460 at index 23
I171018 18:49:38.421406 35856 storage/store.go:3549 [replicate,n1,s1,r5/1:/System/ts{d-e}] streamed snapshot to (n2,s2):?: kv pairs: 919, log entries: 13, rate-limit: 8.0 MiB/sec, 6ms
I171018 18:49:38.421937 37672 storage/replica_raftstorage.go:732 [n2,s2,r5/?:{-}] applying preemptive snapshot at index 23 (id=dd426460, encoded size=156352, 1 rocksdb batches, 13 log entries)
I171018 18:49:38.429529 37672 storage/replica_raftstorage.go:738 [n2,s2,r5/?:/System/ts{d-e}] applied preemptive snapshot in 8ms [clear=0ms batch=0ms entries=0ms commit=7ms]
I171018 18:49:38.430530 35856 storage/replica_command.go:3754 [replicate,n1,s1,r5/1:/System/ts{d-e}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r5:/System/ts{d-e} [(n1,s1):1, next=2]
I171018 18:49:38.439683 37768 storage/replica.go:3071 [n1,s1,r5/1:/System/ts{d-e}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:38.440256 35856 storage/replica_raftstorage.go:526 [replicate,n1,s1,r9/1:/Table/1{2-3}] generated preemptive snapshot 80334f43 at index 25
I171018 18:49:38.442196 35856 storage/store.go:3549 [replicate,n1,s1,r9/1:/Table/1{2-3}] streamed snapshot to (n2,s2):?: kv pairs: 44, log entries: 15, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:38.442476 37761 storage/replica_raftstorage.go:732 [n2,s2,r9/?:{-}] applying preemptive snapshot at index 25 (id=80334f43, encoded size=14199, 1 rocksdb batches, 15 log entries)
I171018 18:49:38.442711 37761 storage/replica_raftstorage.go:738 [n2,s2,r9/?:/Table/1{2-3}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:38.443019 35856 storage/replica_command.go:3754 [replicate,n1,s1,r9/1:/Table/1{2-3}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r9:/Table/1{2-3} [(n1,s1):1, next=2]
I171018 18:49:38.446375 37810 storage/replica.go:3071 [n1,s1,r9/1:/Table/1{2-3}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:38.447105 36068 storage/replica_raftstorage.go:526 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] generated preemptive snapshot 4a9e891c at index 33
I171018 18:49:38.448140 36068 storage/store.go:3549 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] streamed snapshot to (n3,s3):?: kv pairs: 14, log entries: 23, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:38.448832 37814 storage/replica_raftstorage.go:732 [n3,s3,r3/?:{-}] applying preemptive snapshot at index 33 (id=4a9e891c, encoded size=11964, 1 rocksdb batches, 23 log entries)
I171018 18:49:38.449106 37814 storage/replica_raftstorage.go:738 [n3,s3,r3/?:/System/NodeLiveness{-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:38.449481 36068 storage/replica_command.go:3754 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r3:/System/NodeLiveness{-Max} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:38.452583 37858 storage/replica.go:3071 [n1,s1,r3/1:/System/NodeLiveness{-Max}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:38.453126 36068 storage/allocator_scorer.go:623 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=12.33, overfull-threshold=13
I171018 18:49:38.453374 35856 storage/replica_raftstorage.go:526 [replicate,n1,s1,r15/1:/Table/1{8-9}] generated preemptive snapshot 496111c7 at index 18
I171018 18:49:38.456632 35856 storage/store.go:3549 [replicate,n1,s1,r15/1:/Table/1{8-9}] streamed snapshot to (n2,s2):?: kv pairs: 9, log entries: 8, rate-limit: 8.0 MiB/sec, 3ms
I171018 18:49:38.456913 37860 storage/replica_raftstorage.go:732 [n2,s2,r15/?:{-}] applying preemptive snapshot at index 18 (id=496111c7, encoded size=3365, 1 rocksdb batches, 8 log entries)
I171018 18:49:38.457092 37860 storage/replica_raftstorage.go:738 [n2,s2,r15/?:/Table/1{8-9}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:38.457884 35856 storage/replica_command.go:3754 [replicate,n1,s1,r15/1:/Table/1{8-9}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r15:/Table/1{8-9} [(n1,s1):1, next=2]
I171018 18:49:38.460609 37890 storage/replica.go:3071 [n1,s1,r15/1:/Table/1{8-9}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:38.461077 35856 storage/replica_raftstorage.go:526 [replicate,n1,s1,r8/1:/Table/1{1-2}] generated preemptive snapshot 52c1393a at index 23
I171018 18:49:38.462526 35856 storage/store.go:3549 [replicate,n1,s1,r8/1:/Table/1{1-2}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 13, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:38.462754 37807 storage/replica_raftstorage.go:732 [n3,s3,r8/?:{-}] applying preemptive snapshot at index 23 (id=52c1393a, encoded size=8753, 1 rocksdb batches, 13 log entries)
I171018 18:49:38.462970 37807 storage/replica_raftstorage.go:738 [n3,s3,r8/?:/Table/1{1-2}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:38.463378 35856 storage/replica_command.go:3754 [replicate,n1,s1,r8/1:/Table/1{1-2}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r8:/Table/1{1-2} [(n1,s1):1, next=2]
I171018 18:49:38.467985 37815 storage/replica.go:3071 [n1,s1,r8/1:/Table/1{1-2}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:38.468282 35856 storage/queue.go:723 [n1,replicate] purgatory is now empty
I171018 18:49:38.468487 36068 storage/replica_raftstorage.go:526 [replicate,n1,s1,r14/1:/Table/1{7-8}] generated preemptive snapshot 9f29408d at index 19
I171018 18:49:38.470166 36068 storage/store.go:3549 [replicate,n1,s1,r14/1:/Table/1{7-8}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 9, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:38.470383 37823 storage/replica_raftstorage.go:732 [n2,s2,r14/?:{-}] applying preemptive snapshot at index 19 (id=9f29408d, encoded size=3831, 1 rocksdb batches, 9 log entries)
I171018 18:49:38.470610 37823 storage/replica_raftstorage.go:738 [n2,s2,r14/?:/Table/1{7-8}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:38.471192 36068 storage/replica_command.go:3754 [replicate,n1,s1,r14/1:/Table/1{7-8}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r14:/Table/1{7-8} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:38.480078 37912 storage/replica.go:3071 [n1,s1,r14/1:/Table/1{7-8}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:38.480805 36068 storage/allocator_scorer.go:623 [replicate,n1,s1,r14/1:/Table/1{7-8}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=13.33, overfull-threshold=15
I171018 18:49:38.481040 36068 storage/replica_raftstorage.go:526 [replicate,n1,s1,r13/1:/Table/1{6-7}] generated preemptive snapshot 02f5b3da at index 23
I171018 18:49:38.481710 36068 storage/store.go:3549 [replicate,n1,s1,r13/1:/Table/1{6-7}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 13, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:38.482170 37831 storage/replica_raftstorage.go:732 [n2,s2,r13/?:{-}] applying preemptive snapshot at index 23 (id=02f5b3da, encoded size=4823, 1 rocksdb batches, 13 log entries)
I171018 18:49:38.482401 37831 storage/replica_raftstorage.go:738 [n2,s2,r13/?:/Table/1{6-7}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:38.482713 36068 storage/replica_command.go:3754 [replicate,n1,s1,r13/1:/Table/1{6-7}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r13:/Table/1{6-7} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:38.485617 37943 storage/replica.go:3071 [n1,s1,r13/1:/Table/1{6-7}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:38.486180 36068 storage/allocator_scorer.go:623 [replicate,n1,s1,r13/1:/Table/1{6-7}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=13.33, overfull-threshold=15
I171018 18:49:38.486466 36068 storage/replica_raftstorage.go:526 [replicate,n1,s1,r16/1:/{Table/19-Max}] generated preemptive snapshot 68ca99d3 at index 16
I171018 18:49:38.487501 36068 storage/store.go:3549 [replicate,n1,s1,r16/1:/{Table/19-Max}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 6, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:38.488062 37956 storage/replica_raftstorage.go:732 [n3,s3,r16/?:{-}] applying preemptive snapshot at index 16 (id=68ca99d3, encoded size=1920, 1 rocksdb batches, 6 log entries)
I171018 18:49:38.488232 37956 storage/replica_raftstorage.go:738 [n3,s3,r16/?:/{Table/19-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:38.488551 36068 storage/replica_command.go:3754 [replicate,n1,s1,r16/1:/{Table/19-Max}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r16:/{Table/19-Max} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:38.499934 37836 storage/replica.go:3071 [n1,s1,r16/1:/{Table/19-Max}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:38.507546 36068 storage/allocator_scorer.go:623 [replicate,n1,s1,r16/1:/{Table/19-Max}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=14.00, overfull-threshold=15
I171018 18:49:38.507913 36068 storage/replica_raftstorage.go:526 [replicate,n1,s1,r12/1:/Table/1{5-6}] generated preemptive snapshot 6ed2a117 at index 21
I171018 18:49:38.510978 36068 storage/store.go:3549 [replicate,n1,s1,r12/1:/Table/1{5-6}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 11, rate-limit: 8.0 MiB/sec, 3ms
I171018 18:49:38.511266 37973 storage/replica_raftstorage.go:732 [n2,s2,r12/?:{-}] applying preemptive snapshot at index 21 (id=6ed2a117, encoded size=4061, 1 rocksdb batches, 11 log entries)
I171018 18:49:38.511476 37973 storage/replica_raftstorage.go:738 [n2,s2,r12/?:/Table/1{5-6}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:38.512055 36068 storage/replica_command.go:3754 [replicate,n1,s1,r12/1:/Table/1{5-6}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r12:/Table/1{5-6} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:38.515269 37876 storage/replica.go:3071 [n1,s1,r12/1:/Table/1{5-6}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:38.516096 36068 storage/replica_raftstorage.go:526 [replicate,n1,s1,r5/1:/System/ts{d-e}] generated preemptive snapshot 6a5b8ec4 at index 26
I171018 18:49:38.525054 36068 storage/store.go:3549 [replicate,n1,s1,r5/1:/System/ts{d-e}] streamed snapshot to (n3,s3):?: kv pairs: 920, log entries: 16, rate-limit: 8.0 MiB/sec, 9ms
I171018 18:49:38.525574 37998 storage/replica_raftstorage.go:732 [n3,s3,r5/?:{-}] applying preemptive snapshot at index 26 (id=6a5b8ec4, encoded size=157649, 1 rocksdb batches, 16 log entries)
I171018 18:49:38.526740 37998 storage/replica_raftstorage.go:738 [n3,s3,r5/?:/System/ts{d-e}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:38.527556 36068 storage/replica_command.go:3754 [replicate,n1,s1,r5/1:/System/ts{d-e}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r5:/System/ts{d-e} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:38.531093 38002 storage/replica.go:3071 [n1,s1,r5/1:/System/ts{d-e}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:38.533758 36068 storage/replica_raftstorage.go:526 [replicate,n1,s1,r9/1:/Table/1{2-3}] generated preemptive snapshot db4b6ba4 at index 28
I171018 18:49:38.534435 36068 storage/store.go:3549 [replicate,n1,s1,r9/1:/Table/1{2-3}] streamed snapshot to (n3,s3):?: kv pairs: 45, log entries: 18, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:38.534736 38006 storage/replica_raftstorage.go:732 [n3,s3,r9/?:{-}] applying preemptive snapshot at index 28 (id=db4b6ba4, encoded size=15427, 1 rocksdb batches, 18 log entries)
I171018 18:49:38.534995 38006 storage/replica_raftstorage.go:738 [n3,s3,r9/?:/Table/1{2-3}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:38.535311 36068 storage/replica_command.go:3754 [replicate,n1,s1,r9/1:/Table/1{2-3}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r9:/Table/1{2-3} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:38.539071 37789 storage/replica.go:3071 [n1,s1,r9/1:/Table/1{2-3}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:38.539930 36068 storage/replica_raftstorage.go:526 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] generated preemptive snapshot 8b76141b at index 43
I171018 18:49:38.540812 36068 storage/store.go:3549 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] streamed snapshot to (n2,s2):?: kv pairs: 34, log entries: 33, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:38.541175 38020 storage/replica_raftstorage.go:732 [n2,s2,r4/?:{-}] applying preemptive snapshot at index 43 (id=8b76141b, encoded size=112877, 1 rocksdb batches, 33 log entries)
I171018 18:49:38.541855 38020 storage/replica_raftstorage.go:738 [n2,s2,r4/?:/System/{NodeLive…-tsd}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:38.543066 36068 storage/replica_command.go:3754 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r4:/System/{NodeLivenessMax-tsd} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:38.546636 38052 storage/replica.go:3071 [n1,s1,r4/1:/System/{NodeLive…-tsd}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:38.548256 36068 storage/replica_raftstorage.go:526 [replicate,n1,s1,r15/1:/Table/1{8-9}] generated preemptive snapshot b7e03fad at index 21
I171018 18:49:38.549141 36068 storage/store.go:3549 [replicate,n1,s1,r15/1:/Table/1{8-9}] streamed snapshot to (n3,s3):?: kv pairs: 10, log entries: 11, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:38.549429 38083 storage/replica_raftstorage.go:732 [n3,s3,r15/?:{-}] applying preemptive snapshot at index 21 (id=b7e03fad, encoded size=4593, 1 rocksdb batches, 11 log entries)
I171018 18:49:38.549638 38083 storage/replica_raftstorage.go:738 [n3,s3,r15/?:/Table/1{8-9}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:38.550211 36068 storage/replica_command.go:3754 [replicate,n1,s1,r15/1:/Table/1{8-9}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r15:/Table/1{8-9} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:38.552968 38111 storage/replica.go:3071 [n1,s1,r15/1:/Table/1{8-9}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:38.554848 36068 storage/replica_raftstorage.go:526 [replicate,n1,s1,r8/1:/Table/1{1-2}] generated preemptive snapshot b95d20e6 at index 26
I171018 18:49:38.555562 36068 storage/store.go:3549 [replicate,n1,s1,r8/1:/Table/1{1-2}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 16, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:38.555869 38069 storage/replica_raftstorage.go:732 [n2,s2,r8/?:{-}] applying preemptive snapshot at index 26 (id=b95d20e6, encoded size=9981, 1 rocksdb batches, 16 log entries)
I171018 18:49:38.556113 38069 storage/replica_raftstorage.go:738 [n2,s2,r8/?:/Table/1{1-2}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:38.556595 36068 storage/replica_command.go:3754 [replicate,n1,s1,r8/1:/Table/1{1-2}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r8:/Table/1{1-2} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:38.559605 38025 storage/replica.go:3071 [n1,s1,r8/1:/Table/1{1-2}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:38.562063 36919 storage/replica_proposal.go:475 [n2,s2,r15/2:/Table/1{8-9}] new range lease repl=(n2,s2):2 start=1508352578.560333871,0 epo=1 pro=1508352578.560336571,0 following repl=(n1,s1):1 start=0.000000000,0 exp=1508352586.979869526,0 pro=1508352577.979887026,0
I171018 18:49:38.591233 38092 storage/raft_transport.go:455 [n2] raft transport stream to node 3 established
I171018 18:49:38.602788 38154 storage/raft_transport.go:455 [n3] raft transport stream to node 2 established
I171018 18:49:38.737672 38140 sql/event_log.go:103 [client=127.0.0.1:35313,user=root,n1] Event: "create_database", target: 50, info: {DatabaseName:data Statement:CREATE DATABASE IF NOT EXISTS data User:root}
I171018 18:49:38.738514 36067 storage/replica_command.go:2810 [split,n1,s1,r16/1:/{Table/19-Max}] initiating a split of this range at key /Table/50 [r17]
I171018 18:49:38.745969 38140 sql/event_log.go:103 [client=127.0.0.1:35313,user=root,n1] Event: "create_table", target: 51, info: {TableName:data.bank Statement:CREATE TABLE data.bank (id INT PRIMARY KEY, balance INT, payload STRING, FAMILY (id, balance, payload)) User:root}
I171018 18:49:38.746727 36067 storage/replica_command.go:2810 [split,n1,s1,r17/1:/{Table/50-Max}] initiating a split of this range at key /Table/51 [r18]
I171018 18:49:38.811103 38252 storage/replica_command.go:2810 [n1,s1,r18/1:/{Table/51-Max}] initiating a split of this range at key /Table/51/1/100 [r19]
I171018 18:49:38.813309 36071 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r18/1:/{Table/51-Max}] generated Raft snapshot ff382b8d at index 11
E171018 18:49:38.818180 36071 storage/queue.go:656 [raftsnapshot,n1,s1,r18/1:/{Table/51-Max}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r18: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/3:/{Table/50-Max}]
I171018 18:49:38.832913 38045 storage/replica_command.go:2810 [n1,s1,r19/1:/{Table/51/1/1…-Max}] initiating a split of this range at key /Table/51/1/200 [r20]
I171018 18:49:38.837641 36071 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r19/1:/{Table/51/1/1…-Max}] generated Raft snapshot b215c14c at index 13
E171018 18:49:38.838943 36071 storage/queue.go:656 [raftsnapshot,n1,s1,r19/1:/{Table/51/1/1…-Max}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r19: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/3:/{Table/50-Max}]
I171018 18:49:38.839950 38303 storage/replica_command.go:2810 [n1,s1,r20/1:/{Table/51/1/2…-Max}] initiating a split of this range at key /Table/51/1/300 [r21]
I171018 18:49:38.841127 36071 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r20/1:/{Table/51/1/2…-Max}] generated Raft snapshot 2b7abd74 at index 11
E171018 18:49:38.841516 36071 storage/queue.go:656 [raftsnapshot,n1,s1,r20/1:/{Table/51/1/2…-Max}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r20: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/3:/{Table/50-Max}]
I171018 18:49:38.861528 38383 storage/replica_command.go:2810 [n1,s1,r21/1:/{Table/51/1/3…-Max}] initiating a split of this range at key /Table/51/1/400 [r22]
I171018 18:49:38.862794 36071 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r21/1:/{Table/51/1/3…-Max}] generated Raft snapshot 51c14348 at index 10
E171018 18:49:38.869069 36071 storage/queue.go:656 [raftsnapshot,n1,s1,r21/1:/{Table/51/1/3…-Max}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r21: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/3:/{Table/50-Max}]
I171018 18:49:38.873835 38420 storage/replica_command.go:2810 [n1,s1,r22/1:/{Table/51/1/4…-Max}] initiating a split of this range at key /Table/51/1/500 [r23]
I171018 18:49:38.876459 36071 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r22/1:/{Table/51/1/4…-Max}] generated Raft snapshot b2914640 at index 10
E171018 18:49:38.877311 36071 storage/queue.go:656 [raftsnapshot,n1,s1,r22/1:/{Table/51/1/4…-Max}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r22: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/3:/{Table/50-Max}]
I171018 18:49:38.882105 38451 storage/replica_command.go:2810 [n1,s1,r23/1:/{Table/51/1/5…-Max}] initiating a split of this range at key /Table/51/1/600 [r24]
I171018 18:49:38.883320 36071 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r23/1:/{Table/51/1/5…-Max}] generated Raft snapshot ac0506f7 at index 10
E171018 18:49:38.883693 36071 storage/queue.go:656 [raftsnapshot,n1,s1,r23/1:/{Table/51/1/5…-Max}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r23: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/3:/{Table/50-Max}]
I171018 18:49:39.587364 36921 storage/replica_proposal.go:475 [n2,s2,r6/2:/{System/tse-Table/System…}] new range lease repl=(n2,s2):2 start=1508352579.586207122,0 epo=1 pro=1508352579.586209922,0 following repl=(n1,s1):1 start=0.000000000,0 exp=1508352586.979869526,0 pro=1508352577.979887026,0
I171018 18:49:39.608893 35713 storage/allocator_scorer.go:633 [replicate,n2,s2,r6/2:/{System/tse-Table/System…}] s1: should-rebalance(better-fit-ranges=s3): rangeCount=23, otherRangeCount=17, mean=21.00, underfull-threshold=19
I171018 18:49:39.649484 36071 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r17/1:/Table/5{0-1}] generated Raft snapshot e2c11257 at index 18
I171018 18:49:39.651760 36071 storage/store.go:3549 [raftsnapshot,n1,s1,r17/1:/Table/5{0-1}] streamed snapshot to (n3,s3):3: kv pairs: 9, log entries: 4, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:39.652555 38506 storage/replica_raftstorage.go:732 [n3,s3,r17/3:/{Table/50-Max}] applying Raft snapshot at index 18 (id=e2c11257, encoded size=239815, 1 rocksdb batches, 4 log entries)
I171018 18:49:39.653526 38506 storage/replica_raftstorage.go:738 [n3,s3,r17/3:/Table/5{0-1}] applied Raft snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:39.912063 38510 storage/replica_command.go:2810 [n1,s1,r24/1:/{Table/51/1/6…-Max}] initiating a split of this range at key /Table/51/1/700 [r25]
I171018 18:49:39.913926 36071 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r24/1:/{Table/51/1/6…-Max}] generated Raft snapshot cd06a3d0 at index 10
I171018 18:49:39.915299 36071 storage/store.go:3549 [raftsnapshot,n1,s1,r24/1:/{Table/51/1/6…-Max}] streamed snapshot to (n3,s3):3: kv pairs: 408, log entries: 0, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:39.916063 38571 storage/replica_raftstorage.go:732 [n3,s3,r24/3:{-}] applying Raft snapshot at index 10 (id=cd06a3d0, encoded size=95672, 1 rocksdb batches, 0 log entries)
I171018 18:49:39.917230 38571 storage/replica_raftstorage.go:738 [n3,s3,r24/3:/{Table/51/1/6…-Max}] applied Raft snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:39.923596 38574 storage/replica_command.go:2810 [n1,s1,r25/1:/{Table/51/1/7…-Max}] initiating a split of this range at key /Table/51/1/800 [r26]
I171018 18:49:39.926324 36071 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r25/1:/{Table/51/1/7…-Max}] generated Raft snapshot 8d6d3a7e at index 13
E171018 18:49:39.929660 36071 storage/queue.go:656 [raftsnapshot,n1,s1,r25/1:/{Table/51/1/7…-Max}] snapshot failed: (n2,s2):2: remote couldn't accept snapshot with error: [n2,s2],r25: cannot apply snapshot: snapshot intersects existing range [n2,s2,r24/2:/{Table/51/1/6…-Max}]
I171018 18:49:39.932875 38612 storage/replica_command.go:2810 [n1,s1,r26/1:/{Table/51/1/8…-Max}] initiating a split of this range at key /Table/51/1/900 [r27]
I171018 18:49:39.934999 36071 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r26/1:/{Table/51/1/8…-Max}] generated Raft snapshot 9ba3bb75 at index 11
E171018 18:49:39.935662 36071 storage/queue.go:656 [raftsnapshot,n1,s1,r26/1:/{Table/51/1/8…-Max}] snapshot failed: (n2,s2):2: remote couldn't accept snapshot with error: [n2,s2],r26: cannot apply snapshot: snapshot intersects existing range [n2,s2,r24/2:/{Table/51/1/6…-Max}]
I171018 18:49:39.949532 36071 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r20/1:/Table/51/1/{200-300}] generated Raft snapshot 86951988 at index 16
I171018 18:49:39.950438 36071 storage/store.go:3549 [raftsnapshot,n1,s1,r20/1:/Table/51/1/{200-300}] streamed snapshot to (n3,s3):3: kv pairs: 109, log entries: 6, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:39.950708 38647 storage/replica_raftstorage.go:732 [n3,s3,r20/3:{-}] applying Raft snapshot at index 16 (id=86951988, encoded size=26941, 1 rocksdb batches, 6 log entries)
I171018 18:49:39.951072 38647 storage/replica_raftstorage.go:738 [n3,s3,r20/3:/Table/51/1/{200-300}] applied Raft snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:39.951693 36071 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r23/1:/Table/51/1/{500-600}] generated Raft snapshot 049bfb81 at index 15
I171018 18:49:39.952954 36071 storage/store.go:3549 [raftsnapshot,n1,s1,r23/1:/Table/51/1/{500-600}] streamed snapshot to (n3,s3):3: kv pairs: 109, log entries: 5, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:39.953258 38678 storage/replica_raftstorage.go:732 [n3,s3,r23/3:{-}] applying Raft snapshot at index 15 (id=049bfb81, encoded size=26532, 1 rocksdb batches, 5 log entries)
I171018 18:49:39.953544 38678 storage/replica_raftstorage.go:738 [n3,s3,r23/3:/Table/51/1/{500-600}] applied Raft snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:39.953961 36071 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r19/1:/Table/51/1/{100-200}] generated Raft snapshot 450e7587 at index 16
I171018 18:49:39.954791 36071 storage/store.go:3549 [raftsnapshot,n1,s1,r19/1:/Table/51/1/{100-200}] streamed snapshot to (n3,s3):3: kv pairs: 109, log entries: 6, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:39.954954 38518 storage/replica_raftstorage.go:732 [n3,s3,r19/3:{-}] applying Raft snapshot at index 16 (id=450e7587, encoded size=26845, 1 rocksdb batches, 6 log entries)
I171018 18:49:39.955256 38518 storage/replica_raftstorage.go:738 [n3,s3,r19/3:/Table/51/1/{100-200}] applied Raft snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:39.955559 36071 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r21/1:/Table/51/1/{300-400}] generated Raft snapshot 51ff18ef at index 16
I171018 18:49:39.956151 38140 sql/event_log.go:103 [client=127.0.0.1:35313,user=root,n1] Event: "create_database", target: 52, info: {DatabaseName:restoredb Statement:CREATE DATABASE restoredb User:root}
I171018 18:49:39.956350 36071 storage/store.go:3549 [raftsnapshot,n1,s1,r21/1:/Table/51/1/{300-400}] streamed snapshot to (n3,s3):3: kv pairs: 109, log entries: 6, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:39.956496 38698 storage/replica_raftstorage.go:732 [n3,s3,r21/3:{-}] applying Raft snapshot at index 16 (id=51ff18ef, encoded size=27027, 1 rocksdb batches, 6 log entries)
I171018 18:49:39.957269 36067 storage/replica_command.go:2810 [split,n1,s1,r27/1:/{Table/51/1/9…-Max}] initiating a split of this range at key /Table/52 [r28]
I171018 18:49:39.959215 38698 storage/replica_raftstorage.go:738 [n3,s3,r21/3:/Table/51/1/{300-400}] applied Raft snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:39.960779 36071 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r18/1:/Table/51{-/1/100}] generated Raft snapshot 15551c68 at index 16
I171018 18:49:39.963278 36071 storage/store.go:3549 [raftsnapshot,n1,s1,r18/1:/Table/51{-/1/100}] streamed snapshot to (n3,s3):3: kv pairs: 109, log entries: 6, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:39.963875 38633 storage/replica_raftstorage.go:732 [n3,s3,r18/3:{-}] applying Raft snapshot at index 16 (id=15551c68, encoded size=26683, 1 rocksdb batches, 6 log entries)
I171018 18:49:39.967289 38633 storage/replica_raftstorage.go:738 [n3,s3,r18/3:/Table/51{-/1/100}] applied Raft snapshot in 3ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:39.972133 36071 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r22/1:/Table/51/1/{400-500}] generated Raft snapshot 8e098011 at index 16
I171018 18:49:39.974587 36071 storage/store.go:3549 [raftsnapshot,n1,s1,r22/1:/Table/51/1/{400-500}] streamed snapshot to (n3,s3):3: kv pairs: 109, log entries: 6, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:39.985391 38729 storage/replica_raftstorage.go:732 [n3,s3,r22/3:{-}] applying Raft snapshot at index 16 (id=8e098011, encoded size=27027, 1 rocksdb batches, 6 log entries)
I171018 18:49:39.985958 38729 storage/replica_raftstorage.go:738 [n3,s3,r22/3:/Table/51/1/{400-500}] applied Raft snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:39.992180 36071 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r27/1:/Table/5{1/1/900-2}] generated Raft snapshot a6f80291 at index 15
E171018 18:49:40.009390 36071 storage/queue.go:656 [raftsnapshot,n1,s1,r27/1:/Table/5{1/1/900-2}] snapshot failed: (n2,s2):2: remote couldn't accept snapshot with error: [n2,s2],r27: cannot apply snapshot: snapshot intersects existing range [n2,s2,r24/2:/{Table/51/1/6…-Max}]
I171018 18:49:40.020708 38996 ccl/storageccl/export.go:129 [n1,s1,r27/1:/Table/5{1/1/900-2}] export [/Table/51/1/900,/Table/51/2)
I171018 18:49:40.020908 38987 ccl/storageccl/export.go:129 [n1,s1,r20/1:/Table/51/1/{200-300}] export [/Table/51/1/200,/Table/51/1/300)
I171018 18:49:40.021845 38654 ccl/storageccl/export.go:129 [n1,s1,r7/1:/Table/{SystemCon…-11}] export [/Table/3/1,/Table/3/2)
I171018 18:49:40.021940 38971 ccl/storageccl/export.go:129 [n1,s1,r18/1:/Table/51{-/1/100}] export [/Table/51/1,/Table/51/1/100)
I171018 18:49:40.022279 38938 ccl/storageccl/export.go:129 [n1,s1,r19/1:/Table/51/1/{100-200}] export [/Table/51/1/100,/Table/51/1/200)
I171018 18:49:40.043955 39026 ccl/storageccl/export.go:129 [n1,s1,r21/1:/Table/51/1/{300-400}] export [/Table/51/1/300,/Table/51/1/400)
I171018 18:49:40.045230 39027 ccl/storageccl/export.go:129 [n1,s1,r22/1:/Table/51/1/{400-500}] export [/Table/51/1/400,/Table/51/1/500)
I171018 18:49:40.046157 39028 ccl/storageccl/export.go:129 [n1,s1,r25/1:/Table/51/1/{700-800}] export [/Table/51/1/700,/Table/51/1/800)
I171018 18:49:40.046273 38961 ccl/storageccl/export.go:129 [n1,s1,r23/1:/Table/51/1/{500-600}] export [/Table/51/1/500,/Table/51/1/600)
I171018 18:49:40.047064 39029 ccl/storageccl/export.go:129 [n1,s1,r24/1:/Table/51/1/{600-700}] export [/Table/51/1/600,/Table/51/1/700)
I171018 18:49:40.058333 39031 ccl/storageccl/export.go:129 [n1,s1,r7/1:/Table/{SystemCon…-11}] export [/Table/4/1,/Table/4/2)
I171018 18:49:40.058333 39030 ccl/storageccl/export.go:129 [n1,s1,r26/1:/Table/51/1/{800-900}] export [/Table/51/1/800,/Table/51/1/900)
W171018 18:49:40.149757 39195 storage/engine/mvcc.go:1868 [n1,s1,r12/1:/Table/1{5-6}] unable to find value for /Table/15/1/289283047893958657/0 @ 1508352580.142388151,1
I171018 18:49:40.154312 39390 storage/replica_command.go:2810 [n1,s1,r28/1:/{Table/52-Max}] initiating a split of this range at key /Table/53 [r29]
I171018 18:49:40.155753 36071 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r28/1:/{Table/52-Max}] generated Raft snapshot db05cb94 at index 10
E171018 18:49:40.156222 36071 storage/queue.go:656 [raftsnapshot,n1,s1,r28/1:/{Table/52-Max}] snapshot failed: (n2,s2):2: remote couldn't accept snapshot with error: [n2,s2],r28: cannot apply snapshot: snapshot intersects existing range [n2,s2,r24/2:/{Table/51/1/6…-Max}]
I171018 18:49:40.161438 39437 storage/replica_command.go:2810 [n1,s1,r29/1:/{Table/53-Max}] initiating a split of this range at key /Table/53/1/300 [r30]
I171018 18:49:40.162672 36071 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r29/1:/{Table/53-Max}] generated Raft snapshot 636245ee at index 10
I171018 18:49:40.162856 39526 storage/replica_command.go:2810 [n1,s1,r29/1:/{Table/53-Max}] initiating a split of this range at key /Table/53/1/100 [r31]
E171018 18:49:40.163597 36071 storage/queue.go:656 [raftsnapshot,n1,s1,r29/1:/{Table/53-Max}] snapshot failed: (n2,s2):2: remote couldn't accept snapshot with error: [n2,s2],r29: cannot apply snapshot: snapshot intersects existing range [n2,s2,r24/2:/{Table/51/1/6…-Max}]
I171018 18:49:40.595713 37173 storage/replica_proposal.go:475 [n3,s3,r13/2:/Table/1{6-7}] new range lease repl=(n3,s3):2 start=1508352580.593499484,0 epo=1 pro=1508352580.593502484,0 following repl=(n1,s1):1 start=0.000000000,0 exp=1508352586.979869526,0 pro=1508352577.979887026,0
I171018 18:49:40.616943 35713 storage/allocator_scorer.go:633 [replicate,n2,s2,r15/2:/Table/1{8-9}] s1: should-rebalance(better-fit-ranges=s2): rangeCount=29, otherRangeCount=24, mean=27.33, underfull-threshold=25
I171018 18:49:40.804540 36071 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r27/1:/Table/5{1/1/900-2}] generated Raft snapshot 09f3cccf at index 16
E171018 18:49:40.805024 36071 storage/queue.go:656 [raftsnapshot,n1,s1,r27/1:/Table/5{1/1/900-2}] snapshot failed: (n2,s2):2: remote couldn't accept snapshot with error: [n2,s2],r27: cannot apply snapshot: snapshot intersects existing range [n2,s2,r24/2:/{Table/51/1/6…-Max}]
I171018 18:49:40.906303 36071 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r25/1:/Table/51/1/{700-800}] generated Raft snapshot 8106d4fb at index 16
I171018 18:49:40.907066 36071 storage/store.go:3549 [raftsnapshot,n1,s1,r25/1:/Table/51/1/{700-800}] streamed snapshot to (n2,s2):2: kv pairs: 109, log entries: 6, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:40.907321 39949 storage/replica_raftstorage.go:732 [n2,s2,r25/2:/{Table/51/1/7…-Max}] applying Raft snapshot at index 16 (id=8106d4fb, encoded size=27020, 1 rocksdb batches, 6 log entries)
I171018 18:49:40.908153 39949 storage/replica_raftstorage.go:738 [n2,s2,r25/2:/Table/51/1/{700-800}] applied Raft snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:40.908685 36071 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r26/1:/Table/51/1/{800-900}] generated Raft snapshot d9302698 at index 16
I171018 18:49:40.909439 36071 storage/store.go:3549 [raftsnapshot,n1,s1,r26/1:/Table/51/1/{800-900}] streamed snapshot to (n2,s2):2: kv pairs: 109, log entries: 6, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:40.909715 39959 storage/replica_raftstorage.go:732 [n2,s2,r26/2:{-}] applying Raft snapshot at index 16 (id=d9302698, encoded size=27026, 1 rocksdb batches, 6 log entries)
I171018 18:49:40.910143 39959 storage/replica_raftstorage.go:738 [n2,s2,r26/2:/Table/51/1/{800-900}] applied Raft snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:41.006413 36071 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r29/1:/{Table/53-Max}] generated Raft snapshot 4c9db0e7 at index 10
I171018 18:49:41.007915 36071 storage/store.go:3549 [raftsnapshot,n1,s1,r29/1:/{Table/53-Max}] streamed snapshot to (n2,s2):2: kv pairs: 8, log entries: 0, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:41.008104 39935 storage/replica_raftstorage.go:732 [n2,s2,r29/2:{-}] applying Raft snapshot at index 10 (id=4c9db0e7, encoded size=464, 1 rocksdb batches, 0 log entries)
I171018 18:49:41.008293 39935 storage/replica_raftstorage.go:738 [n2,s2,r29/2:/{Table/53-Max}] applied Raft snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
W171018 18:49:41.028371 39965 storage/replica.go:2064 [n1,s1,r29/1:/Table/53{-/1/300}] context canceled before command queue: 1 QueryTxn
I171018 18:49:41.032394 40050 storage/replica_command.go:2810 [n1,s1,r30/1:/{Table/53/1/3…-Max}] initiating a split of this range at key /Table/53/1/600 [r32]
I171018 18:49:41.033404 40054 storage/replica_command.go:2810 [n1,s1,r30/1:/{Table/53/1/3…-Max}] initiating a split of this range at key /Table/53/1/400 [r33]
I171018 18:49:41.043911 36071 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r30/1:/{Table/53/1/3…-Max}] generated Raft snapshot 1b8dbe11 at index 11
E171018 18:49:41.050212 36071 storage/queue.go:656 [raftsnapshot,n1,s1,r30/1:/{Table/53/1/3…-Max}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r30: cannot apply snapshot: snapshot intersects existing range [n3,s3,r29/3:/{Table/53-Max}]
I171018 18:49:41.106517 36071 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r28/1:/Table/5{2-3}] generated Raft snapshot 8cfad475 at index 16
I171018 18:49:41.107003 39526 storage/replica_command.go:2810 [n1,s1,r29/1:/Table/53{-/1/300}] initiating a split of this range at key /Table/53/1/100 [r34]
I171018 18:49:41.107402 36071 storage/store.go:3549 [raftsnapshot,n1,s1,r28/1:/Table/5{2-3}] streamed snapshot to (n2,s2):2: kv pairs: 9, log entries: 6, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:41.107830 40093 storage/replica_raftstorage.go:732 [n2,s2,r28/2:{-}] applying Raft snapshot at index 16 (id=8cfad475, encoded size=3038, 1 rocksdb batches, 6 log entries)
I171018 18:49:41.109787 40093 storage/replica_raftstorage.go:738 [n2,s2,r28/2:/Table/5{2-3}] applied Raft snapshot in 2ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:41.131737 40146 storage/replica_command.go:2810 [n1,s1,r32/1:/{Table/53/1/6…-Max}] initiating a split of this range at key /Table/53/1/900 [r35]
I171018 18:49:41.132578 40150 storage/replica_command.go:2810 [n1,s1,r32/1:/{Table/53/1/6…-Max}] initiating a split of this range at key /Table/53/1/700 [r36]
W171018 18:49:41.159084 40158 storage/replica.go:2064 [n1,s1,r32/1:/Table/53/1/{600-900}] context canceled before command queue: 1 QueryTxn
I171018 18:49:41.165557 36071 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r32/1:/Table/53/1/{600-900}] generated Raft snapshot d6b6db52 at index 17
E171018 18:49:41.167102 36071 storage/queue.go:656 [raftsnapshot,n1,s1,r32/1:/Table/53/1/{600-900}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r32: cannot apply snapshot: snapshot intersects existing range [n3,s3,r30/3:/{Table/53/1/3…-Max}]
I171018 18:49:41.175213 40187 storage/replica_command.go:2810 [n1,s1,r34/1:/Table/53/1/{100-300}] initiating a split of this range at key /Table/53/1/200 [r37]
I171018 18:49:41.185999 36071 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r35/1:/{Table/53/1/9…-Max}] generated Raft snapshot 82e0048a at index 11
I171018 18:49:41.188877 40054 storage/replica_command.go:2810 [n1,s1,r30/1:/Table/53/1/{300-600}] initiating a split of this range at key /Table/53/1/400 [r38]
E171018 18:49:41.193797 36071 storage/queue.go:656 [raftsnapshot,n1,s1,r35/1:/{Table/53/1/9…-Max}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r35: cannot apply snapshot: snapshot intersects existing range [n3,s3,r30/3:/{Table/53/1/3…-Max}]
I171018 18:49:41.233110 40234 storage/replica_command.go:2810 [n1,s1,r38/1:/Table/53/1/{400-600}] initiating a split of this range at key /Table/53/1/500 [r39]
I171018 18:49:41.247038 40150 storage/replica_command.go:2810 [n1,s1,r32/1:/Table/53/1/{600-900}] initiating a split of this range at key /Table/53/1/700 [r40]
I171018 18:49:41.257188 36071 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r38/1:/Table/53/1/{400-600}] generated Raft snapshot 52619289 at index 12
E171018 18:49:41.277088 36071 storage/queue.go:656 [raftsnapshot,n1,s1,r38/1:/Table/53/1/{400-600}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r38: cannot apply snapshot: snapshot intersects existing range [n3,s3,r30/3:/{Table/53/1/3…-Max}]
I171018 18:49:41.311450 40373 storage/replica_command.go:2810 [n1,s1,r40/1:/Table/53/1/{700-900}] initiating a split of this range at key /Table/53/1/800 [r41]
I171018 18:49:41.342413 36071 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r40/1:/Table/53/1/{700-800}] generated Raft snapshot 03b809bd at index 15
E171018 18:49:41.352096 36071 storage/queue.go:656 [raftsnapshot,n1,s1,r40/1:/Table/53/1/{700-800}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r40: cannot apply snapshot: snapshot intersects existing range [n3,s3,r30/3:/{Table/53/1/3…-Max}]
I171018 18:49:41.376075 36071 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r39/1:/Table/53/1/{500-600}] generated Raft snapshot 4430e6bc at index 13
E171018 18:49:41.376549 36071 storage/queue.go:656 [raftsnapshot,n1,s1,r39/1:/Table/53/1/{500-600}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r39: cannot apply snapshot: snapshot intersects existing range [n3,s3,r30/3:/{Table/53/1/3…-Max}]
I171018 18:49:41.378103 36071 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r41/1:/Table/53/1/{800-900}] generated Raft snapshot b8757b10 at index 10
E171018 18:49:41.384931 36071 storage/queue.go:656 [raftsnapshot,n1,s1,r41/1:/Table/53/1/{800-900}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r41: cannot apply snapshot: snapshot intersects existing range [n3,s3,r30/3:/{Table/53/1/3…-Max}]
W171018 18:49:41.442048 38154 storage/raft_transport.go:461 [n3] raft transport stream to node 2 failed: rpc error: code = Unavailable desc = transport is closing
W171018 18:49:41.442269 37355 storage/raft_transport.go:461 [n1] raft transport stream to node 3 failed: rpc error: code = Unavailable desc = transport is closing
W171018 18:49:41.442410 38092 storage/raft_transport.go:461 [n2] raft transport stream to node 3 failed: EOF
I171018 18:49:41.442557 36763 vendor/google.golang.org/grpc/grpclog/grpclog.go:75 transport: http2Server.HandleStreams failed to read frame: read tcp 127.0.0.1:45402->127.0.0.1:35301: use of closed network connection
W171018 18:49:41.442705 37361 storage/raft_transport.go:461 [n3] raft transport stream to node 1 failed: rpc error: code = Unavailable desc = transport is closing
I171018 18:49:41.442717 36806 vendor/google.golang.org/grpc/grpclog/grpclog.go:60 transport: http2Client.notifyError got notified that the client transport was broken EOF.
W171018 18:49:41.442770 37348 storage/raft_transport.go:461 [n1] raft transport stream to node 2 failed: rpc error: code = Unavailable desc = transport is closing
I171018 18:49:41.451954 36803 vendor/google.golang.org/grpc/grpclog/grpclog.go:75 grpc: addrConn.resetTransport failed to create client transport: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:45402: operation was canceled"; Reconnecting to {127.0.0.1:45402 <nil>}
I171018 18:49:41.451991 36803 vendor/google.golang.org/grpc/grpclog/grpclog.go:75 grpc: addrConn.transportMonitor exits due to: grpc: the connection is closing
W171018 18:49:41.451967 37318 storage/raft_transport.go:461 [n2] raft transport stream to node 1 failed: EOF
--- PASS: TestBackupRestoreSystemJobsProgress (3.54s)
=== RUN TestBackupRestoreCheckpointing
W171018 18:49:41.515397 40465 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
I171018 18:49:41.516483 40465 server/config.go:507 [n?] 1 storage engine initialized
I171018 18:49:41.516503 40465 server/config.go:510 [n?] RocksDB cache size: 128 MiB
I171018 18:49:41.516509 40465 server/config.go:510 [n?] store 0: in-memory, size 0 B
I171018 18:49:41.518303 40465 server/node.go:347 [n?] **** cluster e0bcfea9-9efc-4659-8002-b7fba5ba2da4 has been created
I171018 18:49:41.518328 40465 server/server.go:882 [n?] **** add additional nodes by specifying --join=127.0.0.1:56336
I171018 18:49:41.518759 40465 storage/store.go:1212 [n1,s1] [n1,s1]: failed initial metrics computation: [n1,s1]: system config not yet available
I171018 18:49:41.518801 40465 server/node.go:472 [n1] initialized store [n1,s1]: disk (capacity=512 MiB, available=512 MiB, used=0 B, logicalBytes=3.2 KiB), ranges=1, leases=0, writes=0.00, bytesPerReplica={p10=3234.00 p25=3234.00 p50=3234.00 p75=3234.00 p90=3234.00}, writesPerReplica={p10=0.00 p25=0.00 p50=0.00 p75=0.00 p90=0.00}
I171018 18:49:41.518826 40465 server/node.go:329 [n1] node ID 1 initialized
I171018 18:49:41.518869 40465 gossip/gossip.go:331 [n1] NodeDescriptor set to node_id:1 address:<network_field:"tcp" address_field:"127.0.0.1:56336" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:3 >
I171018 18:49:41.518966 40465 storage/stores.go:332 [n1] read 0 node addresses from persistent storage
I171018 18:49:41.519022 40465 server/node.go:617 [n1] connecting to gossip network to verify cluster ID...
I171018 18:49:41.525563 40465 server/node.go:642 [n1] node connected via gossip and verified as part of cluster "e0bcfea9-9efc-4659-8002-b7fba5ba2da4"
I171018 18:49:41.525602 40465 server/node.go:414 [n1] node=1: started with [<no-attributes>=<in-mem>] engine(s) and attributes []
I171018 18:49:41.525692 40465 sql/executor.go:408 [n1] creating distSQLPlanner with address {tcp 127.0.0.1:56336}
I171018 18:49:41.529477 40500 storage/replica_command.go:2810 [split,n1,s1,r1/1:/M{in-ax}] initiating a split of this range at key /System/"" [r2]
I171018 18:49:41.530560 40465 server/server.go:987 [n1] starting https server at 127.0.0.1:58345
I171018 18:49:41.530578 40465 server/server.go:988 [n1] starting grpc/postgres server at 127.0.0.1:56336
I171018 18:49:41.530586 40465 server/server.go:989 [n1] advertising CockroachDB node at 127.0.0.1:56336
W171018 18:49:41.530601 40465 sql/jobs/registry.go:167 [n1] unable to get node liveness: node not in the liveness table
I171018 18:49:41.541837 40500 storage/replica_command.go:2810 [split,n1,s1,r2/1:/{System/-Max}] initiating a split of this range at key /System/NodeLiveness [r3]
I171018 18:49:41.552269 40465 sql/event_log.go:103 [n1] Event: "alter_table", target: 12, info: {TableName:eventlog Statement:ALTER TABLE system.eventlog ALTER COLUMN "uniqueID" SET DEFAULT uuid_v4() User:node MutationID:0 CascadeDroppedViews:[]}
I171018 18:49:41.557447 40465 sql/lease.go:341 [n1] publish: descID=12 (eventlog) version=2 mtime=2017-10-18 18:49:41.556443436 +0000 UTC
I171018 18:49:41.564203 40500 storage/replica_command.go:2810 [split,n1,s1,r3/1:/{System/NodeL…-Max}] initiating a split of this range at key /System/NodeLivenessMax [r4]
I171018 18:49:41.582449 40500 storage/replica_command.go:2810 [split,n1,s1,r4/1:/{System/NodeL…-Max}] initiating a split of this range at key /System/tsd [r5]
W171018 18:49:41.582880 40872 storage/intent_resolver.go:345 [n1,s1,r4/1:/{System/NodeL…-Max}]: failed to push during intent resolution: failed to push "unnamed" id=8407c916 key=/Table/SystemConfigSpan/Start rw=true pri=0.02476061 iso=SERIALIZABLE stat=PENDING epo=0 ts=1508352581.578087038,0 orig=1508352581.578087038,0 max=1508352581.578087038,0 wto=false rop=false seq=2
I171018 18:49:41.587699 40500 storage/replica_command.go:2810 [split,n1,s1,r5/1:/{System/tsd-Max}] initiating a split of this range at key /System/"tse" [r6]
I171018 18:49:41.591313 40465 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:diagnostics.reporting.enabled Value:true User:node}
I171018 18:49:41.600125 40465 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:version Value:1.1-3 User:node}
I171018 18:49:41.607198 40500 storage/replica_command.go:2810 [split,n1,s1,r6/1:/{System/tse-Max}] initiating a split of this range at key /Table/SystemConfigSpan/Start [r7]
W171018 18:49:41.611519 41129 storage/intent_resolver.go:345 [n1,s1,r1/1:/{Min-System/}]: failed to push during intent resolution: failed to push "split" id=8825a7dd key=/Local/Range/System/"tse"/RangeDescriptor rw=true pri=0.06018612 iso=SERIALIZABLE stat=PENDING epo=0 ts=1508352581.607218076,0 orig=1508352581.607218076,0 max=1508352581.607218076,0 wto=false rop=false seq=2
I171018 18:49:41.614531 40500 storage/replica_command.go:2810 [split,n1,s1,r7/1:/{Table/System…-Max}] initiating a split of this range at key /Table/11 [r8]
I171018 18:49:41.623368 40465 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:trace.debug.enable Value:false User:node}
I171018 18:49:41.624618 40465 server/server.go:1131 [n1] done ensuring all necessary migrations have run
I171018 18:49:41.624649 40465 server/server.go:1133 [n1] serving sql connections
I171018 18:49:41.631687 41173 sql/event_log.go:103 [n1] Event: "node_join", target: 1, info: {Descriptor:{NodeID:1 Address:{NetworkField:tcp AddressField:127.0.0.1:56336} Attrs: Locality: ServerVersion:1.1-3} ClusterID:e0bcfea9-9efc-4659-8002-b7fba5ba2da4 StartedAt:1508352581525576890 LastUp:1508352581525576890}
I171018 18:49:41.620277 40500 storage/replica_command.go:2810 [split,n1,s1,r8/1:/{Table/11-Max}] initiating a split of this range at key /Table/12 [r9]
I171018 18:49:41.637804 40500 storage/replica_command.go:2810 [split,n1,s1,r9/1:/{Table/12-Max}] initiating a split of this range at key /Table/13 [r10]
I171018 18:49:41.647199 40500 storage/replica_command.go:2810 [split,n1,s1,r10/1:/{Table/13-Max}] initiating a split of this range at key /Table/14 [r11]
I171018 18:49:41.651143 40500 storage/replica_command.go:2810 [split,n1,s1,r11/1:/{Table/14-Max}] initiating a split of this range at key /Table/15 [r12]
I171018 18:49:41.654906 40500 storage/replica_command.go:2810 [split,n1,s1,r12/1:/{Table/15-Max}] initiating a split of this range at key /Table/16 [r13]
I171018 18:49:41.662079 40500 storage/replica_command.go:2810 [split,n1,s1,r13/1:/{Table/16-Max}] initiating a split of this range at key /Table/17 [r14]
I171018 18:49:41.669088 40500 storage/replica_command.go:2810 [split,n1,s1,r14/1:/{Table/17-Max}] initiating a split of this range at key /Table/18 [r15]
I171018 18:49:41.674639 40500 storage/replica_command.go:2810 [split,n1,s1,r15/1:/{Table/18-Max}] initiating a split of this range at key /Table/19 [r16]
W171018 18:49:41.690183 40465 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
W171018 18:49:41.690871 40465 gossip/gossip.go:1277 [n?] no incoming or outgoing connections
I171018 18:49:41.695689 40465 server/config.go:507 [n?] 1 storage engine initialized
I171018 18:49:41.695706 40465 server/config.go:510 [n?] RocksDB cache size: 128 MiB
I171018 18:49:41.695713 40465 server/config.go:510 [n?] store 0: in-memory, size 0 B
I171018 18:49:41.695755 40465 server/server.go:884 [n?] no stores bootstrapped and --join flag specified, awaiting init command.
I171018 18:49:41.711567 41477 gossip/client.go:129 [n?] started gossip client to 127.0.0.1:56336
I171018 18:49:41.712364 41554 gossip/server.go:232 [n1] received initial cluster-verification connection from {tcp 127.0.0.1:42604}
I171018 18:49:41.712906 40465 storage/stores.go:332 [n?] read 0 node addresses from persistent storage
I171018 18:49:41.712944 40465 storage/stores.go:351 [n?] wrote 1 node addresses to persistent storage
I171018 18:49:41.712958 40465 server/node.go:617 [n?] connecting to gossip network to verify cluster ID...
I171018 18:49:41.712982 40465 server/node.go:642 [n?] node connected via gossip and verified as part of cluster "e0bcfea9-9efc-4659-8002-b7fba5ba2da4"
I171018 18:49:41.713182 41565 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:41.722760 41564 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:41.726141 40465 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:41.727931 40465 server/node.go:322 [n?] new node allocated ID 2
I171018 18:49:41.728004 40465 gossip/gossip.go:331 [n2] NodeDescriptor set to node_id:2 address:<network_field:"tcp" address_field:"127.0.0.1:42604" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:3 >
I171018 18:49:41.728051 40465 server/node.go:400 [n2] node=2: asynchronously bootstrapping engine(s) [<no-attributes>=<in-mem>]
I171018 18:49:41.728069 40465 server/node.go:414 [n2] node=2: started with [] engine(s) and attributes []
I171018 18:49:41.728127 40465 sql/executor.go:408 [n2] creating distSQLPlanner with address {tcp 127.0.0.1:42604}
I171018 18:49:41.730544 41530 storage/stores.go:351 [n1] wrote 1 node addresses to persistent storage
I171018 18:49:41.732072 41572 server/node.go:598 [n2] bootstrapped store [n2,s2]
I171018 18:49:41.741295 40465 server/server.go:987 [n2] starting https server at 127.0.0.1:40554
I171018 18:49:41.741322 40465 server/server.go:988 [n2] starting grpc/postgres server at 127.0.0.1:42604
I171018 18:49:41.741332 40465 server/server.go:989 [n2] advertising CockroachDB node at 127.0.0.1:42604
W171018 18:49:41.741348 40465 sql/jobs/registry.go:167 [n2] unable to get node liveness: node not in the liveness table
I171018 18:49:41.743040 40465 server/server.go:1131 [n2] done ensuring all necessary migrations have run
I171018 18:49:41.743061 40465 server/server.go:1133 [n2] serving sql connections
W171018 18:49:41.748017 40465 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
W171018 18:49:41.748605 40465 gossip/gossip.go:1277 [n?] no incoming or outgoing connections
I171018 18:49:41.749339 40465 server/config.go:507 [n?] 1 storage engine initialized
I171018 18:49:41.749370 40465 server/config.go:510 [n?] RocksDB cache size: 128 MiB
I171018 18:49:41.749381 40465 server/config.go:510 [n?] store 0: in-memory, size 0 B
I171018 18:49:41.749420 40465 server/server.go:884 [n?] no stores bootstrapped and --join flag specified, awaiting init command.
I171018 18:49:41.760898 41739 gossip/client.go:129 [n?] started gossip client to 127.0.0.1:56336
I171018 18:49:41.762516 41762 gossip/server.go:232 [n1] received initial cluster-verification connection from {tcp 127.0.0.1:49015}
I171018 18:49:41.768855 40465 storage/stores.go:332 [n?] read 0 node addresses from persistent storage
I171018 18:49:41.768898 40465 storage/stores.go:351 [n?] wrote 2 node addresses to persistent storage
I171018 18:49:41.768909 40465 server/node.go:617 [n?] connecting to gossip network to verify cluster ID...
I171018 18:49:41.768927 40465 server/node.go:642 [n?] node connected via gossip and verified as part of cluster "e0bcfea9-9efc-4659-8002-b7fba5ba2da4"
I171018 18:49:41.769122 41791 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:41.769929 41790 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:41.770581 40465 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:41.770986 41493 sql/event_log.go:103 [n2] Event: "node_join", target: 2, info: {Descriptor:{NodeID:2 Address:{NetworkField:tcp AddressField:127.0.0.1:42604} Attrs: Locality: ServerVersion:1.1-3} ClusterID:e0bcfea9-9efc-4659-8002-b7fba5ba2da4 StartedAt:1508352581728060947 LastUp:1508352581728060947}
I171018 18:49:41.771192 40465 server/node.go:322 [n?] new node allocated ID 3
I171018 18:49:41.771255 40465 gossip/gossip.go:331 [n3] NodeDescriptor set to node_id:3 address:<network_field:"tcp" address_field:"127.0.0.1:49015" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:3 >
I171018 18:49:41.771303 40465 server/node.go:400 [n3] node=3: asynchronously bootstrapping engine(s) [<no-attributes>=<in-mem>]
I171018 18:49:41.771319 40465 server/node.go:414 [n3] node=3: started with [] engine(s) and attributes []
I171018 18:49:41.771386 40465 sql/executor.go:408 [n3] creating distSQLPlanner with address {tcp 127.0.0.1:49015}
I171018 18:49:41.774139 41765 storage/stores.go:351 [n1] wrote 2 node addresses to persistent storage
I171018 18:49:41.774355 41754 storage/stores.go:351 [n2] wrote 2 node addresses to persistent storage
I171018 18:49:41.790850 41708 server/node.go:598 [n3] bootstrapped store [n3,s3]
I171018 18:49:41.794486 40465 server/server.go:987 [n3] starting https server at 127.0.0.1:50595
I171018 18:49:41.794505 40465 server/server.go:988 [n3] starting grpc/postgres server at 127.0.0.1:49015
I171018 18:49:41.794514 40465 server/server.go:989 [n3] advertising CockroachDB node at 127.0.0.1:49015
W171018 18:49:41.794527 40465 sql/jobs/registry.go:167 [n3] unable to get node liveness: node not in the liveness table
I171018 18:49:41.797205 40465 server/server.go:1131 [n3] done ensuring all necessary migrations have run
I171018 18:49:41.797226 40465 server/server.go:1133 [n3] serving sql connections
I171018 18:49:41.807561 41931 sql/event_log.go:103 [n3] Event: "node_join", target: 3, info: {Descriptor:{NodeID:3 Address:{NetworkField:tcp AddressField:127.0.0.1:49015} Attrs: Locality: ServerVersion:1.1-3} ClusterID:e0bcfea9-9efc-4659-8002-b7fba5ba2da4 StartedAt:1508352581771309152 LastUp:1508352581771309152}
I171018 18:49:41.809886 40856 storage/replica_raftstorage.go:526 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] generated preemptive snapshot 4c4565ea at index 26
I171018 18:49:41.819607 40856 storage/store.go:3549 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 10, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:41.821063 42004 storage/replica_raftstorage.go:732 [n3,s3,r2/?:{-}] applying preemptive snapshot at index 26 (id=4c4565ea, encoded size=6847, 1 rocksdb batches, 10 log entries)
I171018 18:49:41.821300 42004 storage/replica_raftstorage.go:738 [n3,s3,r2/?:/System/{-NodeLive…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:41.822154 40856 storage/replica_command.go:3754 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r2:/System/{-NodeLiveness} [(n1,s1):1, next=2]
I171018 18:49:41.824350 42025 storage/replica.go:3071 [n1,s1,r2/1:/System/{-NodeLive…}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:41.824831 40856 storage/replica_raftstorage.go:526 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] generated preemptive snapshot 59400b08 at index 27
I171018 18:49:41.826280 42039 storage/raft_transport.go:455 [n3] raft transport stream to node 1 established
I171018 18:49:41.840438 40856 storage/store.go:3549 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] streamed snapshot to (n2,s2):?: kv pairs: 12, log entries: 17, rate-limit: 8.0 MiB/sec, 4ms
I171018 18:49:41.840689 41728 storage/replica_raftstorage.go:732 [n2,s2,r3/?:{-}] applying preemptive snapshot at index 27 (id=59400b08, encoded size=9486, 1 rocksdb batches, 17 log entries)
I171018 18:49:41.840976 41728 storage/replica_raftstorage.go:738 [n2,s2,r3/?:/System/NodeLiveness{-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:41.843157 40856 storage/replica_command.go:3754 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r3:/System/NodeLiveness{-Max} [(n1,s1):1, next=2]
I171018 18:49:41.845252 42017 storage/replica.go:3071 [n1,s1,r3/1:/System/NodeLiveness{-Max}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:41.845730 40856 storage/replica_raftstorage.go:526 [replicate,n1,s1,r5/1:/System/ts{d-e}] generated preemptive snapshot c15e018e at index 28
I171018 18:49:41.846786 42056 storage/raft_transport.go:455 [n2] raft transport stream to node 1 established
I171018 18:49:41.855591 40856 storage/store.go:3549 [replicate,n1,s1,r5/1:/System/ts{d-e}] streamed snapshot to (n2,s2):?: kv pairs: 918, log entries: 2, rate-limit: 8.0 MiB/sec, 10ms
I171018 18:49:41.855896 42053 storage/replica_raftstorage.go:732 [n2,s2,r5/?:{-}] applying preemptive snapshot at index 28 (id=c15e018e, encoded size=122080, 1 rocksdb batches, 2 log entries)
I171018 18:49:41.856778 42053 storage/replica_raftstorage.go:738 [n2,s2,r5/?:/System/ts{d-e}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:41.857178 40856 storage/replica_command.go:3754 [replicate,n1,s1,r5/1:/System/ts{d-e}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r5:/System/ts{d-e} [(n1,s1):1, next=2]
I171018 18:49:41.859235 42091 storage/replica.go:3071 [n1,s1,r5/1:/System/ts{d-e}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:41.859745 40501 storage/replica_raftstorage.go:526 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] generated preemptive snapshot 5cb29595 at index 29
I171018 18:49:41.860276 40501 storage/store.go:3549 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 13, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:41.860543 42099 storage/replica_raftstorage.go:732 [n2,s2,r2/?:{-}] applying preemptive snapshot at index 29 (id=5cb29595, encoded size=8118, 1 rocksdb batches, 13 log entries)
I171018 18:49:41.860754 42099 storage/replica_raftstorage.go:738 [n2,s2,r2/?:/System/{-NodeLive…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:41.863317 40501 storage/replica_command.go:3754 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r2:/System/{-NodeLiveness} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:41.865767 42121 storage/replica.go:3071 [n1,s1,r2/1:/System/{-NodeLive…}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:41.866438 40501 storage/allocator_scorer.go:623 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=6.67, overfull-threshold=8
I171018 18:49:41.866680 40856 storage/replica_raftstorage.go:526 [replicate,n1,s1,r16/1:/{Table/19-Max}] generated preemptive snapshot e86b22c1 at index 11
I171018 18:49:41.867056 40856 storage/store.go:3549 [replicate,n1,s1,r16/1:/{Table/19-Max}] streamed snapshot to (n3,s3):?: kv pairs: 8, log entries: 1, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:41.867278 42071 storage/replica_raftstorage.go:732 [n3,s3,r16/?:{-}] applying preemptive snapshot at index 11 (id=e86b22c1, encoded size=454, 1 rocksdb batches, 1 log entries)
I171018 18:49:41.867419 42071 storage/replica_raftstorage.go:738 [n3,s3,r16/?:/{Table/19-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:41.869921 40856 storage/replica_command.go:3754 [replicate,n1,s1,r16/1:/{Table/19-Max}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r16:/{Table/19-Max} [(n1,s1):1, next=2]
I171018 18:49:41.872535 42149 storage/replica.go:3071 [n1,s1,r16/1:/{Table/19-Max}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:41.873284 40856 storage/replica_raftstorage.go:526 [replicate,n1,s1,r11/1:/Table/1{4-5}] generated preemptive snapshot a840c2cd at index 16
I171018 18:49:41.875077 40856 storage/store.go:3549 [replicate,n1,s1,r11/1:/Table/1{4-5}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 6, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:41.875552 42127 storage/replica_raftstorage.go:732 [n3,s3,r11/?:{-}] applying preemptive snapshot at index 16 (id=a840c2cd, encoded size=2599, 1 rocksdb batches, 6 log entries)
I171018 18:49:41.875726 42127 storage/replica_raftstorage.go:738 [n3,s3,r11/?:/Table/1{4-5}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:41.876123 40856 storage/replica_command.go:3754 [replicate,n1,s1,r11/1:/Table/1{4-5}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r11:/Table/1{4-5} [(n1,s1):1, next=2]
I171018 18:49:41.879810 42191 storage/replica.go:3071 [n1,s1,r11/1:/Table/1{4-5}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:41.880263 40501 storage/replica_raftstorage.go:526 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] generated preemptive snapshot 3e069209 at index 30
I171018 18:49:41.882630 42137 storage/replica_raftstorage.go:732 [n3,s3,r3/?:{-}] applying preemptive snapshot at index 30 (id=3e069209, encoded size=10955, 1 rocksdb batches, 20 log entries)
I171018 18:49:41.883166 42137 storage/replica_raftstorage.go:738 [n3,s3,r3/?:/System/NodeLiveness{-Max}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:41.883839 40501 storage/store.go:3549 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] streamed snapshot to (n3,s3):?: kv pairs: 13, log entries: 20, rate-limit: 8.0 MiB/sec, 3ms
I171018 18:49:41.884275 40501 storage/replica_command.go:3754 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r3:/System/NodeLiveness{-Max} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:41.886597 42206 storage/replica.go:3071 [n1,s1,r3/1:/System/NodeLiveness{-Max}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:41.887209 40501 storage/allocator_scorer.go:623 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=7.67, overfull-threshold=9
I171018 18:49:41.887485 40856 storage/replica_raftstorage.go:526 [replicate,n1,s1,r1/1:/{Min-System/}] generated preemptive snapshot 3b482922 at index 76
I171018 18:49:41.889124 40856 storage/store.go:3549 [replicate,n1,s1,r1/1:/{Min-System/}] streamed snapshot to (n2,s2):?: kv pairs: 52, log entries: 66, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:41.890608 42143 storage/replica_raftstorage.go:732 [n2,s2,r1/?:{-}] applying preemptive snapshot at index 76 (id=3b482922, encoded size=20554, 1 rocksdb batches, 66 log entries)
I171018 18:49:41.891079 42143 storage/replica_raftstorage.go:738 [n2,s2,r1/?:/{Min-System/}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:41.891984 40856 storage/replica_command.go:3754 [replicate,n1,s1,r1/1:/{Min-System/}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r1:/{Min-System/} [(n1,s1):1, next=2]
I171018 18:49:41.894043 42232 storage/replica.go:3071 [n1,s1,r1/1:/{Min-System/}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:41.894586 40501 storage/replica_raftstorage.go:526 [replicate,n1,s1,r5/1:/System/ts{d-e}] generated preemptive snapshot 41acb33e at index 31
I171018 18:49:41.899946 40501 storage/store.go:3549 [replicate,n1,s1,r5/1:/System/ts{d-e}] streamed snapshot to (n3,s3):?: kv pairs: 919, log entries: 5, rate-limit: 8.0 MiB/sec, 5ms
I171018 18:49:41.900255 42161 storage/replica_raftstorage.go:732 [n3,s3,r5/?:{-}] applying preemptive snapshot at index 31 (id=41acb33e, encoded size=123377, 1 rocksdb batches, 5 log entries)
I171018 18:49:41.901111 42161 storage/replica_raftstorage.go:738 [n3,s3,r5/?:/System/ts{d-e}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:41.901576 40501 storage/replica_command.go:3754 [replicate,n1,s1,r5/1:/System/ts{d-e}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r5:/System/ts{d-e} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:41.918117 42247 storage/replica.go:3071 [n1,s1,r5/1:/System/ts{d-e}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:41.919716 40501 storage/allocator_scorer.go:623 [replicate,n1,s1,r5/1:/System/ts{d-e}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=8.33, overfull-threshold=9
I171018 18:49:41.920002 40856 storage/replica_raftstorage.go:526 [replicate,n1,s1,r13/1:/Table/1{6-7}] generated preemptive snapshot 5dbc0932 at index 16
I171018 18:49:41.921955 40856 storage/store.go:3549 [replicate,n1,s1,r13/1:/Table/1{6-7}] streamed snapshot to (n2,s2):?: kv pairs: 9, log entries: 6, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:41.922228 42171 storage/replica_raftstorage.go:732 [n2,s2,r13/?:{-}] applying preemptive snapshot at index 16 (id=5dbc0932, encoded size=2603, 1 rocksdb batches, 6 log entries)
I171018 18:49:41.922407 42171 storage/replica_raftstorage.go:738 [n2,s2,r13/?:/Table/1{6-7}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:41.923045 40856 storage/replica_command.go:3754 [replicate,n1,s1,r13/1:/Table/1{6-7}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r13:/Table/1{6-7} [(n1,s1):1, next=2]
I171018 18:49:41.925734 42249 storage/replica.go:3071 [n1,s1,r13/1:/Table/1{6-7}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:41.926218 40501 storage/replica_raftstorage.go:526 [replicate,n1,s1,r11/1:/Table/1{4-5}] generated preemptive snapshot 33b2d3fe at index 19
I171018 18:49:41.931270 40501 storage/store.go:3549 [replicate,n1,s1,r11/1:/Table/1{4-5}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 9, rate-limit: 8.0 MiB/sec, 4ms
I171018 18:49:41.931630 42256 storage/replica_raftstorage.go:732 [n2,s2,r11/?:{-}] applying preemptive snapshot at index 19 (id=33b2d3fe, encoded size=3827, 1 rocksdb batches, 9 log entries)
I171018 18:49:41.931830 42256 storage/replica_raftstorage.go:738 [n2,s2,r11/?:/Table/1{4-5}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:41.932185 40501 storage/replica_command.go:3754 [replicate,n1,s1,r11/1:/Table/1{4-5}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r11:/Table/1{4-5} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:41.936078 42308 storage/replica.go:3071 [n1,s1,r11/1:/Table/1{4-5}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:41.936663 40501 storage/allocator_scorer.go:623 [replicate,n1,s1,r11/1:/Table/1{4-5}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=9.00, overfull-threshold=10
I171018 18:49:41.936933 40856 storage/replica_raftstorage.go:526 [replicate,n1,s1,r14/1:/Table/1{7-8}] generated preemptive snapshot 48da6787 at index 16
I171018 18:49:41.937412 40856 storage/store.go:3549 [replicate,n1,s1,r14/1:/Table/1{7-8}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 6, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:41.937707 42349 storage/replica_raftstorage.go:732 [n3,s3,r14/?:{-}] applying preemptive snapshot at index 16 (id=48da6787, encoded size=2599, 1 rocksdb batches, 6 log entries)
I171018 18:49:41.937881 42349 storage/replica_raftstorage.go:738 [n3,s3,r14/?:/Table/1{7-8}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:41.938153 40856 storage/replica_command.go:3754 [replicate,n1,s1,r14/1:/Table/1{7-8}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r14:/Table/1{7-8} [(n1,s1):1, next=2]
I171018 18:49:41.940405 42354 storage/replica.go:3071 [n1,s1,r14/1:/Table/1{7-8}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:41.941501 40856 storage/replica_raftstorage.go:526 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] generated preemptive snapshot 91a7757b at index 19
I171018 18:49:41.941990 40856 storage/store.go:3549 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] streamed snapshot to (n2,s2):?: kv pairs: 11, log entries: 9, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:41.942201 42358 storage/replica_raftstorage.go:732 [n2,s2,r6/?:{-}] applying preemptive snapshot at index 19 (id=91a7757b, encoded size=4696, 1 rocksdb batches, 9 log entries)
I171018 18:49:41.942396 42358 storage/replica_raftstorage.go:738 [n2,s2,r6/?:/{System/tse-Table/System…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:41.942769 40856 storage/replica_command.go:3754 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r6:/{System/tse-Table/SystemConfigSpan/Start} [(n1,s1):1, next=2]
I171018 18:49:41.945512 42215 storage/replica.go:3071 [n1,s1,r6/1:/{System/tse-Table/System…}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:41.945924 40501 storage/replica_raftstorage.go:526 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] generated preemptive snapshot ee589934 at index 21
I171018 18:49:41.946690 40501 storage/store.go:3549 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] streamed snapshot to (n3,s3):?: kv pairs: 13, log entries: 11, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:41.947121 42219 storage/replica_raftstorage.go:732 [n3,s3,r6/?:{-}] applying preemptive snapshot at index 21 (id=ee589934, encoded size=6145, 1 rocksdb batches, 11 log entries)
I171018 18:49:41.947362 42219 storage/replica_raftstorage.go:738 [n3,s3,r6/?:/{System/tse-Table/System…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:41.948492 40501 storage/replica_command.go:3754 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r6:/{System/tse-Table/SystemConfigSpan/Start} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:41.951990 42394 storage/replica.go:3071 [n1,s1,r6/1:/{System/tse-Table/System…}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:41.952608 40501 storage/allocator_scorer.go:623 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=10.00, overfull-threshold=11
I171018 18:49:41.952865 40856 storage/replica_raftstorage.go:526 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] generated preemptive snapshot 8f3505bb at index 21
I171018 18:49:41.955146 40856 storage/store.go:3549 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] streamed snapshot to (n2,s2):?: kv pairs: 42, log entries: 11, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:41.955386 42434 storage/replica_raftstorage.go:732 [n2,s2,r7/?:{-}] applying preemptive snapshot at index 21 (id=8f3505bb, encoded size=12200, 1 rocksdb batches, 11 log entries)
I171018 18:49:41.955603 42434 storage/replica_raftstorage.go:738 [n2,s2,r7/?:/Table/{SystemCon…-11}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:41.956207 40856 storage/replica_command.go:3754 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r7:/Table/{SystemConfigSpan/Start-11} [(n1,s1):1, next=2]
I171018 18:49:41.964614 42323 storage/replica.go:3071 [n1,s1,r7/1:/Table/{SystemCon…-11}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:41.965119 40501 storage/replica_raftstorage.go:526 [replicate,n1,s1,r1/1:/{Min-System/}] generated preemptive snapshot bbc45f2b at index 93
I171018 18:49:41.966721 40501 storage/store.go:3549 [replicate,n1,s1,r1/1:/{Min-System/}] streamed snapshot to (n3,s3):?: kv pairs: 62, log entries: 83, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:41.967047 42327 storage/replica_raftstorage.go:732 [n3,s3,r1/?:{-}] applying preemptive snapshot at index 93 (id=bbc45f2b, encoded size=25450, 1 rocksdb batches, 83 log entries)
I171018 18:49:41.967424 42327 storage/replica_raftstorage.go:738 [n3,s3,r1/?:/{Min-System/}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:41.967759 40501 storage/replica_command.go:3754 [replicate,n1,s1,r1/1:/{Min-System/}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r1:/{Min-System/} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:41.970440 42412 storage/replica.go:3071 [n1,s1,r1/1:/{Min-System/}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:41.972583 40501 storage/allocator_scorer.go:623 [replicate,n1,s1,r1/1:/{Min-System/}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=10.67, overfull-threshold=12
I171018 18:49:41.972834 40856 storage/replica_raftstorage.go:526 [replicate,n1,s1,r9/1:/Table/1{2-3}] generated preemptive snapshot f3309a39 at index 25
I171018 18:49:41.973843 40856 storage/store.go:3549 [replicate,n1,s1,r9/1:/Table/1{2-3}] streamed snapshot to (n2,s2):?: kv pairs: 44, log entries: 15, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:41.974418 42441 storage/replica_raftstorage.go:732 [n2,s2,r9/?:{-}] applying preemptive snapshot at index 25 (id=f3309a39, encoded size=14190, 1 rocksdb batches, 15 log entries)
I171018 18:49:41.974661 42441 storage/replica_raftstorage.go:738 [n2,s2,r9/?:/Table/1{2-3}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:41.975292 40856 storage/replica_command.go:3754 [replicate,n1,s1,r9/1:/Table/1{2-3}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r9:/Table/1{2-3} [(n1,s1):1, next=2]
I171018 18:49:41.977794 42466 storage/replica.go:3071 [n1,s1,r9/1:/Table/1{2-3}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:41.978238 40856 storage/replica_raftstorage.go:526 [replicate,n1,s1,r10/1:/Table/1{3-4}] generated preemptive snapshot e721495c at index 61
I171018 18:49:41.979161 40856 storage/store.go:3549 [replicate,n1,s1,r10/1:/Table/1{3-4}] streamed snapshot to (n3,s3):?: kv pairs: 189, log entries: 51, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:41.979519 42483 storage/replica_raftstorage.go:732 [n3,s3,r10/?:{-}] applying preemptive snapshot at index 61 (id=e721495c, encoded size=69126, 1 rocksdb batches, 51 log entries)
I171018 18:49:41.980145 42483 storage/replica_raftstorage.go:738 [n3,s3,r10/?:/Table/1{3-4}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:41.980458 40856 storage/replica_command.go:3754 [replicate,n1,s1,r10/1:/Table/1{3-4}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r10:/Table/1{3-4} [(n1,s1):1, next=2]
I171018 18:49:41.992708 42417 storage/replica.go:3071 [n1,s1,r10/1:/Table/1{3-4}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:41.994931 40501 storage/replica_raftstorage.go:526 [replicate,n1,s1,r14/1:/Table/1{7-8}] generated preemptive snapshot 37a738fa at index 19
I171018 18:49:41.995464 40501 storage/store.go:3549 [replicate,n1,s1,r14/1:/Table/1{7-8}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 9, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:41.995944 42514 storage/replica_raftstorage.go:732 [n2,s2,r14/?:{-}] applying preemptive snapshot at index 19 (id=37a738fa, encoded size=3827, 1 rocksdb batches, 9 log entries)
I171018 18:49:41.996140 42514 storage/replica_raftstorage.go:738 [n2,s2,r14/?:/Table/1{7-8}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:41.996581 40501 storage/replica_command.go:3754 [replicate,n1,s1,r14/1:/Table/1{7-8}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r14:/Table/1{7-8} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:42.000655 42489 storage/replica.go:3071 [n1,s1,r14/1:/Table/1{7-8}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:42.001525 40501 storage/allocator_scorer.go:623 [replicate,n1,s1,r14/1:/Table/1{7-8}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=11.67, overfull-threshold=13
I171018 18:49:42.001775 40856 storage/replica_raftstorage.go:526 [replicate,n1,s1,r8/1:/Table/1{1-2}] generated preemptive snapshot b752ab1c at index 20
I171018 18:49:42.005614 42491 storage/replica_raftstorage.go:732 [n3,s3,r8/?:{-}] applying preemptive snapshot at index 20 (id=b752ab1c, encoded size=7560, 1 rocksdb batches, 10 log entries)
I171018 18:49:42.005823 42491 storage/replica_raftstorage.go:738 [n3,s3,r8/?:/Table/1{1-2}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:42.006342 40856 storage/store.go:3549 [replicate,n1,s1,r8/1:/Table/1{1-2}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 10, rate-limit: 8.0 MiB/sec, 3ms
I171018 18:49:42.006573 40856 storage/replica_command.go:3754 [replicate,n1,s1,r8/1:/Table/1{1-2}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r8:/Table/1{1-2} [(n1,s1):1, next=2]
I171018 18:49:42.013282 42515 storage/replica.go:3071 [n1,s1,r8/1:/Table/1{1-2}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:42.013769 40856 storage/replica_raftstorage.go:526 [replicate,n1,s1,r15/1:/Table/1{8-9}] generated preemptive snapshot a4c2653f at index 15
I171018 18:49:42.014236 40856 storage/store.go:3549 [replicate,n1,s1,r15/1:/Table/1{8-9}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 5, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:42.014493 42433 storage/replica_raftstorage.go:732 [n3,s3,r15/?:{-}] applying preemptive snapshot at index 15 (id=a4c2653f, encoded size=2484, 1 rocksdb batches, 5 log entries)
I171018 18:49:42.014689 42433 storage/replica_raftstorage.go:738 [n3,s3,r15/?:/Table/1{8-9}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:42.014978 40856 storage/replica_command.go:3754 [replicate,n1,s1,r15/1:/Table/1{8-9}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r15:/Table/1{8-9} [(n1,s1):1, next=2]
I171018 18:49:42.017836 42557 storage/replica.go:3071 [n1,s1,r15/1:/Table/1{8-9}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:42.018162 40501 storage/allocator_scorer.go:623 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=12.33, overfull-threshold=13
I171018 18:49:42.019159 41868 storage/replica_proposal.go:475 [n3,s3,r6/3:/{System/tse-Table/System…}] new range lease repl=(n3,s3):3 start=1508352582.018198919,0 epo=1 pro=1508352582.018201819,0 following repl=(n1,s1):1 start=0.000000000,0 exp=1508352590.519122160,0 pro=1508352581.519134360,0
I171018 18:49:42.019266 40856 storage/replica_raftstorage.go:526 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] generated preemptive snapshot 812f8960 at index 33
I171018 18:49:42.028808 40856 storage/store.go:3549 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] streamed snapshot to (n2,s2):?: kv pairs: 33, log entries: 23, rate-limit: 8.0 MiB/sec, 9ms
I171018 18:49:42.029290 42445 storage/replica_raftstorage.go:732 [n2,s2,r4/?:{-}] applying preemptive snapshot at index 33 (id=812f8960, encoded size=107109, 1 rocksdb batches, 23 log entries)
I171018 18:49:42.030101 42445 storage/replica_raftstorage.go:738 [n2,s2,r4/?:/System/{NodeLive…-tsd}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:42.030507 40856 storage/replica_command.go:3754 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r4:/System/{NodeLivenessMax-tsd} [(n1,s1):1, next=2]
I171018 18:49:42.033630 42447 storage/replica.go:3071 [n1,s1,r4/1:/System/{NodeLive…-tsd}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:42.034390 40856 storage/replica_raftstorage.go:526 [replicate,n1,s1,r12/1:/Table/1{5-6}] generated preemptive snapshot c0a6a84e at index 19
I171018 18:49:42.035850 40856 storage/store.go:3549 [replicate,n1,s1,r12/1:/Table/1{5-6}] streamed snapshot to (n2,s2):?: kv pairs: 9, log entries: 9, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:42.036138 42627 storage/replica_raftstorage.go:732 [n2,s2,r12/?:{-}] applying preemptive snapshot at index 19 (id=c0a6a84e, encoded size=3479, 1 rocksdb batches, 9 log entries)
I171018 18:49:42.036329 42627 storage/replica_raftstorage.go:738 [n2,s2,r12/?:/Table/1{5-6}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:42.036635 40856 storage/replica_command.go:3754 [replicate,n1,s1,r12/1:/Table/1{5-6}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r12:/Table/1{5-6} [(n1,s1):1, next=2]
I171018 18:49:42.040026 42566 storage/replica.go:3071 [n1,s1,r12/1:/Table/1{5-6}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:42.041780 40856 storage/queue.go:723 [n1,replicate] purgatory is now empty
I171018 18:49:42.042491 40501 storage/replica_raftstorage.go:526 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] generated preemptive snapshot 66630759 at index 24
I171018 18:49:42.043429 40501 storage/store.go:3549 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] streamed snapshot to (n3,s3):?: kv pairs: 43, log entries: 14, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:42.043758 42570 storage/replica_raftstorage.go:732 [n3,s3,r7/?:{-}] applying preemptive snapshot at index 24 (id=66630759, encoded size=13428, 1 rocksdb batches, 14 log entries)
I171018 18:49:42.044003 42570 storage/replica_raftstorage.go:738 [n3,s3,r7/?:/Table/{SystemCon…-11}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:42.044553 40501 storage/replica_command.go:3754 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r7:/Table/{SystemConfigSpan/Start-11} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:42.048068 42647 storage/replica.go:3071 [n1,s1,r7/1:/Table/{SystemCon…-11}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:42.049041 40501 storage/allocator_scorer.go:623 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=13.33, overfull-threshold=15
I171018 18:49:42.049496 40501 storage/replica_raftstorage.go:526 [replicate,n1,s1,r15/1:/Table/1{8-9}] generated preemptive snapshot 5319327c at index 18
I171018 18:49:42.051488 40501 storage/store.go:3549 [replicate,n1,s1,r15/1:/Table/1{8-9}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 8, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:42.051692 42633 storage/replica_raftstorage.go:732 [n2,s2,r15/?:{-}] applying preemptive snapshot at index 18 (id=5319327c, encoded size=3707, 1 rocksdb batches, 8 log entries)
I171018 18:49:42.051930 42633 storage/replica_raftstorage.go:738 [n2,s2,r15/?:/Table/1{8-9}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:42.052220 40501 storage/replica_command.go:3754 [replicate,n1,s1,r15/1:/Table/1{8-9}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r15:/Table/1{8-9} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:42.055183 42649 storage/replica.go:3071 [n1,s1,r15/1:/Table/1{8-9}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:42.055808 40501 storage/allocator_scorer.go:623 [replicate,n1,s1,r15/1:/Table/1{8-9}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=13.67, overfull-threshold=15
I171018 18:49:42.056360 40501 storage/replica_raftstorage.go:526 [replicate,n1,s1,r12/1:/Table/1{5-6}] generated preemptive snapshot bfedd1b5 at index 22
I171018 18:49:42.059167 40501 storage/store.go:3549 [replicate,n1,s1,r12/1:/Table/1{5-6}] streamed snapshot to (n3,s3):?: kv pairs: 10, log entries: 12, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:42.059699 42636 storage/replica_raftstorage.go:732 [n3,s3,r12/?:{-}] applying preemptive snapshot at index 22 (id=bfedd1b5, encoded size=4707, 1 rocksdb batches, 12 log entries)
I171018 18:49:42.060034 42636 storage/replica_raftstorage.go:738 [n3,s3,r12/?:/Table/1{5-6}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:42.060668 40501 storage/replica_command.go:3754 [replicate,n1,s1,r12/1:/Table/1{5-6}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r12:/Table/1{5-6} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:42.063931 42652 storage/replica.go:3071 [n1,s1,r12/1:/Table/1{5-6}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:42.064521 40501 storage/allocator_scorer.go:623 [replicate,n1,s1,r12/1:/Table/1{5-6}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=14.00, overfull-threshold=15
I171018 18:49:42.064930 40501 storage/replica_raftstorage.go:526 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] generated preemptive snapshot 448f0d40 at index 36
I171018 18:49:42.066608 40501 storage/store.go:3549 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] streamed snapshot to (n3,s3):?: kv pairs: 34, log entries: 26, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:42.066952 42655 storage/replica_raftstorage.go:732 [n3,s3,r4/?:{-}] applying preemptive snapshot at index 36 (id=448f0d40, encoded size=108549, 1 rocksdb batches, 26 log entries)
I171018 18:49:42.081669 42655 storage/replica_raftstorage.go:738 [n3,s3,r4/?:/System/{NodeLive…-tsd}] applied preemptive snapshot in 15ms [clear=0ms batch=0ms entries=2ms commit=12ms]
I171018 18:49:42.089070 40501 storage/replica_command.go:3754 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r4:/System/{NodeLivenessMax-tsd} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:42.092918 42704 storage/replica.go:3071 [n1,s1,r4/1:/System/{NodeLive…-tsd}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:42.094106 40501 storage/replica_raftstorage.go:526 [replicate,n1,s1,r9/1:/Table/1{2-3}] generated preemptive snapshot 588e4f18 at index 28
I171018 18:49:42.095944 40501 storage/store.go:3549 [replicate,n1,s1,r9/1:/Table/1{2-3}] streamed snapshot to (n3,s3):?: kv pairs: 45, log entries: 18, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:42.108694 42724 storage/replica_raftstorage.go:732 [n3,s3,r9/?:{-}] applying preemptive snapshot at index 28 (id=588e4f18, encoded size=15418, 1 rocksdb batches, 18 log entries)
I171018 18:49:42.111974 42724 storage/replica_raftstorage.go:738 [n3,s3,r9/?:/Table/1{2-3}] applied preemptive snapshot in 3ms [clear=0ms batch=0ms entries=3ms commit=0ms]
I171018 18:49:42.112484 40501 storage/replica_command.go:3754 [replicate,n1,s1,r9/1:/Table/1{2-3}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r9:/Table/1{2-3} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:42.116317 42726 storage/replica.go:3071 [n1,s1,r9/1:/Table/1{2-3}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:42.117614 40501 storage/replica_raftstorage.go:526 [replicate,n1,s1,r10/1:/Table/1{3-4}] generated preemptive snapshot 576a24e7 at index 86
I171018 18:49:42.119335 40501 storage/store.go:3549 [replicate,n1,s1,r10/1:/Table/1{3-4}] streamed snapshot to (n2,s2):?: kv pairs: 245, log entries: 5, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:42.120397 42759 storage/replica_raftstorage.go:732 [n2,s2,r10/?:{-}] applying preemptive snapshot at index 86 (id=576a24e7, encoded size=36887, 1 rocksdb batches, 5 log entries)
I171018 18:49:42.120755 42759 storage/replica_raftstorage.go:738 [n2,s2,r10/?:/Table/1{3-4}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:42.121461 40501 storage/replica_command.go:3754 [replicate,n1,s1,r10/1:/Table/1{3-4}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r10:/Table/1{3-4} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:42.125346 42678 storage/replica.go:3071 [n1,s1,r10/1:/Table/1{3-4}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:42.128288 40501 storage/replica_raftstorage.go:526 [replicate,n1,s1,r13/1:/Table/1{6-7}] generated preemptive snapshot b344f9df at index 19
I171018 18:49:42.128813 40501 storage/store.go:3549 [replicate,n1,s1,r13/1:/Table/1{6-7}] streamed snapshot to (n3,s3):?: kv pairs: 10, log entries: 9, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:42.129072 42543 storage/replica_raftstorage.go:732 [n3,s3,r13/?:{-}] applying preemptive snapshot at index 19 (id=b344f9df, encoded size=3831, 1 rocksdb batches, 9 log entries)
I171018 18:49:42.129299 42543 storage/replica_raftstorage.go:738 [n3,s3,r13/?:/Table/1{6-7}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:42.130056 40501 storage/replica_command.go:3754 [replicate,n1,s1,r13/1:/Table/1{6-7}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r13:/Table/1{6-7} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:42.133541 42730 storage/replica.go:3071 [n1,s1,r13/1:/Table/1{6-7}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:42.134739 40501 storage/replica_raftstorage.go:526 [replicate,n1,s1,r8/1:/Table/1{1-2}] generated preemptive snapshot ae191811 at index 23
I171018 18:49:42.135375 40501 storage/store.go:3549 [replicate,n1,s1,r8/1:/Table/1{1-2}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 13, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:42.135660 42732 storage/replica_raftstorage.go:732 [n2,s2,r8/?:{-}] applying preemptive snapshot at index 23 (id=ae191811, encoded size=8783, 1 rocksdb batches, 13 log entries)
I171018 18:49:42.135894 42732 storage/replica_raftstorage.go:738 [n2,s2,r8/?:/Table/1{1-2}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:42.136303 40501 storage/replica_command.go:3754 [replicate,n1,s1,r8/1:/Table/1{1-2}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r8:/Table/1{1-2} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:42.139585 42685 storage/replica.go:3071 [n1,s1,r8/1:/Table/1{1-2}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:42.140412 40501 storage/replica_raftstorage.go:526 [replicate,n1,s1,r16/1:/{Table/19-Max}] generated preemptive snapshot a7e3bf3f at index 16
I171018 18:49:42.141041 40501 storage/store.go:3549 [replicate,n1,s1,r16/1:/{Table/19-Max}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 6, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:42.141554 42712 storage/replica_raftstorage.go:732 [n2,s2,r16/?:{-}] applying preemptive snapshot at index 16 (id=a7e3bf3f, encoded size=2186, 1 rocksdb batches, 6 log entries)
I171018 18:49:42.141734 42712 storage/replica_raftstorage.go:738 [n2,s2,r16/?:/{Table/19-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:42.142259 40501 storage/replica_command.go:3754 [replicate,n1,s1,r16/1:/{Table/19-Max}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r16:/{Table/19-Max} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:42.142696 42744 storage/raft_transport.go:455 [n3] raft transport stream to node 2 established
I171018 18:49:42.145166 42856 storage/replica.go:3071 [n1,s1,r16/1:/{Table/19-Max}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:42.181971 42841 storage/raft_transport.go:455 [n2] raft transport stream to node 3 established
I171018 18:49:42.284729 42872 sql/event_log.go:103 [client=127.0.0.1:39148,user=root,n1] Event: "create_database", target: 50, info: {DatabaseName:data Statement:CREATE DATABASE IF NOT EXISTS data User:root}
I171018 18:49:42.285162 40500 storage/replica_command.go:2810 [split,n1,s1,r16/1:/{Table/19-Max}] initiating a split of this range at key /Table/50 [r17]
I171018 18:49:42.294541 42872 sql/event_log.go:103 [client=127.0.0.1:39148,user=root,n1] Event: "create_table", target: 51, info: {TableName:data.bank Statement:CREATE TABLE data.bank (id INT PRIMARY KEY, balance INT, payload STRING, FAMILY (id, balance, payload)) User:root}
I171018 18:49:42.294958 40500 storage/replica_command.go:2810 [split,n1,s1,r17/1:/{Table/50-Max}] initiating a split of this range at key /Table/51 [r18]
I171018 18:49:42.350280 40504 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r18/1:/{Table/51-Max}] generated Raft snapshot 2c6d54ca at index 10
E171018 18:49:42.350857 40504 storage/queue.go:656 [raftsnapshot,n1,s1,r18/1:/{Table/51-Max}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r18: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/2:/{Table/50-Max}]
I171018 18:49:42.359177 43018 storage/replica_command.go:2810 [n1,s1,r18/1:/{Table/51-Max}] initiating a split of this range at key /Table/51/1/100 [r19]
I171018 18:49:42.366136 43043 storage/replica_command.go:2810 [n1,s1,r19/1:/{Table/51/1/1…-Max}] initiating a split of this range at key /Table/51/1/200 [r20]
I171018 18:49:42.370999 40504 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r19/1:/{Table/51/1/1…-Max}] generated Raft snapshot c4b161f2 at index 10
E171018 18:49:42.372070 40504 storage/queue.go:656 [raftsnapshot,n1,s1,r19/1:/{Table/51/1/1…-Max}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r19: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/2:/{Table/50-Max}]
I171018 18:49:42.378376 43067 storage/replica_command.go:2810 [n1,s1,r20/1:/{Table/51/1/2…-Max}] initiating a split of this range at key /Table/51/1/300 [r21]
I171018 18:49:42.381088 40504 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r20/1:/{Table/51/1/2…-Max}] generated Raft snapshot 4e577f5f at index 13
E171018 18:49:42.381502 40504 storage/queue.go:656 [raftsnapshot,n1,s1,r20/1:/{Table/51/1/2…-Max}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r20: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/2:/{Table/50-Max}]
I171018 18:49:42.384912 42974 storage/replica_command.go:2810 [n1,s1,r21/1:/{Table/51/1/3…-Max}] initiating a split of this range at key /Table/51/1/400 [r22]
I171018 18:49:42.388330 40504 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r21/1:/{Table/51/1/3…-Max}] generated Raft snapshot 13c44b6c at index 11
E171018 18:49:42.388836 40504 storage/queue.go:656 [raftsnapshot,n1,s1,r21/1:/{Table/51/1/3…-Max}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r21: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/2:/{Table/50-Max}]
I171018 18:49:42.431299 43155 storage/replica_command.go:2810 [n1,s1,r22/1:/{Table/51/1/4…-Max}] initiating a split of this range at key /Table/51/1/500 [r23]
I171018 18:49:42.437152 40504 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r22/1:/{Table/51/1/4…-Max}] generated Raft snapshot d4638252 at index 14
E171018 18:49:42.437566 40504 storage/queue.go:656 [raftsnapshot,n1,s1,r22/1:/{Table/51/1/4…-Max}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r22: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/2:/{Table/50-Max}]
I171018 18:49:42.452819 43150 storage/replica_command.go:2810 [n1,s1,r23/1:/{Table/51/1/5…-Max}] initiating a split of this range at key /Table/51/1/600 [r24]
I171018 18:49:42.457045 40504 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r23/1:/{Table/51/1/5…-Max}] generated Raft snapshot 17609ea9 at index 11
E171018 18:49:42.457545 40504 storage/queue.go:656 [raftsnapshot,n1,s1,r23/1:/{Table/51/1/5…-Max}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r23: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/2:/{Table/50-Max}]
I171018 18:49:42.462380 43081 storage/replica_command.go:2810 [n1,s1,r24/1:/{Table/51/1/6…-Max}] initiating a split of this range at key /Table/51/1/700 [r25]
I171018 18:49:42.465738 40504 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r24/1:/{Table/51/1/6…-Max}] generated Raft snapshot 679e45f8 at index 13
E171018 18:49:42.466128 40504 storage/queue.go:656 [raftsnapshot,n1,s1,r24/1:/{Table/51/1/6…-Max}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r24: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/2:/{Table/50-Max}]
I171018 18:49:42.468786 42991 storage/replica_command.go:2810 [n1,s1,r25/1:/{Table/51/1/7…-Max}] initiating a split of this range at key /Table/51/1/800 [r26]
I171018 18:49:42.474822 40504 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r25/1:/{Table/51/1/7…-Max}] generated Raft snapshot 17bad2df at index 13
E171018 18:49:42.475339 40504 storage/queue.go:656 [raftsnapshot,n1,s1,r25/1:/{Table/51/1/7…-Max}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r25: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/2:/{Table/50-Max}]
I171018 18:49:42.479322 42960 storage/replica_command.go:2810 [n1,s1,r26/1:/{Table/51/1/8…-Max}] initiating a split of this range at key /Table/51/1/900 [r27]
I171018 18:49:42.500277 40504 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r26/1:/{Table/51/1/8…-Max}] generated Raft snapshot b5d77354 at index 14
E171018 18:49:42.501307 40504 storage/queue.go:656 [raftsnapshot,n1,s1,r26/1:/{Table/51/1/8…-Max}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r26: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/2:/{Table/50-Max}]
I171018 18:49:42.517338 42872 sql/event_log.go:103 [client=127.0.0.1:39148,user=root,n1] Event: "create_database", target: 52, info: {DatabaseName:restoredb Statement:CREATE DATABASE restoredb User:root}
I171018 18:49:42.517909 40500 storage/replica_command.go:2810 [split,n1,s1,r27/1:/{Table/51/1/9…-Max}] initiating a split of this range at key /Table/52 [r28]
I171018 18:49:42.523185 40504 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r27/1:/{Table/51/1/9…-Max}] generated Raft snapshot 9f62d842 at index 13
E171018 18:49:42.523794 40504 storage/queue.go:656 [raftsnapshot,n1,s1,r27/1:/{Table/51/1/9…-Max}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r27: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/2:/{Table/50-Max}]
I171018 18:49:42.535683 43456 ccl/storageccl/export.go:129 [n1,s1,r27/1:/Table/5{1/1/900-2}] export [/Table/51/1/900,/Table/51/2)
I171018 18:49:42.535703 43359 ccl/storageccl/export.go:129 [n1,s1,r7/1:/Table/{SystemCon…-11}] export [/Table/4/1,/Table/4/2)
I171018 18:49:42.536083 43301 ccl/storageccl/export.go:129 [n1,s1,r18/1:/Table/51{-/1/100}] export [/Table/51/1,/Table/51/1/100)
I171018 18:49:42.536333 43384 ccl/storageccl/export.go:129 [n1,s1,r19/1:/Table/51/1/{100-200}] export [/Table/51/1/100,/Table/51/1/200)
I171018 18:49:42.537375 43467 ccl/storageccl/export.go:129 [n1,s1,r24/1:/Table/51/1/{600-700}] export [/Table/51/1/600,/Table/51/1/700)
I171018 18:49:42.540446 43242 ccl/storageccl/export.go:129 [n1,s1,r26/1:/Table/51/1/{800-900}] export [/Table/51/1/800,/Table/51/1/900)
I171018 18:49:42.557412 43405 ccl/storageccl/export.go:129 [n1,s1,r25/1:/Table/51/1/{700-800}] export [/Table/51/1/700,/Table/51/1/800)
I171018 18:49:42.557632 43404 ccl/storageccl/export.go:129 [n1,s1,r20/1:/Table/51/1/{200-300}] export [/Table/51/1/200,/Table/51/1/300)
I171018 18:49:42.557722 43406 ccl/storageccl/export.go:129 [n1,s1,r7/1:/Table/{SystemCon…-11}] export [/Table/3/1,/Table/3/2)
I171018 18:49:42.558125 43407 ccl/storageccl/export.go:129 [n1,s1,r22/1:/Table/51/1/{400-500}] export [/Table/51/1/400,/Table/51/1/500)
I171018 18:49:42.558372 43408 ccl/storageccl/export.go:129 [n1,s1,r21/1:/Table/51/1/{300-400}] export [/Table/51/1/300,/Table/51/1/400)
I171018 18:49:42.569755 43409 ccl/storageccl/export.go:129 [n1,s1,r23/1:/Table/51/1/{500-600}] export [/Table/51/1/500,/Table/51/1/600)
I171018 18:49:42.828666 43784 storage/replica_command.go:2810 [n1,s1,r28/1:/{Table/52-Max}] initiating a split of this range at key /Table/53 [r29]
I171018 18:49:42.830664 40504 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r28/1:/{Table/52-Max}] generated Raft snapshot 08d6fda8 at index 10
E171018 18:49:42.831143 40504 storage/queue.go:656 [raftsnapshot,n1,s1,r28/1:/{Table/52-Max}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r28: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/2:/{Table/50-Max}]
I171018 18:49:42.842919 44003 storage/replica_command.go:2810 [n1,s1,r29/1:/{Table/53-Max}] initiating a split of this range at key /Table/53/1/300 [r30]
I171018 18:49:42.843385 44018 storage/replica_command.go:2810 [n1,s1,r29/1:/{Table/53-Max}] initiating a split of this range at key /Table/53/1/100 [r31]
I171018 18:49:42.848444 40504 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r29/1:/{Table/53-Max}] generated Raft snapshot 7ef8df82 at index 10
W171018 18:49:42.873395 44060 storage/replica.go:2064 [n1,s1,r29/1:/Table/53{-/1/300}] context canceled before command queue: 1 QueryTxn
I171018 18:49:42.875601 43706 storage/replica_command.go:2810 [n1,s1,r30/1:/{Table/53/1/3…-Max}] initiating a split of this range at key /Table/53/1/600 [r32]
I171018 18:49:42.876509 44152 storage/replica_command.go:2810 [n1,s1,r30/1:/{Table/53/1/3…-Max}] initiating a split of this range at key /Table/53/1/400 [r33]
E171018 18:49:42.890228 40504 storage/queue.go:656 [raftsnapshot,n1,s1,r29/1:/Table/53{-/1/300}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r29: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/2:/{Table/50-Max}]
I171018 18:49:42.897609 40504 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r30/1:/{Table/53/1/3…-Max}] generated Raft snapshot d6e8c153 at index 11
E171018 18:49:42.898589 40504 storage/queue.go:656 [raftsnapshot,n1,s1,r30/1:/{Table/53/1/3…-Max}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r30: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/2:/{Table/50-Max}]
W171018 18:49:42.927863 44228 storage/replica.go:2064 [n1,s1,r30/1:/Table/53/1/{300-600}] context canceled before command queue: 1 QueryTxn
I171018 18:49:42.938345 44264 storage/replica_command.go:2810 [n1,s1,r32/1:/{Table/53/1/6…-Max}] initiating a split of this range at key /Table/53/1/900 [r34]
I171018 18:49:42.939192 44268 storage/replica_command.go:2810 [n1,s1,r32/1:/{Table/53/1/6…-Max}] initiating a split of this range at key /Table/53/1/700 [r35]
I171018 18:49:42.948831 40504 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r32/1:/{Table/53/1/6…-Max}] generated Raft snapshot 339d70ed at index 10
I171018 18:49:42.954053 44018 storage/replica_command.go:2810 [n1,s1,r29/1:/Table/53{-/1/300}] initiating a split of this range at key /Table/53/1/100 [r36]
E171018 18:49:42.957483 40504 storage/queue.go:656 [raftsnapshot,n1,s1,r32/1:/{Table/53/1/6…-Max}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r32: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/2:/{Table/50-Max}]
I171018 18:49:42.975094 44286 storage/replica_command.go:2810 [n1,s1,r36/1:/Table/53/1/{100-300}] initiating a split of this range at key /Table/53/1/200 [r37]
I171018 18:49:42.983937 40504 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r36/1:/Table/53/1/{100-300}] generated Raft snapshot 09bbbffc at index 10
E171018 18:49:42.984390 40504 storage/queue.go:656 [raftsnapshot,n1,s1,r36/1:/Table/53/1/{100-300}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r36: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/2:/{Table/50-Max}]
I171018 18:49:43.040954 44152 storage/replica_command.go:2810 [n1,s1,r30/1:/Table/53/1/{300-600}] initiating a split of this range at key /Table/53/1/400 [r38]
I171018 18:49:43.076019 44349 storage/replica_command.go:2810 [n1,s1,r38/1:/Table/53/1/{400-600}] initiating a split of this range at key /Table/53/1/500 [r39]
I171018 18:49:43.076320 41653 storage/replica_proposal.go:475 [n2,s2,r30/3:/Table/53/1/{300-400}] new range lease repl=(n2,s2):3 start=1508352583.061561350,0 epo=1 pro=1508352583.061564650,0 following repl=(n1,s1):1 start=0.000000000,0 exp=1508352590.519122160,0 pro=1508352581.519134360,0
I171018 18:49:43.081546 41689 storage/replica_raftstorage.go:526 [raftsnapshot,n2,s2,r30/3:/Table/53/1/{300-400}] generated Raft snapshot 0a73ef42 at index 25
E171018 18:49:43.085840 41689 storage/queue.go:656 [raftsnapshot,n2,s2,r30/3:/Table/53/1/{300-400}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r30: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/2:/{Table/50-Max}]
I171018 18:49:43.091539 40504 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r38/1:/Table/53/1/{400-600}] generated Raft snapshot 298b6c3d at index 10
E171018 18:49:43.092047 40504 storage/queue.go:656 [raftsnapshot,n1,s1,r38/1:/Table/53/1/{400-600}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r38: cannot apply snapshot: snapshot intersects existing range [n3,s3,r17/2:/{Table/50-Max}]
I171018 18:49:43.178181 41927 storage/allocator_scorer.go:623 [replicate,n3,s3,r6/3:/{System/tse-Table/System…}] s2: should-rebalance(ranges-overfull): rangeCount=34, mean=28.33, overfull-threshold=30
I171018 18:49:43.324272 40504 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r39/1:/Table/53/1/{500-600}] generated Raft snapshot 80679270 at index 10
E171018 18:49:43.328461 40504 storage/queue.go:656 [raftsnapshot,n1,s1,r39/1:/Table/53/1/{500-600}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r39: cannot apply snapshot: snapshot intersects existing range [n3,s3,r18/2:/{Table/51-Max}]
I171018 18:49:43.378017 40504 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r25/1:/Table/51/1/{700-800}] generated Raft snapshot c3e467dc at index 16
E171018 18:49:43.378528 40504 storage/queue.go:656 [raftsnapshot,n1,s1,r25/1:/Table/51/1/{700-800}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r25: cannot apply snapshot: snapshot intersects existing range [n3,s3,r18/2:/{Table/51-Max}]
I171018 18:49:43.380944 40504 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r24/1:/Table/51/1/{600-700}] generated Raft snapshot 4f19cc0b at index 16
E171018 18:49:43.381348 40504 storage/queue.go:656 [raftsnapshot,n1,s1,r24/1:/Table/51/1/{600-700}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r24: cannot apply snapshot: snapshot intersects existing range [n3,s3,r18/2:/{Table/51-Max}]
I171018 18:49:43.477293 40504 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r23/1:/Table/51/1/{500-600}] generated Raft snapshot f7472494 at index 16
E171018 18:49:43.477795 40504 storage/queue.go:656 [raftsnapshot,n1,s1,r23/1:/Table/51/1/{500-600}] snapshot failed: (n3,s3):2: remote couldn't accept snapshot with error: [n3,s3],r23: cannot apply snapshot: snapshot intersects existing range [n3,s3,r18/2:/{Table/51-Max}]
I171018 18:49:43.480122 40504 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r18/1:/Table/51{-/1/100}] generated Raft snapshot 11df496b at index 18
I171018 18:49:43.482820 40504 storage/store.go:3549 [raftsnapshot,n1,s1,r18/1:/Table/51{-/1/100}] streamed snapshot to (n3,s3):2: kv pairs: 109, log entries: 6, rate-limit: 8.0 MiB/sec, 3ms
I171018 18:49:43.483587 44483 storage/replica_raftstorage.go:732 [n3,s3,r18/2:/{Table/51-Max}] applying Raft snapshot at index 18 (id=11df496b, encoded size=264180, 1 rocksdb batches, 6 log entries)
I171018 18:49:43.514742 44483 storage/replica_raftstorage.go:738 [n3,s3,r18/2:/Table/51{-/1/100}] applied Raft snapshot in 31ms [clear=0ms batch=0ms entries=29ms commit=1ms]
I171018 18:49:43.518120 40504 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r19/1:/Table/51/1/{100-200}] generated Raft snapshot 5c4a9cbe at index 16
I171018 18:49:43.519146 40504 storage/store.go:3549 [raftsnapshot,n1,s1,r19/1:/Table/51/1/{100-200}] streamed snapshot to (n3,s3):2: kv pairs: 109, log entries: 6, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:43.519446 44469 storage/replica_raftstorage.go:732 [n3,s3,r19/2:{-}] applying Raft snapshot at index 16 (id=5c4a9cbe, encoded size=26845, 1 rocksdb batches, 6 log entries)
I171018 18:49:43.519758 44469 storage/replica_raftstorage.go:738 [n3,s3,r19/2:/Table/51/1/{100-200}] applied Raft snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:43.522900 40504 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r27/1:/Table/5{1/1/900-2}] generated Raft snapshot 82fcd25a at index 17
I171018 18:49:43.524264 44471 storage/replica_raftstorage.go:732 [n3,s3,r27/2:{-}] applying Raft snapshot at index 17 (id=82fcd25a, encoded size=27081, 1 rocksdb batches, 7 log entries)
I171018 18:49:43.524586 44471 storage/replica_raftstorage.go:738 [n3,s3,r27/2:/Table/5{1/1/900-2}] applied Raft snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:43.524923 40504 storage/store.go:3549 [raftsnapshot,n1,s1,r27/1:/Table/5{1/1/900-2}] streamed snapshot to (n3,s3):2: kv pairs: 109, log entries: 7, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:43.527438 40504 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r26/1:/Table/51/1/{800-900}] generated Raft snapshot f59ebe70 at index 16
I171018 18:49:43.544868 40504 storage/store.go:3549 [raftsnapshot,n1,s1,r26/1:/Table/51/1/{800-900}] streamed snapshot to (n3,s3):2: kv pairs: 109, log entries: 6, rate-limit: 8.0 MiB/sec, 17ms
I171018 18:49:43.545122 44364 storage/replica_raftstorage.go:732 [n3,s3,r26/2:{-}] applying Raft snapshot at index 16 (id=f59ebe70, encoded size=27026, 1 rocksdb batches, 6 log entries)
I171018 18:49:43.545540 44364 storage/replica_raftstorage.go:738 [n3,s3,r26/2:/Table/51/1/{800-900}] applied Raft snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:43.548542 40504 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r21/1:/Table/51/1/{300-400}] generated Raft snapshot 3620457a at index 16
I171018 18:49:43.549811 40504 storage/store.go:3549 [raftsnapshot,n1,s1,r21/1:/Table/51/1/{300-400}] streamed snapshot to (n3,s3):2: kv pairs: 109, log entries: 6, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:43.549923 44426 storage/replica_raftstorage.go:732 [n3,s3,r21/2:{-}] applying Raft snapshot at index 16 (id=3620457a, encoded size=27027, 1 rocksdb batches, 6 log entries)
I171018 18:49:43.550228 44426 storage/replica_raftstorage.go:738 [n3,s3,r21/2:/Table/51/1/{300-400}] applied Raft snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:43.553000 40504 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r20/1:/Table/51/1/{200-300}] generated Raft snapshot 6d5d2eb1 at index 16
I171018 18:49:43.554337 40504 storage/store.go:3549 [raftsnapshot,n1,s1,r20/1:/Table/51/1/{200-300}] streamed snapshot to (n3,s3):2: kv pairs: 109, log entries: 6, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:43.554669 44429 storage/replica_raftstorage.go:732 [n3,s3,r20/2:{-}] applying Raft snapshot at index 16 (id=6d5d2eb1, encoded size=26941, 1 rocksdb batches, 6 log entries)
I171018 18:49:43.554977 44429 storage/replica_raftstorage.go:738 [n3,s3,r20/2:/Table/51/1/{200-300}] applied Raft snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:43.557926 40504 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r22/1:/Table/51/1/{400-500}] generated Raft snapshot 3800905e at index 16
I171018 18:49:43.559246 40504 storage/store.go:3549 [raftsnapshot,n1,s1,r22/1:/Table/51/1/{400-500}] streamed snapshot to (n3,s3):2: kv pairs: 109, log entries: 6, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:43.559343 44502 storage/replica_raftstorage.go:732 [n3,s3,r22/2:{-}] applying Raft snapshot at index 16 (id=3800905e, encoded size=27027, 1 rocksdb batches, 6 log entries)
I171018 18:49:43.559619 44502 storage/replica_raftstorage.go:738 [n3,s3,r22/2:/Table/51/1/{400-500}] applied Raft snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:43.777531 40504 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r28/1:/Table/5{2-3}] generated Raft snapshot 8228b4f1 at index 16
I171018 18:49:43.778353 40504 storage/store.go:3549 [raftsnapshot,n1,s1,r28/1:/Table/5{2-3}] streamed snapshot to (n3,s3):2: kv pairs: 9, log entries: 6, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:43.778562 44383 storage/replica_raftstorage.go:732 [n3,s3,r28/2:{-}] applying Raft snapshot at index 16 (id=8228b4f1, encoded size=3038, 1 rocksdb batches, 6 log entries)
I171018 18:49:43.778800 44383 storage/replica_raftstorage.go:738 [n3,s3,r28/2:/Table/5{2-3}] applied Raft snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:43.877239 40504 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r29/1:/Table/53{-/1/100}] generated Raft snapshot 8db99c19 at index 24
I171018 18:49:43.878659 40504 storage/store.go:3549 [raftsnapshot,n1,s1,r29/1:/Table/53{-/1/100}] streamed snapshot to (n3,s3):2: kv pairs: 110, log entries: 14, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:43.879026 44532 storage/replica_raftstorage.go:732 [n3,s3,r29/2:{-}] applying Raft snapshot at index 24 (id=8db99c19, encoded size=66684, 1 rocksdb batches, 14 log entries)
I171018 18:49:43.879686 44532 storage/replica_raftstorage.go:738 [n3,s3,r29/2:/Table/53{-/1/100}] applied Raft snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=0ms]
W171018 18:49:44.076494 44578 storage/replica.go:2141 [n1,s1,r32/1:/Table/53/1/{600-900}] context canceled while in command queue: QueryTxn [/Local/Range/Table/53/1/600/RangeDescriptor,/Min)
I171018 18:49:44.077549 40504 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r38/1:/Table/53/1/{400-500}] generated Raft snapshot 0c4748fe at index 17
I171018 18:49:44.080235 40504 storage/store.go:3549 [raftsnapshot,n1,s1,r38/1:/Table/53/1/{400-500}] streamed snapshot to (n3,s3):2: kv pairs: 109, log entries: 7, rate-limit: 8.0 MiB/sec, 3ms
I171018 18:49:44.082330 41689 storage/replica_raftstorage.go:526 [raftsnapshot,n2,s2,r30/3:/Table/53/1/{300-400}] generated Raft snapshot b185b497 at index 26
I171018 18:49:44.083052 44583 storage/replica_raftstorage.go:732 [n3,s3,r38/2:{-}] applying Raft snapshot at index 17 (id=0c4748fe, encoded size=45730, 1 rocksdb batches, 7 log entries)
I171018 18:49:44.083557 44583 storage/replica_raftstorage.go:738 [n3,s3,r38/2:/Table/53/1/{400-500}] applied Raft snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:44.085212 41689 storage/store.go:3549 [raftsnapshot,n2,s2,r30/3:/Table/53/1/{300-400}] streamed snapshot to (n3,s3):2: kv pairs: 110, log entries: 16, rate-limit: 8.0 MiB/sec, 3ms
I171018 18:49:44.085422 44573 storage/replica_raftstorage.go:732 [n3,s3,r30/2:{-}] applying Raft snapshot at index 26 (id=b185b497, encoded size=67235, 1 rocksdb batches, 16 log entries)
I171018 18:49:44.086184 44573 storage/replica_raftstorage.go:738 [n3,s3,r30/2:/Table/53/1/{300-400}] applied Raft snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:44.087218 40504 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r36/1:/Table/53/1/{100-200}] generated Raft snapshot 3221afa3 at index 16
I171018 18:49:44.091494 40504 storage/store.go:3549 [raftsnapshot,n1,s1,r36/1:/Table/53/1/{100-200}] streamed snapshot to (n3,s3):2: kv pairs: 109, log entries: 6, rate-limit: 8.0 MiB/sec, 4ms
I171018 18:49:44.091668 44575 storage/replica_raftstorage.go:732 [n3,s3,r36/2:{-}] applying Raft snapshot at index 16 (id=3221afa3, encoded size=45191, 1 rocksdb batches, 6 log entries)
I171018 18:49:44.092212 44575 storage/replica_raftstorage.go:738 [n3,s3,r36/2:/Table/53/1/{100-200}] applied Raft snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:44.094764 40504 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r37/1:/Table/53/1/{200-300}] generated Raft snapshot caed7f19 at index 13
I171018 18:49:44.096227 40504 storage/store.go:3549 [raftsnapshot,n1,s1,r37/1:/Table/53/1/{200-300}] streamed snapshot to (n3,s3):2: kv pairs: 108, log entries: 3, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:44.096691 44674 storage/replica_raftstorage.go:732 [n3,s3,r37/2:{-}] applying Raft snapshot at index 13 (id=caed7f19, encoded size=61811, 1 rocksdb batches, 3 log entries)
I171018 18:49:44.097894 44674 storage/replica_raftstorage.go:738 [n3,s3,r37/2:/Table/53/1/{200-300}] applied Raft snapshot in 1ms [clear=0ms batch=0ms entries=1ms commit=0ms]
I171018 18:49:44.106190 40504 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r32/1:/Table/53/1/{600-900}] generated Raft snapshot 5835e664 at index 17
I171018 18:49:44.107574 40504 storage/store.go:3549 [raftsnapshot,n1,s1,r32/1:/Table/53/1/{600-900}] streamed snapshot to (n3,s3):2: kv pairs: 110, log entries: 7, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:44.107840 44590 storage/replica_raftstorage.go:732 [n3,s3,r32/2:{-}] applying Raft snapshot at index 17 (id=5835e664, encoded size=64102, 1 rocksdb batches, 7 log entries)
I171018 18:49:44.108750 44590 storage/replica_raftstorage.go:738 [n3,s3,r32/2:/Table/53/1/{600-900}] applied Raft snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:44.111817 40504 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r34/1:/{Table/53/1/9…-Max}] generated Raft snapshot c9ab2955 at index 10
I171018 18:49:44.112506 40504 storage/store.go:3549 [raftsnapshot,n1,s1,r34/1:/{Table/53/1/9…-Max}] streamed snapshot to (n3,s3):2: kv pairs: 8, log entries: 0, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:44.112644 44609 storage/replica_raftstorage.go:732 [n3,s3,r34/2:{-}] applying Raft snapshot at index 10 (id=c9ab2955, encoded size=472, 1 rocksdb batches, 0 log entries)
I171018 18:49:44.112855 44609 storage/replica_raftstorage.go:738 [n3,s3,r34/2:/{Table/53/1/9…-Max}] applied Raft snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:44.117257 41656 storage/replica_proposal.go:475 [n2,s2,r32/3:/Table/53/1/{600-900}] new range lease repl=(n2,s2):3 start=1508352584.098804752,0 epo=1 pro=1508352584.098807752,0 following repl=(n1,s1):1 start=0.000000000,0 exp=1508352590.519122160,0 pro=1508352581.519134360,0
I171018 18:49:44.182873 44268 storage/replica_command.go:2810 [n1,s1,r32/1:/Table/53/1/{600-900}] initiating a split of this range at key /Table/53/1/700 [r40]
I171018 18:49:44.206861 41658 storage/replica_proposal.go:475 [n2,s2,r32/3:/Table/53/1/{600-900}] new range lease repl=(n2,s2):3 start=1508352584.098804752,0 epo=1 pro=1508352584.098807752,0 following repl=(n2,s2):3 start=1508352584.098804752,0 epo=1 pro=1508352584.098807752,0
I171018 18:49:44.225331 44761 storage/replica_command.go:2810 [n2,s2,r40/3:/Table/53/1/{700-900}] initiating a split of this range at key /Table/53/1/800 [r51]
I171018 18:49:44.257902 41661 storage/replica_proposal.go:475 [n2,s2,r40/3:/Table/53/1/{700-900}] new range lease repl=(n2,s2):3 start=1508352584.098804752,0 epo=1 pro=1508352584.098807752,0 following repl=(n2,s2):3 start=1508352584.098804752,0 epo=1 pro=1508352584.098807752,0
W171018 18:49:44.306216 42744 storage/raft_transport.go:461 [n3] raft transport stream to node 2 failed: rpc error: code = Unavailable desc = transport is closing
W171018 18:49:44.306233 42039 storage/raft_transport.go:461 [n3] raft transport stream to node 1 failed: rpc error: code = Unavailable desc = transport is closing
W171018 18:49:44.306604 42841 storage/raft_transport.go:461 [n2] raft transport stream to node 3 failed: EOF
W171018 18:49:44.306726 42034 storage/raft_transport.go:461 [n1] raft transport stream to node 3 failed: EOF
W171018 18:49:44.307070 42056 storage/raft_transport.go:461 [n2] raft transport stream to node 1 failed: rpc error: code = Unavailable desc = transport is closing
--- PASS: TestBackupRestoreCheckpointing (2.87s)
=== RUN TestBackupRestoreResume
W171018 18:49:44.383196 44994 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
I171018 18:49:44.384394 44994 server/config.go:507 [n?] 1 storage engine initialized
I171018 18:49:44.384413 44994 server/config.go:510 [n?] RocksDB cache size: 128 MiB
I171018 18:49:44.384420 44994 server/config.go:510 [n?] store 0: in-memory, size 0 B
I171018 18:49:44.386189 44994 server/node.go:347 [n?] **** cluster 6d632fbc-251f-455a-8075-974cf5c3565d has been created
I171018 18:49:44.386211 44994 server/server.go:882 [n?] **** add additional nodes by specifying --join=127.0.0.1:45142
I171018 18:49:44.386611 44994 storage/store.go:1212 [n1,s1] [n1,s1]: failed initial metrics computation: [n1,s1]: system config not yet available
I171018 18:49:44.386652 44994 server/node.go:472 [n1] initialized store [n1,s1]: disk (capacity=512 MiB, available=512 MiB, used=0 B, logicalBytes=3.2 KiB), ranges=1, leases=0, writes=0.00, bytesPerReplica={p10=3234.00 p25=3234.00 p50=3234.00 p75=3234.00 p90=3234.00}, writesPerReplica={p10=0.00 p25=0.00 p50=0.00 p75=0.00 p90=0.00}
I171018 18:49:44.386674 44994 server/node.go:329 [n1] node ID 1 initialized
I171018 18:49:44.386715 44994 gossip/gossip.go:331 [n1] NodeDescriptor set to node_id:1 address:<network_field:"tcp" address_field:"127.0.0.1:45142" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:3 >
I171018 18:49:44.386836 44994 storage/stores.go:332 [n1] read 0 node addresses from persistent storage
I171018 18:49:44.386892 44994 server/node.go:617 [n1] connecting to gossip network to verify cluster ID...
I171018 18:49:44.387634 44994 server/node.go:642 [n1] node connected via gossip and verified as part of cluster "6d632fbc-251f-455a-8075-974cf5c3565d"
I171018 18:49:44.387667 44994 server/node.go:414 [n1] node=1: started with [<no-attributes>=<in-mem>] engine(s) and attributes []
I171018 18:49:44.387723 44994 sql/executor.go:408 [n1] creating distSQLPlanner with address {tcp 127.0.0.1:45142}
I171018 18:49:44.395923 44994 server/server.go:987 [n1] starting https server at 127.0.0.1:39892
I171018 18:49:44.395947 44994 server/server.go:988 [n1] starting grpc/postgres server at 127.0.0.1:45142
I171018 18:49:44.395968 44994 server/server.go:989 [n1] advertising CockroachDB node at 127.0.0.1:45142
W171018 18:49:44.395988 44994 sql/jobs/registry.go:167 [n1] unable to get node liveness: node not in the liveness table
I171018 18:49:44.398397 44881 storage/replica_command.go:2810 [split,n1,s1,r1/1:/M{in-ax}] initiating a split of this range at key /System/"" [r2]
I171018 18:49:44.402852 44881 storage/replica_command.go:2810 [split,n1,s1,r2/1:/{System/-Max}] initiating a split of this range at key /System/NodeLiveness [r3]
I171018 18:49:44.407362 44994 sql/event_log.go:103 [n1] Event: "alter_table", target: 12, info: {TableName:eventlog Statement:ALTER TABLE system.eventlog ALTER COLUMN "uniqueID" SET DEFAULT uuid_v4() User:node MutationID:0 CascadeDroppedViews:[]}
I171018 18:49:44.414560 44881 storage/replica_command.go:2810 [split,n1,s1,r3/1:/{System/NodeL…-Max}] initiating a split of this range at key /System/NodeLivenessMax [r4]
I171018 18:49:44.422590 44994 sql/lease.go:341 [n1] publish: descID=12 (eventlog) version=2 mtime=2017-10-18 18:49:44.421460277 +0000 UTC
I171018 18:49:44.422870 44881 storage/replica_command.go:2810 [split,n1,s1,r4/1:/{System/NodeL…-Max}] initiating a split of this range at key /System/tsd [r5]
I171018 18:49:44.434753 44881 storage/replica_command.go:2810 [split,n1,s1,r5/1:/{System/tsd-Max}] initiating a split of this range at key /System/"tse" [r6]
I171018 18:49:44.446739 44881 storage/replica_command.go:2810 [split,n1,s1,r6/1:/{System/tse-Max}] initiating a split of this range at key /Table/SystemConfigSpan/Start [r7]
I171018 18:49:44.448580 44994 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:diagnostics.reporting.enabled Value:true User:node}
I171018 18:49:44.464180 44881 storage/replica_command.go:2810 [split,n1,s1,r7/1:/{Table/System…-Max}] initiating a split of this range at key /Table/11 [r8]
I171018 18:49:44.473622 44994 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:version Value:1.1-3 User:node}
I171018 18:49:44.477193 44994 sql/event_log.go:103 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:trace.debug.enable Value:false User:node}
I171018 18:49:44.477790 44994 server/server.go:1131 [n1] done ensuring all necessary migrations have run
I171018 18:49:44.477811 44994 server/server.go:1133 [n1] serving sql connections
I171018 18:49:44.483187 45501 sql/event_log.go:103 [n1] Event: "node_join", target: 1, info: {Descriptor:{NodeID:1 Address:{NetworkField:tcp AddressField:127.0.0.1:45142} Attrs: Locality: ServerVersion:1.1-3} ClusterID:6d632fbc-251f-455a-8075-974cf5c3565d StartedAt:1508352584387646917 LastUp:1508352584387646917}
I171018 18:49:44.493485 44881 storage/replica_command.go:2810 [split,n1,s1,r8/1:/{Table/11-Max}] initiating a split of this range at key /Table/12 [r9]
I171018 18:49:44.497869 44881 storage/replica_command.go:2810 [split,n1,s1,r9/1:/{Table/12-Max}] initiating a split of this range at key /Table/13 [r10]
I171018 18:49:44.512080 44881 storage/replica_command.go:2810 [split,n1,s1,r10/1:/{Table/13-Max}] initiating a split of this range at key /Table/14 [r11]
I171018 18:49:44.535467 44881 storage/replica_command.go:2810 [split,n1,s1,r11/1:/{Table/14-Max}] initiating a split of this range at key /Table/15 [r12]
I171018 18:49:44.548177 44881 storage/replica_command.go:2810 [split,n1,s1,r12/1:/{Table/15-Max}] initiating a split of this range at key /Table/16 [r13]
I171018 18:49:44.552124 44881 storage/replica_command.go:2810 [split,n1,s1,r13/1:/{Table/16-Max}] initiating a split of this range at key /Table/17 [r14]
I171018 18:49:44.555931 44881 storage/replica_command.go:2810 [split,n1,s1,r14/1:/{Table/17-Max}] initiating a split of this range at key /Table/18 [r15]
I171018 18:49:44.559527 44881 storage/replica_command.go:2810 [split,n1,s1,r15/1:/{Table/18-Max}] initiating a split of this range at key /Table/19 [r16]
W171018 18:49:44.573365 44994 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
W171018 18:49:44.593363 44994 gossip/gossip.go:1277 [n?] no incoming or outgoing connections
I171018 18:49:44.594134 44994 server/config.go:507 [n?] 1 storage engine initialized
I171018 18:49:44.594147 44994 server/config.go:510 [n?] RocksDB cache size: 128 MiB
I171018 18:49:44.594154 44994 server/config.go:510 [n?] store 0: in-memory, size 0 B
I171018 18:49:44.594203 44994 server/server.go:884 [n?] no stores bootstrapped and --join flag specified, awaiting init command.
I171018 18:49:44.608824 45862 gossip/client.go:129 [n?] started gossip client to 127.0.0.1:45142
I171018 18:49:44.609539 45870 gossip/server.go:232 [n1] received initial cluster-verification connection from {tcp 127.0.0.1:45340}
I171018 18:49:44.610217 44994 storage/stores.go:332 [n?] read 0 node addresses from persistent storage
I171018 18:49:44.610246 44994 server/node.go:617 [n?] connecting to gossip network to verify cluster ID...
I171018 18:49:44.610290 44994 server/node.go:642 [n?] node connected via gossip and verified as part of cluster "6d632fbc-251f-455a-8075-974cf5c3565d"
I171018 18:49:44.610492 45913 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:44.610749 45871 storage/stores.go:351 [n?] wrote 1 node addresses to persistent storage
I171018 18:49:44.611310 45912 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:44.611758 44994 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:44.612379 44994 server/node.go:322 [n?] new node allocated ID 2
I171018 18:49:44.612432 44994 gossip/gossip.go:331 [n2] NodeDescriptor set to node_id:2 address:<network_field:"tcp" address_field:"127.0.0.1:45340" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:3 >
I171018 18:49:44.612469 44994 server/node.go:400 [n2] node=2: asynchronously bootstrapping engine(s) [<no-attributes>=<in-mem>]
I171018 18:49:44.612485 44994 server/node.go:414 [n2] node=2: started with [] engine(s) and attributes []
I171018 18:49:44.612541 44994 sql/executor.go:408 [n2] creating distSQLPlanner with address {tcp 127.0.0.1:45340}
I171018 18:49:44.614925 44994 server/server.go:987 [n2] starting https server at 127.0.0.1:35205
I171018 18:49:44.614946 44994 server/server.go:988 [n2] starting grpc/postgres server at 127.0.0.1:45340
I171018 18:49:44.614955 44994 server/server.go:989 [n2] advertising CockroachDB node at 127.0.0.1:45340
W171018 18:49:44.614968 44994 sql/jobs/registry.go:167 [n2] unable to get node liveness: node not in the liveness table
I171018 18:49:44.617399 45851 storage/stores.go:351 [n1] wrote 1 node addresses to persistent storage
I171018 18:49:44.618159 44994 server/server.go:1131 [n2] done ensuring all necessary migrations have run
I171018 18:49:44.618181 44994 server/server.go:1133 [n2] serving sql connections
I171018 18:49:44.622829 45922 server/node.go:598 [n2] bootstrapped store [n2,s2]
W171018 18:49:44.643327 44994 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
I171018 18:49:44.643728 46063 sql/event_log.go:103 [n2] Event: "node_join", target: 2, info: {Descriptor:{NodeID:2 Address:{NetworkField:tcp AddressField:127.0.0.1:45340} Attrs: Locality: ServerVersion:1.1-3} ClusterID:6d632fbc-251f-455a-8075-974cf5c3565d StartedAt:1508352584612478179 LastUp:1508352584612478179}
W171018 18:49:44.644521 44994 gossip/gossip.go:1277 [n?] no incoming or outgoing connections
I171018 18:49:44.645900 44994 server/config.go:507 [n?] 1 storage engine initialized
I171018 18:49:44.645925 44994 server/config.go:510 [n?] RocksDB cache size: 128 MiB
I171018 18:49:44.645932 44994 server/config.go:510 [n?] store 0: in-memory, size 0 B
I171018 18:49:44.645975 44994 server/server.go:884 [n?] no stores bootstrapped and --join flag specified, awaiting init command.
I171018 18:49:44.653711 45904 gossip/client.go:129 [n?] started gossip client to 127.0.0.1:45142
I171018 18:49:44.654294 46078 gossip/server.go:232 [n1] received initial cluster-verification connection from {tcp 127.0.0.1:34946}
I171018 18:49:44.654791 44994 storage/stores.go:332 [n?] read 0 node addresses from persistent storage
I171018 18:49:44.654864 44994 server/node.go:617 [n?] connecting to gossip network to verify cluster ID...
I171018 18:49:44.654891 44994 server/node.go:642 [n?] node connected via gossip and verified as part of cluster "6d632fbc-251f-455a-8075-974cf5c3565d"
I171018 18:49:44.655094 46142 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:44.655355 46079 storage/stores.go:351 [n?] wrote 1 node addresses to persistent storage
I171018 18:49:44.655387 46079 storage/stores.go:351 [n?] wrote 2 node addresses to persistent storage
I171018 18:49:44.656014 46141 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:44.656462 44994 kv/dist_sender.go:355 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping
I171018 18:49:44.657089 44994 server/node.go:322 [n?] new node allocated ID 3
I171018 18:49:44.657143 44994 gossip/gossip.go:331 [n3] NodeDescriptor set to node_id:3 address:<network_field:"tcp" address_field:"127.0.0.1:34946" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:3 >
I171018 18:49:44.657178 44994 server/node.go:400 [n3] node=3: asynchronously bootstrapping engine(s) [<no-attributes>=<in-mem>]
I171018 18:49:44.657195 44994 server/node.go:414 [n3] node=3: started with [] engine(s) and attributes []
I171018 18:49:44.657240 44994 sql/executor.go:408 [n3] creating distSQLPlanner with address {tcp 127.0.0.1:34946}
I171018 18:49:44.660497 44994 server/server.go:987 [n3] starting https server at 127.0.0.1:58328
I171018 18:49:44.660517 44994 server/server.go:988 [n3] starting grpc/postgres server at 127.0.0.1:34946
I171018 18:49:44.660525 44994 server/server.go:989 [n3] advertising CockroachDB node at 127.0.0.1:34946
W171018 18:49:44.660537 44994 sql/jobs/registry.go:167 [n3] unable to get node liveness: node not in the liveness table
I171018 18:49:44.660827 45710 storage/stores.go:351 [n1] wrote 2 node addresses to persistent storage
I171018 18:49:44.661047 45711 storage/stores.go:351 [n2] wrote 2 node addresses to persistent storage
I171018 18:49:44.662631 44994 server/server.go:1131 [n3] done ensuring all necessary migrations have run
I171018 18:49:44.662651 44994 server/server.go:1133 [n3] serving sql connections
I171018 18:49:44.672214 45601 sql/event_log.go:103 [n3] Event: "node_join", target: 3, info: {Descriptor:{NodeID:3 Address:{NetworkField:tcp AddressField:127.0.0.1:34946} Attrs: Locality: ServerVersion:1.1-3} ClusterID:6d632fbc-251f-455a-8075-974cf5c3565d StartedAt:1508352584657187191 LastUp:1508352584657187191}
I171018 18:49:44.672766 46151 server/node.go:598 [n3] bootstrapped store [n3,s3]
I171018 18:49:44.676728 45180 storage/replica_raftstorage.go:526 [replicate,n1,s1,r10/1:/Table/1{3-4}] generated preemptive snapshot 3def8f1d at index 32
I171018 18:49:44.704133 45180 storage/store.go:3549 [replicate,n1,s1,r10/1:/Table/1{3-4}] streamed snapshot to (n3,s3):?: kv pairs: 99, log entries: 22, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:44.706767 46203 storage/replica_raftstorage.go:732 [n3,s3,r10/?:{-}] applying preemptive snapshot at index 32 (id=3def8f1d, encoded size=26436, 1 rocksdb batches, 22 log entries)
I171018 18:49:44.707084 46203 storage/replica_raftstorage.go:738 [n3,s3,r10/?:/Table/1{3-4}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:44.707690 45180 storage/replica_command.go:3754 [replicate,n1,s1,r10/1:/Table/1{3-4}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r10:/Table/1{3-4} [(n1,s1):1, next=2]
I171018 18:49:44.709724 46350 storage/replica.go:3071 [n1,s1,r10/1:/Table/1{3-4}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:44.710195 45180 storage/replica_raftstorage.go:526 [replicate,n1,s1,r16/1:/{Table/19-Max}] generated preemptive snapshot b2db6b8c at index 11
I171018 18:49:44.711319 46394 storage/raft_transport.go:455 [n3] raft transport stream to node 1 established
I171018 18:49:44.720186 46384 storage/replica_raftstorage.go:732 [n2,s2,r16/?:{-}] applying preemptive snapshot at index 11 (id=b2db6b8c, encoded size=454, 1 rocksdb batches, 1 log entries)
I171018 18:49:44.720345 46384 storage/replica_raftstorage.go:738 [n2,s2,r16/?:/{Table/19-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:44.720611 45180 storage/store.go:3549 [replicate,n1,s1,r16/1:/{Table/19-Max}] streamed snapshot to (n2,s2):?: kv pairs: 8, log entries: 1, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:44.721159 45180 storage/replica_command.go:3754 [replicate,n1,s1,r16/1:/{Table/19-Max}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r16:/{Table/19-Max} [(n1,s1):1, next=2]
I171018 18:49:44.723948 46438 storage/replica.go:3071 [n1,s1,r16/1:/{Table/19-Max}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:44.724528 45180 storage/replica_raftstorage.go:526 [replicate,n1,s1,r5/1:/System/ts{d-e}] generated preemptive snapshot dab8dde6 at index 18
I171018 18:49:44.724825 46206 storage/raft_transport.go:455 [n2] raft transport stream to node 1 established
I171018 18:49:44.730609 46441 storage/replica_raftstorage.go:732 [n3,s3,r5/?:{-}] applying preemptive snapshot at index 18 (id=dab8dde6, encoded size=154170, 1 rocksdb batches, 8 log entries)
I171018 18:49:44.731489 46441 storage/replica_raftstorage.go:738 [n3,s3,r5/?:/System/ts{d-e}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:44.732018 45180 storage/store.go:3549 [replicate,n1,s1,r5/1:/System/ts{d-e}] streamed snapshot to (n3,s3):?: kv pairs: 918, log entries: 8, rate-limit: 8.0 MiB/sec, 7ms
I171018 18:49:44.732379 45180 storage/replica_command.go:3754 [replicate,n1,s1,r5/1:/System/ts{d-e}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r5:/System/ts{d-e} [(n1,s1):1, next=2]
I171018 18:49:44.734581 46468 storage/replica.go:3071 [n1,s1,r5/1:/System/ts{d-e}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:44.735083 45170 storage/replica_raftstorage.go:526 [replicate,n1,s1,r10/1:/Table/1{3-4}] generated preemptive snapshot 621c1672 at index 39
I171018 18:49:44.736405 45170 storage/store.go:3549 [replicate,n1,s1,r10/1:/Table/1{3-4}] streamed snapshot to (n2,s2):?: kv pairs: 120, log entries: 29, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:44.736709 46476 storage/replica_raftstorage.go:732 [n2,s2,r10/?:{-}] applying preemptive snapshot at index 39 (id=621c1672, encoded size=35417, 1 rocksdb batches, 29 log entries)
I171018 18:49:44.737021 46476 storage/replica_raftstorage.go:738 [n2,s2,r10/?:/Table/1{3-4}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:44.737305 45170 storage/replica_command.go:3754 [replicate,n1,s1,r10/1:/Table/1{3-4}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r10:/Table/1{3-4} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:44.741119 46519 storage/replica.go:3071 [n1,s1,r10/1:/Table/1{3-4}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:44.741711 45170 storage/allocator_scorer.go:623 [replicate,n1,s1,r10/1:/Table/1{3-4}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=6.67, overfull-threshold=7
I171018 18:49:44.741937 45180 storage/replica_raftstorage.go:526 [replicate,n1,s1,r14/1:/Table/1{7-8}] generated preemptive snapshot 590b3949 at index 15
I171018 18:49:44.744343 46423 storage/replica_raftstorage.go:732 [n3,s3,r14/?:{-}] applying preemptive snapshot at index 15 (id=590b3949, encoded size=2484, 1 rocksdb batches, 5 log entries)
I171018 18:49:44.744515 46423 storage/replica_raftstorage.go:738 [n3,s3,r14/?:/Table/1{7-8}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:44.744900 45180 storage/store.go:3549 [replicate,n1,s1,r14/1:/Table/1{7-8}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 5, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:44.745092 45180 storage/replica_command.go:3754 [replicate,n1,s1,r14/1:/Table/1{7-8}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r14:/Table/1{7-8} [(n1,s1):1, next=2]
I171018 18:49:44.747486 46425 storage/replica.go:3071 [n1,s1,r14/1:/Table/1{7-8}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:44.748033 45180 storage/replica_raftstorage.go:526 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] generated preemptive snapshot c1fbe6bb at index 42
I171018 18:49:44.750463 46506 storage/replica_raftstorage.go:732 [n2,s2,r4/?:{-}] applying preemptive snapshot at index 42 (id=c1fbe6bb, encoded size=64773, 1 rocksdb batches, 2 log entries)
I171018 18:49:44.750791 46506 storage/replica_raftstorage.go:738 [n2,s2,r4/?:/System/{NodeLive…-tsd}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:44.751137 45180 storage/store.go:3549 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] streamed snapshot to (n2,s2):?: kv pairs: 33, log entries: 2, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:44.751624 45180 storage/replica_command.go:3754 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r4:/System/{NodeLivenessMax-tsd} [(n1,s1):1, next=2]
I171018 18:49:44.754191 46510 storage/replica.go:3071 [n1,s1,r4/1:/System/{NodeLive…-tsd}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:44.754947 45170 storage/replica_raftstorage.go:526 [replicate,n1,s1,r16/1:/{Table/19-Max}] generated preemptive snapshot cd2e2ec8 at index 15
I171018 18:49:44.755886 45170 storage/store.go:3549 [replicate,n1,s1,r16/1:/{Table/19-Max}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 5, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:44.756215 46527 storage/replica_raftstorage.go:732 [n3,s3,r16/?:{-}] applying preemptive snapshot at index 15 (id=cd2e2ec8, encoded size=1801, 1 rocksdb batches, 5 log entries)
I171018 18:49:44.756377 46527 storage/replica_raftstorage.go:738 [n3,s3,r16/?:/{Table/19-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:44.756680 45170 storage/replica_command.go:3754 [replicate,n1,s1,r16/1:/{Table/19-Max}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r16:/{Table/19-Max} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:44.767437 46529 storage/replica.go:3071 [n1,s1,r16/1:/{Table/19-Max}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:44.768134 45170 storage/allocator_scorer.go:623 [replicate,n1,s1,r16/1:/{Table/19-Max}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=7.67, overfull-threshold=9
I171018 18:49:44.768362 45180 storage/replica_raftstorage.go:526 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] generated preemptive snapshot 35827620 at index 22
I171018 18:49:44.769110 45180 storage/store.go:3549 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] streamed snapshot to (n2,s2):?: kv pairs: 9, log entries: 12, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:44.769467 46581 storage/replica_raftstorage.go:732 [n2,s2,r6/?:{-}] applying preemptive snapshot at index 22 (id=35827620, encoded size=7679, 1 rocksdb batches, 12 log entries)
I171018 18:49:44.769751 46581 storage/replica_raftstorage.go:738 [n2,s2,r6/?:/{System/tse-Table/System…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:44.770237 45180 storage/replica_command.go:3754 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r6:/{System/tse-Table/SystemConfigSpan/Start} [(n1,s1):1, next=2]
I171018 18:49:44.772956 46569 storage/replica.go:3071 [n1,s1,r6/1:/{System/tse-Table/System…}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:44.773396 45180 storage/replica_raftstorage.go:526 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] generated preemptive snapshot 575df05d at index 21
I171018 18:49:44.774496 45180 storage/store.go:3549 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] streamed snapshot to (n2,s2):?: kv pairs: 12, log entries: 11, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:44.774797 46573 storage/replica_raftstorage.go:732 [n2,s2,r3/?:{-}] applying preemptive snapshot at index 21 (id=575df05d, encoded size=6197, 1 rocksdb batches, 11 log entries)
I171018 18:49:44.775007 46573 storage/replica_raftstorage.go:738 [n2,s2,r3/?:/System/NodeLiveness{-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:44.775691 45180 storage/replica_command.go:3754 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r3:/System/NodeLiveness{-Max} [(n1,s1):1, next=2]
I171018 18:49:44.778774 46576 storage/replica.go:3071 [n1,s1,r3/1:/System/NodeLiveness{-Max}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:44.779651 45180 storage/replica_raftstorage.go:526 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] generated preemptive snapshot 7f29216f at index 20
I171018 18:49:44.780650 45180 storage/store.go:3549 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 10, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:44.781023 46633 storage/replica_raftstorage.go:732 [n3,s3,r2/?:{-}] applying preemptive snapshot at index 20 (id=7f29216f, encoded size=53256, 1 rocksdb batches, 10 log entries)
I171018 18:49:44.781449 46633 storage/replica_raftstorage.go:738 [n3,s3,r2/?:/System/{-NodeLive…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:44.782043 45180 storage/replica_command.go:3754 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r2:/System/{-NodeLiveness} [(n1,s1):1, next=2]
I171018 18:49:44.787915 46654 storage/replica.go:3071 [n1,s1,r2/1:/System/{-NodeLive…}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:44.788331 45170 storage/replica_raftstorage.go:526 [replicate,n1,s1,r5/1:/System/ts{d-e}] generated preemptive snapshot c46eef44 at index 21
I171018 18:49:44.796792 46585 storage/replica_raftstorage.go:732 [n2,s2,r5/?:{-}] applying preemptive snapshot at index 21 (id=c46eef44, encoded size=155467, 1 rocksdb batches, 11 log entries)
I171018 18:49:44.797977 46585 storage/replica_raftstorage.go:738 [n2,s2,r5/?:/System/ts{d-e}] applied preemptive snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:44.798537 45170 storage/store.go:3549 [replicate,n1,s1,r5/1:/System/ts{d-e}] streamed snapshot to (n2,s2):?: kv pairs: 919, log entries: 11, rate-limit: 8.0 MiB/sec, 9ms
I171018 18:49:44.798754 45170 storage/replica_command.go:3754 [replicate,n1,s1,r5/1:/System/ts{d-e}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r5:/System/ts{d-e} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:44.802340 46708 storage/replica.go:3071 [n1,s1,r5/1:/System/ts{d-e}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:44.803746 45170 storage/allocator_scorer.go:623 [replicate,n1,s1,r5/1:/System/ts{d-e}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=9.00, overfull-threshold=10
I171018 18:49:44.803998 45180 storage/replica_raftstorage.go:526 [replicate,n1,s1,r11/1:/Table/1{4-5}] generated preemptive snapshot c22215f2 at index 19
I171018 18:49:44.805425 45180 storage/store.go:3549 [replicate,n1,s1,r11/1:/Table/1{4-5}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 9, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:44.805975 46725 storage/replica_raftstorage.go:732 [n3,s3,r11/?:{-}] applying preemptive snapshot at index 19 (id=c22215f2, encoded size=3484, 1 rocksdb batches, 9 log entries)
I171018 18:49:44.806139 46725 storage/replica_raftstorage.go:738 [n3,s3,r11/?:/Table/1{4-5}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:44.806501 45180 storage/replica_command.go:3754 [replicate,n1,s1,r11/1:/Table/1{4-5}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r11:/Table/1{4-5} [(n1,s1):1, next=2]
I171018 18:49:44.811712 46700 storage/replica.go:3071 [n1,s1,r11/1:/Table/1{4-5}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:44.814468 45180 storage/replica_raftstorage.go:526 [replicate,n1,s1,r15/1:/Table/1{8-9}] generated preemptive snapshot 8c56eb41 at index 16
I171018 18:49:44.814903 45180 storage/store.go:3549 [replicate,n1,s1,r15/1:/Table/1{8-9}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 6, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:44.815141 46704 storage/replica_raftstorage.go:732 [n3,s3,r15/?:{-}] applying preemptive snapshot at index 16 (id=8c56eb41, encoded size=2599, 1 rocksdb batches, 6 log entries)
I171018 18:49:44.815311 46704 storage/replica_raftstorage.go:738 [n3,s3,r15/?:/Table/1{8-9}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:44.815830 45180 storage/replica_command.go:3754 [replicate,n1,s1,r15/1:/Table/1{8-9}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r15:/Table/1{8-9} [(n1,s1):1, next=2]
I171018 18:49:44.818265 46751 storage/replica.go:3071 [n1,s1,r15/1:/Table/1{8-9}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:44.818749 45170 storage/replica_raftstorage.go:526 [replicate,n1,s1,r13/1:/Table/1{6-7}] generated preemptive snapshot 4d20cb4b at index 17
I171018 18:49:44.825303 46759 storage/replica_raftstorage.go:732 [n2,s2,r13/?:{-}] applying preemptive snapshot at index 17 (id=4d20cb4b, encoded size=2892, 1 rocksdb batches, 7 log entries)
I171018 18:49:44.825486 46759 storage/replica_raftstorage.go:738 [n2,s2,r13/?:/Table/1{6-7}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:44.828666 45170 storage/store.go:3549 [replicate,n1,s1,r13/1:/Table/1{6-7}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 7, rate-limit: 8.0 MiB/sec, 10ms
I171018 18:49:44.828884 45170 storage/replica_command.go:3754 [replicate,n1,s1,r13/1:/Table/1{6-7}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r13:/Table/1{6-7} [(n1,s1):1, next=2]
I171018 18:49:44.831183 46788 storage/replica.go:3071 [n1,s1,r13/1:/Table/1{6-7}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:44.833813 45180 storage/replica_raftstorage.go:526 [replicate,n1,s1,r12/1:/Table/1{5-6}] generated preemptive snapshot 2c186cd8 at index 16
I171018 18:49:44.834842 45180 storage/store.go:3549 [replicate,n1,s1,r12/1:/Table/1{5-6}] streamed snapshot to (n3,s3):?: kv pairs: 9, log entries: 6, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:44.835106 46811 storage/replica_raftstorage.go:732 [n3,s3,r12/?:{-}] applying preemptive snapshot at index 16 (id=2c186cd8, encoded size=2603, 1 rocksdb batches, 6 log entries)
I171018 18:49:44.835277 46811 storage/replica_raftstorage.go:738 [n3,s3,r12/?:/Table/1{5-6}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:44.835963 45180 storage/replica_command.go:3754 [replicate,n1,s1,r12/1:/Table/1{5-6}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r12:/Table/1{5-6} [(n1,s1):1, next=2]
I171018 18:49:44.838934 46841 storage/replica.go:3071 [n1,s1,r12/1:/Table/1{5-6}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3
I171018 18:49:44.839395 45180 storage/replica_raftstorage.go:526 [replicate,n1,s1,r1/1:/{Min-System/}] generated preemptive snapshot b01477dc at index 95
I171018 18:49:44.841382 45180 storage/store.go:3549 [replicate,n1,s1,r1/1:/{Min-System/}] streamed snapshot to (n2,s2):?: kv pairs: 60, log entries: 85, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:44.841761 46685 storage/replica_raftstorage.go:732 [n2,s2,r1/?:{-}] applying preemptive snapshot at index 95 (id=b01477dc, encoded size=41088, 1 rocksdb batches, 85 log entries)
I171018 18:49:44.843451 46685 storage/replica_raftstorage.go:738 [n2,s2,r1/?:/{Min-System/}] applied preemptive snapshot in 2ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:44.843977 45180 storage/replica_command.go:3754 [replicate,n1,s1,r1/1:/{Min-System/}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r1:/{Min-System/} [(n1,s1):1, next=2]
I171018 18:49:44.846200 46551 storage/replica.go:3071 [n1,s1,r1/1:/{Min-System/}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:44.846659 45170 storage/replica_raftstorage.go:526 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] generated preemptive snapshot 24623eed at index 45
I171018 18:49:44.848729 45170 storage/store.go:3549 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] streamed snapshot to (n3,s3):?: kv pairs: 34, log entries: 5, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:44.849100 46852 storage/replica_raftstorage.go:732 [n3,s3,r4/?:{-}] applying preemptive snapshot at index 45 (id=24623eed, encoded size=66213, 1 rocksdb batches, 5 log entries)
I171018 18:49:44.849517 46852 storage/replica_raftstorage.go:738 [n3,s3,r4/?:/System/{NodeLive…-tsd}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:44.850075 45170 storage/replica_command.go:3754 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r4:/System/{NodeLivenessMax-tsd} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:44.854157 46873 storage/replica.go:3071 [n1,s1,r4/1:/System/{NodeLive…-tsd}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:44.854772 45170 storage/allocator_scorer.go:623 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=11.00, overfull-threshold=12
I171018 18:49:44.855046 45180 storage/replica_raftstorage.go:526 [replicate,n1,s1,r13/1:/Table/1{6-7}] generated preemptive snapshot 91f083ad at index 20
I171018 18:49:44.858802 45180 storage/store.go:3549 [replicate,n1,s1,r13/1:/Table/1{6-7}] streamed snapshot to (n3,s3):?: kv pairs: 11, log entries: 10, rate-limit: 8.0 MiB/sec, 4ms
I171018 18:49:44.859071 46887 storage/replica_raftstorage.go:732 [n3,s3,r13/?:{-}] applying preemptive snapshot at index 20 (id=91f083ad, encoded size=4120, 1 rocksdb batches, 10 log entries)
I171018 18:49:44.859329 46887 storage/replica_raftstorage.go:738 [n3,s3,r13/?:/Table/1{6-7}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:44.859889 45180 storage/replica_command.go:3754 [replicate,n1,s1,r13/1:/Table/1{6-7}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r13:/Table/1{6-7} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:44.863219 46893 storage/replica.go:3071 [n1,s1,r13/1:/Table/1{6-7}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:44.873082 45180 storage/allocator_scorer.go:623 [replicate,n1,s1,r13/1:/Table/1{6-7}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=11.33, overfull-threshold=12
I171018 18:49:44.876145 45180 storage/replica_raftstorage.go:526 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] generated preemptive snapshot 0329b745 at index 29
I171018 18:49:44.878445 45180 storage/store.go:3549 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] streamed snapshot to (n2,s2):?: kv pairs: 42, log entries: 19, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:44.878779 46903 storage/replica_raftstorage.go:732 [n2,s2,r7/?:{-}] applying preemptive snapshot at index 29 (id=0329b745, encoded size=19506, 1 rocksdb batches, 19 log entries)
I171018 18:49:44.879045 46903 storage/replica_raftstorage.go:738 [n2,s2,r7/?:/Table/{SystemCon…-11}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:44.880187 45180 storage/replica_command.go:3754 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r7:/Table/{SystemConfigSpan/Start-11} [(n1,s1):1, next=2]
I171018 18:49:44.887281 46791 storage/replica.go:3071 [n1,s1,r7/1:/Table/{SystemCon…-11}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:44.887614 45170 storage/allocator_scorer.go:623 [replicate,n1,s1,r13/1:/Table/1{6-7}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=11.67, overfull-threshold=13
I171018 18:49:44.890455 46033 storage/replica_proposal.go:475 [n2,s2,r13/2:/Table/1{6-7}] new range lease repl=(n2,s2):2 start=1508352584.887650180,0 epo=1 pro=1508352584.887652780,0 following repl=(n1,s1):1 start=0.000000000,0 exp=1508352593.387001514,0 pro=1508352584.387014114,0
I171018 18:49:44.896835 45180 storage/replica_raftstorage.go:526 [replicate,n1,s1,r8/1:/Table/1{1-2}] generated preemptive snapshot 467fb860 at index 16
I171018 18:49:44.900303 45180 storage/store.go:3549 [replicate,n1,s1,r8/1:/Table/1{1-2}] streamed snapshot to (n2,s2):?: kv pairs: 9, log entries: 6, rate-limit: 8.0 MiB/sec, 3ms
I171018 18:49:44.900566 46946 storage/replica_raftstorage.go:732 [n2,s2,r8/?:{-}] applying preemptive snapshot at index 16 (id=467fb860, encoded size=3923, 1 rocksdb batches, 6 log entries)
I171018 18:49:44.900752 46946 storage/replica_raftstorage.go:738 [n2,s2,r8/?:/Table/1{1-2}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:44.901327 45180 storage/replica_command.go:3754 [replicate,n1,s1,r8/1:/Table/1{1-2}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r8:/Table/1{1-2} [(n1,s1):1, next=2]
I171018 18:49:44.904449 46864 storage/replica.go:3071 [n1,s1,r8/1:/Table/1{1-2}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:44.904898 45180 storage/replica_raftstorage.go:526 [replicate,n1,s1,r9/1:/Table/1{2-3}] generated preemptive snapshot dcbd454e at index 22
I171018 18:49:44.905611 45180 storage/store.go:3549 [replicate,n1,s1,r9/1:/Table/1{2-3}] streamed snapshot to (n2,s2):?: kv pairs: 45, log entries: 12, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:44.905879 46875 storage/replica_raftstorage.go:732 [n2,s2,r9/?:{-}] applying preemptive snapshot at index 22 (id=dcbd454e, encoded size=12028, 1 rocksdb batches, 12 log entries)
I171018 18:49:44.906120 46875 storage/replica_raftstorage.go:738 [n2,s2,r9/?:/Table/1{2-3}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:44.906493 45180 storage/replica_command.go:3754 [replicate,n1,s1,r9/1:/Table/1{2-3}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r9:/Table/1{2-3} [(n1,s1):1, next=2]
I171018 18:49:44.917981 46919 storage/replica.go:3071 [n1,s1,r9/1:/Table/1{2-3}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3
I171018 18:49:44.918301 45180 storage/queue.go:723 [n1,replicate] purgatory is now empty
I171018 18:49:44.918498 45170 storage/replica_raftstorage.go:526 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] generated preemptive snapshot 1c10e1c7 at index 25
I171018 18:49:44.919609 45170 storage/store.go:3549 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] streamed snapshot to (n3,s3):?: kv pairs: 10, log entries: 15, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:44.919903 46923 storage/replica_raftstorage.go:732 [n3,s3,r6/?:{-}] applying preemptive snapshot at index 25 (id=1c10e1c7, encoded size=8964, 1 rocksdb batches, 15 log entries)
I171018 18:49:44.920364 46923 storage/replica_raftstorage.go:738 [n3,s3,r6/?:/{System/tse-Table/System…}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:44.920717 45170 storage/replica_command.go:3754 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r6:/{System/tse-Table/SystemConfigSpan/Start} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:44.924212 46909 storage/replica.go:3071 [n1,s1,r6/1:/{System/tse-Table/System…}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:44.927093 45170 storage/allocator_scorer.go:623 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=12.67, overfull-threshold=14
I171018 18:49:44.927366 45170 storage/replica_raftstorage.go:526 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] generated preemptive snapshot 61b1d3f8 at index 32
I171018 18:49:44.928766 45170 storage/store.go:3549 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] streamed snapshot to (n3,s3):?: kv pairs: 43, log entries: 22, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:44.929072 46929 storage/replica_raftstorage.go:732 [n3,s3,r7/?:{-}] applying preemptive snapshot at index 32 (id=61b1d3f8, encoded size=20734, 1 rocksdb batches, 22 log entries)
I171018 18:49:44.929351 46929 storage/replica_raftstorage.go:738 [n3,s3,r7/?:/Table/{SystemCon…-11}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:44.929694 45170 storage/replica_command.go:3754 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r7:/Table/{SystemConfigSpan/Start-11} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:44.932985 46939 storage/replica.go:3071 [n1,s1,r7/1:/Table/{SystemCon…-11}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:44.933711 45170 storage/allocator_scorer.go:623 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=13.00, overfull-threshold=14
I171018 18:49:44.933930 45170 storage/replica_raftstorage.go:526 [replicate,n1,s1,r9/1:/Table/1{2-3}] generated preemptive snapshot 212f8e5f at index 25
I171018 18:49:44.934456 45170 storage/store.go:3549 [replicate,n1,s1,r9/1:/Table/1{2-3}] streamed snapshot to (n3,s3):?: kv pairs: 46, log entries: 15, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:44.934723 47058 storage/replica_raftstorage.go:732 [n3,s3,r9/?:{-}] applying preemptive snapshot at index 25 (id=212f8e5f, encoded size=13256, 1 rocksdb batches, 15 log entries)
I171018 18:49:44.935022 47058 storage/replica_raftstorage.go:738 [n3,s3,r9/?:/Table/1{2-3}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:44.935392 45170 storage/replica_command.go:3754 [replicate,n1,s1,r9/1:/Table/1{2-3}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r9:/Table/1{2-3} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:44.938475 47049 storage/replica.go:3071 [n1,s1,r9/1:/Table/1{2-3}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:44.938969 45170 storage/allocator_scorer.go:623 [replicate,n1,s1,r9/1:/Table/1{2-3}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=13.33, overfull-threshold=15
I171018 18:49:44.939173 45170 storage/replica_raftstorage.go:526 [replicate,n1,s1,r8/1:/Table/1{1-2}] generated preemptive snapshot a6807d64 at index 19
I171018 18:49:44.940281 45170 storage/store.go:3549 [replicate,n1,s1,r8/1:/Table/1{1-2}] streamed snapshot to (n3,s3):?: kv pairs: 10, log entries: 9, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:44.940889 47074 storage/replica_raftstorage.go:732 [n3,s3,r8/?:{-}] applying preemptive snapshot at index 19 (id=a6807d64, encoded size=5151, 1 rocksdb batches, 9 log entries)
I171018 18:49:44.941093 47074 storage/replica_raftstorage.go:738 [n3,s3,r8/?:/Table/1{1-2}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:44.941799 45170 storage/replica_command.go:3754 [replicate,n1,s1,r8/1:/Table/1{1-2}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r8:/Table/1{1-2} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:44.946465 47056 storage/replica.go:3071 [n1,s1,r8/1:/Table/1{1-2}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:44.947844 45170 storage/allocator_scorer.go:633 [replicate,n1,s1,r8/1:/Table/1{1-2}] s3: should-rebalance(better-fit-ranges=s2): rangeCount=14, otherRangeCount=11, mean=13.67, underfull-threshold=12
I171018 18:49:44.953532 45170 storage/replica_raftstorage.go:526 [replicate,n1,s1,r11/1:/Table/1{4-5}] generated preemptive snapshot fa9189e4 at index 22
I171018 18:49:44.954034 45170 storage/store.go:3549 [replicate,n1,s1,r11/1:/Table/1{4-5}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 12, rate-limit: 8.0 MiB/sec, 0ms
I171018 18:49:44.954302 47107 storage/replica_raftstorage.go:732 [n2,s2,r11/?:{-}] applying preemptive snapshot at index 22 (id=fa9189e4, encoded size=4712, 1 rocksdb batches, 12 log entries)
I171018 18:49:44.954545 47107 storage/replica_raftstorage.go:738 [n2,s2,r11/?:/Table/1{4-5}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:44.955132 45170 storage/replica_command.go:3754 [replicate,n1,s1,r11/1:/Table/1{4-5}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r11:/Table/1{4-5} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:44.958777 47126 storage/replica.go:3071 [n1,s1,r11/1:/Table/1{4-5}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:44.959294 45170 storage/allocator_scorer.go:623 [replicate,n1,s1,r11/1:/Table/1{4-5}] s1: should-rebalance(ranges-overfull): rangeCount=16, mean=14.00, overfull-threshold=15
I171018 18:49:44.959509 45170 storage/replica_raftstorage.go:526 [replicate,n1,s1,r1/1:/{Min-System/}] generated preemptive snapshot b70cbc70 at index 118
I171018 18:49:44.961497 45170 storage/store.go:3549 [replicate,n1,s1,r1/1:/{Min-System/}] streamed snapshot to (n3,s3):?: kv pairs: 73, log entries: 108, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:44.962080 47085 storage/replica_raftstorage.go:732 [n3,s3,r1/?:{-}] applying preemptive snapshot at index 118 (id=b70cbc70, encoded size=47432, 1 rocksdb batches, 108 log entries)
I171018 18:49:44.962580 47085 storage/replica_raftstorage.go:738 [n3,s3,r1/?:/{Min-System/}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:44.963212 45170 storage/replica_command.go:3754 [replicate,n1,s1,r1/1:/{Min-System/}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r1:/{Min-System/} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:44.965696 47088 storage/replica.go:3071 [n1,s1,r1/1:/{Min-System/}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:44.966246 45170 storage/allocator_scorer.go:633 [replicate,n1,s1,r1/1:/{Min-System/}] s3: should-rebalance(better-fit-ranges=s2): rangeCount=15, otherRangeCount=12, mean=14.33, underfull-threshold=13
I171018 18:49:44.966467 45170 storage/replica_raftstorage.go:526 [replicate,n1,s1,r15/1:/Table/1{8-9}] generated preemptive snapshot 7cfa55e9 at index 19
I171018 18:49:44.967535 45170 storage/store.go:3549 [replicate,n1,s1,r15/1:/Table/1{8-9}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 9, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:44.968518 46721 storage/replica_raftstorage.go:732 [n2,s2,r15/?:{-}] applying preemptive snapshot at index 19 (id=7cfa55e9, encoded size=3827, 1 rocksdb batches, 9 log entries)
I171018 18:49:44.968735 46721 storage/replica_raftstorage.go:738 [n2,s2,r15/?:/Table/1{8-9}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:44.969116 45170 storage/replica_command.go:3754 [replicate,n1,s1,r15/1:/Table/1{8-9}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r15:/Table/1{8-9} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:44.971928 47180 storage/replica.go:3071 [n1,s1,r15/1:/Table/1{8-9}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:44.972494 45170 storage/allocator_scorer.go:633 [replicate,n1,s1,r15/1:/Table/1{8-9}] s1: should-rebalance(better-fit-ranges=s2): rangeCount=16, otherRangeCount=12, mean=14.33, underfull-threshold=13
I171018 18:49:44.972794 45170 storage/replica_raftstorage.go:526 [replicate,n1,s1,r12/1:/Table/1{5-6}] generated preemptive snapshot 774773ff at index 19
I171018 18:49:44.975412 47110 storage/replica_raftstorage.go:732 [n2,s2,r12/?:{-}] applying preemptive snapshot at index 19 (id=774773ff, encoded size=3831, 1 rocksdb batches, 9 log entries)
I171018 18:49:44.975607 47110 storage/replica_raftstorage.go:738 [n2,s2,r12/?:/Table/1{5-6}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:44.975753 45170 storage/store.go:3549 [replicate,n1,s1,r12/1:/Table/1{5-6}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 9, rate-limit: 8.0 MiB/sec, 3ms
I171018 18:49:44.976219 45170 storage/replica_command.go:3754 [replicate,n1,s1,r12/1:/Table/1{5-6}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r12:/Table/1{5-6} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:44.978864 47187 storage/replica.go:3071 [n1,s1,r12/1:/Table/1{5-6}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:44.980420 45170 storage/replica_raftstorage.go:526 [replicate,n1,s1,r14/1:/Table/1{7-8}] generated preemptive snapshot 7f566618 at index 18
I171018 18:49:44.981516 45170 storage/store.go:3549 [replicate,n1,s1,r14/1:/Table/1{7-8}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 8, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:44.981739 47191 storage/replica_raftstorage.go:732 [n2,s2,r14/?:{-}] applying preemptive snapshot at index 18 (id=7f566618, encoded size=3712, 1 rocksdb batches, 8 log entries)
I171018 18:49:44.981929 47191 storage/replica_raftstorage.go:738 [n2,s2,r14/?:/Table/1{7-8}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:44.982253 45170 storage/replica_command.go:3754 [replicate,n1,s1,r14/1:/Table/1{7-8}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r14:/Table/1{7-8} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:44.985160 47222 storage/replica.go:3071 [n1,s1,r14/1:/Table/1{7-8}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:44.986283 45170 storage/replica_raftstorage.go:526 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] generated preemptive snapshot b0333560 at index 25
I171018 18:49:44.989811 47233 storage/replica_raftstorage.go:732 [n3,s3,r3/?:{-}] applying preemptive snapshot at index 25 (id=b0333560, encoded size=7801, 1 rocksdb batches, 15 log entries)
I171018 18:49:44.990062 47233 storage/replica_raftstorage.go:738 [n3,s3,r3/?:/System/NodeLiveness{-Max}] applied preemptive snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:44.990517 45170 storage/store.go:3549 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] streamed snapshot to (n3,s3):?: kv pairs: 13, log entries: 15, rate-limit: 8.0 MiB/sec, 2ms
I171018 18:49:44.990708 45170 storage/replica_command.go:3754 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r3:/System/NodeLiveness{-Max} [(n1,s1):1, (n2,s2):2, next=3]
I171018 18:49:44.994308 47250 storage/replica.go:3071 [n1,s1,r3/1:/System/NodeLiveness{-Max}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n2,s2):2 (n3,s3):3] next=4
I171018 18:49:44.995266 45170 storage/replica_raftstorage.go:526 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] generated preemptive snapshot 8674c4e9 at index 23
I171018 18:49:45.002014 45170 storage/store.go:3549 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 13, rate-limit: 8.0 MiB/sec, 7ms
I171018 18:49:45.002970 47228 storage/raft_transport.go:455 [n2] raft transport stream to node 3 established
I171018 18:49:45.003561 47268 storage/replica_raftstorage.go:732 [n2,s2,r2/?:{-}] applying preemptive snapshot at index 23 (id=8674c4e9, encoded size=54524, 1 rocksdb batches, 13 log entries)
I171018 18:49:45.012824 47268 storage/replica_raftstorage.go:738 [n2,s2,r2/?:/System/{-NodeLive…}] applied preemptive snapshot in 9ms [clear=0ms batch=0ms entries=9ms commit=0ms]
I171018 18:49:45.013174 45170 storage/replica_command.go:3754 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r2:/System/{-NodeLiveness} [(n1,s1):1, (n3,s3):2, next=3]
I171018 18:49:45.016569 47315 storage/replica.go:3071 [n1,s1,r2/1:/System/{-NodeLive…}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4
I171018 18:49:45.017529 47063 storage/raft_transport.go:455 [n3] raft transport stream to node 2 established
I171018 18:49:45.222135 47384 sql/event_log.go:103 [client=127.0.0.1:41860,user=root,n1] Event: "create_database", target: 50, info: {DatabaseName:data Statement:CREATE DATABASE IF NOT EXISTS data User:root}
I171018 18:49:45.222985 44881 storage/replica_command.go:2810 [split,n1,s1,r16/1:/{Table/19-Max}] initiating a split of this range at key /Table/50 [r17]
I171018 18:49:45.228624 47384 sql/event_log.go:103 [client=127.0.0.1:41860,user=root,n1] Event: "create_table", target: 51, info: {TableName:data.bank Statement:CREATE TABLE data.bank (id INT PRIMARY KEY, balance INT, payload STRING, FAMILY (id, balance, payload)) User:root}
I171018 18:49:45.235944 44881 storage/replica_command.go:2810 [split,n1,s1,r17/1:/{Table/50-Max}] initiating a split of this range at key /Table/51 [r18]
I171018 18:49:45.312769 47480 storage/replica_command.go:2810 [n1,s1,r18/1:/{Table/51-Max}] initiating a split of this range at key /Table/51/1/100 [r19]
I171018 18:49:45.333684 47573 storage/replica_command.go:2810 [n1,s1,r19/1:/{Table/51/1/1…-Max}] initiating a split of this range at key /Table/51/1/200 [r20]
I171018 18:49:45.336144 45173 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r19/1:/{Table/51/1/1…-Max}] generated Raft snapshot f4811d70 at index 13
I171018 18:49:45.339557 47564 storage/replica_command.go:2810 [n1,s1,r20/1:/{Table/51/1/2…-Max}] initiating a split of this range at key /Table/51/1/300 [r21]
I171018 18:49:45.342085 45173 storage/store.go:3549 [raftsnapshot,n1,s1,r19/1:/Table/51/1/{100-200}] streamed snapshot to (n3,s3):3: kv pairs: 911, log entries: 3, rate-limit: 8.0 MiB/sec, 6ms
I171018 18:49:45.342669 47560 storage/replica_raftstorage.go:732 [n3,s3,r19/3:/{Table/51/1/1…-Max}] applying Raft snapshot at index 13 (id=f4811d70, encoded size=215803, 1 rocksdb batches, 3 log entries)
I171018 18:49:45.345524 47560 storage/replica_raftstorage.go:738 [n3,s3,r19/3:/{Table/51/1/1…-Max}] applied Raft snapshot in 3ms [clear=0ms batch=0ms entries=0ms commit=1ms]
I171018 18:49:45.347422 45173 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r20/1:/{Table/51/1/2…-Max}] generated Raft snapshot fccac3dc at index 10
I171018 18:49:45.351177 45173 storage/store.go:3549 [raftsnapshot,n1,s1,r20/1:/{Table/51/1/2…-Max}] streamed snapshot to (n3,s3):3: kv pairs: 808, log entries: 0, rate-limit: 8.0 MiB/sec, 3ms
I171018 18:49:45.368401 47673 storage/replica_command.go:2810 [n1,s1,r21/1:/{Table/51/1/3…-Max}] initiating a split of this range at key /Table/51/1/400 [r22]
I171018 18:49:45.376029 47584 storage/replica_command.go:2810 [n1,s1,r22/1:/{Table/51/1/4…-Max}] initiating a split of this range at key /Table/51/1/500 [r23]
I171018 18:49:45.379422 45173 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r22/1:/{Table/51/1/4…-Max}] generated Raft snapshot d27f405c at index 13
E171018 18:49:45.379884 45173 storage/queue.go:656 [raftsnapshot,n1,s1,r22/1:/{Table/51/1/4…-Max}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r22: cannot apply snapshot: snapshot intersects existing range [n3,s3,r21/3:/{Table/51/1/3…-Max}]
I171018 18:49:45.383638 47537 storage/replica_command.go:2810 [n1,s1,r23/1:/{Table/51/1/5…-Max}] initiating a split of this range at key /Table/51/1/600 [r24]
I171018 18:49:45.387517 45173 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r23/1:/{Table/51/1/5…-Max}] generated Raft snapshot efd5c967 at index 10
E171018 18:49:45.387878 45173 storage/queue.go:656 [raftsnapshot,n1,s1,r23/1:/{Table/51/1/5…-Max}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r23: cannot apply snapshot: snapshot intersects existing range [n3,s3,r22/3:/{Table/51/1/4…-Max}]
I171018 18:49:46.004084 46017 storage/replica_proposal.go:475 [n2,s2,r12/3:/Table/1{5-6}] new range lease repl=(n2,s2):3 start=1508352586.001982845,0 epo=1 pro=1508352586.001985545,0 following repl=(n1,s1):1 start=0.000000000,0 exp=1508352593.387001514,0 pro=1508352584.387014114,0
I171018 18:49:46.325246 47933 storage/replica_command.go:2810 [n1,s1,r24/1:/{Table/51/1/6…-Max}] initiating a split of this range at key /Table/51/1/700 [r25]
I171018 18:49:46.327255 45173 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r24/1:/{Table/51/1/6…-Max}] generated Raft snapshot 2dff392b at index 10
E171018 18:49:46.327761 45173 storage/queue.go:656 [raftsnapshot,n1,s1,r24/1:/{Table/51/1/6…-Max}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r24: cannot apply snapshot: snapshot intersects existing range [n3,s3,r22/3:/{Table/51/1/4…-Max}]
I171018 18:49:46.335358 48146 storage/replica_command.go:2810 [n1,s1,r25/1:/{Table/51/1/7…-Max}] initiating a split of this range at key /Table/51/1/800 [r26]
I171018 18:49:46.337769 45173 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r25/1:/{Table/51/1/7…-Max}] generated Raft snapshot 7500d47d at index 11
E171018 18:49:46.338239 45173 storage/queue.go:656 [raftsnapshot,n1,s1,r25/1:/{Table/51/1/7…-Max}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r25: cannot apply snapshot: snapshot intersects existing range [n3,s3,r22/3:/{Table/51/1/4…-Max}]
I171018 18:49:46.343173 48181 storage/replica_command.go:2810 [n1,s1,r26/1:/{Table/51/1/8…-Max}] initiating a split of this range at key /Table/51/1/900 [r27]
I171018 18:49:46.344952 45173 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r26/1:/{Table/51/1/8…-Max}] generated Raft snapshot 898c4b89 at index 10
E171018 18:49:46.345396 45173 storage/queue.go:656 [raftsnapshot,n1,s1,r26/1:/{Table/51/1/8…-Max}] snapshot failed: (n3,s3):3: remote couldn't accept snapshot with error: [n3,s3],r26: cannot apply snapshot: snapshot intersects existing range [n3,s3,r22/3:/{Table/51/1/4…-Max}]
I171018 18:49:46.365554 45173 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r22/1:/Table/51/1/{400-500}] generated Raft snapshot 6c57369e at index 16
=== RUN TestBackupRestoreResume/backup
I171018 18:49:46.370519 45173 storage/store.go:3549 [raftsnapshot,n1,s1,r22/1:/Table/51/1/{400-500}] streamed snapshot to (n3,s3):3: kv pairs: 109, log entries: 6, rate-limit: 8.0 MiB/sec, 5ms
I171018 18:49:46.370769 48250 storage/replica_raftstorage.go:732 [n3,s3,r22/3:/{Table/51/1/4…-Max}] applying Raft snapshot at index 16 (id=6c57369e, encoded size=27027, 1 rocksdb batches, 6 log entries)
I171018 18:49:46.371381 48250 storage/replica_raftstorage.go:738 [n3,s3,r22/3:/Table/51/1/{400-500}] applied Raft snapshot in 1ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:46.372738 45173 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r23/1:/Table/51/1/{500-600}] generated Raft snapshot 8c795fbf at index 15
I171018 18:49:46.373596 45173 storage/store.go:3549 [raftsnapshot,n1,s1,r23/1:/Table/51/1/{500-600}] streamed snapshot to (n3,s3):3: kv pairs: 109, log entries: 5, rate-limit: 8.0 MiB/sec, 1ms
I171018 18:49:46.373838 47992 storage/replica_raftstorage.go:732 [n3,s3,r23/3:{-}] applying Raft snapshot at index 15 (id=8c795fbf, encoded size=26532, 1 rocksdb batches, 5 log entries)
I171018 18:49:46.374307 47992 storage/replica_raftstorage.go:738 [n3,s3,r23/3:/Table/51/1/{500-600}] applied Raft snapshot in 0ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I171018 18:49:46.471917 48478 sql/jobs/registry.go:304 job 289283068304982017: resuming
I171018 18:49:46.474072 48616 ccl/storageccl/export.go:129 [n1,s1,r24/1:/Table/51/1/{600-700}] export [/Table/51/1/600,/Table/51/1/700)
I171018 18:49:46.474236 48608 ccl/storageccl/export.go:129 [n1,s1,r27/1:/{Table/51/1/9…-Max}] export [/Table/51/1/900,/Table/51/2)
I171018 18:49:46.474255 48491 ccl/storageccl/export.go:129 [n1,s1,r23/1:/Table/51/1/{500-600}] export [/Table/51/1/500,/Table/51/1/600)
I171018 18:49:46.476507 48572 ccl/storageccl/export.go:129 [n1,s1,r25/1:/Table/51/1/{700-800}] export [/Table/51/1/700,/Table/51/1/800)
I171018 18:49:46.476833 48639 ccl/storageccl/export.go:129 [n1,s1,r26/1:/Table/51/1/{800-900}] export [/Table/51/1/800,/Table/51/1/900)
=== RUN TestBackupRestoreResume/restore
I171018 18:49:46.588493 45173 storage/replica_raftstorage.go:526 [raftsnapshot,n1,s1,r27/1:/{Table/51/1/9…-Max}] generated Raft snapshot cfc19c23 at i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment