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
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
Levin Zimmermann
neoppod
Commits
de551085
Commit
de551085
authored
Dec 21, 2016
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master' into t
* origin/master: Release version 1.7.0
parents
eb41c45f
37f58489
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
12 deletions
+10
-12
CHANGELOG.rst
CHANGELOG.rst
+10
-12
No files found.
CHANGELOG.rst
View file @
de551085
...
...
@@ -6,19 +6,17 @@ Change History
- Identification issues, mainly caused by id conflicts, are fixed:
- Storage nodes now only accept clients that are known by the master, and
clients don't read anymore from storages without being connected to the
master.
- Storage nodes now only accept clients that are known by the master.
- When reconnecting to a master, a client get a new id if the previous id is
already reallocated
for
another client.
- The consequences were either crashes or clients being unable to
re
connect.
already reallocated
to
another client.
- The consequences were either crashes or clients being unable to connect.
- Added support for
latest versions of ZODB (4.4.4 & 5.0.1). A notable chang
e
is that lastTransaction() does not ping the master anymore (but it still
causes a connection to the master if the client is disconnected).
- Added support for
the latest versions of ZODB (4.4.4 & 5.0.1). A notabl
e
change is that lastTransaction() does not ping the master anymore (but it
still
causes a connection to the master if the client is disconnected).
- A cluster in BACKUPING state can now serve regular
ZODB clients in read-only
mode. W
ithout invalidation yet, so clients must reconnect whenever they want
- A cluster in BACKUPING state can now serve regular
clients in read-only mode.
But w
ithout invalidation yet, so clients must reconnect whenever they want
to see newer data.
- Fixed crash of client nodes (including backup master) while trying to process
...
...
@@ -36,12 +34,12 @@ Change History
- Fix crash when a client loses connection to the master just before voting.
- MySQL: Force index for a few queries. Unfortunately, this is not perfect
because
MySQL sometimes
still ignores our hints.
because
sometimes MySQL
still ignores our hints.
- MySQL: Do not use unsafe TRUNCATE statement.
- Make 'neoctl print ids' display time of TIDs.
- Various neoctl/neolog formatting improvements/fixes.
-
p
lus a few other changes for debugging and developers, as well as small
-
P
lus a few other changes for debugging and developers, as well as small
optimizations.
...
...
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