EventStore - 检测到损坏的数据库

时间:2017-10-23 09:23:42

标签: c# get-event-store

我在EventStore集群中的2个(3个)节点上收到此错误:

Corrupt database detected. ---> EventStore.Core.Exceptions.ChunkNotFoundException: E:\EventStore\data-EventStoreNode3\chunk-000000.000000 not found.
   --- End of inner exception stack trace ---
   at EventStore.Core.TransactionLog.Chunks.TFChunkDb.Open(Boolean verifyHash, Boolean readOnly) in C:\projects\eventstore\src\EventStore.Core\TransactionLog\Chunks\TFChunkDb.cs:line 76
   at EventStore.Core.ClusterVNode..ctor(TFChunkDb db, ClusterVNodeSettings vNodeSettings, IGossipSeedSource gossipSeedSource, InfoController infoController, ISubsystem[] subsystems) in C:\projects\eventstore\src\EventStore.Core\ClusterVNode.cs:line 165
   at EventStore.Core.VNodeBuilder.Build(IOptions options, IPersistentSubscriptionConsumerStrategyFactory[] consumerStrategies) in C:\projects\eventstore\src\EventStore.Core\VNodeBuilder.cs:line 1335
   at EventStore.ClusterNode.Program.Create(ClusterNodeOptions opts) in :line 0
   at EventStore.Core.ProgramBase`1.Run(String[] args) in C:\projects\eventstore\src\EventStore.Core\ProgramBase.cs:line 56
EventStore.Core.Exceptions.ChunkNotFoundException: E:\EventStore\data-EventStoreNode3\chunk-000000.000000 not found.

我们完全不知道为什么会这样。有什么帮助吗?

我们使用的是4.0.1,ES的修补程序4版本

也许这会产生误导,但似乎在此之前(就像前一天)我们遇到了一些磁盘空间错误和OutOfMemoryException s。你认为它可能有关系吗?

0 个答案:

没有答案