Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Joshua
wendelin.core
Commits
636f9cfa
Commit
636f9cfa
authored
Mar 31, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
aa63b07a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lib/zodb.py
lib/zodb.py
+2
-2
No files found.
lib/zodb.py
View file @
636f9cfa
...
...
@@ -147,8 +147,8 @@ def zconn_at(zconn): # -> tid
# ZODB5 uses MVCC uniformly
if
zmajor
>=
5
:
#
FIXME
gives future tid with fs1 and empty commit which leads to wcfs client resync hang
#
(test_bigfile_filezodb_fmt_change hangs)
#
XXX
gives future tid with fs1 and empty commit which leads to wcfs client resync hang
#
-> fixed with https://github.com/zopefoundation/ZODB/pull/298
zstor
=
zconn
.
_storage
if
isinstance
(
zstor
,
ZODB
.
mvccadapter
.
MVCCAdapterInstance
):
# XXX there is race in ZODB itself that leads to data corruption:
...
...
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