toni-moreno / syncflux

SyncFlux is an Open Source InfluxDB Data synchronization and replication tool for migration purposes or HA clusters
MIT License
154 stars 34 forks source link

Error in log message #19

Closed toni-moreno closed 5 years ago

toni-moreno commented 5 years ago

There is a format error Splitting %!s(int=134880) ,and a logical error : batchpoints into 50000 points chunks from 0 to 10000 "


time="2019-06-11 16:27:42" level=debug msg="Splitting %!s(int=134880) batchpoints into 50000  points chunks from 0 to 10000 "
time="2019-06-11 16:27:42" level=debug msg="Splitting %!s(int=134880) batchpoints into 50000  points chunks from 10000 to 20000 "
time="2019-06-11 16:27:42" level=debug msg="Splitting %!s(int=134880) batchpoints into 50000  points chunks from 20000 to 30000 "
time="2019-06-11 16:27:42" level=debug msg="Splitting %!s(int=134880) batchpoints into 50000  points chunks from 30000 to 40000 "
time="2019-06-11 16:27:42" level=debug msg="Splitting %!s(int=134880) batchpoints into 50000  points chunks from 40000 to 50000 "
time="2019-06-11 16:27:42" level=debug msg="Splitting %!s(int=134880) batchpoints into 50000  points chunks from 50000 to 60000 "
time="2019-06-11 16:27:42" level=debug msg="Splitting %!s(int=134880) batchpoints into 50000  points chunks from 60000 to 70000 "
time="2019-06-11 16:27:42" level=debug msg="Splitting %!s(int=134880) batchpoints into 50000  points chunks from 70000 to 80000 "
time="2019-06-11 16:27:42" level=debug msg="Splitting %!s(int=134880) batchpoints into 50000  points chunks from 80000 to 90000 "
time="2019-06-11 16:27:42" level=debug msg="Splitting %!s(int=134880) batchpoints into 50000  points chunks from 90000 to 100000 "
time="2019-06-11 16:27:42" level=debug msg="Splitting %!s(int=134880) batchpoints into 50000  points chunks from 100000 to 110000 "
time="2019-06-11 16:27:42" level=debug msg="Splitting %!s(int=134880) batchpoints into 50000  points chunks from 110000 to 120000 "
time="2019-06-11 16:27:42" level=debug msg="Splitting %!s(int=134880) batchpoints into 50000  points chunks from 120000 to 130000 "
time="2019-06-11 16:27:42" level=debug msg="Splitting %!s(int=134880) batchpoints into 50000  points chunks from 130000 to 134880 "
toni-moreno commented 5 years ago

fixed on last commit