Displaying 6 results from an estimated 6 matches for "end_transact".
2011 May 14
3
regpatch writing to local registry hive with -F not working (registery-utils 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1)
...null)
ldb: ldb_trace_request: ADD
dn: @ATTRIBUTES
changetype: add
key: CASE_INSENSITIVE
value: CASE_INSENSITIVE
control: <NONE>
ldb: ldb_trace_request: (tdb)->add
ldb: ldb_trace_request: (tdb)->prepare_commit
ldb: commit ldb transaction (nesting: 0)
ldb: ldb_trace_request: (tdb)->end_transaction
ldb: ldb_trace_request: SEARCH
dn: @MODULES
scope: base
expr: (@LIST=*)
attr: @LIST
control: <NONE>
ldb: ldb_trace_request: (tdb)->search
ldb: no modules required by the db
ldb: No modules specified for this database
ldb: ldb_trace_request: REGISTER_CONTROL
1.2.840.113556.1.4.1413...
2004 May 05
1
buffered tables, sessions, and transactions
...though - the currently specified API makes
transaction inherently inefficient I think.
If we *just* want to provide a way to specify an atomic grouping, we
could modify the API to allow such transactions with a minimal overhead
like so:
* Remove cancel_transaction
* Rename commit_transaction to end_transaction
* flush is deemed as invalid (or ignored) when in a transaction
* begin_transaction sets an "in_transaction" flag
* if "in_transaction" is set, we don't autoflush
* (Possibly) if we're close to autoflushing already, begin_transaction
could autoflush
The only lo...
2013 Jul 10
1
domain RODC fails with default provisioning
...null)
ldb: ldb_trace_request: ADD
dn: @ATTRIBUTES
changetype: add
key: CASE_INSENSITIVE
value: CASE_INSENSITIVE
control: <NONE>
ldb: ldb_trace_request: (tdb)->add
ldb: ldb_trace_request: (tdb)->prepare_commit
ldb: commit ldb transaction (nesting: 0)
ldb: ldb_trace_request: (tdb)->end_transaction
Key 'key=SOFTWARE,hive=NONE' not found
key added: key=SOFTWARE,hive=NONE
Key 'key=Microsoft,key=SOFTWARE,hive=NONE' not found
key added: key=Microsoft,key=SOFTWARE,hive=NONE
Key 'key=Windows NT,key=Microsoft,key=SOFTWARE,hive=NONE' not found
key added: key=Windows NT,key=...
2012 Aug 24
4
[PATCH] Btrfs: pass lockdep rwsem metadata to async commit transaction
The freeze rwsem is taken by sb_start_intwrite() and dropped during the
commit_ or end_transaction(). In the async case, that happens in a worker
thread. Tell lockdep the calling thread is releasing ownership of the
rwsem and the async thread is picking it up.
Josef and I worked out a more complicated solution that made the async
commit thread join and potentially get a later transaction,...
2013 Mar 07
1
Samba 4 classicupgrade: Error converting string to value for line:"CurrentVersion"
...imed event "ltdb_timeout": 0x1cf25b0
tevent: Destroying timer event 0x1cf25b0 "ltdb_timeout"
tevent: Ending timer event 0x1cf2500 "ltdb_callback"
ldb: ldb_trace_request: (tdb)->prepare_commit
ldb: commit ldb transaction (nesting: 0)
ldb: ldb_trace_request: (tdb)->end_transaction
tevent: Added timed event "ltdb_callback": 0x1d0ca70
tevent: Added timed event "ltdb_timeout": 0x1d0cb20
tevent: Destroying timer event 0x1d0cb20 "ltdb_timeout"
tevent: Ending timer event 0x1d0ca70 "ltdb_callback"
Key 'key=SOFTWARE,hive=NONE' not f...
2011 Oct 06
26
[PATCH v0 00/18] btfs: Subvolume Quota Groups
...additional days to gather.
Thanks,
Arne
Arne Jansen (18):
btrfs: mark delayed refs as for cow
btrfs: always save ref_root in delayed refs
btrfs: add nested locking mode for paths
btrfs: qgroup on-disk format
btrfs: add helper for tree enumeration
btrfs: check the root passed to btrfs_end_transaction
btrfs: generic data structure to build unique lists
btrfs: added helper to create new trees
btrfs: qgroup state and initialization
btrfs: Test code to change the order of delayed-ref processing
btrfs: add sequence numbers to delayed refs
btrfs: put back delayed refs that are too new...