Opened 11 years ago
Closed 10 years ago
#725 closed defect (invalid)
rasdaman does not show correct error on multiple write transactions
Reported by: | Alex Dumitru | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | minor | Milestone: | Future |
Component: | undecided | Version: | development |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
A rasdaman instance without the lockmanager enabled should throw "Write transaction in progress" error when two write transactions are executed concurrently.
Instead it returns transfer failed, i.e.
RasdamanHelper2::updateImage():image update failed: Exception: Transfer Failed
rasimport::main(): Exception: Transfer Failed
Note:
See TracTickets
for help on using tickets.
I can't reproduce this, tried with two rasql and rasql+rasimport mixed commands, e.g.
and always get a "RasManager Error: Write transaction in progress, please retry again later."