Jerry Shea
Jerry Shea
@amritkumar123 @amandeep0440 @ksiu could you re-rest now that #376 has been fixed?
now ``` java.lang.AssertionError at org.junit.Assert.fail(Assert.java:87) at org.junit.Assert.assertTrue(Assert.java:42) at org.junit.Assert.assertTrue(Assert.java:53) at net.openhft.chronicle.map.ExitHookTest.waitForShutdownConfirmation(ExitHookTest.java:196) ```
Related to https://github.com/OpenHFT/Stage-Compiler/issues/1 ?
@Vollbrecht I saw the same problem. Downgrading grafana from 8.5.3 to 8.5.2 made it go away
@glukos This issue refers to Queue double-buffering `SingleChronicleQueueBuilder#doubleBuffer()`
As per @nicktindall comment in https://github.com/OpenHFT/Chronicle-Wire/pull/481, we should definitely enhance this test to illustrate this behaviour and the fix
The PR is still open #965
@glukos I have seen method reader/writer code generation not working when running with `mvn:exec`. I assume that is why that property is set in chronicle-queue-demo. There are other examples (e.g....
This is a very complicated area and we have some cleanup to do. As the concerns are in Wire, please see https://github.com/OpenHFT/Chronicle-Wire/issues/460
We can't just remove `disableProxyCodeGen` - we still need to support proxy method readers/writers - see https://github.com/OpenHFT/Chronicle-Wire/pull/473. We could fix proxy method readers/writers for this test, but I can't see...