Hi All,
We are running a EventStore cluster with 3 nodes (release-oss-3.0.1) on Windows Server 2008.
Recently the cluster stopped unexpectedly. From the error log, it seems there are some issues with chunk files #14.
Is there any limitation to the size of chunk files to be replicated?
This is the detail errors:
[PID:04348:046 2015.05.15 02:26:07.297 ERROR TcpConnectionManager] Bad request received from ‘master-secure’ [10.10.10.104:2116, L10.10.10.103:55417, {795c1d1c-1985-4229-a534-d0a93bce7fbe}], will stop server. CorrelationId: {deb47e11-f702-4a31-9a3e-eda768c5793d}, Error: Exception during subscribing replica. Connection will be dropped. Error: Log record at actual pos 206719563 has too large length: 1869770786 bytes, while limit is 16777216 bytes. In chunk #14-14 (chunk-000014.000000)…
[PID:04348:013 2015.05.15 02:26:07.671 ERROR QueuedHandlerMRES ] Error while processing message EventStore.Projections.Core.Messages.ReaderSubscriptionManagement+Unsubscribe in queued handler ‘Projection Core #0’.
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at EventStore.Projections.Core.Services.Processing.EventReaderCoreService.Handle(Unsubscribe message) in c:\EventStore\src\EventStore.Projections.Core\Services\Processing\EventReaderCoreService.cs:line 132
at EventStore.Core.Bus.MessageHandler`1.TryHandle(Message message) in c:\EventStore\src\EventStore.Core\Bus\MessageHandler.cs:line 33
at EventStore.Core.Bus.InMemoryBus.Publish(Message message) in c:\EventStore\src\EventStore.Core\Bus\InMemoryBus.cs:line 324
at EventStore.Core.Bus.QueuedHandlerMRES.ReadFromQueue(Object o) in c:\EventStore\src\EventStore.Core\Bus\QueuedHandlerMRES.cs:line 121
[PID:04348:013 2015.05.15 02:26:07.671 ERROR QueuedHandlerMRES ] Error while processing message EventStore.Projections.Core.Messages.ReaderSubscriptionManagement+Unsubscribe in queued handler ‘Projection Core #0’.
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at EventStore.Projections.Core.Services.Processing.EventReaderCoreService.Handle(Unsubscribe message) in c:\EventStore\src\EventStore.Projections.Core\Services\Processing\EventReaderCoreService.cs:line 132
at EventStore.Core.Bus.MessageHandler`1.TryHandle(Message message) in c:\EventStore\src\EventStore.Core\Bus\MessageHandler.cs:line 33
at EventStore.Core.Bus.InMemoryBus.Publish(Message message) in c:\EventStore\src\EventStore.Core\Bus\InMemoryBus.cs:line 324
at EventStore.Core.Bus.QueuedHandlerMRES.ReadFromQueue(Object o) in c:\EventStore\src\EventStore.Core\Bus\QueuedHandlerMRES.cs:line 121
[PID:04348:024 2015.05.15 02:26:08.498 ERROR TcpConnectionManager] Bad request received from ‘master-secure’ [10.10.10.104:2116, L10.10.10.103:55419, {2ee5d42f-c3a5-43a4-86c6-93fa0115b6bb}], will stop server. CorrelationId: {c08ef5c0-38b4-480e-9fbe-431b543eb694}, Error: Exception during subscribing replica. Connection will be dropped. Error: Log record at actual pos 206719563 has too large length: 1869770786 bytes, while limit is 16777216 bytes. In chunk #14-14 (chunk-000014.000000)…
[PID:04348:065 2015.05.15 02:26:09.340 ERROR TcpConnectionManager] Bad request received from ‘master-secure’ [10.10.10.104:2116, L10.10.10.103:55420, {8507b252-4d66-4ec8-92bd-a8180d887365}], will stop server. CorrelationId: {5dff3ba3-7779-4ace-8410-39bc48cc5cac}, Error: Exception during subscribing replica. Connection will be dropped. Error: Log record at actual pos 206719563 has too large length: 1869770786 bytes, while limit is 16777216 bytes. In chunk #14-14 (chunk-000014.000000).
Looking forward for your help.
Thanks in advance.