Bug 849 - Server chooses nr, client crashes
Summary: Server chooses nr, client crashes
Status: ASSIGNED
Alias: None
Product: Transactions
Classification: Unclassified
Component: Common (show other bugs)
Version: unspecified
Hardware: PC Linux
: P1 critical
Assignee: Werner Van Belle
URL:
Depends on:
Blocks:
 
Reported: 2011-04-29 10:20 CEST by Werner Van Belle
Modified: 2011-04-29 10:20 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Werner Van Belle 2011-04-29 10:20:13 CEST
When the server receives a commit request, it decides on the next memory state and communicates this number back to the client. The client receives it and writes the memory to disk. Other clients might receive a notrification to wait for this new state to appear. Howver if the commit-to-be done crashes at the client, then the new state will never appear and the system deadlocks.