Bugs item #2903122, was opened at 2009-11-24 14:41 Message generated for change (Settings changed) made by stmane You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2903122&group_id=56967
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: MonetDB Common CVS Head >Status: Closed Resolution: Invalid Priority: 5 Private: No Submitted By: Stefan de Konink (skinkie) Assigned to: Stefan Manegold (stmane) Summary: M5: --threads option exists? (monetdb5.conf documentation) Initial Comment: /opt/monetdb-head/bin/mserver5 --dbfarm=/home/skinkie/monetdb --dbname=monitor --dbinit="include sql;" --threads 1 # MonetDB server v5.17.0, based on kernel v1.35.0 # Serving database 'monitor', using 2 threads # Compiled for x86_64-unknown-linux-gnu/64bit with 64bit OIDs dynamically linked # Detected 4.000 GiB (4295331840 bytes) main-memory. # Copyright (c) 1993-July 2008 CWI. # Copyright (c) August 2008-2009 MonetDB B.V., all rights reserved # Visit http://monetdb.cwi.nl/ for further information #warning: please don't forget to set your vault key! #(see /opt/monetdb-head/etc/monetdb5.conf) #01 1 140683233527553 sp = 140734711916164 #01 nrofthreads 0 # Listening for connection requests on mapi:monetdb://127.0.0.1:50000/ # MonetDB/SQL module v2.35.0 loaded #01 BBPdir: writing BBP.dir (527 bats). #WARNING: could not open file: /home/skinkie/monetdb/1 ---------------------------------------------------------------------- Comment By: Stefan Manegold (stmane) Date: 2009-11-27 08:54 Message: Closing --- see my previous comment. ---------------------------------------------------------------------- Comment By: Stefan Manegold (stmane) Date: 2009-11-24 15:32 Message: a) yes, the --threads option exist, but it does not take any argument; as monetdb5.conf says, "--threads" is merely a short cut for "--debug=$[1+128]", i.e., for setting debug bits 1 (thread-specific debug output) and 128 (PARMASK = Thread management). (As Fabian said, if you want to set the number of threads, you need to us "--set gdk_nr_threads=1"; cf. e.g., http://monetdb.cwi.nl/projects/monetdb/Development/Releases/Nov2008/index.html#Issues) b) The error is perfectly fine and correct: Your mserver5 commanline specifies three option with arguments (--dbfarm=/home/skinkie/monetdb, --dbname=monitor, --dbinit="include sql;"), one without argument (--threads), and (the name of) one (MAL-)script to be executed (1) --- see also `mserver5 --help` --- the latter does not seem to exist in your working directory (you didn't specify an absolute path), and MonetDB informs you about that. IMHO all fine and correct. ---------------------------------------------------------------------- Comment By: Fabian (mr-meltdown) Date: 2009-11-24 14:48 Message: there is just bogus in the monetdb5.conf file (misleading to say the least) there is no overwriting going on here, as the database properly reports to be serving "monitor", it simply complains that it can't find a file "1" to open. The --thread option seems to enable some magical debug output, and not do what you expect. Try --set gdk_nr_threads=1 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2903122&group_id=56967 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
