Opened 10 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

Change History (1)

comment:1 by Dimitar Misev, 10 years ago

Resolution: invalid
Status: newclosed

I can't reproduce this, tried with two rasql and rasql+rasimport mixed commands, e.g.

rasql -q "insert..." &
sleep 0.5
rasimport -f ...

and always get a "RasManager Error: Write transaction in progress, please retry again later."

Note: See TracTickets for help on using tickets.