Rob Austin
Rob Austin
the test fails.. lets chat about this.
Shrinkage is the act of shrinking down old .cq4 files once they have finished being used, to reduce the space on the disk. Currently, the only way to set shrinkage...
Currently, if the disk is full, we allow the mapped bytes to be created, then crash the JVM with an hs_err_file if we attempt to access the mapped bytes (...
see https://teamcity.chronicle.software/viewLog.html?buildId=642270&tab=buildResultsDiv&buildTypeId=OpenHFT_BuildAll_BuildJava11compileJava11  ``` java.lang.AssertionError: expected: but was: at net.openhft.chronicle.logger.jul.JulLoggerChronicleTest.testChronicleConfiguration(JulLoggerChronicleTest.java:58) at net.openhft.chronicle.logger.jul.JulLoggerChronicleTest.testChronicleConfig(JulLoggerChronicleTest.java:91) ------- Stderr: ------- Unable to initialize chronicle-logger-jul (logger) Unable to claim exclusive exclusive lock on file /tmp/chronicle-jul-api/root-binary/metadata.cq4t ```
msync is not working on mac ``` java.lang.UnsatisfiedLinkError: /Users/teamcity/Library/Caches/JNA/temp/jna2495370899506262640.tmp: dlopen(/Users/teamcity/Library/Caches/JNA/temp/jna2495370899506262640.tmp, 1): no suitable image found. Did find: /Users/teamcity/Library/Caches/JNA/temp/jna2495370899506262640.tmp: no matching architecture in universal wrapper /Users/teamcity/Library/Caches/JNA/temp/jna2495370899506262640.tmp: no matching architecture in universal...
see http://teamcity.higherfrequencytrading.com:8111/repository/download/OpenHFT_ReleaseJob_ReleaseByArtifact/255301:id/ReleaseAutomation/projects/chronicle-map-runTests-1527068168717.log
The "threads" library is in need of documentation and code cleanups: - What is the life-cycle of an EventHandler/EventLoop? - When are methods invoked? - By which threads are methods...
Update all test to work with YAML wire by using system property wire.testAsYaml, then remove TextWrire, first mark deprecated