Bela Ban
Bela Ban
Hey @franz1981 I'm on PTO until June 8, cheers!
Makes sense only LevelDBLog, not in FileBasedLog (latter has separate mem-mapped files for log entries and metadata). Also, LevelDBLog might get phased out in the future anyway
Alternative: move LevelDBLog to jgroups-extras ("graveyard"), so people can still use it :-)
Perhaps tool to convert between FileBasedLog and LevelDBLog...
I'm all for replacing InMemoryLog with ArrayRingBuffer, as the former only needs to keep the uncommitted entries (in my experience with CounterPerf a few 100 entries) in memory. InMemoryLog should...
I'm pretty swamped with work and won't have time to look into this in the near future. Ask yourself a few questions: * Is this a real bug that affects...
Hmm... adding the system property should *not* be required, although it certainly works, so no objections. This could be done in the XML config directly: JGroups parses comma-deparated attributes and...
In other words, no change and no release should be required...
Christian is already using a system prop (`JGROUPS_DISCOVERY_PROPERTIES`) to change the config, so it could be done there (IMO)... BTW: a JIRA would be nice, so we can assign this...
Yes, in the config (XML or programmatic): ``` ``` Default is `A`. System property `dns.record_type` or env var `RECORD_TYPE` overrird this.