[rrd-developers] rrd_fetch seek issue

Tobias Oetiker tobi at oetiker.ch
Thu Dec 11 14:38:07 CET 2008


Hi Daniel,

Where do you see this ?

note that there is code to wrap the rra_pointer back to the start
of the archive once it ventures over the end of the archive ...

            if (rra_pointer >= (signed) rrd.rra_def[chosen_rra].row_cnt) {
                rra_pointer -= rrd.rra_def[chosen_rra].row_cnt;
                if (rrd_seek(rrd_file, (rra_base + rra_pointer * (*ds_cnt)
                                        * sizeof(rrd_value_t)),
                             SEEK_SET) != 0) {
                    rrd_set_error("wrap seek in RRA did fail");
                    goto err_free_data;
                }
            }


cheers
tobi




Today Daniel.Pocock at barclayscapital.com wrote:

>
>
> >
> > the patch is actually very simple ...
> >
>
>
> I think this has exposed another issue, in my latest attempt to run my
> tests:
>
> rows = 120960
> cur_row = 104821
> start_offset = 116378
>
> rra_pointer = 221200
>
> rra_pointer shouldn't be greater than rows, should rra_pointer =
> rra_pointer % rows perhaps?
> _______________________________________________
>
> This e-mail may contain information that is confidential, privileged or otherwise protected from disclosure. If you are not an intended recipient of this e-mail, do not duplicate or redistribute it by any means. Please delete it and any attachments and notify the sender that you have received it in error. Unless specifically indicated, this e-mail is not an offer to buy or sell or a solicitation to buy or sell any securities, investment products or other financial product or service, an official confirmation of any transaction, or an official statement of Barclays. Any views or opinions presented are solely those of the author and do not necessarily represent those of Barclays. This e-mail is subject to terms available at the following link: www.barcap.com/emaildisclaimer. By messaging with Barclays you consent to the foregoing.  Barclays Capital is the investment banking division of Barclays Bank PLC, a company registered in England (number 1026167) with its registered office at 1 Churchill Place, London, E14 5HP.  This email may relate to or be sent from other members of the Barclays Group.
> _______________________________________________
>
>

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
http://it.oetiker.ch tobi at oetiker.ch ++41 62 775 9902 / sb: -9900


More information about the rrd-developers mailing list