Ivan Rakov
Ivan Rakov
`TableDirectoryListing#refresh` can be a heavy operation, especially if a frequent roll cycle is chosen. e.g. `RollCycles#MINUTELY`. Even though the allocation issue is mitigated under https://github.com/OpenHFT/Chronicle-Queue/issues/922, calling it once a minute...
OldDeletedEntriesCleanupThread: ``` @Override public void run() { throwExceptionIfClosed(); if (System.currentTimeMillis() - startTime < 1_000) return; // cleanup thread stops after this return while (!shutdown) { // do cleanup in loop...
Example use case: pass `--preview` to allow compilation of method readers that import classes with preview features in the code. Currently, constructor that uses the default options `Arrays.asList("-g", "-nowarn");` is...