gena09 / sphinxsearch

Automatically exported from code.google.com/p/sphinxsearch
0 stars 0 forks source link

rotate - стартует но не заканчивает #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. запустил Sphinx
2. запустил ротатор
3. просматриваю данные через SphinxQL - ничего 
не изменилось 

What is the expected output? What do you see instead?
Обновление данных

What version of the product are you using? On what operating system?
2.0.* любая из них

Please provide any additional information below.

Может проблема что у меня Хакинтош конечно 
же - но вот лог запуска

Запуск SearchD

[Mon Apr 30 11:26:46.937 2012] [23537] Child process 23538 has been forked
[Mon Apr 30 11:26:46.938 2012] [23538] listening on all interfaces, port=3134
[Mon Apr 30 11:26:46.939 2012] [23538] listening on all interfaces, port=9306
[Mon Apr 30 11:26:47.186 2012] [23538] rotating index 'movie': success
[Mon Apr 30 11:26:47.208 2012] [23538] binlog: replaying log 
/usr/local/var/data/binlog.001
[Mon Apr 30 11:26:47.208 2012] [23538] binlog: replay stats: 0 rows in 0 
commits; 0 updates; 0 indexes
[Mon Apr 30 11:26:47.208 2012] [23538] binlog: finished replaying 
/usr/local/var/data/binlog.001; 0.0 MB in 0.000 sec
[Mon Apr 30 11:26:47.209 2012] [23538] binlog: replaying log 
/usr/local/var/data/binlog.002
[Mon Apr 30 11:26:47.209 2012] [23538] binlog: replay stats: 0 rows in 0 
commits; 0 updates; 0 indexes
[Mon Apr 30 11:26:47.209 2012] [23538] binlog: finished replaying 
/usr/local/var/data/binlog.002; 0.0 MB in 0.000 sec
[Mon Apr 30 11:26:47.209 2012] [23538] binlog: replaying log 
/usr/local/var/data/binlog.003
[Mon Apr 30 11:26:47.209 2012] [23538] binlog: replay stats: 0 rows in 0 
commits; 0 updates; 0 indexes
[Mon Apr 30 11:26:47.209 2012] [23538] binlog: finished replaying 
/usr/local/var/data/binlog.003; 0.0 MB in 0.000 sec
[Mon Apr 30 11:26:47.209 2012] [23538] binlog: replaying log 
/usr/local/var/data/binlog.003
[Mon Apr 30 11:26:47.209 2012] [23538] binlog: replay stats: 0 rows in 0 
commits; 0 updates; 0 indexes
[Mon Apr 30 11:26:47.210 2012] [23538] binlog: finished replaying 
/usr/local/var/data/binlog.003; 0.0 MB in 0.000 sec
[Mon Apr 30 11:26:47.210 2012] [23538] binlog: replaying log 
/usr/local/var/data/binlog.004
[Mon Apr 30 11:26:47.210 2012] [23538] binlog: replay stats: 0 rows in 0 
commits; 0 updates; 0 indexes
[Mon Apr 30 11:26:47.210 2012] [23538] binlog: finished replaying 
/usr/local/var/data/binlog.004; 0.0 MB in 0.000 sec
[Mon Apr 30 11:26:47.210 2012] [23538] binlog: replaying log 
/usr/local/var/data/binlog.004
[Mon Apr 30 11:26:47.210 2012] [23538] binlog: replay stats: 0 rows in 0 
commits; 0 updates; 0 indexes
[Mon Apr 30 11:26:47.210 2012] [23538] binlog: finished replaying 
/usr/local/var/data/binlog.004; 0.0 MB in 0.000 sec
[Mon Apr 30 11:26:47.210 2012] [23538] binlog: finished replaying total 6 in 
0.002 sec
[Mon Apr 30 11:26:47.246 2012] [23538] accepting connections

Запуск первый раз ротатора

[Mon Apr 30 11:27:28.858 2012] [23538] caught SIGHUP (seamless=1, in queue=1)
[Mon Apr 30 11:27:28.901 2012] [23538] rotating index 'movie': started

Запуск второй раз ротатора 

[Mon Apr 30 11:27:54.530 2012] [23538] caught SIGHUP (seamless=1, in queue=2)
[Mon Apr 30 11:31:19.698 2012] [23538] caught SIGHUP (seamless=1, in queue=3)

Сюда же могу еще добавить что по не 
понятным причинам - не всегда срабатывает 
Searchd --stop 

Original issue reported on code.google.com by apxahgh...@gmail.com on 30 Apr 2012 at 8:41