Bugs item #2836259, was opened at 2009-08-12 16:35 Message generated for change (Comment added) made by mlkersten You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2836259&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: SQL/Core Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Arjen de Rijke (arjenderijke) >Assigned to: Martin Kersten (mlkersten) Summary: Monet does not handle "Out of disc space" error correct Initial Comment: I was doing a "copy into table from file" command in sql with a large file on a system where the partition with the dbfarm had insufficient diskspace. When the disc was full it reported the following in the merovingian.log file (8 times): 2009-08-10 21:38:05 MSG bestdr7[23245]: !OS: No space left on device 2009-08-10 21:38:05 MSG bestdr7[23245]: !ERROR: GDKsave: error -1 on: name=01/13 /11332, ext=theap.tmp, mode=0 But it did not stop the query. Instead it continued to run with a lot of swapping of data to and from the harddisc. It should have stopped the query and indicate to the client that an error had occured. The code was a checkout of the current branch of 10 august 2009 on a Fedora 10 machine. ---------------------------------------------------------------------- >Comment By: Martin Kersten (mlkersten) Date: 2009-08-12 20:26 Message: The COPY INTO was too optimistic. It did not check the result of BATextend, which meant that each new tuple caused a (failing) BATextend... a useless action and evidently an IO drainer. Closing the bug, for it is hard to cast in a nightly test. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2836259&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
