All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans Reiser <reiser@namesys.com>
To: David Dabbs <david@dabbs.net>
Cc: 'ReiserFS List' <reiserfs-list@namesys.com>,
	'Nikita Danilov' <Nikita@namesys.com>,
	'Alexander Zarochentcev' <zam@namesys.com>,
	"'E. Gryaznova'" <grev@namesys.com>
Subject: Re: Was able to reproduce "cp: cannot stat file.x: Input/output error"
Date: Sun, 08 Aug 2004 23:17:47 -0700	[thread overview]
Message-ID: <4117170B.5000506@namesys.com> (raw)
In-Reply-To: <20040808191325.BE91F15CC3@mail03.powweb.com>

David Dabbs wrote:

>  
>
>>-----Original Message-----
>>From: Hans Reiser [mailto:reiser@namesys.com]
>>Sent: Sunday, August 08, 2004 1:09 PM
>>To: David Dabbs
>>Cc: 'ReiserFS List'; Nikita Danilov; Alexander Zarochentcev; E. Gryaznova
>>Subject: Re: Was able to reproduce "cp: cannot stat file.x: Input/output
>>error"
>>
>>most filenames are small.  We have an optimization in reiser4 that
>>assumes filenames are less than 15 characters, which most of them are.
>>
>>    
>>
>
>This is true, but most file names are also not six characters or less with
>no extensions. 
>
>  
>
>>Maybe you should use a list of real filenames as well as a list of real
>>directory names.  You can reuse the filenames, so long as they are
>>unique within a directory.
>>
>>    
>>
>
>I'm not sure uniqueness is a requirement, as mongo allows for duplicate
>filenames. I did use real dirs and files. This is what the MKDIRS and
>MKFILES phases do. I generated a list of most of the actual directories and
>files in my / partition. In my config these are created by MKFILES and
>MKDIRS before the 'stock' mongo phases run.
>
>  
>
>>Hmm, it occurs to me that rather than using the 7 character filename
>>prefix in the hash we should use first 4 letters and last 3 letters.
>>
>>Nikita, zam, what do you think?
>>
>>    
>>
>
>Then you wouldn't store directories and filenames in lexicographic order as
>you originally intended.
>  
>
yes, it is only a good idea for filenames larger than 15 characters.

>
>  
>
>>>Since the above code simply opens and closes the file, every file created
>>>      
>>>
>>is zero length, and it creates _many_ zero-length files.
>>    
>>
>>Why would you want that?
>>    
>>
>
>I didn't explicitly _want_ zero length files, I just did the minimum to
>generate the files. I can easily go back and write one byte to the files,
>but that (shouldn't) really have an impact on the operations against the
>files created by reiser_fract_tree and later
>modified/read/overwritten/deleted by later phases because the files created
>by MKFILES are in directories not manipulated by the stock mongo phases.
>They use the files and directories created by reiser_fract_tree. The reason
>I added the dirs and files created by MKDIRS/FILES was to have mongo work
>with a filesystem 'loaded' with as much metadata as a real system might
>have. If this adds nothing to the benchmarking then simply run with
>MKFILES=off and MKDIRS=off.
>  
>
it is extremely unrealistic to create the files in one phase and write 
to them in the next phase.  the filesystem will behave completely 
differently.

>
>  
>
>>>I made the following changes, see http://dabbs.net/reiser4/mongopl.html
>>>      
>>>
>>for more context.
>>    
>>
>>>In
>>>
>>>init_fsys:
>>>  don't unmount the filesystem after mkfs * df.
>>>
>>>mongo_launcher:
>>>  don't call &mount_fsys; at beginning and &umount_fsys; at end of each
>>>phase
>>>
>>>
>>>Only umount_fsys at end of function mongo.
>>>
>>>
>>>David
>>>
>>>
>>>      
>>>
>>ok.  Unmounting between phases was probably a bad idea, as it benchmarks
>>unmounting.  It should be fixed.
>>    
>>
>
>Mounting/umounting between phases shouldn't cause errors, but I focused
>there because the errors I saw didn't begin until the copy phase, which is
>the first phase where mongo _reads_ what was created. Perhaps something is
>not being committed, at least with my hardware/config, despite the fact that
>there's a sync at the end of every phase iteration. I also added a sync
>command before the final umount.
>
>David
>
>
>
>
>
>  
>


  reply	other threads:[~2004-08-09  6:17 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <4115A979.5090002@namesys.com>
2004-08-08  7:07 ` Was able to reproduce "cp: cannot stat file.x: Input/output error" David Dabbs
2004-08-08 18:08   ` Hans Reiser
2004-08-08 19:09     ` David Dabbs
2004-08-09  6:17       ` Hans Reiser [this message]
2004-08-08 21:40         ` David Dabbs
2004-08-09  0:01           ` Hans Reiser
2004-08-09  1:55             ` David Dabbs
2004-08-09 17:43               ` Hans Reiser
2004-08-09 18:32                 ` David Dabbs
2004-08-09  2:38             ` David Dabbs
2004-08-09 17:59               ` Alex Zarochentsev
2004-08-09 18:22                 ` David Dabbs
2004-08-09 18:42                   ` Alex Zarochentsev
2004-08-09 15:13     ` Nikita Danilov
2004-08-09 17:48       ` Hans Reiser
     [not found] <411944EF.7000504@namesys.com>
2004-08-10 22:05 ` David Dabbs
     [not found] <20040810205450.GU9811@backtop.namesys.com>
2004-08-10 21:06 ` David Dabbs
2004-08-10 21:06   ` Alex Zarochentsev
2004-08-10 21:19     ` David Dabbs
2004-08-11 10:03       ` Vladimir V. Saveliev
2004-08-10 21:26     ` David Dabbs
2004-08-06  6:53 David Dabbs
2004-08-06 15:51 ` Vladimir V. Saveliev
2004-08-06 17:10   ` Philippe Gramoullé
2004-08-06 17:39     ` Vladimir V. Saveliev
2004-08-06 19:06       ` Philippe Gramoullé
2004-08-07  4:14       ` Hans Reiser
2004-08-06 17:46     ` David Dabbs
2004-08-06 19:11       ` Philippe Gramoullé
2004-08-07  4:15       ` Hans Reiser
2004-08-07  6:46         ` David Dabbs
2004-08-07  7:49           ` Hans Reiser
2004-08-08  2:54             ` David Dabbs
2004-08-10  3:21             ` Valdis.Kletnieks
2004-08-10  8:31               ` Hans Reiser
2004-08-10 15:41                 ` Valdis.Kletnieks
2004-08-10  9:20               ` Alex Zarochentsev
2004-08-10 17:35                 ` Hans Reiser
2004-08-10 17:42                   ` David Dabbs
2004-08-10 17:46                     ` Hans Reiser
2004-08-10 18:05                   ` Alex Zarochentsev
2004-08-10 19:55                     ` Hans Reiser
2004-08-10 20:41                       ` Alex Zarochentsev
2004-08-06 17:51     ` Alex Zarochentsev
2004-08-06 19:10       ` Philippe Gramoullé
  -- strict thread matches above, loose matches on Subject: below --
2004-08-06  4:54 David Dabbs
2004-08-06  7:31 ` mjt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4117170B.5000506@namesys.com \
    --to=reiser@namesys.com \
    --cc=Nikita@namesys.com \
    --cc=david@dabbs.net \
    --cc=grev@namesys.com \
    --cc=reiserfs-list@namesys.com \
    --cc=zam@namesys.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.