From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <68ac7f3d0807040249g53f2575ekb64f158eedb96db8@mail.gmail.com> Date: Fri, 4 Jul 2008 11:49:19 +0200 From: "=?UTF-8?Q?Juan_C=C3=A9spedes?=" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@9fans.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [9fans] venti: mem=sealed vs disk=sealed Topicbox-Message-UUID: dab9666a-ead3-11e9-9d60-3106f5b1d025 When asking for the "/index" URL to venti server, some arenas appear having the "disk=sealed" flag in addition to the "mem=sealed" flag, and some other don't. I fail to see any mention of it in the documentation, and a quick review of the source code makes me think that it is related to "icachedirty", which I guess means that some of the clumps in that arena have not yet gone into the index. Am I right? Well, the fact is that sometimes venti appears to be doing a hard work sealing arenas (I mean, indexing clumps), and sometimes it doesn't. Right now, in my venti server, I have 6 arenas with "mem=sealed but without "disk=sealed". In addition to that, doing: hget 'http://127.1:8080/graph?arg=icachedirty&text=1' | tail -1 gives always the same values: the "icachedirty" values doesn't change. Is this normal? Is there any way to force venti to index clumps? In case that matters, I am running venti on Linux, from plan9port-20080616. Thanks, Juan Cespedes