- 07 Nov, 2000 1 commit
-
-
Jim Fulton authored
-
- 14 Oct, 2000 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
if an attempt was made to write while disconnected from the storage server.
-
- 11 Oct, 2000 1 commit
-
-
Jim Fulton authored
-
- 06 Oct, 2000 3 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 05 Oct, 2000 4 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
defaults to the present and a 'days' keyword argument can be used to specify a number of days pervious to the time to pack to. A wait keyword argment can be provided for pack that causes the client to wait for a pack response from the server. NOTE: no other requests will be sent to the server while waiting for the pack response. This feature should only be used from utility packing scripts.
-
Jim Fulton authored
Got rid of the no-longer-used (synchronous) store method. Added a wait argument to pack. If the wait argument is provided, then the pack method doesn't return a value till packing is done. Simplified the way errors are handled in normal calls and packs by putting the error marshalling logic into a separate method. No longer log UndoError, VersionCommitError, and TransactionError exceptions on the server, since these are user-level errors. Do log pack errors.
-
Jim Fulton authored
defaults to the present and a 'days' keyword argument can be used to specify a number of days pervious to the time to pack to.
-
- 01 Oct, 2000 4 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
Rearranged handlers to make them a little less signal dependent.
-
Jim Fulton authored
-
Jim Fulton authored
"address already in use" errors.
-
- 27 Sep, 2000 4 commits
-
-
Jim Fulton authored
editorial changes.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
files if no directory was specified in the var directory and if INSTANCE_HOME isn't set.
-
- 26 Sep, 2000 1 commit
-
-
Jim Fulton authored
-
- 25 Sep, 2000 4 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
between calls from the storage and from the out-of-band invalidation message handler.
-
Jim Fulton authored
-
Jim Fulton authored
on start up, with the default being to wait for the server. The intent was that it should be possible to bring a client up even if it can't talk to the server, however, this is a little bit risky if we need to start them both. Eventually, we need to be the start-up code be smart enough to wait if we can't serve data requests during startup, but to proceed if we can.
-
- 21 Sep, 2000 1 commit
-
-
Shane Hathaway authored
a memory leak in mounted databases.
-
- 16 Sep, 2000 1 commit
-
-
Jim Fulton authored
This was to fix a bug caused by an interaction with ZEO that caused a process to be unable to start if the ZEO client cache contained stale data.
-
- 11 Sep, 2000 4 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
getting the local and global transaction locks. This has a disastrous effect, causing updates to be missed locally and causing the transaction id to be lost.
-
Jim Fulton authored
raise an exception. It should catch and serialize exceptions raised by the underlying storage, however, unpicklable exceptions could cause it to accidentally raise an exception. We now pickle exceptions more carefully, catching and handling pickling errors.
-
Jim Fulton authored
- Close sockets on process shutdown. This should avoid "address already in use" messages on restarts. - Log shutdown. Fixed bugs in handling -u option: - The -u option wasn't registered with getopt - User lookup failures weren't logged correctly.
-
- 07 Sep, 2000 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 05 Sep, 2000 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 04 Sep, 2000 1 commit
-
-
Jim Fulton authored
-
- 03 Sep, 2000 5 commits
-
-
Jim Fulton authored
Send storage size info to all clients at end of pack and commit.
-
Jim Fulton authored
understandable. Sped up startup a tiny bit by not doing synchronous get_info call on startup. Instead, server will send info asynchrously on startup.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-