Opened 11 years ago
Last modified 11 years ago
#622 closed defect
rasdaman 9.0 fails when the database is not update — at Initial Version
Reported by: | Dimitar Misev | Owned by: | Kinga Lipskoch |
---|---|---|---|
Priority: | major | Milestone: | 9.0.x |
Component: | lockmgr | Version: | development |
Keywords: | Cc: | Peter Baumann | |
Complexity: | Medium |
Description
The latest rasdaman 9.0 will fail to execute queries if the database has not yet been updated with update_db.sh
, with the following error:
rasdaman error 4000: Error: One or more of the target tiles are locked by another transaction.
This should not happen, tile locking should be simply disabled when the locking table is not present in RASBASE.
After update_db.sh
rasql executes queries fine, however directql (in source:applications/directql) still fails with the same error.
Note:
See TracTickets
for help on using tickets.