Open JakobLS opened 1 year ago
I think there was a mistake in my code that caused the issue and not with Arctic. It's solved now. My apologies. Closing.
After feeding a larger chunk of data (roughly 10x more than before) the problem as appeared again. Reopening in the hope that a solution can be found.
Arctic Version
However, I've tested other versions as well.
Arctic Store
Platform and version
MacOS Monterey, 12.6 MacBook Pro M1 Conda (miniconda) environment 4.12.0
python 3.9.16 mongodb-community@6.0 installed via brew at
/opt/homebrew/var
(tried mongodb-community@5.0 as well) pymongo 4.3.3 (I've tested 3.11.0 and 3.12.0 as well) pandas 1.1.5 numpy 1.24.2Description of problem and/or code sample that reproduces the issue
The code works just fine when I use up to 3 of the M1's 8 cores. However, once I start using 4 or more, I get the following error:
And that in turn eventually leads to the following error due to (I think) the database shutting down:
Function
get_df_1m
looks like this:And the way I initiate multiprocessing is as follows:
Any help on how I can get this working with all 8 threads is much appreciated.