tabled's status, and S3 API compliance

2010-03-05 Thread Jeff Garzik
I made a pass through the S3 API docs (version 2006-03-01), and noted everything that tabled is missing. It is a surprisingly small list: http://hail.wiki.kernel.org/index.php/Tabled#S3_API_compliance tabled's status was also updated to "Beta" to reflect its maturity: http://hail.wiki.kernel.

Re: tabled test corpus?

2010-03-05 Thread Jeff Garzik
On 03/05/2010 04:15 PM, Colin McCabe wrote: Random thoughts: Maybe something like a freely available dictionary would work, with the key as the word, and the value as the definition. You could grab git commits from the Linux kernel and make the key the SHA, and the value the patch. There's a l

Re: tabled test corpus?

2010-03-05 Thread Colin McCabe
Random thoughts: Maybe something like a freely available dictionary would work, with the key as the word, and the value as the definition. You could grab git commits from the Linux kernel and make the key the SHA, and the value the patch. There's a lot of text in Project Gutenberg. I guess you'd

Re: tabled test corpus?

2010-03-05 Thread Fabian Deutsch
Am Freitag, den 05.03.2010, 13:33 -0500 schrieb Jeff Garzik: > On 03/05/2010 10:31 AM, Jeff Garzik wrote: > > Can anybody suggest a good test dataset for tabled? > > > > Hopefully something with a million or more keys, where the values are > > large. > > > > I can certainly generate something like

Re: tabled test corpus?

2010-03-05 Thread Jeff Garzik
On 03/05/2010 10:31 AM, Jeff Garzik wrote: Can anybody suggest a good test dataset for tabled? Hopefully something with a million or more keys, where the values are large. I can certainly generate something like that artificially, but a real-world dataset would be nice. Still looking for a go

tabled test corpus?

2010-03-05 Thread Jeff Garzik
Can anybody suggest a good test dataset for tabled? Hopefully something with a million or more keys, where the values are large. I can certainly generate something like that artificially, but a real-world dataset would be nice. Jeff -- To unsubscribe from this list: send the line "u

[PATCH] tabled/storparse: clause went away

2010-03-05 Thread Jeff Garzik
Note we need a flag at the tabled config level, to indicate whether or not SSL should be used. As of this commit (and related chunkd changes), encryption will be disabled by default, with no way to enable it in tabled. I think this makes much more sense anyway, because it is silly (and unlikely)

[PATCH] tabled test: wait longer for init

2010-03-05 Thread Jeff Garzik
commit b68e4608faeb618767678b4ab5d76e29eef2614f Author: Jeff Garzik Date: Fri Mar 5 08:18:21 2010 -0500 [test] wait longer for tabled to initialize Signed-off-by: Jeff Garzik diff --git a/test/wait-for-listen.c b/test/wait-for-listen.c index c1946c4..8cfdc56 100644 --- a/test/wa

[PATCH] chunk: Update protocol to support in-band SSL negotiation

2010-03-05 Thread Jeff Garzik
commit 0df0e18e7fdf2674e4a22f0ca8e57a157dad6ca9 Author: Jeff Garzik Date: Fri Mar 5 10:04:00 2010 -0500 Protocol: replace SSL/no-SSL split ports with in-band SSL negotiation Initiating SSL immediately upon connection, based on incoming TCP connection port, is a relic of poor H

[PATCH] chunkd self-check cleanups

2010-03-05 Thread Jeff Garzik
commit 38e47f046d4d3f9657e9644417ad8b154b46a6e7 Author: Jeff Garzik Date: Fri Mar 5 08:03:48 2010 -0500 Self-check cleanups. - remove self-check period. self-check period is externally controlled. - self-check initiation limited to specified list of administrative users