Skip to Main Content

Berkeley DB Family

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Would you please let us know when the new version of berkeley db JE would be released?

Cheng LiuNov 28 2018 — edited Jan 29 2019

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]

Comments
Post Details
Added on Nov 28 2018
2 comments
691 views