Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neoppod
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
neoppod
Commits
79fca358
Commit
79fca358
authored
Jul 01, 2015
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog
parent
02a5b4e3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
0 deletions
+36
-0
CHANGES
CHANGES
+36
-0
No files found.
CHANGES
View file @
79fca358
Change History
==============
1.4 (unreleased)
----------------
This version comes with a change in the SQL tables format, to fix a potential
crash of storage nodes when storing values that only differ by the compression
flag. See UPGRADE notes if you think your application may be affected by this
bug.
- Performance and features:
- 'Importer' storage backend has been significantly sped up.
- Support for TokuDB has been added to MySQL storage backend. The engine is
still InnoDB by default, and it can be selected via a new 'neostorage'
option.
- A 'neomaster' option has been added to automatically start a new cluster
if the number of pending storage nodes is greater than or equal to the
specified value.
- Bugfixes:
- Storage crashed when reading empty transactions. We still need to decide
whether NEO should:
- continue to store such transactions;
- ignore them on commit, like other ZODB implementation;
- or fail on commit.
- Storage crashed when a client tries to "steal" the UUID of another client.
- Client could get stuck forever on unreadable cells when not connected to the
master.
- Plus fixes and improvements to logging and debugging.
1.3 (2015-01-13)
----------------
...
...
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