Bugs item #2777473, was opened at 2009-04-21 15:45 Message generated for change (Comment added) made by tsheyar You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2777473&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: PF general >Group: Pathfinder "stable" Status: Open >Resolution: Fixed Priority: 5 Private: No Submitted By: Roberto Cornacchia (cornuz) >Assigned to: Roberto Cornacchia (cornuz) Summary: PF: incremental shredding broken Initial Comment: MonetDB server v4.29.0 (64-bit), based on kernel v1.29.0 (64-bit oids) 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 Configured for prefix: /ufs/roberto/servers/MonetDB Libraries: libpcre: 7.8 2008-09-05 (compiled with 7.8) openssl: OpenSSL 0.9.8g 19 Oct 2007 (compiled with OpenSSL 0.9.8g 19 Oct 2007) Compiled by: [email protected] Compilation: gcc -O2 -Wall -Wextra -std=c99 -O6 -fomit-frame-pointer -finline-functions -falign-loops=4 -falign-jumps=4 -falign-functions=4 -fexpensive-optimizations -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -ftree-vectorize -Werror-implicit-function-declaration -Werror -Wpointer-arith -Wdeclaration-after-statement -Wundef -Wp,-D_FORTIFY_SOURCE=2 Linking : ld -IPA -m elf_x86_64 /export/scratch0/roberto/lhm/alexandria_doclist.xml contains a list of nodes with xml file names. E.g.: <docs> <doc>/export/scratch0/roberto/lhm/alexandria/D/1991/EP-0409358-A1.xml</doc>, <doc>/export/scratch0/roberto/lhm/alexandria/D/1991/EP-0412453-A1.xml</doc> <doc>/export/scratch0/roberto/lhm/alexandria/D/1991/EP-0453965-A2.xml</doc> <doc>/export/scratch0/roberto/lhm/alexandria/D/1991/EP-0423091-A2.xml</doc> </docs> This used to work (a week ago? I'm not very sure about this). [robe...@skadi] ~/lhm_code/HyServer/console $ echo 'for $i in subsequence(doc("/export/scratch0/roberto/lhm/alexandria_doclist.xml")//doc, 1, 50) return pf:add-doc($i,$i,"alexandria")' | mclient -p 50141 -lxq -d test [robe...@skadi] ~/lhm_code/HyServer/console $ echo 'for $i in subsequence(doc("/export/scratch0/roberto/lhm/alexandria_doclist.xml")//doc, 51, 50) return pf:add-doc($i,$i,"alexandria")' | mclient -p 50141 -lxq -d test MAPI = mone...@localhost:50141 QUERY = for $i in subsequence(doc("/export/scratch0/roberto/lhm/alexandria_doclist.xml")//doc, 51, 50) return pf:add-doc($i,$i,"alexandria") ERROR = !ERROR: BATfetchjoin(tmpr_444,tmp_423) does not hit always (|bn|=0 != 50=|l|) => can't use fetchjoin. !ERROR: CMDleftfetchjoin: operation failed. !ERROR: interpret_params: shred_doc_base(param 4): evaluation error. The subsequence call is NOT the proble, it works fine if I just return the $i variable. ---------------------------------------------------------------------- >Comment By: Jan Rittinger (tsheyar) Date: 2009-04-24 12:15 Message: Fixed MIL code generation of the slice operator (to reset the resulting head oids). Test can be achieved with a call to subsequence and any arbitrary document (content does not matter). Roberto can you check (after propagation) if everything works as expected again... ---------------------------------------------------------------------- Comment By: Roberto Cornacchia (cornuz) Date: 2009-04-24 10:42 Message: Yes, it still occurs (on the HEAD from yesterday, 23 Apr 2009) Jan, please read my email (coming) about the data ---------------------------------------------------------------------- Comment By: Jan Rittinger (tsheyar) Date: 2009-04-24 08:30 Message: And does the error still occur? -- If not please close the bug report. Otherwise please point out where (in the file system) your data set is to reproduce the problem :) ---------------------------------------------------------------------- Comment By: Roberto Cornacchia (cornuz) Date: 2009-04-24 00:29 Message: Hi Jan, I was indeed using the head version. I don't remember precisely if it was from the day before the bug report, but sure not more than a few days. It could have very well been the day before. ---------------------------------------------------------------------- Comment By: Jan Rittinger (tsheyar) Date: 2009-04-21 20:43 Message: Hi Roberto, did you try todays' HEAD version? I changed some parts of the physical plan generation yesterday. Jan ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2777473&group_id=56967 ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensign option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
