Hello sir/madam,
Would you please let us know when the new version of berkeley db JE would be released?
We met an issue as following and found it fixed in https://docs.oracle.com/en/database/other-databases/nosql-database/18.1/changelog/changes-18.1.13.html
exception on a replica node, when using TTL in conjunction with record deletions:
2018-02-10 12:00:00.006 UTC INFO [rg1-rn1] JE: Replay thread exiting with exception:Environment invalid because of previous exception: ... Replicated operation could not be applied. DEL_LN_TX/14 vlsn=1,711,027,333 isReplicated="1" txn=-834602813 LOG_INCOMPLETE: Transaction logging is incomplete, replica is invalid. Environment is invalid and must be closed. Problem seen replaying entry DEL_LN_TX/14 vlsn=1,711,027,333 isReplicated="1" txn=-834602813
The problem can occur under the following conditions:
- The TTL feature is used.
- A replica is lagging or down (this is not uncommon).
- Records with a TTL are also sometimes deleted explicitly at around the time the record expires.
Prior to this bug fix, the problem could be corrected only by performing a network restore on the replica. [#26851]