0

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();

Peter Lawrey
  • 525,659
  • 79
  • 751
  • 1,130
aezn
  • 1
  • 1

2 Answers2

0

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

aezn
  • 1
  • 1
0

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

Peter Lawrey
  • 525,659
  • 79
  • 751
  • 1,130