You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.
In long-running Rscripts (several hours at least) it appears that the MonetDBLite database may be shutting down. As a result, a new connection cannot be made as it gives the following error:
Error in monetdb_embedded_query(conn@connenv$conn, statement, execute, :
Call monetdb_embedded_startup() first
Are there parameters that I can set to define how long the database runs? Is the embedded database supposed to shutdown after a certain period?
Thanks.
The text was updated successfully, but these errors were encountered:
This happens when running a long program, such as training a set of models. For example, the code might pull data from the database, then train a model that takes several hours or more, then attempt to retrieve more data from the database. For the second pull from the database, even starting a new connection does not work, because it errors out claiming the database is not running.
Thanks!
On Monday, August 21, 2017, 2:12:46 AM PDT, Hannes Mühleisen <[email protected]> wrote:
It is not supposed to shut down. Can you describe the circumstances in more detail?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Thats odd because creating a new connection should start the DB up if it is not running. Are you trying to start another DB during the script? Is the connection saved to disk (serialized) and reloaded?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In long-running Rscripts (several hours at least) it appears that the MonetDBLite database may be shutting down. As a result, a new connection cannot be made as it gives the following error:
Error in monetdb_embedded_query(conn@connenv$conn, statement, execute, :
Call monetdb_embedded_startup() first
Are there parameters that I can set to define how long the database runs? Is the embedded database supposed to shutdown after a certain period?
Thanks.
The text was updated successfully, but these errors were encountered: