xs-import进程是干啥用的?占CPU还不少~ 我使用命令将几百万数据导入以后,提示完成索引导入,但是查看系统top的时候 xs-import进程一直占着很大的cpu,并且data文件夹里的文件大小也一直在变化,是不是虽然索引导入完成,还有...
xs-import 才是真正同步导入的进程,不要杀死。写入索引时占用CPU确实很高,这是正常的。 PHP 脚本上显示的完成只是将你的数据全部保存到缓存区,并不是真正写入到索引数据库中。
...EVENT:0x0002, FLAG:0x0004) 2014-09-01 10:50:32 indexd[17233] NOTICE reset import file header (FILE_SIZE:80, EFF_SIZE:80) 2014-09-01 10:51:06 indexd[17233] NOTICE commit index data (DB:c_books.db, COUNT:984) 11:16:10 import[17312] ALERT finished (ADD:984, UPDATE:0, DELETE:0[0], SYNONYMS:0, PROC_TO...
...4] NOTICE priority use unfinished sndfile (FILE:tmp/item_db.snd) 12:17:00 import[69002] ERROR xapian exception (ERROR:Cannot open tables at consistent revisions) 2013-08-14 12:17:00 indexd[16564] NOTICE import exit (DB:item.db, FLAG:0x0000, PID:69002, EXIT:-1) 2013-08-14 12:17:20 indexd[16564] NO...
...irectory `/usr/local/xunsearch-full-1.0.1/xunsearch-1.0.1/src' test -z "xs-import xs-indexd xs-logging xs-searchd" || rm -f xs-import xs-indexd xs-logging xs-searchd rm -f user_mm.c rm -f *.o make[1]: Leaving directory `/usr/local/xunsearch-full-1.0.1/xunsearch-1.0.1/src' Making clean in . make[1]: ...
...searchd.log -b $bsearch -k $cmd 但是indexer没有启动。 ps发现 xs-import -Q data/ask_search_test/db.re tmp/ask_search_test_db.snd一直在执行,但是indexer始终无法启动。最后必须强制结束xs-import进程,才可以启动indexer进程。
import[13695] ERROR xapian exception (ERROR:Term too long (> 245) 如何解决呢
添加索引失败,查看indexd.log: ERROR failed to open/lock the input file (FILE:tmp/touch_db.snd, ERROR:No locks available) indexd[13366] NOTICE import exit (DB:18touch.db, FLAG:0x0000, PID:13600, EXIT:-1) 把touch_db.sn删除掉,仍然会出现这种问题,如何解决?