br1ghtyang / asterixdb

Automatically exported from code.google.com/p/asterixdb
0 stars 0 forks source link

System hung when there is a typo in the name of a file split #538

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use the query in the description of issue 534
2. Introduce a typo in one of the file names. For example fbu26KKKK.adm
3. The system will be idle and no exceptions in cc or nc logs. 

What is the expected output? What do you see instead?
The system should return an error message saying the file cannot be found.

Original issue reported on code.google.com by salsuba...@gmail.com on 21 Jun 2013 at 1:01

GoogleCodeExporter commented 8 years ago
This is a must fix. Will address asap

Original comment by RamanGro...@gmail.com on 16 Nov 2013 at 2:46

GoogleCodeExporter commented 8 years ago

Original comment by ima...@uci.edu on 14 Oct 2014 at 9:32

GoogleCodeExporter commented 8 years ago

Original comment by c...@lambda.nu on 17 Oct 2014 at 3:44

GoogleCodeExporter commented 8 years ago
My initial testing does not reproduce this bug. I am trying things at a much 
smaller scale than suggested in issue 534 - trivial one-node cluster, and my 
copies of fbu?.adm files are tiny containing just one instance apiece. But if 
any of the filenames are incorrect, I get

/home/ceej/data/fbu26KKK.adm (No such file or directory) [FileNotFoundException]

I am tempted to resolve this as "Done", but I will talk with a couple people to 
see whether it's worth trying to reproduce the entire setup described in issue 
534.

Original comment by c...@lambda.nu on 17 Oct 2014 at 8:22

GoogleCodeExporter commented 8 years ago
Ian confirmed by running the same query and dataset as the original bug report 
on the Rainbow cluster that this no longer appears to be an issue. Marking 
"Done".

Original comment by c...@lambda.nu on 22 Oct 2014 at 11:21