On 2015-06-30 21:22, Tercio Gaudencio Filho wrote:
$ reindex -f 1 -t 100put 0 messages to sph_index table for reindexing
for starters you have to figure out why it can't put messages to the sph_index table for reindexing? Do you have messages with id 1...100 in the metadata tables? If so, then aren't they deleted? Check for the deleted column. Then check if there are rows in sph_index table. If so, then run /usr/local/libexec/piler/indexer.delta.sh as user piler. Then run reindex again. Janos
