| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
| |
Now includes the hostnameId, timestamp and optionally error message.
Updates idx_entities_retryinsert to account for details not being NULL.
Also fixes the issue where the entities inserted and rollback would
still be recorded in the entity cache if the access log insert failed.
This would have lead to PK violations later on.
|
| |
|
|
|
| |
This prevents other instances acting on the same rows in parallel,
potentially duplicating the rows and effort.
|
| |
|
|
|
|
| |
Entities are reparsed and reinserted, removed on success.
Failure to parse updates the entity type to UnparsableLine.
Failure to insert again updates the detail with the reason.
|
| |
|
|
|
| |
Entity value is MD5 hashed same as DB unique key, but the id itself is
now taken from the DB primary key which is sequence generated.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|