...用bin/xs-ctl.sh -b inet start 启动,但关闭时用的bin/xs-ctl.sh restart ,这个的话就会出现上面描述的问题了。 其实就是用bin/xs-ctl.sh -b inet restart 重启就可以了....
...ble causes are that the php.ini was changed earlier and the server was not restarted, or that the extension failed to load. To test this, try to restart the server. If they remain unloaded, then these extensions could not be loaded because of some failure.[/undefined][hr] Zend Core Version 2.5.2 PHP...
...com/site/search?q=demo RE /data/www/xunsearch/bin/xs-ctl.sh /hom/bigxu/xu_restart.log > /dev/null 2>&1 & try_times=5 if [[ $1 == 'help' || $4'x' == 'x' ]] then echo "arg1 try:url,example http://www.xunsearch.com/site/search?q=demo " echo "arg2 res_content,example:RE (content of a...
...。 我忘了启动httpd和mysqld。 [root@sm xunsearch]# ./bin/xs-ctl.sh restart INFO: stopping server[xs-indexd] (BIND:127.0.0.1:8383) .... [OK] INFO: re-starting server[xs-indexd] ... (BIND:127.0.0.1:8383) INFO: stopping server[xs-searchd] (BIND:127.0.0.1:8384) .... [OK] INFO: re-starting server[...
...: 1.indexd假死,无法继续插入数据,进程僵死。 2.使用restart,出现indexd stop failed现象 3.使用faststop,再start,可以运行起来 4.使用fastrestart,可以运行起来 系统:centos5.6(64bit)+php5.3.8
...非常的慢 [root@edu ~]# /usr/local/xunsearch/bin/xs-ctl.sh -b inet restart INFO: stopping server[xs-indexd] (BIND:8383) .... [OK] INFO: re-starting server[xs-indexd] ... (BIND:8383) INFO: stopping server[xs-searchd] (BIND:8384) .......................................... [OK] INFO: re-star...
今天又出现了,fastrestart无效,restart有效。 怀疑是更新索引造成的,我先检查下代码。
这个问题依然存在,还是没有解决。 今天的情况更严重了一些,fastrestart、restart、stop均无法重启或关闭服务,只能手动杀进程。
...因为项目还在线下,几乎无人访问。一般都是重建索引或restart/fastrestart后恢复,隔开一段时间又出故障。 我先使用false测试。