Hello,
I am facing a problem with restarting my event-store on a small amazon ec2 instance.
Note : My event database is very small, i am talking of a few hundreds events on only one aggregate.
I am having this content in log files :
[PID:06356:006 2015.03.15 22:19:10.035 TRACE TFChunk ] Verifying hash for TFChunk ‘/home/eventStore/db/chunk-000000.000000’…
[PID:06356:016 2015.03.15 22:19:11.385 DEBUG IndexCommitter ] ReadIndex Rebuilding: processed 10851 records (5.7%).
[PID:06356:016 2015.03.15 22:19:16.386 DEBUG IndexCommitter ] ReadIndex Rebuilding: processed 37748 records (24.9%).
[PID:06356:016 2015.03.15 22:19:21.386 DEBUG IndexCommitter ] ReadIndex Rebuilding: processed 45401 records (30.3%).
[PID:06356:016 2015.03.15 22:19:26.387 DEBUG IndexCommitter ] ReadIndex Rebuilding: processed 68121 records (35.3%).
[PID:06356:016 2015.03.15 22:19:31.394 DEBUG IndexCommitter ] ReadIndex Rebuilding: processed 81729 records (45.0%).
[PID:06356:016 2015.03.15 22:19:36.395 DEBUG IndexCommitter ] ReadIndex Rebuilding: processed 89217 records (50.5%).
[PID:06356:016 2015.03.15 22:19:41.395 DEBUG IndexCommitter ] ReadIndex Rebuilding: processed 98214 records (55.7%).
[PID:06356:016 2015.03.15 22:19:42.362 DEBUG IndexCommitter ] ReadIndex Rebuilding: processed 100000 records (56.7%).
[PID:06356:016 2015.03.15 22:19:47.363 DEBUG IndexCommitter ] ReadIndex Rebuilding: processed 109386 records (61.8%).
Note : Very strange to see log talking of 109386 records when my database is so small.
The problem is that this process is never ending so my database is never available.
How can i handle this case ? Is there a way to quickly repair a get-event-store database ?
Thank you in advance.