Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ZODB
Commits
867e7f2c
Commit
867e7f2c
authored
Jun 13, 2003
by
Jeremy Hylton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add log message about server releasing storage lock,
parallel with message about acquiring the lock.
parent
f7e861e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
trunk/src/ZEO/StorageServer.py
trunk/src/ZEO/StorageServer.py
+1
-0
No files found.
trunk/src/ZEO/StorageServer.py
View file @
867e7f2c
...
@@ -400,6 +400,7 @@ class ZEOStorage:
...
@@ -400,6 +400,7 @@ class ZEOStorage:
self
.
locked
=
0
self
.
locked
=
0
self
.
timeout
.
end
(
self
)
self
.
timeout
.
end
(
self
)
self
.
stats
.
lock_time
=
None
self
.
stats
.
lock_time
=
None
self
.
log
(
"Transaction released storage lock"
)
# _handle_waiting() can start another transaction (by
# _handle_waiting() can start another transaction (by
# restarting a waiting one) so must be done last
# restarting a waiting one) so must be done last
self
.
_handle_waiting
()
self
.
_handle_waiting
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment