|
From: Frédéric B. <no...@no...> - 2013-02-27 20:18:35
|
Hi, we just got some problem with our file server and this bring me question on how to detect corrupted files. There is a way to specify a filter when creating a table that add a checksum[1]. My questions is, when a file is created with checksum, are they always verified when the chunks are uncompressed? Can we specify when we open the file if we want to check it or not? The examples I found only talk about it when we create the file. thanks Frédéric Bastien [1] http://pytables.github.com/usersguide/libref/helper_classes.html |
|
From: Anthony S. <sc...@gm...> - 2013-02-27 20:23:44
|
I think that the checksum is on the compressed data... On Wed, Feb 27, 2013 at 2:16 PM, Frédéric Bastien <no...@no...> wrote: > Hi, > > we just got some problem with our file server and this bring me > question on how to detect corrupted files. > > There is a way to specify a filter when creating a table that add a > checksum[1]. > > My questions is, when a file is created with checksum, are they always > verified when the chunks are uncompressed? Can we specify when we open > the file if we want to check it or not? The examples I found only talk > about it when we create the file. > > thanks > > Frédéric Bastien > > > [1] http://pytables.github.com/usersguide/libref/helper_classes.html > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_feb > _______________________________________________ > Pytables-users mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/pytables-users > |
|
From: Frédéric B. <no...@no...> - 2013-02-27 20:27:55
|
That is fine with me. I just want to detect if my data got corrupted by hardware problems. Do someone know if it always get verified? Do you know if this cause significant speed difference? thanks Frédéric On Wed, Feb 27, 2013 at 3:21 PM, Anthony Scopatz <sc...@gm...> wrote: > I think that the checksum is on the compressed data... > > > On Wed, Feb 27, 2013 at 2:16 PM, Frédéric Bastien <no...@no...> wrote: >> >> Hi, >> >> we just got some problem with our file server and this bring me >> question on how to detect corrupted files. >> >> There is a way to specify a filter when creating a table that add a >> checksum[1]. >> >> My questions is, when a file is created with checksum, are they always >> verified when the chunks are uncompressed? Can we specify when we open >> the file if we want to check it or not? The examples I found only talk >> about it when we create the file. >> >> thanks >> >> Frédéric Bastien >> >> >> [1] http://pytables.github.com/usersguide/libref/helper_classes.html >> >> >> ------------------------------------------------------------------------------ >> Everyone hates slow websites. So do we. >> Make your web apps faster with AppDynamics >> Download AppDynamics Lite for free today: >> http://p.sf.net/sfu/appdyn_d2d_feb >> _______________________________________________ >> Pytables-users mailing list >> Pyt...@li... >> https://lists.sourceforge.net/lists/listinfo/pytables-users > > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_feb > _______________________________________________ > Pytables-users mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/pytables-users > |
|
From: Anthony S. <sc...@gm...> - 2013-02-27 20:37:36
|
Sorry, I don't know. I never have used this feature. Maybe someone who has can chime in. On Wed, Feb 27, 2013 at 2:26 PM, Frédéric Bastien <no...@no...> wrote: > That is fine with me. I just want to detect if my data got corrupted > by hardware problems. > > Do someone know if it always get verified? Do you know if this cause > significant speed difference? > > thanks > > Frédéric > > On Wed, Feb 27, 2013 at 3:21 PM, Anthony Scopatz <sc...@gm...> > wrote: > > I think that the checksum is on the compressed data... > > > > > > On Wed, Feb 27, 2013 at 2:16 PM, Frédéric Bastien <no...@no...> > wrote: > >> > >> Hi, > >> > >> we just got some problem with our file server and this bring me > >> question on how to detect corrupted files. > >> > >> There is a way to specify a filter when creating a table that add a > >> checksum[1]. > >> > >> My questions is, when a file is created with checksum, are they always > >> verified when the chunks are uncompressed? Can we specify when we open > >> the file if we want to check it or not? The examples I found only talk > >> about it when we create the file. > >> > >> thanks > >> > >> Frédéric Bastien > >> > >> > >> [1] http://pytables.github.com/usersguide/libref/helper_classes.html > >> > >> > >> > ------------------------------------------------------------------------------ > >> Everyone hates slow websites. So do we. > >> Make your web apps faster with AppDynamics > >> Download AppDynamics Lite for free today: > >> http://p.sf.net/sfu/appdyn_d2d_feb > >> _______________________________________________ > >> Pytables-users mailing list > >> Pyt...@li... > >> https://lists.sourceforge.net/lists/listinfo/pytables-users > > > > > > > > > ------------------------------------------------------------------------------ > > Everyone hates slow websites. So do we. > > Make your web apps faster with AppDynamics > > Download AppDynamics Lite for free today: > > http://p.sf.net/sfu/appdyn_d2d_feb > > _______________________________________________ > > Pytables-users mailing list > > Pyt...@li... > > https://lists.sourceforge.net/lists/listinfo/pytables-users > > > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_feb > _______________________________________________ > Pytables-users mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/pytables-users > |
|
From: Francesc A. <fa...@gm...> - 2013-03-01 21:46:22
|
Yes, if the fletcher32 filter is used, it is always verified during reads. I never experienced a failure myself, but a look at the code: http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8.1/src/unpacked/src/H5Zfletcher32.c is enough to see that this is the case. Francesc On 2/27/13 9:35 PM, Anthony Scopatz wrote: > Sorry, I don't know. I never have used this feature. Maybe someone > who has can chime in. > > > On Wed, Feb 27, 2013 at 2:26 PM, Frédéric Bastien <no...@no... > <mailto:no...@no...>> wrote: > > That is fine with me. I just want to detect if my data got corrupted > by hardware problems. > > Do someone know if it always get verified? Do you know if this cause > significant speed difference? > > thanks > > Frédéric > > On Wed, Feb 27, 2013 at 3:21 PM, Anthony Scopatz > <sc...@gm... <mailto:sc...@gm...>> wrote: > > I think that the checksum is on the compressed data... > > > > > > On Wed, Feb 27, 2013 at 2:16 PM, Frédéric Bastien > <no...@no... <mailto:no...@no...>> wrote: > >> > >> Hi, > >> > >> we just got some problem with our file server and this bring me > >> question on how to detect corrupted files. > >> > >> There is a way to specify a filter when creating a table that add a > >> checksum[1]. > >> > >> My questions is, when a file is created with checksum, are they > always > >> verified when the chunks are uncompressed? Can we specify when > we open > >> the file if we want to check it or not? The examples I found > only talk > >> about it when we create the file. > >> > >> thanks > >> > >> Frédéric Bastien > >> > >> > >> [1] > http://pytables.github.com/usersguide/libref/helper_classes.html > >> > >> > >> > ------------------------------------------------------------------------------ > >> Everyone hates slow websites. So do we. > >> Make your web apps faster with AppDynamics > >> Download AppDynamics Lite for free today: > >> http://p.sf.net/sfu/appdyn_d2d_feb > >> _______________________________________________ > >> Pytables-users mailing list > >> Pyt...@li... > <mailto:Pyt...@li...> > >> https://lists.sourceforge.net/lists/listinfo/pytables-users > > > > > > > > > ------------------------------------------------------------------------------ > > Everyone hates slow websites. So do we. > > Make your web apps faster with AppDynamics > > Download AppDynamics Lite for free today: > > http://p.sf.net/sfu/appdyn_d2d_feb > > _______________________________________________ > > Pytables-users mailing list > > Pyt...@li... > <mailto:Pyt...@li...> > > https://lists.sourceforge.net/lists/listinfo/pytables-users > > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_feb > _______________________________________________ > Pytables-users mailing list > Pyt...@li... > <mailto:Pyt...@li...> > https://lists.sourceforge.net/lists/listinfo/pytables-users > > > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_feb > > > _______________________________________________ > Pytables-users mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/pytables-users -- Francesc Alted |