Agenda:
Attendees:
Minutes:
We talked most of the time about Java9 issues. Enrico reported its problem which is about serialization of Responses on Java 9 (and maybe of Requests as well) using V3 protocol (protobuf based).
JV suggested to try to reproduce the problem with only one bookie
JV suggested also to try to see if the problem can be reproduced only with a tailing reader in absence of writes.
Actually there is no explanation of the issue, just adding debug to the code seems to mitigate this problem, it appears to be some race condition.