simlaudato / asterixdb

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

Cannot remove index while it is open. [HyracksDataException] #859

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
1. Run TestADM.txt
2. Run TestWrongQuery.txt
3. Run TestCorrectQuery.txt
4. Run TestADM.txt

When running TestADM.txt again, it'll produce: 
     Cannot remove index while it is open. [HyracksDataException]

This is only reproducable on a decent size sample it seems. The JSON file I 
tested it on was 30mb. When I tried testing it on a much smaller size, 12kb, it 
didn't produce this error. 

Make sure to change the path in the TestADM.txt to whatever is the path for the 
select file. 

Attached is the three txt documents that contain the AQL. The link below is the 
link to the sample data I used to reproduce this problem. 

https://drive.google.com/file/d/0B131hq-YqiMHbkNXd3NUa2xGeGc/view?usp=sharing

Original issue reported on code.google.com by brand...@uci.edu on 4 Mar 2015 at 6:14

Attachments:

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
So I believe that should be the case. In this scenario, the �TestWrongQuery� 
supposed to give you an error, but when you correct it by trying the 
TestCorrectQuery afterwards, it gives a

Cannot remove index while it is open. [HyracksDataException]

Original comment by brand...@uci.edu on 14 Jun 2015 at 5:43