zhiqli / fastdfs

Automatically exported from code.google.com/p/fastdfs
GNU General Public License v3.0
0 stars 0 forks source link

errno: 99, error info: Cannot assign requested address #68

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1.tracker.conf开启use_trunk_file=true
2.使用java客户端默认的testLoad测试用例,往fdfs打压力 
10个线程,100k文件,跑50000个
3.跑一会就大量报上传失败,upload file fail, error code: 99

What version of the product are you using? On what operating system?
5.01,tracker(172.21.90.28) 1台,storaged 2台,版本一样

Please provide any additional information below.

Storage(172.21.90.27) 错误日志
 WARNING - file: trunk_mgr/trunk_mem.c, line: 1620, trunk space already be occupied, delete this trunk space, trunk info: store_path_index=0, sub_path_high=57, sub_path_low=224, id=44, offset=7579376, size=102424, status=1

类似的日志好几个

Storage(172.21.90.26) 错误日志
[2014-06-18 18:28:47] ERROR - file: ../common/connection_pool.c, line: 84, 
connect to 172.21.90.27:23000 fail, errno: 99, error info: Cannot assign 
requested address
[2014-06-18 18:28:47] ERROR - file: ../common/connection_pool.c, line: 84, 
connect to 172.21.90.27:23000 fail, errno: 99, error info: Cannot assign 
requested address
[2014-06-18 18:28:47] ERROR - file: ../common/connection_pool.c, line: 84, 
connect to 172.21.90.27:23000 fail, errno: 99, error info: Cannot assign 
requested address
[2014-06-18 18:28:47] ERROR - file: trunk_mgr/trunk_client.c, line: 117, can't 
alloc trunk space because connect to trunk server 172.21.90.27:23000 fail, 
errno: 99
[2014-06-18 18:28:47] ERROR - file: trunk_mgr/trunk_client.c, line: 117, can't 
alloc trunk space because connect to trunk server 172.21.90.27:23000 fail, 
errno: 99
[2014-06-18 18:28:47] ERROR - file: trunk_mgr/trunk_client.c, line: 117, can't 
alloc trunk space because connect to trunk server 172.21.90.27:23000 fail, 
errno: 99

Original issue reported on code.google.com by BM888...@gmail.com on 18 Jun 2014 at 10:58

Attachments: