-
Notifications
You must be signed in to change notification settings - Fork 229
sync matrices on parent process before fork #1931
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1931 +/- ##
==========================================
+ Coverage 91.91% 91.93% +0.02%
==========================================
Files 239 239
Lines 20292 20293 +1
==========================================
+ Hits 18651 18657 +6
+ Misses 1641 1636 -5
Continue to review full report at Codecov.
|
8f7c4aa
to
f5a582a
Compare
0ca8f8a
to
71268e2
Compare
* sync matrices on parent process before fork * formatting
* sync matrices on parent process before fork * formatting
* Error when setting a property to an array containing an invalid type (#1898) * Emit error when setting a property to an array containing an invalid type * Address PR comments * Address PR comments * Address PR comments * Address PR comments Co-authored-by: Roi Lipman <[email protected]> * Aliases in WITH...ORDER BY must be valid references (#1897) * Ensure aliases in the ORDER BY segment of a WITH clause are valid references * Address PR comments Co-authored-by: Roi Lipman <[email protected]> * Error when setting a property to an array containing an invalid type (#1898) * Emit error when setting a property to an array containing an invalid type * Address PR comments * Address PR comments * Address PR comments * Address PR comments Co-authored-by: Roi Lipman <[email protected]> * increase code coverage (#1919) * clean unused files * delete v5 decoder * test decoders * fix build * delete unused functions * add deleted nodes and edges to rdb * fix unused function * address review * Error when setting a property to an array containing an invalid type (#1898) * Emit error when setting a property to an array containing an invalid type * Address PR comments * Address PR comments * Address PR comments * Address PR comments Co-authored-by: Roi Lipman <[email protected]> * Storing test artifacts for CI runs (#1906) * Storing test artifacts * PR comments Co-authored-by: Roi Lipman <[email protected]> * Error when setting a property to an array containing an invalid type (#1898) * Emit error when setting a property to an array containing an invalid type * Address PR comments * Address PR comments * Address PR comments * Address PR comments Co-authored-by: Roi Lipman <[email protected]> * sync matrices on parent process before fork (#1931) * sync matrices on parent process before fork * formatting * Error when setting a property to an array containing an invalid type (#1898) * Emit error when setting a property to an array containing an invalid type * Address PR comments * Address PR comments * Address PR comments * Address PR comments Co-authored-by: Roi Lipman <[email protected]> Co-authored-by: Jeffrey Lovitz <[email protected]> Co-authored-by: Roi Lipman <[email protected]> Co-authored-by: Chayim <[email protected]>
* sync matrices on parent process before fork * formatting
* Error when setting a property to an array containing an invalid type (#1898) * Emit error when setting a property to an array containing an invalid type * Address PR comments * Address PR comments * Address PR comments * Address PR comments Co-authored-by: Roi Lipman <[email protected]> * Aliases in WITH...ORDER BY must be valid references (#1897) * Ensure aliases in the ORDER BY segment of a WITH clause are valid references * Address PR comments Co-authored-by: Roi Lipman <[email protected]> * increase code coverage (#1919) * clean unused files * delete v5 decoder * test decoders * fix build * delete unused functions * add deleted nodes and edges to rdb * fix unused function * address review * Storing test artifacts for CI runs (#1906) * Storing test artifacts * PR comments Co-authored-by: Roi Lipman <[email protected]> * sync matrices on parent process before fork (#1931) * sync matrices on parent process before fork * formatting * fix tests * fix bgsave * Error when setting a property to an array containing an invalid type (#1898) * Emit error when setting a property to an array containing an invalid type * Address PR comments * Address PR comments * Address PR comments * Address PR comments Co-authored-by: Roi Lipman <[email protected]> * Aliases in WITH...ORDER BY must be valid references (#1897) * Ensure aliases in the ORDER BY segment of a WITH clause are valid references * Address PR comments Co-authored-by: Roi Lipman <[email protected]> * increase code coverage (#1919) * clean unused files * delete v5 decoder * test decoders * fix build * delete unused functions * add deleted nodes and edges to rdb * fix unused function * address review * Storing test artifacts for CI runs (#1906) * Storing test artifacts * PR comments Co-authored-by: Roi Lipman <[email protected]> * sync matrices on parent process before fork (#1931) * sync matrices on parent process before fork * formatting * fix tests * fix bgsave * fix timeout test Co-authored-by: Jeffrey Lovitz <[email protected]> Co-authored-by: Roi Lipman <[email protected]> Co-authored-by: Chayim <[email protected]>
* sync matrices on parent process before fork * formatting
#599
in case a readers is syncing a matrix while
BGSAVE
is called child process might inherit a lock matrixthis PR moves matrix sync to parent just before forking