Failed to recv the data from server completely
已经是1.4.6版本的..
我也遇到了同样的问题:Failed to recv the data from server completely (SIZE:0/8, REASON:clos 1. 检查 tmp/indexd.log日志里面说端口号已经被占用了; 2. 进一步检查发现是 xs-indexd 进程死掉了,用 xs-ctl.sh restart 也无法重启; 3. 只能用 kill -9 结束...
我也碰到这个问题.. 每天凌晨4点左右xunsearch就挂掉。。
赶紧升级到最新的 1.4.6 稳定版或 1.4.7-dev
... (ERROR:Broken pipe): XS.php(2165): Failed to recv the data from server completely (SIZE:0/8, REASON:timeout) quit, IO timeout (TIMEOUT:5): XS.php(2165): Failed to recv the data from server completely (SIZE:0/8, REASON:closed) xunsearch版本1.3.1
$index->setDb("a1"); $index->setTimeout(0); 这个超时设置不起作用,还是会出现: :Failed to recv the data from server completely (SIZE:0/8, REASON:timeout) 如果不setDb("a1")就这个setTimeout就起作用!
...尔卡顿后出现如下错误: [b]Failed to recv the data from server completely (SIZE:0/302, REASON:timeout)[/b] 其中REASON会有两种情况 REASON:timeout REASON:colose xunsearch版本 xs-indexd: xunsearch/1.4.8 (index server) xs-searchd: xunsearch/1.4.8 (search server) 寻...
..... [XSException] ../lib/XS.php(1971): Failed to recv the data from server completely (SIZE:0/8, REASON:closed) #0 ../lib/XS.php(1911): XSServer->read(8) #1 ../lib/XS.php(1896): XSServer->getRespond() #2 ../lib/XS.php(1880): XSServer->execCommand(Array, 208) #3 Indexer.php(180): XSServer->setTim...
...xtend/Vendor/sdk/php/lib/XS.php(2160): Failed to recv the data from server completely (SIZE:0/8, REASON:closed); 以前都好的,我看了下论坛里以前的错误,是在 $xs = new XS(VENDOR_PATH.'sdk/php/app/'.$xs_config); $search = $xs->search; 下加上 $search->setTimeout(0);//...