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
...en 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
$case = $search->getCorrectedQuery(‘高’); var_dump($case); array (size=3) 0 => string '高ç é' (length=8) 1 => string '高ç« ' (length=8) 2 => string '高å° ' (length=8) ini是选定的utf-8格式,不知道为什么使用纠错后,会出现以下3种增加了特殊字...
$index->setDb("a1"); $index->setTimeout(0); 这个超时设置不起作用,还是会出现: :Failed to recv the data from server completely (SIZE:0/8, REASON:timeout) 如果不setDb("a1")就这个setTimeout就起作用!
...tion] ../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->setTimeout(1000) ...
... fixWidth() 方法 public static string fixWidth(string $text, int $size, string $pad=' ') $text string 要修正的字符串 $size int 修正的目标宽度 $pad string 用于填充补足的字符 {return} string 源码: sdk/php/util/XSUtil.class.php#L50 ...