clebertsuconic commented on a change in pull request #3580:
URL: https://github.com/apache/activemq-artemis/pull/3580#discussion_r632891935
##########
File path:
artemis-journal/src/main/java/org/apache/activemq/artemis/core/journal/impl/dataformat/JournalAddRecord.java
##########
@@ -30,32 +30,37 @@
protected final byte recordType;
- protected final boolean add;
+ protected final byte journalType;
Review comment:
It is... Compatibility tests would be failing if it wasn't.
addBytes will write 1 for true, 0 for false.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]