Vanilla Queue Creation

121 views Asked by At

This used to work with the chronicle queue v3. It does not create a queue in v4. What am I doing wrong? Thanks.

Chronicle chronicleSignal = ChronicleQueueBuilder.vanilla("somePath").build();

ExcerptAppender appender = chronicleSignal.createAppender();

2

There are 2 answers

0
Peter Lawrey On

Queue v4 should ignore any files it doesn't recognise the extension for .cq4 however Queue v3 didn't do this. You should make sure there is no other files places in the directories for Q v3

0
aezn On

The queue creation was hindered because it was in the same directory with an indexed one. It seems v4 doesn't like that.