failed to store index

Issue #1356 resolved
sbapilersupport created an issue

Hello there!

There have been issues with the Piler server. The issue occurs when index data is stored in Piler. Below, we've included a screenshot and an explanation of the problem. Please refer to it and provide us suggestions.

“reindex[XXXXXX]: ERROR: 400000005d01cb4XXXXXXXXXXXXXXXXXXX failed to store index for id=600000XX, errno=1064, append ret=0”

Note:

  • Piler version is 1.4.4 build 1001.
  • No upgrades have been made, and this is not a fresh installation.

Comments (4)

  1. Janos SUTO repo owner

    It’s a bug in piler using rtindex=1. Try the following fix. Edit src/message.c, and in line 53 replace “INSERT INTO” with “REPLACE INTO”. Recompile, and you should be fine.

    Anyway, I’ll commit the fix soon.

  2. Log in to comment