Problem with the abstracts id

Hello,

On one events on our Indico 3.3.8, abstracts are submitted. At first the count was normal after submission but after the 28th one, it skipped the next id (29th), and goes straight to the 34th.

We tried to see if the missing numbers are maybe seen in the database, but there was nothing there too.

Can you maybe tell if it is normal ? Or maybe something linked to a configuration of ours ?

Thanks in advance.

Was a contribution created manually? Contributions and abstracts share the same friendly IDs.

PS: “You don’t have any clue… ?” after just one day is kind of rude.

Sorry… the last message was just to have a reaction :melting_face:

And to answer your question the problem was not just on the friendly_id but also on the id itself

This can happen if a new row got INSERTed in the database but not COMMITed, e.g. due to an error or explicit rollback. Maybe there’s some code that flushes a temporary abstract inadvertently. In any case nothing to worry about.

Ah oki then.

We were just worried because we thought we had lost all the abstracts whose IDs are missing.

But if it’s okay, thank you for your help.