root/branches


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @805 [805] 04/12/07 18:45:14 hachi Since the protocol changed, update tests to follow the new protocol.
(edit) @804 [804] 04/12/07 18:17:33 hachi Remove some code, and comment on it. Fixing later.
(edit) @803 [803] 04/12/07 18:14:30 hachi The rename this command to be consistent with the other names for added …
(edit) @802 [802] 04/12/07 18:12:10 hachi Make the name/nameid mapping cache in process. This calms the db access …
(edit) @775 [775] 03/15/07 21:10:25 hachi Add support for saving the mtime now.
(edit) @774 [774] 03/15/07 21:09:44 hachi It helps to use real SQL
(edit) @773 [773] 03/15/07 20:29:03 hachi Allow the hook to die() instead and return a more meaningful error.
(edit) @772 [772] 03/15/07 20:27:44 hachi Switch the way the list_directory command returns the list of files, and …
(edit) @771 [771] 03/15/07 20:26:02 hachi Metadata plugin, currently can't be hooked in because it would conflict …
(edit) @769 [769] 03/15/07 20:02:44 hachi Plugin args passing.
(edit) @766 [766] 03/09/07 21:14:26 hachi split doesn't work for parsing /proc/partitions, use a full regex instead.
(edit) @765 [765] 03/09/07 02:27:03 hachi iostat on linux doesn't output stats per-partition, only per device, so we …
(edit) @764 [764] 03/09/07 01:15:30 hachi Slight fix for regex not picking up devices and utliization properly.
(edit) @763 [763] 03/08/07 20:45:01 hachi Testing most of the actions we can do so far.
(edit) @762 [762] 03/08/07 20:43:58 hachi Break out the paths parsing, so I can thow the invalid filename failure …
(edit) @761 [761] 03/08/07 20:41:52 hachi Fix hook call to make it so I can throw an error state from the hook.
(edit) @760 [760] 03/08/07 02:40:27 hachi Plugin idea for mogdbsetup. Let's the filepaths plugin add extra tables …
(edit) @759 [759] 03/08/07 02:27:45 hachi Need to use this module first, so the ->add_extra_tables call exists.
(edit) @758 [758] 03/07/07 02:56:53 hachi Broken test for filepaths plugin, need a way to enable a plugin at …
(edit) @757 [757] 03/07/07 02:52:04 hachi Branch so I can twiddle things in core, and things can be discussed before …
(edit) @383 [383] 08/28/06 21:48:45 marksmith * make cmd_delete call through to hook system * add FilePaths plugin …
(edit) @382 [382] 08/25/06 03:49:54 marksmith * don't let the query workers do anything if they haven't heard from the …
(edit) @381 [381] 08/25/06 02:36:18 marksmith * implement storing unique data in test-write file * read back test-write …
(edit) @380 [380] 08/25/06 02:11:52 marksmith * only try testing write capability every 15 seconds
(edit) @379 [379] 08/25/06 01:39:52 marksmith * make still_alive do its own "last time I announced this" logic so we …
(edit) @378 [378] 08/25/06 00:20:00 bradfitz unindenting a huge else block, but also: also delete from file_to_delete …
(edit) @377 [377] 08/24/06 23:30:42 marksmith * whoops, somehow this dropped at some point
(edit) @376 [376] 08/24/06 23:10:47 bradfitz remove warning
(edit) @375 [375] 08/24/06 23:07:13 bradfitz new note
(edit) @374 [374] 08/24/06 23:05:26 bradfitz we have to do PUTs to the real port, not the GET port. so name the …
(edit) @373 [373] 08/24/06 22:57:06 marksmith writeable
(edit) @372 [372] 08/24/06 22:54:07 marksmith * make this do readable vs writeable and throw errors
(edit) @371 [371] 08/24/06 22:50:05 bradfitz request writable devices only
(edit) @370 [370] 08/23/06 23:22:48 bradfitz allow starting server w/ unexpected schema version
(edit) @369 [369] 08/23/06 23:16:05 bradfitz watchdog stuff
(edit) @368 [368] 08/23/06 23:13:10 bradfitz brevity
(edit) @367 [367] 08/23/06 23:11:55 bradfitz fix race, and don't poll for checker status every 2 seconds. change to …
(edit) @366 [366] 08/23/06 23:11:25 bradfitz let subrefs of every say how much to sleep in next round.
(edit) @365 [365] 08/23/06 22:58:00 bradfitz simpler API
(edit) @364 [364] 08/23/06 22:43:02 bradfitz make 'replicate_now' return more info
(edit) @363 [363] 08/23/06 22:42:52 bradfitz note
(edit) @362 [362] 08/23/06 22:38:06 bradfitz give monitor a bit more time
(edit) @361 [361] 08/23/06 22:35:53 bradfitz up for clarity, no functional change
(edit) @360 [360] 08/22/06 03:47:51 marksmith * more work on the checker job
(edit) @359 [359] 08/21/06 21:07:08 marksmith * per Brad, never let fsck table get above 10,000 items. this is to …
(edit) @358 [358] 08/21/06 20:08:15 marksmith * add generic get_server_setting/set_server_setting methods in Mgd …
(edit) @356 [356] 08/17/06 19:18:38 marksmith * add 'replicate_now' command which makes due all deferred replications * …
(edit) @355 [355] 08/17/06 18:14:21 marksmith * some minor cleanup * make replicator warn that it's waiting for monitor …
(edit) @353 [353] 08/16/06 01:03:00 marksmith * let's make the replicate job wait for the monitor job to fire a cycle …
(edit) @352 [352] 08/15/06 23:28:52 marksmith * update newrepl, codify ENDOFTIME into constant, make the error comments …
(edit) @350 [350] 08/15/06 00:23:08 marksmith * add exponential backoff which uses the failcount to determine how long …
(edit) @349 [349] 08/14/06 23:23:17 bradfitz for jr
(edit) @347 [347] 08/11/06 19:23:57 bradfitz for jr
(edit) @346 [346] 08/11/06 07:09:40 bradfitz in source error and fixed source, fail immediately.
(edit) @345 [345] 08/11/06 06:57:23 bradfitz start making smarter decisions in replicator based on whether http_copy …
(edit) @344 [344] 08/11/06 05:56:07 bradfitz annotating http_copy w/ error codes. also just general notes and cleanup
(edit) @343 [343] 08/11/06 04:02:26 bradfitz cleanup
(edit) @342 [342] 08/11/06 03:20:15 bradfitz make create_close insert into files_to_replicate, and make the replicator …
(edit) @341 [341] 08/11/06 01:26:17 bradfitz more tests
(edit) @340 [340] 08/11/06 01:03:41 bradfitz more test stuff
(edit) @338 [338] 08/11/06 00:37:55 bradfitz -- make first test suite test work, uploading a file which propogates. -- …
(edit) @337 [337] 08/10/06 21:43:31 bradfitz for jr
(edit) @336 [336] 08/10/06 19:05:04 bradfitz create mogstored processes
(edit) @335 [335] 08/10/06 19:04:45 bradfitz make max conns configurable
(edit) @334 [334] 08/10/06 18:44:45 bradfitz Start of new replication system, new fsck job, new test suite, and overall …
(edit) @333 [333] 08/10/06 18:42:16 bradfitz new replication branch
(add) @1 [1] 04/30/04 00:54:33 anonymous New repository initialized by cvs2svn.
Note: See TracRevisionLog for help on using the revision log.