diff --git a/HISTORY b/HISTORY index 6cd7a18..b1e6d12 100644 --- a/HISTORY +++ b/HISTORY @@ -1,5 +1,5 @@ -Version 6.04 2019-12-04 +Version 6.04 2019-12-05 * storage_report_ip_changed ignore result EEXIST * use get_gzip_command_filename from libfastcommon v1.42 * support compress error log and access log diff --git a/INSTALL b/INSTALL index 9ef8eb9..840735c 100644 --- a/INSTALL +++ b/INSTALL @@ -11,7 +11,7 @@ Chinese language: http://www.fastken.com/ # command lines as: git clone https://github.com/happyfish100/libfastcommon.git - cd libfastcommon; git checkout V1.0.41 + cd libfastcommon; git checkout V1.0.42 ./make.sh clean && ./make.sh && ./make.sh install @@ -21,7 +21,7 @@ Chinese language: http://www.fastken.com/ # command lines as: git clone https://github.com/happyfish100/fastdfs.git - cd fastdfs; git checkout V6.03 + cd fastdfs; git checkout V6.04 ./make.sh clean && ./make.sh && ./make.sh install diff --git a/fastdfs.spec b/fastdfs.spec index 86f8259..1943e16 100644 --- a/fastdfs.spec +++ b/fastdfs.spec @@ -3,7 +3,7 @@ %define FDFSClient libfdfsclient %define FDFSClientDevel libfdfsclient-devel %define FDFSTool fastdfs-tool -%define FDFSVersion 6.0.3 +%define FDFSVersion 6.0.4 %define CommitVersion %(echo $COMMIT_VERSION) Name: %{FastDFS} @@ -18,14 +18,14 @@ Source: http://perso.orange.fr/sebastien.godard/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: %__cp %__mv %__chmod %__grep %__mkdir %__install %__id -BuildRequires: libfastcommon-devel >= 1.0.41 +BuildRequires: libfastcommon-devel >= 1.0.42 %description This package provides tracker & storage of fastdfs commit version: %{CommitVersion} %package -n %{FDFSServer} -Requires: libfastcommon >= 1.0.41 +Requires: libfastcommon >= 1.0.42 Summary: fastdfs tracker & storage %package -n %{FDFSTool} diff --git a/storage/storage_disk_recovery.c b/storage/storage_disk_recovery.c index 9163f5d..0e3dbb0 100644 --- a/storage/storage_disk_recovery.c +++ b/storage/storage_disk_recovery.c @@ -1091,7 +1091,8 @@ static int do_dispatch_binlog_for_threads(const char *pBasePath) for (i=0; i total lines: %"PRId64"%s", - __LINE__, total_count, log_buff.str); + if (result == 0) + { + logInfo("file: "__FILE__", line: %d, " + "dispatch stats => record count: %"PRId64"%s", + __LINE__, total_count, log_buff.str); + } return result; }