搜索

大约有 5 项符合查询结果, 库内数据总量为 3,513 项。 (搜索耗时:0.0053秒)

1.XSServer::write

..._out'] ? 'timeout' : ($meta['eof'] ? 'closed' : 'unknown'); $msg = 'Failed to send the data to server completely '; $msg .= '(SIZE:' . ($size - $len) . '/' . $size . ', REASON:' . $reason . ')'; throw new XSException($msg); }} 写入数据

2.xunsearch每天凌晨4点左右挂掉(log)

发布时间:2013-05-20 11:05 t By tendyming

...d retry the operation) 2013-05-15 00:36:13 worker3[15254] NOTICE [sock:8] failed to open default db (ERROR:Couldn't stat 'data/ssqdj/db') 2013-05-15 00:36:13 worker3[15254] ERROR [sock:8] xapian exception (ERROR:Couldn't detect type of database) 2013-05-15 04:24:01 worker2[15247] WARN [sock:52] q...

3.在更新索引时,经常出错,麻烦大家看看

发布时间:2011-09-29 14:09 t By jake

[XSException] ../../../../usr/local/xunsearch/sdk/php/lib/XS.php(1906): Failed to send the data to server completely (SIZE:8192/15664, REASON:unknown) #0 /usr/local/xunsearch/sdk/php/lib/XS.php(1851): XSServer->write('????????25?????...') #1 /usr/local/xunsearch/sdk/php/lib/XS.php(1058): XSServe...

4.XSServer::read

...imed_out'] ? 'timeout' : ($meta['eof'] ? 'closed' : 'unknown'); $msg = 'Failed to recv the data from server completely '; $msg .= '(SIZE:' . ($size - $len) . '/' . $size . ', REASON:' . $reason . ')'; throw new XSException($msg);} 读取数据

5.XSServer

...sock = @fopen($conn, 'wb')) === false) { throw new XSException('Failed to open local file for writing: `' . $conn . '\''); } $this->_flag |= self::FILE; $this->_sock = $sock; return; } elseif (($pos = strpos($conn, ':')) !== false) { $host = substr($c...

  • 时间不限
  • 按相关性排序