API to asynchronously sync a transaction

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Done
    • Priority: Major - P3
    • WT2.6.1
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • None

      redbeard0531 asks:
      Currently, we implement our "j:true" write concern by passing "sync=true" to begin_transaction(), which causes commit_transaction() to block until durable. Unfortunately, this doesn't allow us to do anything else on that thread while we wait. In particular, when a user specifies both "w:majority" and "j:true" it would be nice to be able to wait for both replication and journaling at the same time.


      This is a reasonable request and I'll look into an API that implements this. Although not directly related it is in the same ballpark as WT-1754.

              Assignee:
              Susan LoVerso (Inactive)
              Reporter:
              Susan LoVerso (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: