Skip to content

R multi thread evaluation#1928

Merged
anton-abushkevich merged 3 commits intomasterfrom
r_multi_thread_evaluation
Aug 20, 2021
Merged

R multi thread evaluation#1928
anton-abushkevich merged 3 commits intomasterfrom
r_multi_thread_evaluation

Conversation

@ssuvorov-fls
Copy link
Copy Markdown
Contributor

Now the variables are evaluated correctly in child threads
Previously it was impossible because child threads cannot access global environment

@anton-abushkevich anton-abushkevich merged commit 33924c2 into master Aug 20, 2021
@delete-merged-branch delete-merged-branch Bot deleted the r_multi_thread_evaluation branch August 20, 2021 09:06
m0nhawk pushed a commit to uc-cdis/WebAPI that referenced this pull request Nov 1, 2021
fixed problem with evaluating of connection variables in child threads
alex-odysseus pushed a commit to OHDSI/ArachneNodeAPI that referenced this pull request Feb 18, 2022
YaroslavTir pushed a commit to OHDSI/ArachneNodeAPI that referenced this pull request Mar 14, 2022
* ARACHNE-3024 Weird results splitting after running analysis manually on data node - repack multivolume zip to single archive before download, no zip-in-zip (#477)

* Repack multivolume zip to single archive before download, no zip-in-zip - fix broken archive (#480)

* ARACHNE-3024 Weird results splitting after running analysis manually on data node - repack multivolume zip to single archive before download, no zip-in-zip

* ARACHNE-3024 Weird results splitting after running analysis manually on data node - repack multivolume zip to single archive before download, no zip-in-zip - import fixes

* Data source access type was added (OHDSI/ArachneUI#825) (#476)

Fixed adding access type to Data Sources

Co-authored-by: Sergey Suvorov <sergey.suvorov@odysseusinc.com>

* Upgrade spring-boot to 2.2.13 (#481)

Co-authored-by: dmitrys <dmitrys-odysseus@github.com>

* Change version to 1.19.0-SNAPSHOT

* validation of migration scripts was disabled (#486)

* Version of hydra was raised to 0.2.0 (#487)

* Result file name now has the following template "[prefix-analysis-type]-a[analysis-id]-results.zip" (#489)

* Added service for retrieving execution engine status(#491)

* REmoved heracles heel report from heracles analysis(OHDSI/ArachneCentralAPI#752)

* Switch tests to use Testcontainers instead of postgres database

* Restored engine status check period(#491)

* Changed millis to seconds(#491)

* fixed problem with absent path to driver for databases

* updated version to 1.19.1

* Enable memory dump

* Enable memory dump - correct typo (#498)

Co-authored-by: dmitrys <dmitrys-odysseus@github.com>

* Remove snapshot dependencies (#500)

* Enable memory dump - correct typo

* Change snapshot dependencies on circe and standardized-analysis-* to release versions matching atlas

Co-authored-by: dmitrys <dmitrys-odysseus@github.com>

* Bump SqlRender to 1.8.3 to match with portal (#502)

Co-authored-by: dmitrys <dmitrys-odysseus@github.com>

* Bumping PostgreSQL JDBC driver version

* Content-Disposition header for downloading result files (#505)

* Content-Disposition header for downloading result files

* Store authentication token in cookie as well to allow downloading files directly, without file-saver.js

Co-authored-by: dmitrys <dmitrys-odysseus@github.com>

* To align with changes in WebAPI

- OHDSI/WebAPI#1928
- OHDSI/WebAPI@b0433d2

* Add diagnostics logging for EE requests, fix formatting for download file names (#506)

* Merging the latest 'develop' into 'qa'

* Referencing the latest ArachneUI resources bundle (1.19.1)

Co-authored-by: anton-abushkevich <anton.abushkevich@gmail.com>
Co-authored-by: Sergey Suvorov <sergey.suvorov@firstlinesoftware.com>
Co-authored-by: Sergey Suvorov <sergey.suvorov@odysseusinc.com>
Co-authored-by: Dmitry S <87665105+dmitrys-odysseus@users.noreply.github.com>
Co-authored-by: dmitrys <dmitrys-odysseus@github.com>
Co-authored-by: Aleksei Gorodetckii <44054590+gorodonoff@users.noreply.github.com>
dmitrys-odysseus pushed a commit to OHDSI/Arachne that referenced this pull request Dec 15, 2023
dmitrys-odysseus added a commit to OHDSI/Arachne that referenced this pull request Dec 15, 2023
* ARACHNE-3024 Weird results splitting after running analysis manually on data node - repack multivolume zip to single archive before download, no zip-in-zip (#477)

* Repack multivolume zip to single archive before download, no zip-in-zip - fix broken archive (#480)

* ARACHNE-3024 Weird results splitting after running analysis manually on data node - repack multivolume zip to single archive before download, no zip-in-zip

* ARACHNE-3024 Weird results splitting after running analysis manually on data node - repack multivolume zip to single archive before download, no zip-in-zip - import fixes

* Data source access type was added (OHDSI/ArachneUI#825) (#476)

Fixed adding access type to Data Sources

Co-authored-by: Sergey Suvorov <sergey.suvorov@odysseusinc.com>

* Upgrade spring-boot to 2.2.13 (#481)

Co-authored-by: dmitrys <dmitrys-odysseus@github.com>

* Change version to 1.19.0-SNAPSHOT

* validation of migration scripts was disabled (#486)

* Version of hydra was raised to 0.2.0 (#487)

* Result file name now has the following template "[prefix-analysis-type]-a[analysis-id]-results.zip" (#489)

* Added service for retrieving execution engine status(#491)

* REmoved heracles heel report from heracles analysis(OHDSI/ArachneCentralAPI#752)

* Switch tests to use Testcontainers instead of postgres database

* Restored engine status check period(OHDSI/ArachneNodeAPI#491)

* Changed millis to seconds(OHDSI/ArachneNodeAPI#491)

* fixed problem with absent path to driver for databases

* updated version to 1.19.1

* Enable memory dump

* Enable memory dump - correct typo (#498)

Co-authored-by: dmitrys <dmitrys-odysseus@github.com>

* Remove snapshot dependencies (#500)

* Enable memory dump - correct typo

* Change snapshot dependencies on circe and standardized-analysis-* to release versions matching atlas

Co-authored-by: dmitrys <dmitrys-odysseus@github.com>

* Bump SqlRender to 1.8.3 to match with portal (#502)

Co-authored-by: dmitrys <dmitrys-odysseus@github.com>

* Bumping PostgreSQL JDBC driver version

* Content-Disposition header for downloading result files (#505)

* Content-Disposition header for downloading result files

* Store authentication token in cookie as well to allow downloading files directly, without file-saver.js

Co-authored-by: dmitrys <dmitrys-odysseus@github.com>

* To align with changes in WebAPI

- OHDSI/WebAPI#1928
- OHDSI/WebAPI@b0433d2

* Add diagnostics logging for EE requests, fix formatting for download file names (#506)

* Merging the latest 'develop' into 'qa'

* Referencing the latest ArachneUI resources bundle (1.19.1)

Co-authored-by: anton-abushkevich <anton.abushkevich@gmail.com>
Co-authored-by: Sergey Suvorov <sergey.suvorov@firstlinesoftware.com>
Co-authored-by: Sergey Suvorov <sergey.suvorov@odysseusinc.com>
Co-authored-by: Dmitry S <87665105+dmitrys-odysseus@users.noreply.github.com>
Co-authored-by: dmitrys <dmitrys-odysseus@github.com>
Co-authored-by: Aleksei Gorodetckii <44054590+gorodonoff@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants