Unhandled exception while starting application

Hi all,

This question has been posted previously but I cannot find a resolution.

We have Event Store running on a K8 cluster using the image from Docker Hub: https://hub.docker.com/r/eventstore/eventstore.

When starting the cluster we receive the following logs:

[00001,01,14:49:53.857] Quorum size set to 2

[00001,01,14:49:53.867] Cannot find plugins path: plugins

[00001,01,14:49:54.270] INSTANCE
ID:
e9750709-9f76-4958-8a42-a408a0d5263c

[00001,01,14:49:54.271]
DATABASE:
/usr/data/eventstore/data

[00001,01,14:49:54.271] WRITER
CHECKPOINT: 1073741824 (0x40000000)

[00001,01,14:49:54.272] CHASER
CHECKPOINT: 1073741824 (0x40000000)

[00001,01,14:49:54.272] EPOCH
CHECKPOINT: 1059372030
(0x3F24BBFE)

[00001,01,14:49:54.272] TRUNCATE
CHECKPOINT: -1 (0xFFFFFFFFFFFFFFFF)

[00001,01,14:49:54.422] MessageHierarchy initialization took
00:00:00.1168376.

[00001,01,14:49:54.629] Opened completed
/usr/data/eventstore/data/chunk-000000.000000 as version 3

[00001,01,14:49:54.826] Opened completed
/usr/data/eventstore/data/chunk-000001.000000 as version 3

[00001,01,14:49:55.183] Opened completed
/usr/data/eventstore/data/chunk-000002.000000 as version 3

[00001,01,14:49:55.406] Opened completed
/usr/data/eventstore/data/chunk-000003.000000 as version 3

[00001,01,14:49:55.552] Opened ongoing
/usr/data/eventstore/data/chunk-000004.000000 as version 3

[00001,09,14:49:55.847] Verifying hash for TFChunk
‘/usr/data/eventstore/data/chunk-000002.000000’…

[00001,01,14:49:55.850] CACHED TFChunk #4-4
(chunk-000004.000000) in 00:00:00.0019665.

[00001,01,14:49:56.088] Unhandled exception while starting
application:

Log record at actual pos 183263337 has non-positive length:
0. in chunk #3-3 (chunk-000003.000000).

[00001,01,14:49:56.094] Log record at actual pos 183263337
has non-positive length: 0. in chunk #3-3 (chunk-000003.000000).

Log record at actual pos 183263337 has non-positive length:
0. in chunk #3-3 (chunk-000003.000000).

Can we repair the database without erasing all of our events?

Regards,

John.