免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
楼主: happy_fish100
打印 上一主题 下一主题

[FastDFS] FastDFS V5.08发布!!! [复制链接]

论坛徽章:
4
2015年辞旧岁徽章
日期:2015-03-03 16:54:152015年迎新春徽章
日期:2015-03-04 09:56:11IT运维版块每日发帖之星
日期:2016-08-11 06:20:00IT运维版块每日发帖之星
日期:2016-08-15 06:20:00
41 [报告]
发表于 2010-12-26 15:16 |只看该作者

FastDFS V2.06 stable版本发布!!!

本帖最后由 happy_fish100 于 2011-06-19 22:55 编辑

2.06主要修复了几个bug,包括一个改进:
   同步效率提升:当要同步的文件在目标storage server上已存在,且文件大小相同时,不会往目标服务器上同步。

详细的ChangeLog如下:
Version 2.06  2010-12-26
* sync file op: do not sync the file which exists on dest storage server
   and the file size are same
* bug fixed: sync copy file will clear the existed file on dest storage
   server (truncate the file size to 0), this bug caused by V2.04
* bug fixed: make temp file discard system function mkstemp,
   use file sequence No. with pthread_mutex_lock
* bug fixed: function fastdfs_tracker_list_groups, when parameter group_name
   is null or empty string, return all groups info
* bug fixed: upload a file extends 2GB will fail
* bug fixed: tracker to tracker sync system data files, in function:
   tracker_mem_get_tracker_server, pTrackerStatus not be set properly

论坛徽章:
4
2015年辞旧岁徽章
日期:2015-03-03 16:54:152015年迎新春徽章
日期:2015-03-04 09:56:11IT运维版块每日发帖之星
日期:2016-08-11 06:20:00IT运维版块每日发帖之星
日期:2016-08-15 06:20:00
42 [报告]
发表于 2011-01-09 17:47 |只看该作者

FastDFS V2.07 stable版本发布!!!

2.07主要改进:
  对文件ID中文件大小这个字段进行了增强,当文件大小小于2GB时,高32位补随机数,此时最高位设置为1
  php扩展新增删除storage server的函数:fastdfs_tracker_delete_storage
  client目录下增加了一个小工具:fdfs_file_info,用来获取文件信息,如文件大小,创建时间等等

详细的ChangeLog如下:
Version 2.07  2011-01-09
* slave file's prefix name can be empty
* FDFS_MAX_GROUPS change from 64 to 512
* file size field in the file id changed: high 32 bits is random integer
   when the file size < 2GB and the highest bit set to 1
* tracker_service.c: in function list_group_storages, use strcpy
   intead of memcpy
* php extension add function fastdfs_tracker_delete_storage
* client add tool: fdfs_file_info to get file info, including file size,
   create timestamp, source storage ip address and crc32 signature
* fdfs_upload_file.c: omit more error info when the local file not exist

论坛徽章:
4
2015年辞旧岁徽章
日期:2015-03-03 16:54:152015年迎新春徽章
日期:2015-03-04 09:56:11IT运维版块每日发帖之星
日期:2016-08-11 06:20:00IT运维版块每日发帖之星
日期:2016-08-15 06:20:00
43 [报告]
发表于 2011-01-31 21:07 |只看该作者

FastDFS V2.08 stable版本发布!!!

主要改进点:
  1. 新增单盘故障更换后自动恢复功能,将自动到本组的其他有效storage server上同步已有文件到本磁盘
  2. 新增 total_upload_bytes、success_upload_bytes、total_download_bytes等18个统计字段,
      主要增加了流量统计和文件操作统计(open、write和read)
  3. storage_groups.dat和storage_servers.dat采用ini配置文件格式,便于扩展和阅读
  4. 支持文件追加功能(append),增加了两个命令行工具:fdfs_upload_appender 和fdfs_append_file

详细的ChangeLog如下:

Version 2.08  2011-01-30
* bug fixed: fdfs_trackerd.c set g_tracker_thread_count to 0
* add cmd TRACKER_PROTO_CMD_SERVER_LIST_ONE_GROUP to support list one group
* support disk recovery automatically
* support total_upload_bytes, success_upload_bytes, total_download_bytes and
   success_download_bytes etc. 18 stat fields
* tracker data file storage_groups.dat changes to storage_groups_new.dat, and
   storage_servers.dat changes to storage_servers_new.dat
* support file append, add tests: fdfs_appender_test and fdfs_appender_test1
* storage_dio.c: dio_deal_task split to several functions
* tracker http check thread exit normally
* function fdfs_get_file_info_ex changed, add function fdfs_get_file_info_ex1
* fix some type cast error when compile with c++
* client add tools: fdfs_upload_appender and fdfs_append_file

论坛徽章:
0
44 [报告]
发表于 2011-02-21 09:12 |只看该作者
happy哥,
[root@localhost ~]# cd /fastdfs
-bash: cd: /fastdfs: 娌℃湁閭d釜鏂囦欢鎴栫洰褰
[root@localhost ~]# tar -xf all.tar
tar: all.tar锛氭棤娉open: 娌℃湁閭d釜鏂囦欢鎴栫洰褰
tar: 閿欒?涓嶅彲鎭㈠?锛氱幇鍦ㄩ

论坛徽章:
0
45 [报告]
发表于 2011-02-21 09:13 |只看该作者
[root@localhost ~]# cd /fastdfs
-bash: cd: /fastdfs: 娌℃湁閭d釜鏂囦欢鎴栫洰褰
[root@localhost ~]# tar -xf all.tar
tar: all.tar锛氭棤娉open: 娌℃湁閭d釜鏂囦欢鎴栫洰褰
tar: 閿欒?涓嶅彲鎭㈠?锛氱幇鍦ㄩ

论坛徽章:
4
2015年辞旧岁徽章
日期:2015-03-03 16:54:152015年迎新春徽章
日期:2015-03-04 09:56:11IT运维版块每日发帖之星
日期:2016-08-11 06:20:00IT运维版块每日发帖之星
日期:2016-08-15 06:20:00
46 [报告]
发表于 2011-02-21 17:57 |只看该作者
回复 45# guokuimm520

出现这样的提示,应该是找不到相应的目录和压缩文件吧。
仔细查找一下原因,好吧。

论坛徽章:
4
2015年辞旧岁徽章
日期:2015-03-03 16:54:152015年迎新春徽章
日期:2015-03-04 09:56:11IT运维版块每日发帖之星
日期:2016-08-11 06:20:00IT运维版块每日发帖之星
日期:2016-08-15 06:20:00
47 [报告]
发表于 2011-03-12 23:01 |只看该作者

FastDFS V2.09 stable版本发布!!!

2.09主要做了几个bug fix,另外增加了一个小特性,就是磁盘IO支持DIRECT模式。

详细的ChangeLog如下:
Version 2.09  2011-03-11
* bug fixed: write_to_binlog_index then increase g_binlog_index (feedback
   by koolcoy)
* disk read / write supports direct mode (avoid caching by the file system)
* bug fixed: tracker_mem.c do NOT clear g_groups fields
* bug fixed: slave file and appender file download ok

论坛徽章:
0
48 [报告]
发表于 2011-03-21 00:30 |只看该作者
支持一个,正在研究,个人感觉很强大!!!

论坛徽章:
0
49 [报告]
发表于 2011-05-26 22:25 |只看该作者
回复 3# happy_fish100


    你好,可否分享一下阅读fastdfs源代码的经验啊~谢谢!

论坛徽章:
4
2015年辞旧岁徽章
日期:2015-03-03 16:54:152015年迎新春徽章
日期:2015-03-04 09:56:11IT运维版块每日发帖之星
日期:2016-08-11 06:20:00IT运维版块每日发帖之星
日期:2016-08-15 06:20:00
50 [报告]
发表于 2011-05-29 22:29 |只看该作者

FastDFS V2.10 stable版本发布!!!

V2.10只是一点小改进,没有增加新的功能。
详细的change log如下:

Version 2.10  2011-05-21
* bug fixed: tracker / storage run by group / user, set file owner
* client support static library
* client library support load from buffer
* client_func.h add functions fdfs_tracker_group_equals and
   fdfs_get_file_ext_name
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP