I have set the database cleanup to 30 days.
Local posts should not be affected.
Local posts get deleted, too.
No idea.
2019.3
Is it somehow possible, that I misconfigured something, so friendicas database cleanup "thinks" its own posts are from a foreign node?
I can't find a pattern in what gets deleted or not from my own posts...
Screenshot from the-federation.info... You can see the drop twice:

In addition: The latest post which disappeared were just 1-2 days old... What ist happening?!
Same behavior on my side:
posts from local users and received commets that were successfully federated remain available at the originating instance.
This seems to be the same behavior as in #7134, which never really got any attention.
This is now the second time i'm aware of that posts that were successfully federated and users have commentend on get lost on the local instance.
This already happened in the mid of august where around 30 of my posts where deleted from the instance database. The current incident deleted a post on the forum ![email protected] and one of my public posts from about a week ago which already had comments.
I've had a short conversation with @annando after the first incident in august and i't seemed like to posts where completely missing from the item table.
I've updated the instance a few days ago to 2019.12-dev, it was till then using the official release version 2019.09.
current version:
2019.12-dev
database 1324
post update 1322
The incident in august happened (as far as i can remember) a few days after i updated to 2019.09-rc.
git
7.3
5.7
As an example, these are the item table entry of one of the missing posts:
missing_item.txt
I can give access to a db backup of anyone is interested in having a look.
I'm currently unsure where to look at all. Sadly I'm currently massively into some other work, so I have to check this later.
I've disabled the db cleanup for now, but i suspect that it's not related to the cleanup. I tested the cleanup states against the backup db and everything seemed to be fine, means the item was not in the result set which is meant to be deleted.
There are not that many sections where a item is deleted directly, but i'm not sure if it may get deleted when something linked to the item is deleted...
src/Worker/RemoveContact.php:27: DBA::delete('item', ['id' => $item['id']]);
src/Worker/DBClean.php:91: DBA::delete('item', ['id' => $orphan["id"]]);
src/Worker/DBClean.php:113: DBA::delete('item', ['id' => $orphan["id"]]);
src/Worker/DBClean.php:310: DBA::delete('item', ['id' => $orphan["id"]]);
src/Worker/Expire.php:31: DBA::delete('item', ['id' => $row['id']]);
src/Model/Item.php:1918: DBA::delete('item', ['id' => $current_post]);
src/Model/Item.php:2699: DBA::delete('item', ['id' => $item_id]);
src/Model/Item.php:3342: DBA::delete('item', ['uri' => $itemuri, 'uid' => 0]);
@BinkaDroid I see your instance is still up, did this happen to you again in the recent months.
I guess any information would be helpfull to get an idea of whats going wrong.
One may be interpreting the local comments chart on the-federation.info that local comments are deleted more or less regularly:

I've activated debug logging on the instance to maybe find a hint when it happens again, but i'm not sure how long i can keep this activated cause the files grows really fast.
Concerning the log: You should activate some service like "logrotate".
Concerning the problem: I still don't have a clue where to look at. Problem is that - even with some additional logging - one would need to know the ID or GUID of vanished posts to have a look at.
When you know the GUID of a vanished post, you could always grep the logfile for it. Then you possibly would find something. But without it, it is like fishing in the dirt without a hook in a lake without fishes.
yep, thats what i had in mind.
I've tried to find the top-level posts from users of the instance, but i'm quite sure i still don't fully understand the quirks of user, contact and item relationship. Anyway, i've exported the guids of the items shown on the local community to have a base i can apply a diff on in a few days.
I just had a look at it. The found places where items are deleted look very innocent on a first glance. But there are more possible places. For example when a thread is deleted or a contact is deleted. Then the related items are deleted as well.
If reenabled the db cleanup option 2 days ago, now it's seems like it has happened again:

Will have a look at the logs this evening.
When the cleanup process is responsible, you should see this in the logfiles that contain "DBClean.php". Especially look for the phrase "Done deleting" there.
There's a whole bunch of "Done deleting" stuff in the log cause the cleanup had to catch up.
If tried to figure out some GUIDs that are missing now but i can't find a mention of this GUIDs in the log.
I'm pretty sure that this post is missing at least one comment:
https://sozialwolke.net/display/703b8751-125d-ea90-a44f-a33983411404
More investigation has to wait til later, need to get to work. :)
One of the top-level objects missing is https://sozialwolke.net/display/703b8751-135d-94ad-6a74-62f016548244.
I've restored a backup of 2 days ago and everything is there: item, item-uri, item-content.
The log does not show any lines when searching for the item guid or some of the other ids linked to the item-table.
As mentioned earlier there are a bunch of lines like the one below, but it seems that theres no more detailed logging in the worker.
2019-12-17 00:06:30 worker [INFO]: Done deleting 200 old global item entries from item table without user copy. Last ID: 147208 {"worker_id":"15c675b","worker_cmd":"DBClean"} - {"file":"DBClean.php","line":98,"function":"removeOrphans","uid":"2343f2","process_id":2009},
I have no clue how to go further.
Credentials to the restored database could be provided if anyone wants to have a look.
Is that line the only one where items got deleted? Because that one should be innocent.
These are the log sections containing a "delete":
https://paste.codewolke.net/?47ca11da31815e5d#G2DwQ1AA4cQ6AgLGVbfGPrjiKtwnszuvnnXXfSpZSksf
@BinkaDroid I see your instance is still up, did this happen to you again in the recent months.
I guess any information would be helpfull to get an idea of whats going wrong.
I deactivated cleanup a long time ago, but still a few of my local post vanished over time.
After updating to 2019.12 I enabled cleanup again, and most of my posts disappeared shortly after that.
For me, friendica has too many issues, this is the top one. Other ones are: Outdated/ bad/ missing documentation, too many UX/UI-issues ... so today, I gave up on it & deleted my node. Sorry.
Sorry to see you go, thanks for the feedback.
Possibly related: #8307
I didn't notice my own post disappearing yet (although as I see now there is at least one reshare missing).
So I am having this too. Just lost my own local post.
https://friends.deko.cloud/display/d0446be5-365e-4acd-ebc5-d2a872989344 - missing original
https://mordor.social/display/d0446be5-365e-4acd-ebc5-d2a872989344 - remote copy
I have the log at INFO level covering the moment of disappearance but I can't make anything out of it so far. But it seemed to happen at night around 3:00 (which is 0:00 UTC) and there seems some DB cleanup going on at this time:
2020-02-27 00:00:05 worker [INFO]: Deleting old global item entries from item table without user copy. Last ID: 72666 {"worker_id":"33e2494","worker_cmd":"DBClean"} - {"file":"DBClean.php","line":81,"function":"removeOrphans","uid":"9ec8ab","process_id":24685}
2020-02-27 00:00:05 worker [INFO]: Deleting old conversations. Last created: 2020-02-12 00:00:51 {"worker_id":"a92661a","worker_cmd":"DBClean"} - {"file":"DBClean.php","line":324,"function":"removeOrphans","uid":"d8a98b","process_id":24669}
2020-02-27 00:00:05 worker [INFO]: Deleting orphaned item activities - start {"worker_id":"5e6ff2d","worker_cmd":"Expire"} - {"file":"Expire.php","line":37,"function":"execute","uid":"94f35d","process_id":24698}
2020-02-27 00:00:10 worker [INFO]: Deleting orphaned item content - start {"worker_id":"5e6ff2d","worker_cmd":"Expire"} - {"file":"Expire.php","line":42,"function":"execute","uid":"94f35d","process_id":24698}
2020-02-27 00:00:11 worker [INFO]: Done deleting 1000 conversations. Last created: 2020-02-12 06:52:38 {"worker_id":"a92661a","worker_cmd":"DBClean"} - {"file":"DBClean.php","line":340,"function":"removeOrphans","uid":"d8a98b","process_id":24669}
2020-02-27 00:00:11 worker [INFO]: Deleting old conversations. Last created: 2020-02-12 06:52:38 {"worker_id":"7e9070b","worker_cmd":"DBClean"} - {"file":"DBClean.php","line":324,"function":"removeOrphans","uid":"85b51c","process_id":24639}
2020-02-27 00:00:12 worker [INFO]: Done deleting 1000 conversations. Last created: 2020-02-12 10:58:42 {"worker_id":"7e9070b","worker_cmd":"DBClean"} - {"file":"DBClean.php","line":340,"function":"removeOrphans","uid":"85b51c","process_id":24639}
2020-02-27 00:00:12 worker [INFO]: Deleting old conversations. Last created: 2020-02-12 10:58:42 {"worker_id":"037adff","worker_cmd":"DBClean"} - {"file":"DBClean.php","line":324,"function":"removeOrphans","uid":"d50872","process_id":24509}
2020-02-27 00:00:14 worker [INFO]: Done deleting 1000 conversations. Last created: 2020-02-12 15:41:54 {"worker_id":"037adff","worker_cmd":"DBClean"} - {"file":"DBClean.php","line":340,"function":"removeOrphans","uid":"d50872","process_id":24509}
2020-02-27 00:00:14 worker [INFO]: Deleting old conversations. Last created: 2020-02-12 15:41:54 {"worker_id":"037adff","worker_cmd":"DBClean"} - {"file":"DBClean.php","line":324,"function":"removeOrphans","uid":"d50872","process_id":24509}
2020-02-27 00:00:16 worker [INFO]: Done deleting 1000 conversations. Last created: 2020-02-12 19:23:12 {"worker_id":"037adff","worker_cmd":"DBClean"} - {"file":"DBClean.php","line":340,"function":"removeOrphans","uid":"d50872","process_id":24509}
2020-02-27 00:00:16 worker [INFO]: Deleting old conversations. Last created: 2020-02-12 19:23:12 {"worker_id":"037adff","worker_cmd":"DBClean"} - {"file":"DBClean.php","line":324,"function":"removeOrphans","uid":"d50872","process_id":24509}
2020-02-27 00:00:18 worker [INFO]: Done deleting 1000 conversations. Last created: 2020-02-12 22:46:47 {"worker_id":"037adff","worker_cmd":"DBClean"} - {"file":"DBClean.php","line":340,"function":"removeOrphans","uid":"d50872","process_id":24509}
2020-02-27 00:00:18 worker [INFO]: Deleting old conversations. Last created: 2020-02-12 22:46:47 {"worker_id":"037adff","worker_cmd":"DBClean"} - {"file":"DBClean.php","line":324,"function":"removeOrphans","uid":"d50872","process_id":24509}
2020-02-27 00:00:18 worker [INFO]: Done deleting 257 conversations. Last created: 2020-02-12 23:59:33 {"worker_id":"037adff","worker_cmd":"DBClean"} - {"file":"DBClean.php","line":340,"function":"removeOrphans","uid":"d50872","process_id":24509}
2020-02-27 00:00:18 worker [INFO]: Deleting old conversations. Last created: 2020-02-12 23:59:33 {"worker_id":"037adff","worker_cmd":"DBClean"} - {"file":"DBClean.php","line":324,"function":"removeOrphans","uid":"d50872","process_id":24509}
2020-02-27 00:00:18 worker [INFO]: Done deleting 0 conversations. Last created: 2020-02-12 23:59:33 {"worker_id":"037adff","worker_cmd":"DBClean"} - {"file":"DBClean.php","line":340,"function":"removeOrphans","uid":"d50872","process_id":24509}
2020-02-27 00:01:13 index [INFO]: Deleting item https://cybre.space/users/gid/statuses/102875553551216405 from 74650 [] - {"file":"Processor.php","line":202,"function":"deleteItem","uid":"4e0093","process_id":9281}
2020-02-27 00:01:33 worker [INFO]: Done deleting 561 old global item entries from item table without user copy. Last ID: 81153 {"worker_id":"33e2494","worker_cmd":"DBClean"} - {"file":"DBClean.php","line":98,"function":"removeOrphans","uid":"9ec8ab","process_id":24685}
2020-02-27 00:01:33 worker [INFO]: Deleting old global item entries from item table without user copy. Last ID: 81153 {"worker_id":"33e2494","worker_cmd":"DBClean"} - {"file":"DBClean.php","line":81,"function":"removeOrphans","uid":"9ec8ab","process_id":24685}
2020-02-27 00:01:33 worker [INFO]: Done deleting 0 old global item entries from item table without user copy. Last ID: 81153 {"worker_id":"33e2494","worker_cmd":"DBClean"} - {"file":"DBClean.php","line":98,"function":"removeOrphans","uid":"9ec8ab","process_id":24685}
I can send full log if anyone is interested to look at it.
Expiration is disabled in account settings, in server settings it is set like this:
Clean database: yes
Lifespan of remote items: 0 (disabled)
Lifespan of unclaimed items: 30
Lifespan of raw conversation data: 14
How old had the vanished post been? Does it fit into one of the values above?
How old had the vanished post been? Does it fit into one of the values above?
It was one week old.
Also I set a script to poll some of my posts' external URLs and alert if not found. So I am pretty sure it was deleted within five minutes of the time of this event.
To reproduce the problem I created a new user and populated the account with 500 automatically generated posts like: "Post â„–001 on Fri 28 Feb 2020 04:52:31 AM MSK". Also I enabled debug logs.
Tonight at around 3AM two posts got deleted, post Post â„–202 and Post â„–342.
https://friends.deko.cloud/display/d0446be5-165e-5872-5f96-0c6353319993
https://friends.deko.cloud/display/d0446be5-205e-58c3-4fe9-bb2410172336
But nothing is found by post GUIDs in the debug log. There is something happening at that time which looks like:
2020-03-01 00:00:13 worker [DEBUG]: DELETE FROM `item` WHERE `id` IN (333947); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"cb0302","process_id":17339}
2020-03-01 00:00:13 worker [DEBUG]: DELETE FROM `user-item` WHERE `iid` IN (333947); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"cb0302","process_id":17339}
Something weird goes on, why did it pick these two posts from 500 identical ones?
UPD:
Okay, I found where it happened (my post generating script logged post IDs too) but how we troubleshoot it further?
2020-03-01 00:00:48 worker [DEBUG]: DELETE FROM `item-delivery-data` WHERE `iid` IN (375035); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"cb0302","process_id":17339}
2020-03-01 00:00:48 worker [DEBUG]: DELETE FROM `notify-threads` WHERE `master-parent-item` IN (375035); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"cb0302","process_id":17339}
2020-03-01 00:00:48 worker [DEBUG]: DELETE FROM `participation` WHERE `iid` IN (375035); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"cb0302","process_id":17339}
2020-03-01 00:00:48 worker [DEBUG]: DELETE FROM `sign` WHERE `iid` IN (375035); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"cb0302","process_id":17339}
2020-03-01 00:00:48 worker [DEBUG]: DELETE FROM `term` WHERE `oid` IN (375035); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"cb0302","process_id":17339}
2020-03-01 00:00:48 worker [DEBUG]: DELETE FROM `item-activity` WHERE `id` IN (375035); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"cb0302","process_id":17339}
2020-03-01 00:00:48 worker [DEBUG]: DELETE FROM `item-content` WHERE `id` IN (375035); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"cb0302","process_id":17339}
2020-03-01 00:00:48 worker [DEBUG]: DELETE FROM `thread` WHERE `iid` IN (375035); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"cb0302","process_id":17339}
2020-03-01 00:00:48 worker [DEBUG]: DELETE FROM `user-item` WHERE `iid` IN (375035); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"cb0302","process_id":17339}
2020-03-01 00:00:48 worker [DEBUG]: DELETE FROM `item` WHERE `id` IN (375035); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"cb0302","process_id":17339}
2020-03-01 00:00:45 worker [DEBUG]: DELETE FROM `item-delivery-data` WHERE `iid` IN (378211); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"cb0302","process_id":17339}
2020-03-01 00:00:45 worker [DEBUG]: DELETE FROM `notify-threads` WHERE `master-parent-item` IN (378211); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"cb0302","process_id":17339}
2020-03-01 00:00:45 worker [DEBUG]: DELETE FROM `participation` WHERE `iid` IN (378211); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"cb0302","process_id":17339}
2020-03-01 00:00:45 worker [DEBUG]: DELETE FROM `sign` WHERE `iid` IN (378211); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"cb0302","process_id":17339}
2020-03-01 00:00:45 worker [DEBUG]: DELETE FROM `term` WHERE `oid` IN (378211); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"cb0302","process_id":17339}
2020-03-01 00:00:45 worker [DEBUG]: DELETE FROM `item-activity` WHERE `id` IN (378211); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"cb0302","process_id":17339}
2020-03-01 00:00:45 worker [DEBUG]: DELETE FROM `item-content` WHERE `id` IN (378211); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"cb0302","process_id":17339}
2020-03-01 00:00:45 worker [DEBUG]: DELETE FROM `thread` WHERE `iid` IN (378211); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"cb0302","process_id":17339}
2020-03-01 00:00:45 worker [DEBUG]: DELETE FROM `user-item` WHERE `iid` IN (378211); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"cb0302","process_id":17339}
2020-03-01 00:00:45 worker [DEBUG]: DELETE FROM `item` WHERE `id` IN (378211); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"cb0302","process_id":17339}
We have to log when we delete an item and why. This is the sensible thing to do. Thank you so much for your debugging efforts, they are invaluable.
I created the following PR adding logging in strategic places where items are deleted: https://github.com/friendica/friendica/pull/8354
You can wait for it to be merged on develop or use the patch immediately on your node and try the 500 posts trick again. The log should be much more explicit about where an item was deleted and add a call stack where it isn't obvious what called it. It is in NOTICE log level so you don't need to activate the full DEBUG log firehose.
Wow, this was fast! I patched the files and will be back with updates as soon as something shows up. It seems to be really random as last time it took two days before to clip two posts from identical five hundred (or around 1200 in total).
Tonight it had a feast deleting 19 posts!
Good news - logging enhancement by @MrPetovan works and shows for other post deletions.
Bad news - nothing new shows up in the logs for problematic posts. No mentions of deleted post IDs or GUIDs on NOTICE level or anywhere else. Except like before:
grep -a '371024' 2020-03-02_03-30.log
2020-03-02 00:00:19 worker [DEBUG]: DELETE FROM `item-delivery-data` WHERE `iid` IN (371024); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"b36d58","process_id":4467}
2020-03-02 00:00:19 worker [DEBUG]: DELETE FROM `notify-threads` WHERE `master-parent-item` IN (371024); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"b36d58","process_id":4467}
2020-03-02 00:00:19 worker [DEBUG]: DELETE FROM `participation` WHERE `iid` IN (371024); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"b36d58","process_id":4467}
2020-03-02 00:00:19 worker [DEBUG]: DELETE FROM `sign` WHERE `iid` IN (371024); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"b36d58","process_id":4467}
2020-03-02 00:00:19 worker [DEBUG]: DELETE FROM `term` WHERE `oid` IN (371024); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"b36d58","process_id":4467}
2020-03-02 00:00:19 worker [DEBUG]: DELETE FROM `item-activity` WHERE `id` IN (371024); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"b36d58","process_id":4467}
2020-03-02 00:00:19 worker [DEBUG]: DELETE FROM `item-content` WHERE `id` IN (371024); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"b36d58","process_id":4467}
2020-03-02 00:00:19 worker [DEBUG]: DELETE FROM `thread` WHERE `iid` IN (371024); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"b36d58","process_id":4467}
2020-03-02 00:00:19 worker [DEBUG]: DELETE FROM `user-item` WHERE `iid` IN (371024); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"b36d58","process_id":4467}
2020-03-02 00:00:19 worker [DEBUG]: DELETE FROM `item` WHERE `id` IN (371024); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"b36d58","process_id":4467}
If I look by worker id, it seems to be cleaning orphaned items at this time. But it seems to have a lot of DEBUG logs about deletions with no corresponding NOTICE ones...
UPD: noticed that these deletions happen while "old conversations" purge is running. Probably just a coincidence but added similar logging line there. Same for the other two deletions invoked from Expire.php - they also run during that time.
Damn. I guess I must have missed a spot. I'll do another pass specifically in the worker task.
@MrPetovan AFAIK you are only logging the ID but not the GUID of the deleted item? I guess this should be added as well. Possibly the URI as well, since all three values are used to identify a post.
Yes, I'm logging the information I have when we trigger a deletion, and the information is the ID, which is also what @SpcCw was grepping their log for. I don't think this is the problem, but rather that I missed a spot where we trigger a direct database deletion without using the Item::deleteByID method.
No, @SpcCw wrote this:
But nothing is found by post GUIDs in the debug log
Thing is that you mostly don't know the ID of a post - but the GUID (since it is part of the local URL) or the URI.
I suggest that we create some remove function for the item class for the physical removal of items. There we can log the deletions at a single place. BTW: I counted 9 places where we delete items.
Are you saying the Item::deleteByID method doesn't physically remove the item rows?
I counted 9 places where we delete items.
Yep, I didn't add as many logger calls. Feel free to add them yourself or please share the location list.
@annando I agree, this would be very useful.
By the way another kind of mysterious disappearance happened just now, this time of different nature.
https://friends.deko.cloud/display/dfa3c84036fb0138de40005056264835 (copy on another node) - this is non-local post but it has no reason to disappear so fast (it is one week old only). I don't know the post id, only guid (link) so I have no idea how to find it. Having GUID somewhere in the log could shed some light.
The log is full of events like this (maybe more than 50):
2020-03-02 18:52:19 worker [NOTICE]: Delete removed contact item {"id":313245,"worker_id":"356847a","worker_cmd":"RemoveContact"} - {"file":"RemoveContact.php","line":28,"function":"execute","uid":"130a29","process_id":13832}
But I didn't remove any contacts, I am absolutely sure of that. What triggers this kind of deletion?
The function Item::deleteByID (and the other "delete" functions in the Item class) are setting the "delete" marker and are transmitting the "delete" notice if appropriate. The true deletion takes place some days later.
@SpcCw it could be possible that someone deleted their profile or that someone unfollowed you who you hadn't followed. In that case the contact entry is deleted.
Right. This method should probably be renamed to Item::markAsDeleted and have the real Item::delete method perform the physical deletion.
@MrPetovan could you do it? I'm currently busy with the "unlisted" stuff (see my draft PR).
To find all places I recommend this command: grep "DBA::delete.*'item'" * -r
It found these places:
addon/twitter/twitter.php: DBA::delete('item', ['id' => $row['id']]);
src/Worker/RemoveContact.php: DBA::delete('item', ['id' => $item['id']]);
src/Worker/Expire.php: DBA::delete('item', ['id' => $row['id']]);
src/Worker/DBClean.php: DBA::delete('item', ['id' => $orphan["id"]]);
src/Worker/DBClean.php: DBA::delete('item', ['id' => $orphan["id"]]);
src/Worker/DBClean.php: DBA::delete('item', ['id' => $orphan["id"]]);
src/Model/Item.php: DBA::delete('item', ['id' => $current_post]);
src/Model/Item.php: DBA::delete('item', ['id' => $item_id]);
src/Model/Item.php: DBA::delete('item', ['uri' => $itemuri, 'uid' => 0]);
Of course. I did the same search, not sure why I didn't add more logger calls.
it could be possible that someone deleted their profile or that someone unfollowed you who you hadn't followed. In that case the contact entry is deleted.
@annando none of these cases. I have an user on my server who is following both the original author and the resharer and both of them have their profiles and this post on their original servers.
Not sure if it is related to this issue or not though, most likely it is something else.
UPD:
Two more today - same thing :(
Only [DEBUG]: DELETE FROM events.
So, my last hypothesis is that the item row is being deleted as part of a foreign key cascade deletion. This wouldn't appear when explicitly searching for item deletion because the cascade deletion is dynamic. I added more debug context in Database.php:1277 where @SpcCw has been collecting the most data about item deletion.
Patched my instance according to PR above except I changed this part (added GUID to logger function and didn't touch delete). So far seems to work, let's see.
Thanks for cleaning up after me!
Nothing changed.. same output for post ID, nothing for GUID:
2020-03-04 00:00:17 worker [DEBUG]: DELETE FROM `item-delivery-data` WHERE `iid` IN (425843); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"cce7ab","process_id":19962}
2020-03-04 00:00:17 worker [DEBUG]: DELETE FROM `notify-threads` WHERE `master-parent-item` IN (425843); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"cce7ab","process_id":19962}
2020-03-04 00:00:17 worker [DEBUG]: DELETE FROM `participation` WHERE `iid` IN (425843); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"cce7ab","process_id":19962}
2020-03-04 00:00:17 worker [DEBUG]: DELETE FROM `sign` WHERE `iid` IN (425843); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"cce7ab","process_id":19962}
2020-03-04 00:00:17 worker [DEBUG]: DELETE FROM `term` WHERE `oid` IN (425843); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"cce7ab","process_id":19962}
2020-03-04 00:00:17 worker [DEBUG]: DELETE FROM `item-activity` WHERE `id` IN (425843); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"cce7ab","process_id":19962}
2020-03-04 00:00:17 worker [DEBUG]: DELETE FROM `item-content` WHERE `id` IN (425843); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"cce7ab","process_id":19962}
2020-03-04 00:00:17 worker [DEBUG]: DELETE FROM `thread` WHERE `iid` IN (425843); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"cce7ab","process_id":19962}
2020-03-04 00:00:17 worker [DEBUG]: DELETE FROM `user-item` WHERE `iid` IN (425843); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"cce7ab","process_id":19962}
2020-03-04 00:00:17 worker [DEBUG]: DELETE FROM `item` WHERE `id` IN (425843); [] - {"file":"Database.php","line":1277,"function":"delete","uid":"cce7ab","process_id":19962}
@MrPetovan, shouldn't we get some change in the output at least? Or maybe it happens somewhere else? I see in Database.php two similar places - we changed line 1265 but also there is 1295.
What other log line do you have for process 19962?
What do you have in Database.php line 1277 that shows in the log?
And yes, I didn't notice the additional DELETE statement. I'll add context to this debug call as well.
What do you have in Database.php line 1277 that shows in the log?
$this->logger->debug($this->replaceParameters($sql, $field_values));
It is this second section. I will patch it as well. As for the first question - I forgot to copy the log in time and it rolled over :/ I will wait for another event.
Your log got deleted? it isn't just compressed when it's rotating?
Your log got deleted? it isn't just compressed when it's rotating?
It is but 12 hours of compressed debug logs take 1-2GB and this is what I can afford at the moment. I am a bit short on disk space. I intended to copy interesting chunks later but mental notes made before drinking morning coffee are not very persistent I suppose :)
Fair enough, that's why I initially added the debug on "Notice" so that you don't need to have the Debug firehose on at all times, but it looks like we can't avoid it. I'll wait for the next deletion event!
Just checking in: I am still on it but no more of this kind of deletions happened in about one week among around 800 monitored posts. This is strange because it happened almost every day before. Maybe we accidentally fixed it with MrPetovan's logging changes (or me applying them)?
The other kind of deletions happened though - remote posts and reshares disappeared a couple of times but these are hard to catch and maybe are different issue so I am not looking into it for now.
So I am waiting until new Friendica release comes out from RC. If no deletions happen until then, I will upgrade the node dropping the local changes and continue monitoring. If the update causes deletions to reappear then perhaps we should consider the possibility of patches affecting it (and I will reapply them at this point).
And of course I am open to any ideas on how to catch this better.
Since we merged the logging calls, the new release will have them and you won't have to manually reapply the patches.
This happened again. Local post, zero interactions, didn't retract from remote servers. This time logs look interesting.
https://friends.deko.cloud/display/d0446be5-195e-5899-e055-c5f257782219, post id: 376521, nothing in logs by guid.
grep -ai 376521 - returns a lot, 4000+ lines!
grep -ai '376521' 2020-03-20_03-30.log | grep 'IN (376521)
2020-03-20 00:00:27 worker [INFO]: DELETE FROM `item-delivery-data` WHERE `iid` IN (376521); {"callstack":"Database::delete, Database::delete, Database::delete, Database::delete, Database::delete, Database::delete","internal_callstack":{"item:{\"id\":21249}":true,"item:{\"parent\":21249}":true,"id-item:{\"parent\":21249}":true,"item-delivery-data:{\"iid\":21249}":true,"notify:{\"iid\":21249}":true,"id-notify:{\"iid\":21249}":true,"notify:{\"parent\":21249}":true,"id-notify:{\"parent\":21249}":true,"notify-threads:{\"master-parent-item\":21249}":true,"participation:{\"iid\":21249}":true,"sign:{\"iid\":21249}":true,"term:{\"oid\":21249}":true,"thread:{\"iid\":21249}":true,"item-activity:{\"id\":21249}":true,"item:{\"iaid\":21249}":true,"id-item:{\"iaid\":21249}":true,"item:{\"id\":75740}":true,"item:{\"parent\":75740}":true,"id-item:{\"parent\":75740}":true,"item-delivery-data:{\"iid\":75740}":true,"notify:{\"iid\":75740}":true,"id-notify:{\"iid\":75740}":true,"notify:{\"parent\":75740}":true,"id-notify:{\"parent\":75740}":true,"notify-threads:{\"master-parent-item\":75740}":true,"participation:{\"iid\":75740}":true,"sign:{\"iid\":75740}":true,"term:{\"oid\":75740}":true,"thread:{\"iid\":75740}":true,"item-activity:{\"id\":75740}":true,"item:{\"iaid\":75740}":true,"id-item:{\"iaid\":75740}":true,"item:{\"id\":290140}":true,"item:{\"parent\":290140}":true,"id-item:{\"parent\":290140}":true,"item-delivery-data:{\"iid\":290140}":true,"notify:{\"iid\":290140}":true,"id-notify:{\"iid\":290140}":true,"notify:{\"parent\":290140}":true,"id-notify:{\"parent\":290140}":true,"notify-threads:{\"master-parent-item\":290140}":true,"participation:{\"iid\":290140}":true,"sign:{\"iid\":290140}":true,"term:{\"oid\":290140}":true,"thread:{\"iid\":290140}":true,"item-activity:{\"id\":290140}":true,"item:{\"iaid\":290140}":true,"id-item:{\"iaid\":290140}":true,"item-content:{\"id\":290140}":true,"item:{\"icid\":290140}":true,"id-item:{\"icid\":290140}":true,"user-item:{\"iid\":290140}":true,"item:{\"id\":290141}":true,"item:{\"parent\":290141}":true,"id-item:{\"parent\":290141}":true,"item-delivery-data:{\"iid\":290141}":true,"notify:{\"iid\":290141}":true,"id-notify:{\"iid\":290141}":true,"notify:{\"parent\":290141}":true,"id-notify:{\"parent\":290141}":true,"notify-threads:{\"master-parent-item\":290141}":true,"participation:{\"iid\":290141}":true,"sign:{\"iid\":290141}":true,"term:{\"oid\":290141}":true,"thread:{\"iid\":290141}":true,"item-activity:{\"id\":290141}":true,"item:{\"iaid\":290141}":true,"id-item:{\"iaid\":290141}":true,"item-content:{\"id\":290141}":true,"item:{\"icid\":290141}":true,"id-item:{\"icid\":290141}":true,"user-item:{\"iid\":290141}":true,"item-content:{\"id\":75740}":true,"item:{\"icid\":75740}":true,"id-item:{\"icid\":75740}":true,"item:{\"id\":255241}":true,"item:{\"parent\":255241}":true,"id-item:{\"parent\":255241}":true,"item:{\"id\":255245}":true,"item:{\"parent\":255245}":true,"id-item:{\"parent\":255245}":true,"item-delivery-data:{\"iid\":255245}":true,"notify:{\"iid\":255245}":true,"id-notify:{\"iid\":255245}":true,"notify:{\"parent\":255245}":true,"id-notify:{\"parent\":255245}":true,"notify-threads:{\"master-parent-item\":255245}":true,"participation:{\"iid\":255245}":true,"sign:{\"iid\":255245}":true,"term:{\"oid\":255245}":true,"thread:{\"iid\":255245}":true,"item-activity:{\"id\":255245}":true,"item:{\"iaid\":255245}":true,"id-item:{\"iaid\":255245}":true,"item-content:{\"id\":255245}":true,"item:{\"icid\":255245}":true,"id-item:{\"icid\":255245}":true,"user-item:{\"iid\":255245}":true,"item-delivery-data:{\"iid\":255241}":true,"notify:{\"iid\":255241}":true,"id-notify:{\"iid\":255241}":true,"notify:{\"parent\":255241}":true,"id-notify:{\"parent\":255241}":true,"notify-threads:{\"master-parent-item\":255241}":true,"participation:{\"iid\":255241}":true,"sign:{\"iid\":255241}":true,"term:{\"oid\":255241}":true,"thread:{\"iid\":255241}":true,"item-activity:{\"id\":255241}":true,"item:{\"iaid\":255241}":true,"id-item:{\"iaid\":255241}":true,"item-content:{\"id\":255241}":true,"item:{\"icid\":255241}":true,"id-item:{\"icid\":255241}":true,"user-item:{\"iid\":255241}":true,"item:{\"id\":255242}":true,"item:{\"parent\":255242}":true,"id-item:{\"parent\":255242}":true,"item:{\"id\":255246}":true,"item:{\"parent\":255246}":true,"id-item:{\"parent\":255246}":true,"item-delivery-data:{\"iid\":255246}":true,"notify:{\"iid\":255246}":true,"id-notify:{\"iid\":255246}":true,"notify:{\"parent\":255246}":true,"id-notify:{\"parent\":255246}":true,"notify-threads:{\"master-parent-item\":255246}":true,"participation:{\"iid\":255246}":true,"sign:{\"iid\":255246}":true,"term:{\"oid\":255246}":true,"thread:{\"iid\":255246}":true,"item-activity:{\"id\":255246}":true,"item:{\"iaid\":255246}":true,"id-item:{\"iaid\":255246}":true,"item-content:{\"id\":255246}":true,"item:{\"icid\":255246}":true,"id-item:{\"icid\":255246}":true,"user-item:{\"iid\":255246}":true,"item-delivery-data:{\"iid\":255242}":true,"notify:{\"iid\":255242}":true,"id-notify:{\"iid\":255242}":true,"notify:{\"parent\":255242}":true,"id-notify:{\"parent\":255242}":true,"notify-threads:{\"master-parent-item\":255242}":true,"participation:{\"iid\":255242}":true,"sign:{\"iid\":255242}":true,"term:{\"oid\":255242}":true,"thread:{\"iid\":255242}":true,"item-activity:{\"id\":255242}":true,"item:{\"iaid\":255242}":true,"id-item:{\"iaid\":255242}":true,"item-content:{\"id\":255242}":true,"item:{\"icid\":255242}":true,"id-item:{\"icid\":255242}":true,"user-item:{\"iid\":255242}":true,"user-item:{\"iid\":75740}":true,"item:{\"id\":75741}":true,"item:{\"parent\":75741}":true,"id-item:{\"parent\":75741}":true,"item-delivery-data:{\"iid\":75741}":true,"notify:{\"iid\":75741}":true,"id-notify:{\"iid\":75741}":true,"notify:{\"parent\":75741}":true,"id-notify:{\"parent\":75741}":true,"notify-threads:{\"master-parent-item\":75741}":true,"participation:{\"iid\":75741}":true,"sign:{\"iid\":75741}":true,"term:{\"oid\":75741}":true,"thread:{\"iid\":75741}":true,"item-activity:{\"id\":75741}":true,"item:{\"iaid\":75741}":true,"id-item:{\"iaid\":75741}":true,"item:{\"id\":290142}":true,"item:{\"parent\":290142}":true,"id-item:{\"parent\":290142}":true,"item-delivery-data:{\"iid\":290142}":true,"notify:{\"iid\":290142}":true,"id-notify:{\"iid\":290142}":true,"notify:{\"parent\":290142}":true,"id-notify:{\"parent\":290142}":true,"notify-threads:{\"master-parent-item\":290142}":true,"participation:{\"iid\":290142}":true,"sign:{\"iid\":290142}":true,"term:{\"oid\":290142}":true,"thread:{\"iid\":290142}":true,"item-activity:{\"id\":290142}":true,"item:{\"iaid\":290142}":true,"id-item:{\"iaid\":290142}":true,"item-content:{\"id\":290142}":true,"item:{\"icid\":290142}":true,"id-item:{\"icid\":290142}":true,"user-item:{\"iid\":290142}":true,"item:{\"id\":290143}":true,"item:{\"parent\":290143}":true,"id-item:{\"parent\":290143}":true,"item-delivery-data:{\"iid\":290143}":true,"notify:{\"iid\":290143}":true,"id-notify:{\"iid\":290143}":true,"notify:{\"parent\":290143}":true,"id-notify:{\"parent\":290143}":true,"notify-threads:{\"master-parent-item\":290143}":true,"participation:{\"iid\":290143}":true,"sign:{\"iid\":290143}":true,"term:{\"oid\":290143}":true,"thread:{\"iid\":290143}":true,"item-activity:{\"id\":290143}":true,"item:{\"iaid\":290143}":true,"id-item:{\"iaid\":290143}":true,"item-content:{\"id\":290143}":true,"item:{\"icid\":290143}":true,"id-item:{\"icid\":290143}":true,"user-item:{\"iid\":290143}":true,"item-content:{\"id\":75741}":true,"item:{\"icid\":75741}":true,"id-item:{\"icid\":75741}":true,"item:{\"id\":255247}":true,"item:{\"parent\":255247}":true,"id-item:{\"parent\":255247}":true,"item:{\"id\":255249}":true,"item:{\"parent\":255249}":true,"id-item:{\"parent\":255249}":true,"item-delivery-data:{\"iid\":255249}":true,"notify:{\"iid\":255249}":true,"id-notify:{\"iid\":255249}":true,"notify:{\"parent\":255249}":true,"id-notify:{\"parent\":255249}":true,"notify-threads:{\"master-parent-item\":255249}":true,"participation:{\"iid\":255249}":true,"sign:{\"iid\":255249}":true,"term:{\"oid\":255249}":true,"thread:{\"iid\":255249}":true,"item-activity:{\"id\":255249}":true,"item:{\"iaid\":255249}":true,"id-item:{\"iaid\":255249}":true,"item-content:{\"id\":255249}":true,"item:{\"icid\":255249}":true,"id-item:{\"icid\":255249}":true,"user-item:{\"iid\":255249}":true,"item-delivery-data:{\"iid\":255247}":true,"notify:{\"iid\":255247}":true,"id-notify:{\"iid\":255247}":true,"notify:{\"parent\":255247}":true,"id-notify:{\"parent\":255247}":true,"notify-threads:{\"master-parent-item\":255247}":true,"participation:{\"iid\":255247}":true,"sign:{\"iid\":255247}":true,"term:{\"oid\":255247}":true,"thread:{\"iid\":255247}":true,"item-activity:{\"id\":255247}":true,"item:{\"iaid\":255247}":true,"id-item:{\"iaid\":255247}":true,"item-content:{\"id\":255247}":true,"item:{\"icid\":255247}":true,"id-item:{\"icid\":255247}":true,"user-item:{\"iid\":255247}":true,"item:{\"id\":255248}":true,"item:{\"parent\":255248}":true,"id-item:{\"parent\":255248}":true,"item:{\"id\":255250}":true,"item:{\"parent\":255250}":true,"id-item:{\"parent\":255250}":true,"item-delivery-data:{\"iid\":255250}":true,"notify:{\"iid\":255250}":true,"id-notify:{\"iid\":255250}":true,"notify:{\"parent\":255250}":true,"id-notify:{\"parent\":255250}":true,"notify-threads:{\"master-parent-item\":255250}":true,"participation:{\"iid\":255250}":true,"sign:{\"iid\":255250}":true,"term:{\"oid\":255250}":true,"thread:{\"iid\":255250}":true,"item-activity:{\"id\":255250}":true,"item:{\"iaid\":255250}":true,"id-item:{\"iaid\":255250}":true,"item-content:{\"id\":255250}":true,"item:{\"icid\":255250}":true,"id-item:{\"icid\":255250}":true,"user-item:{\"iid\":255250}":true,"item-delivery-data:{\"iid\":255248}":true,"notify:{\"iid\":255248}":true,"id-notify:{\"iid\":255248}":true,"notify:{\"parent\":255248}":true,"id-notify:{\"parent\":255248}":true,"notify-threads:{\"master-parent-item\":255248}":true,"participation:{\"iid\":255248}":true,"sign:{\"iid\":255248}":true,"term:{\"oid\":255248}":true,"thread:{\"iid\":255248}":true,"item-activity:{\"id\":255248}":true,"item:{\"iaid\":255248}":true,"id-item:{\"iaid\":255248}":true,"item-content:{\"id\":255248}":true,"item:{\"icid\":255248}":true,"id-item:{\"icid\":255248}":true,"user-item:{\"iid\":255248}":true,"user-item:{\"iid\":75741}":true,"item-content:{\"id\":21249}":true,"item:{\"icid\":21249}":true,"id-item:{\"icid\":21249}":true,"item:{\"id\":72731}":true,"item:{\"parent\":72731}":true,"id-item:{\"parent\":72731}":true,"item:{\"id\":72812}":true,"item:{\"parent\":72812}":true,"id-item:{\"parent\":72812}":true,"item-delivery-data:{\"iid\":72812}":true,"notify:{\"iid\":72812}":true,"id-notify:{\"iid\":72812}":true,"notify:{\"parent\":72812}":true,"id-notify:{\"parent\":72812}":true,"notify-threads:{\"master-parent-item\":72812}":true,"participation:{\"iid\":72812}":true,"sign:{\"iid\":72812}":true,"term:{\"oid\":72812}":true,"thread:{\"iid\":72812}":true,"item-activity:{\"id\":72812}":true,"item:{\"iaid\":72812}":true,"id-item:{\"iaid\":72812}":true,"item:{\"id\":277835}":true,"item:{\"parent\":277835}":true,"id-item:{\"parent\":277835}":true,"item-delivery-data:{\"iid\":277835}":true,"notify:{\"iid\":277835}":true,"id-notify:{\"iid\":277835}":true,"notify:{\"parent\":277835}":true,"id-notify:{\"parent\":277835}":true,"notify-threads:{\"master-parent-item\":277835}":true,"participation:{\"iid\":277835}":true,"sign:{\"iid\":277835}":true,"term:{\"oid\":277835}":true,"thread:{\"iid\":277835}":true,"item-activity:{\"id\":277835}":true,"item:{\"iaid\":277835}":true,"id-item:{\"iaid\":277835}":true,"item-content:{\"id\":277835}":true,"item:{\"icid\":277835}":true,"id-item:{\"icid\":277835}":true,"user-item:{\"iid\":277835}":true,"item:{\"id\":277836}":true,"item:{\"parent\":277836}":true,"id-item:{\"parent\":277836}":true,"item-delivery-data:{\"iid\":277836}":true,"notify:{\"iid\":277836}":true,"id-notify:{\"iid\":277836}":true,"notify:{\"parent\":277836}":true,"id-notify:{\"parent\":277836}":true,"notify-threads:{\"master-parent-item\":277836}":true,"participation:{\"iid\":277836}":true,"sign:{\"iid\":277836}":true,"term:{\"oid\":277836}":true,"thread:{\"iid\":277836}":true,"item-activity:{\"id\":277836}":true,"item:{\"iaid\":277836}":true,"id-item:{\"iaid\":277836}":true,"item-content:{\"id\":277836}":true,"item:{\"icid\":277836}":true,"id-item:{\"icid\":277836}":true,"user-item:{\"iid\":277836}":true,"item-content:{\"id\":72812}":true,"item:{\"icid\":72812}":true,"id-item:{\"icid\":72812}":true,"user-item:{\"iid\":72812}":true,"item:{\"id\":73868}":true,"item:{\"parent\":73868}":true,"id-item:{\"parent\":73868}":true,"item-delivery-data:{\"iid\":73868}":true,"notify:{\"iid\":73868}":true,"id-notify:{\"iid\":73868}":true,"notify:{\"parent\":73868}":true,"id-notify:{\"parent\":73868}":true,"notify-threads:{\"master-parent-item\":73868}":true,"participation:{\"iid\":73868}":true,"sign:{\"iid\":73868}":true,"term:{\"oid\":73868}":true,"thread:{\"iid\":73868}":true,"item-activity:{\"id\":73868}":true,"item:{\"iaid\":73868}":true,"id-item:{\"iaid\":73868}":true,"item-content:{\"id\":73868}":true,"item:{\"icid\":73868}":true,"id-item:{\"icid\":73868}":true,"item:{\"id\":248877}":true,"item:{\"parent\":248877}":true,"id-item:{\"parent\":248877}":true,"item:{\"id\":250835}":true,"item:{\"parent\":250835}":true,"id-item:{\"parent\":250835}":true,"item-delivery-data:{\"iid\":250835}":true,"notify:{\"iid\":250835}":true,"id-notify:{\"iid\":250835}":true,"notify:{\"parent\":250835}":true,"id-notify:{\"parent\":250835}":true,"notify-threads:{\"master-parent-item\":250835}":true,"participation:{\"iid\":250835}":true,"sign:{\"iid\":250835}":true,"term:{\"oid\":250835}":true,"thread:{\"iid\":250835}":true,"item-activity:{\"id\":250835}":true,"item:{\"iaid\":250835}":true,"id-item:{\"iaid\":250835}":true,"item-content:{\"id\":250835}":true,"item:{\"icid\":250835}":true,"id-item:{\"icid\":250835}":true,"user-item:{\"iid\":250835}":true,"item-delivery-data:{\"iid\":248877}":true,"notify:{\"iid\":248877}":true,"id-notify:{\"iid\":248877}":true,"notify:{\"parent\":248877}":true,"id-notify:{\"parent\":248877}":true,"notify-threads:{\"master-parent-item\":248877}":true,"participation:{\"iid\":248877}":true,"sign:{\"iid\":248877}":true,"term:{\"oid\":248877}":true,"thread:{\"iid\":248877}":true,"item-activity:{\"id\":248877}":true,"item:{\"iaid\":248877}":true,"id-item:{\"iaid\":248877}":true,"item-content:{\"id\":248877}":true,"item:{\"icid\":248877}":true,"id-item:{\"icid\":248877}":true,"user-item:{\"iid\":248877}":true,"item:{\"id\":248879}":true,"item:{\"parent\":248879}":true,"id-item:{\"parent\":248879}":true,"item:{\"id\":250836}":true,"item:{\"parent\":250836}":true,"id-item:{\"parent\":250836}":true,"item-delivery-data:{\"iid\":250836}":true,"notify:{\"iid\":250836}":true,"id-notify:{\"iid\":250836}":true,"notify:{\"parent\":250836}":true,"id-notify:{\"parent\":250836}":true,"notify-threads:{\"master-parent-item\":250836}":true,"participation:{\"iid\":250836}":true,"sign:{\"iid\":250836}":true,"term:{\"oid\":250836}":true,"thread:{\"iid\":250836}":true,"item-activity:{\"id\":250836}":true,"item:{\"iaid\":250836}":true,"id-item:{\"iaid\":250836}":true,"item-content:{\"id\":250836}":true,"item:{\"icid\":250836}":true,"id-item:{\"icid\":250836}":true,"user-item:{\"iid\":250836}":true,"item-delivery-data:{\"iid\":248879}":true,"notify:{\"iid\":248879}":true,"id-notify:{\"iid\":248879}":true,"notify:{\"parent\":248879}":true,"id-notify:{\"parent\":248879}":true,"notify-threads:{\"master-parent-item\":248879}":true,"participation:{\"iid\":248879}":true,"sign:{\"iid\":248879}":true,"term:{\"oid\":248879}":true,"thread:{\"iid\":248879}":true,"item-activity:{\"id\":248879}":true,"item:{\"iaid\":248879}":true,"id-item:{\"iaid\":248879}":true,"item-content:{\"id\":248879}":true,"item:{\"icid\":248879}":true,"id-item:{\"icid\":248879}":true,"user-item:{\"iid\":248879}":true,"user-item:{\"iid\":73868}":true,"item:{\"id\":111607}":true,"item:{\"parent\":111607}":true,"id-item:{\"parent\":111607}":true,"item-delivery-data:{\"iid\":111607}":true,"notify:{\"iid\":111607}":true,"id-notify:{\"iid\":111607}":true,"notify:{\"parent\":111607}":true,"id-notify:{\"parent\":111607}":true,"notify-threads:{\"master-parent-item\":111607}":true,"participation:{\"iid\":111607}":true,"sign:{\"iid\":111607}":true,"term:{\"oid\":111607}":true,"thread:{\"iid\":111607}":true,"item-activity:{\"id\":111607}":true,"item:{\"iaid\":111607}":true,"id-item:{\"iaid\":111607}":true,"item:{\"id\":437334}":true,"item:{\"parent\":437334}":true,"id-item:{\"parent\":437334}":true,"item-delivery-data:{\"iid\":437334}":true,"notify:{\"iid\":437334}":true,"id-notify:{\"iid\":437334}":true,"notify:{\"parent\":437334}":true,"id-notify:{\"parent\":437334}":true,"notify-threads:{\"master-parent-item\":437334}":true,"participation:{\"iid\":437334}":true,"sign:{\"iid\":437334}":true,"term:{\"oid\":437334}":true,"thread:{\"iid\":437334}":true,"item-activity:{\"id\":437334}":true,"item:{\"iaid\":437334}":true,"id-item:{\"iaid\":437334}":true,"item-content:{\"id\":437334}":true,"item:{\"icid\":437334}":true,"id-item:{\"icid\":437334}":true,"user-item:{\"iid\":437334}":true,"item:{\"id\":437335}":true,"item:{\"parent\":437335}":true,"id-item:{\"parent\":437335}":true,"item-delivery-data:{\"iid\":437335}":true,"notify:{\"iid\":437335}":true,"id-notify:{\"iid\":437335}":true,"notify:{\"parent\":437335}":true,"id-notify:{\"parent\":437335}":true,"notify-threads:{\"master-parent-item\":437335}":true,"participation:{\"iid\":437335}":true,"sign:{\"iid\":437335}":true,"term:{\"oid\":437335}":true,"thread:{\"iid\":437335}":true,"item-activity:{\"id\":437335}":true,"item:{\"iaid\":437335}":true,"id-item:{\"iaid\":437335}":true,"item-content:{\"id\":437335}":true,"item:{\"icid\":437335}":true,"id-item:{\"icid\":437335}":true,"user-item:{\"iid\":437335}":true,"item-content:{\"id\":111607}":true,"item:{\"icid\":111607}":true,"id-item:{\"icid\":111607}":true,"item:{\"id\":376497}":true,"item:{\"parent\":376497}":true,"id-item:{\"parent\":376497}":true,"item-delivery-data:{\"iid\":376497}":true,"notify:{\"iid\":376497}":true,"id-notify:{\"iid\":376497}":true,"notify:{\"parent\":376497}":true,"id-notify:{\"parent\":376497}":true,"notify-threads:{\"master-parent-item\":376497}":true,"participation:{\"iid\":376497}":true,"sign:{\"iid\":376497}":true,"term:{\"oid\":376497}":true,"thread:{\"iid\":376497}":true,"item-activity:{\"id\":376497}":true,"item:{\"iaid\":376497}":true,"id-item:{\"iaid\":376497}":true,"item-content:{\"id\":376497}":true,"item:{\"icid\":376497}":true,"id-item:{\"icid\":376497}":true,"user-item:{\"iid\":376497}":true,"item:{\"id\":376498}":true,"item:{\"parent\":376498}":true,"id-item:{\"parent\":376498}":true,"item-delivery-data:{\"iid\":376498}":true,"notify:{\"iid\":376498}":true,"id-notify:{\"iid\":376498}":true,"notify:{\"parent\":376498}":true,"id-notify:{\"parent\":376498}":true,"notify-threads:{\"master-parent-item\":376498}":true,"participation:{\"iid\":376498}":true,"sign:{\"iid\":376498}":true,"term:{\"oid\":376498}":true,"thread:{\"iid\":376498}":true,"item-activity:{\"id\":376498}":true,"item:{\"iaid\":376498}":true,"id-item:{\"iaid\":376498}":true,"item-content:{\"id\":376498}":true,"item:{\"icid\":376498}":true,"id-item:{\"icid\":376498}":true,"user-item:{\"iid\":376498}":true,"user-item:{\"iid\":111607}":true,"item:{\"id\":111610}":true,"item:{\"parent\":111610}":true,"id-item:{\"parent\":111610}":true,"item-delivery-data:{\"iid\":111610}":true,"notify:{\"iid\":111610}":true,"id-notify:{\"iid\":111610}":true,"notify:{\"parent\":111610}":true,"id-notify:{\"parent\":111610}":true,"notify-threads:{\"master-parent-item\":111610}":true,"participation:{\"iid\":111610}":true,"sign:{\"iid\":111610}":true,"term:{\"oid\":111610}":true,"thread:{\"iid\":111610}":true,"item-activity:{\"id\":111610}":true,"item:{\"iaid\":111610}":true,"id-item:{\"iaid\":111610}":true,"item:{\"id\":437353}":true,"item:{\"parent\":437353}":true,"id-item:{\"parent\":437353}":true,"item-delivery-data:{\"iid\":437353}":true,"notify:{\"iid\":437353}":true,"id-notify:{\"iid\":437353}":true,"notify:{\"parent\":437353}":true,"id-notify:{\"parent\":437353}":true,"notify-threads:{\"master-parent-item\":437353}":true,"participation:{\"iid\":437353}":true,"sign:{\"iid\":437353}":true,"term:{\"oid\":437353}":true,"thread:{\"iid\":437353}":true,"item-activity:{\"id\":437353}":true,"item:{\"iaid\":437353}":true,"id-item:{\"iaid\":437353}":true,"item-content:{\"id\":437353}":true,"item:{\"icid\":437353}":true,"id-item:{\"icid\":437353}":true,"user-item:{\"iid\":437353}":true,"item:{\"id\":437354}":true,"item:{\"parent\":437354}":true,"id-item:{\"parent\":437354}":true,"item-delivery-data:{\"iid\":437354}":true,"notify:{\"iid\":437354}":true,"id-notify:{\"iid\":437354}":true,"notify:{\"parent\":437354}":true,"id-notify:{\"parent\":437354}":true,"notify-threads:{\"master-parent-item\":437354}":true,"participation:{\"iid\":437354}":true,"sign:{\"iid\":437354}":true,"term:{\"oid\":437354}":true,"thread:{\"iid\":437354}":true,"item-activity:{\"id\":437354}":true,"item:{\"iaid\":437354}":true,"id-item:{\"iaid\":437354}":true,"item-content:{\"id\":437354}":true,"item:{\"icid\":437354}":true,"id-item:{\"icid\":437354}":true,"user-item:{\"iid\":437354}":true,"item-content:{\"id\":111610}":true,"item:{\"icid\":111610}":true,"id-item:{\"icid\":111610}":true,"item:{\"id\":376521}":true,"item:{\"parent\":376521}":true,"id-item:{\"parent\":376521}":true,"item-delivery-data:{\"iid\":376521}":true}} - {"file":"Database.php","line":1277,"function":"delete","uid":"c68cb1","process_id":339}
2020-03-20 00:00:27 worker [INFO]: DELETE FROM `notify-threads` WHERE `master-parent-item` IN (376521); {"callstack":"Database::delete, Database::delete, Database::delete, Database::delete, Database::delete, Database::delete","internal_callstack":{"item:{\"id\":21249}":true,"item:{\"parent\":21249}":true,"id-item:{\"parent\":21249}":true,"item-delivery-data:{\"iid\":21249}":true,"notify:{\"iid\":21249}":true,"id-notify:{\"iid\":21249}":true,"notify:{\"parent\":21249}":true,"id-notify:{\"parent\":21249}":true,"notify-threads:{\"master-parent-item\":21249}":true,"participation:{\"iid\":21249}":true,"sign:{\"iid\":21249}":true,"term:{\"oid\":21249}":true,"thread:{\"iid\":21249}":true,"item-activity:{\"id\":21249}":true,"item:{\"iaid\":21249}":true,"id-item:{\"iaid\":21249}":true,"item:{\"id\":75740}":true,"item:{\"parent\":75740}":true,"id-item:{\"parent\":75740}":true,"item-delivery-data:{\"iid\":75740}":true,"notify:{\"iid\":75740}":true,"id-notify:{\"iid\":75740}":true,"notify:{\"parent\":75740}":true,"id-notify:{\"parent\":75740}":true,"notify-threads:{\"master-parent-item\":75740}":true,"participation:{\"iid\":75740}":true,"sign:{\"iid\":75740}":true,"term:{\"oid\":75740}":true,"thread:{\"iid\":75740}":true,"item-activity:{\"id\":75740}":true,"item:{\"iaid\":75740}":true,"id-item:{\"iaid\":75740}":true,"item:{\"id\":290140}":true,"item:{\"parent\":290140}":true,"id-item:{\"parent\":290140}":true,"item-delivery-data:{\"iid\":290140}":true,"notify:{\"iid\":290140}":true,"id-notify:{\"iid\":290140}":true,"notify:{\"parent\":290140}":true,"id-notify:{\"parent\":290140}":true,"notify-threads:{\"master-parent-item\":290140}":true,"participation:{\"iid\":290140}":true,"sign:{\"iid\":290140}":true,"term:{\"oid\":290140}":true,"thread:{\"iid\":290140}":true,"item-activity:{\"id\":290140}":true,"item:{\"iaid\":290140}":true,"id-item:{\"iaid\":290140}":true,"item-content:{\"id\":290140}":true,"item:{\"icid\":290140}":true,"id-item:{\"icid\":290140}":true,"user-item:{\"iid\":290140}":true,"item:{\"id\":290141}":true,"item:{\"parent\":290141}":true,"id-item:{\"parent\":290141}":true,"item-delivery-data:{\"iid\":290141}":true,"notify:{\"iid\":290141}":true,"id-notify:{\"iid\":290141}":true,"notify:{\"parent\":290141}":true,"id-notify:{\"parent\":290141}":true,"notify-threads:{\"master-parent-item\":290141}":true,"participation:{\"iid\":290141}":true,"sign:{\"iid\":290141}":true,"term:{\"oid\":290141}":true,"thread:{\"iid\":290141}":true,"item-activity:{\"id\":290141}":true,"item:{\"iaid\":290141}":true,"id-item:{\"iaid\":290141}":true,"item-content:{\"id\":290141}":true,"item:{\"icid\":290141}":true,"id-item:{\"icid\":290141}":true,"user-item:{\"iid\":290141}":true,"item-content:{\"id\":75740}":true,"item:{\"icid\":75740}":true,"id-item:{\"icid\":75740}":true,"item:{\"id\":255241}":true,"item:{\"parent\":255241}":true,"id-item:{\"parent\":255241}":true,"item:{\"id\":255245}":true,"item:{\"parent\":255245}":true,"id-item:{\"parent\":255245}":true,"item-delivery-data:{\"iid\":255245}":true,"notify:{\"iid\":255245}":true,"id-notify:{\"iid\":255245}":true,"notify:{\"parent\":255245}":true,"id-notify:{\"parent\":255245}":true,"notify-threads:{\"master-parent-item\":255245}":true,"participation:{\"iid\":255245}":true,"sign:{\"iid\":255245}":true,"term:{\"oid\":255245}":true,"thread:{\"iid\":255245}":true,"item-activity:{\"id\":255245}":true,"item:{\"iaid\":255245}":true,"id-item:{\"iaid\":255245}":true,"item-content:{\"id\":255245}":true,"item:{\"icid\":255245}":true,"id-item:{\"icid\":255245}":true,"user-item:{\"iid\":255245}":true,"item-delivery-data:{\"iid\":255241}":true,"notify:{\"iid\":255241}":true,"id-notify:{\"iid\":255241}":true,"notify:{\"parent\":255241}":true,"id-notify:{\"parent\":255241}":true,"notify-threads:{\"master-parent-item\":255241}":true,"participation:{\"iid\":255241}":true,"sign:{\"iid\":255241}":true,"term:{\"oid\":255241}":true,"thread:{\"iid\":255241}":true,"item-activity:{\"id\":255241}":true,"item:{\"iaid\":255241}":true,"id-item:{\"iaid\":255241}":true,"item-content:{\"id\":255241}":true,"item:{\"icid\":255241}":true,"id-item:{\"icid\":255241}":true,"user-item:{\"iid\":255241}":true,"item:{\"id\":255242}":true,"item:{\"parent\":255242}":true,"id-item:{\"parent\":255242}":true,"item:{\"id\":255246}":true,"item:{\"parent\":255246}":true,"id-item:{\"parent\":255246}":true,"item-delivery-data:{\"iid\":255246}":true,"notify:{\"iid\":255246}":true,"id-notify:{\"iid\":255246}":true,"notify:{\"parent\":255246}":true,"id-notify:{\"parent\":255246}":true,"notify-threads:{\"master-parent-item\":255246}":true,"participation:{\"iid\":255246}":true,"sign:{\"iid\":255246}":true,"term:{\"oid\":255246}":true,"thread:{\"iid\":255246}":true,"item-activity:{\"id\":255246}":true,"item:{\"iaid\":255246}":true,"id-item:{\"iaid\":255246}":true,"item-content:{\"id\":255246}":true,"item:{\"icid\":255246}":true,"id-item:{\"icid\":255246}":true,"user-item:{\"iid\":255246}":true,"item-delivery-data:{\"iid\":255242}":true,"notify:{\"iid\":255242}":true,"id-notify:{\"iid\":255242}":true,"notify:{\"parent\":255242}":true,"id-notify:{\"parent\":255242}":true,"notify-threads:{\"master-parent-item\":255242}":true,"participation:{\"iid\":255242}":true,"sign:{\"iid\":255242}":true,"term:{\"oid\":255242}":true,"thread:{\"iid\":255242}":true,"item-activity:{\"id\":255242}":true,"item:{\"iaid\":255242}":true,"id-item:{\"iaid\":255242}":true,"item-content:{\"id\":255242}":true,"item:{\"icid\":255242}":true,"id-item:{\"icid\":255242}":true,"user-item:{\"iid\":255242}":true,"user-item:{\"iid\":75740}":true,"item:{\"id\":75741}":true,"item:{\"parent\":75741}":true,"id-item:{\"parent\":75741}":true,"item-delivery-data:{\"iid\":75741}":true,"notify:{\"iid\":75741}":true,"id-notify:{\"iid\":75741}":true,"notify:{\"parent\":75741}":true,"id-notify:{\"parent\":75741}":true,"notify-threads:{\"master-parent-item\":75741}":true,"participation:{\"iid\":75741}":true,"sign:{\"iid\":75741}":true,"term:{\"oid\":75741}":true,"thread:{\"iid\":75741}":true,"item-activity:{\"id\":75741}":true,"item:{\"iaid\":75741}":true,"id-item:{\"iaid\":75741}":true,"item:{\"id\":290142}":true,"item:{\"parent\":290142}":true,"id-item:{\"parent\":290142}":true,"item-delivery-data:{\"iid\":290142}":true,"notify:{\"iid\":290142}":true,"id-notify:{\"iid\":290142}":true,"notify:{\"parent\":290142}":true,"id-notify:{\"parent\":290142}":true,"notify-threads:{\"master-parent-item\":290142}":true,"participation:{\"iid\":290142}":true,"sign:{\"iid\":290142}":true,"term:{\"oid\":290142}":true,"thread:{\"iid\":290142}":true,"item-activity:{\"id\":290142}":true,"item:{\"iaid\":290142}":true,"id-item:{\"iaid\":290142}":true,"item-content:{\"id\":290142}":true,"item:{\"icid\":290142}":true,"id-item:{\"icid\":290142}":true,"user-item:{\"iid\":290142}":true,"item:{\"id\":290143}":true,"item:{\"parent\":290143}":true,"id-item:{\"parent\":290143}":true,"item-delivery-data:{\"iid\":290143}":true,"notify:{\"iid\":290143}":true,"id-notify:{\"iid\":290143}":true,"notify:{\"parent\":290143}":true,"id-notify:{\"parent\":290143}":true,"notify-threads:{\"master-parent-item\":290143}":true,"participation:{\"iid\":290143}":true,"sign:{\"iid\":290143}":true,"term:{\"oid\":290143}":true,"thread:{\"iid\":290143}":true,"item-activity:{\"id\":290143}":true,"item:{\"iaid\":290143}":true,"id-item:{\"iaid\":290143}":true,"item-content:{\"id\":290143}":true,"item:{\"icid\":290143}":true,"id-item:{\"icid\":290143}":true,"user-item:{\"iid\":290143}":true,"item-content:{\"id\":75741}":true,"item:{\"icid\":75741}":true,"id-item:{\"icid\":75741}":true,"item:{\"id\":255247}":true,"item:{\"parent\":255247}":true,"id-item:{\"parent\":255247}":true,"item:{\"id\":255249}":true,"item:{\"parent\":255249}":true,"id-item:{\"parent\":255249}":true,"item-delivery-data:{\"iid\":255249}":true,"notify:{\"iid\":255249}":true,"id-notify:{\"iid\":255249}":true,"notify:{\"parent\":255249}":true,"id-notify:{\"parent\":255249}":true,"notify-threads:{\"master-parent-item\":255249}":true,"participation:{\"iid\":255249}":true,"sign:{\"iid\":255249}":true,"term:{\"oid\":255249}":true,"thread:{\"iid\":255249}":true,"item-activity:{\"id\":255249}":true,"item:{\"iaid\":255249}":true,"id-item:{\"iaid\":255249}":true,"item-content:{\"id\":255249}":true,"item:{\"icid\":255249}":true,"id-item:{\"icid\":255249}":true,"user-item:{\"iid\":255249}":true,"item-delivery-data:{\"iid\":255247}":true,"notify:{\"iid\":255247}":true,"id-notify:{\"iid\":255247}":true,"notify:{\"parent\":255247}":true,"id-notify:{\"parent\":255247}":true,"notify-threads:{\"master-parent-item\":255247}":true,"participation:{\"iid\":255247}":true,"sign:{\"iid\":255247}":true,"term:{\"oid\":255247}":true,"thread:{\"iid\":255247}":true,"item-activity:{\"id\":255247}":true,"item:{\"iaid\":255247}":true,"id-item:{\"iaid\":255247}":true,"item-content:{\"id\":255247}":true,"item:{\"icid\":255247}":true,"id-item:{\"icid\":255247}":true,"user-item:{\"iid\":255247}":true,"item:{\"id\":255248}":true,"item:{\"parent\":255248}":true,"id-item:{\"parent\":255248}":true,"item:{\"id\":255250}":true,"item:{\"parent\":255250}":true,"id-item:{\"parent\":255250}":true,"item-delivery-data:{\"iid\":255250}":true,"notify:{\"iid\":255250}":true,"id-notify:{\"iid\":255250}":true,"notify:{\"parent\":255250}":true,"id-notify:{\"parent\":255250}":true,"notify-threads:{\"master-parent-item\":255250}":true,"participation:{\"iid\":255250}":true,"sign:{\"iid\":255250}":true,"term:{\"oid\":255250}":true,"thread:{\"iid\":255250}":true,"item-activity:{\"id\":255250}":true,"item:{\"iaid\":255250}":true,"id-item:{\"iaid\":255250}":true,"item-content:{\"id\":255250}":true,"item:{\"icid\":255250}":true,"id-item:{\"icid\":255250}":true,"user-item:{\"iid\":255250}":true,"item-delivery-data:{\"iid\":255248}":true,"notify:{\"iid\":255248}":true,"id-notify:{\"iid\":255248}":true,"notify:{\"parent\":255248}":true,"id-notify:{\"parent\":255248}":true,"notify-threads:{\"master-parent-item\":255248}":true,"participation:{\"iid\":255248}":true,"sign:{\"iid\":255248}":true,"term:{\"oid\":255248}":true,"thread:{\"iid\":255248}":true,"item-activity:{\"id\":255248}":true,"item:{\"iaid\":255248}":true,"id-item:{\"iaid\":255248}":true,"item-content:{\"id\":255248}":true,"item:{\"icid\":255248}":true,"id-item:{\"icid\":255248}":true,"user-item:{\"iid\":255248}":true,"user-item:{\"iid\":75741}":true,"item-content:{\"id\":21249}":true,"item:{\"icid\":21249}":true,"id-item:{\"icid\":21249}":true,"item:{\"id\":72731}":true,"item:{\"parent\":72731}":true,"id-item:{\"parent\":72731}":true,"item:{\"id\":72812}":true,"item:{\"parent\":72812}":true,"id-item:{\"parent\":72812}":true,"item-delivery-data:{\"iid\":72812}":true,"notify:{\"iid\":72812}":true,"id-notify:{\"iid\":72812}":true,"notify:{\"parent\":72812}":true,"id-notify:{\"parent\":72812}":true,"notify-threads:{\"master-parent-item\":72812}":true,"participation:{\"iid\":72812}":true,"sign:{\"iid\":72812}":true,"term:{\"oid\":72812}":true,"thread:{\"iid\":72812}":true,"item-activity:{\"id\":72812}":true,"item:{\"iaid\":72812}":true,"id-item:{\"iaid\":72812}":true,"item:{\"id\":277835}":true,"item:{\"parent\":277835}":true,"id-item:{\"parent\":277835}":true,"item-delivery-data:{\"iid\":277835}":true,"notify:{\"iid\":277835}":true,"id-notify:{\"iid\":277835}":true,"notify:{\"parent\":277835}":true,"id-notify:{\"parent\":277835}":true,"notify-threads:{\"master-parent-item\":277835}":true,"participation:{\"iid\":277835}":true,"sign:{\"iid\":277835}":true,"term:{\"oid\":277835}":true,"thread:{\"iid\":277835}":true,"item-activity:{\"id\":277835}":true,"item:{\"iaid\":277835}":true,"id-item:{\"iaid\":277835}":true,"item-content:{\"id\":277835}":true,"item:{\"icid\":277835}":true,"id-item:{\"icid\":277835}":true,"user-item:{\"iid\":277835}":true,"item:{\"id\":277836}":true,"item:{\"parent\":277836}":true,"id-item:{\"parent\":277836}":true,"item-delivery-data:{\"iid\":277836}":true,"notify:{\"iid\":277836}":true,"id-notify:{\"iid\":277836}":true,"notify:{\"parent\":277836}":true,"id-notify:{\"parent\":277836}":true,"notify-threads:{\"master-parent-item\":277836}":true,"participation:{\"iid\":277836}":true,"sign:{\"iid\":277836}":true,"term:{\"oid\":277836}":true,"thread:{\"iid\":277836}":true,"item-activity:{\"id\":277836}":true,"item:{\"iaid\":277836}":true,"id-item:{\"iaid\":277836}":true,"item-content:{\"id\":277836}":true,"item:{\"icid\":277836}":true,"id-item:{\"icid\":277836}":true,"user-item:{\"iid\":277836}":true,"item-content:{\"id\":72812}":true,"item:{\"icid\":72812}":true,"id-item:{\"icid\":72812}":true,"user-item:{\"iid\":72812}":true,"item:{\"id\":73868}":true,"item:{\"parent\":73868}":true,"id-item:{\"parent\":73868}":true,"item-delivery-data:{\"iid\":73868}":true,"notify:{\"iid\":73868}":true,"id-notify:{\"iid\":73868}":true,"notify:{\"parent\":73868}":true,"id-notify:{\"parent\":73868}":true,"notify-threads:{\"master-parent-item\":73868}":true,"participation:{\"iid\":73868}":true,"sign:{\"iid\":73868}":true,"term:{\"oid\":73868}":true,"thread:{\"iid\":73868}":true,"item-activity:{\"id\":73868}":true,"item:{\"iaid\":73868}":true,"id-item:{\"iaid\":73868}":true,"item-content:{\"id\":73868}":true,"item:{\"icid\":73868}":true,"id-item:{\"icid\":73868}":true,"item:{\"id\":248877}":true,"item:{\"parent\":248877}":true,"id-item:{\"parent\":248877}":true,"item:{\"id\":250835}":true,"item:{\"parent\":250835}":true,"id-item:{\"parent\":250835}":true,"item-delivery-data:{\"iid\":250835}":true,"notify:{\"iid\":250835}":true,"id-notify:{\"iid\":250835}":true,"notify:{\"parent\":250835}":true,"id-notify:{\"parent\":250835}":true,"notify-threads:{\"master-parent-item\":250835}":true,"participation:{\"iid\":250835}":true,"sign:{\"iid\":250835}":true,"term:{\"oid\":250835}":true,"thread:{\"iid\":250835}":true,"item-activity:{\"id\":250835}":true,"item:{\"iaid\":250835}":true,"id-item:{\"iaid\":250835}":true,"item-content:{\"id\":250835}":true,"item:{\"icid\":250835}":true,"id-item:{\"icid\":250835}":true,"user-item:{\"iid\":250835}":true,"item-delivery-data:{\"iid\":248877}":true,"notify:{\"iid\":248877}":true,"id-notify:{\"iid\":248877}":true,"notify:{\"parent\":248877}":true,"id-notify:{\"parent\":248877}":true,"notify-threads:{\"master-parent-item\":248877}":true,"participation:{\"iid\":248877}":true,"sign:{\"iid\":248877}":true,"term:{\"oid\":248877}":true,"thread:{\"iid\":248877}":true,"item-activity:{\"id\":248877}":true,"item:{\"iaid\":248877}":true,"id-item:{\"iaid\":248877}":true,"item-content:{\"id\":248877}":true,"item:{\"icid\":248877}":true,"id-item:{\"icid\":248877}":true,"user-item:{\"iid\":248877}":true,"item:{\"id\":248879}":true,"item:{\"parent\":248879}":true,"id-item:{\"parent\":248879}":true,"item:{\"id\":250836}":true,"item:{\"parent\":250836}":true,"id-item:{\"parent\":250836}":true,"item-delivery-data:{\"iid\":250836}":true,"notify:{\"iid\":250836}":true,"id-notify:{\"iid\":250836}":true,"notify:{\"parent\":250836}":true,"id-notify:{\"parent\":250836}":true,"notify-threads:{\"master-parent-item\":250836}":true,"participation:{\"iid\":250836}":true,"sign:{\"iid\":250836}":true,"term:{\"oid\":250836}":true,"thread:{\"iid\":250836}":true,"item-activity:{\"id\":250836}":true,"item:{\"iaid\":250836}":true,"id-item:{\"iaid\":250836}":true,"item-content:{\"id\":250836}":true,"item:{\"icid\":250836}":true,"id-item:{\"icid\":250836}":true,"user-item:{\"iid\":250836}":true,"item-delivery-data:{\"iid\":248879}":true,"notify:{\"iid\":248879}":true,"id-notify:{\"iid\":248879}":true,"notify:{\"parent\":248879}":true,"id-notify:{\"parent\":248879}":true,"notify-threads:{\"master-parent-item\":248879}":true,"participation:{\"iid\":248879}":true,"sign:{\"iid\":248879}":true,"term:{\"oid\":248879}":true,"thread:{\"iid\":248879}":true,"item-activity:{\"id\":248879}":true,"item:{\"iaid\":248879}":true,"id-item:{\"iaid\":248879}":true,"item-content:{\"id\":248879}":true,"item:{\"icid\":248879}":true,"id-item:{\"icid\":248879}":true,"user-item:{\"iid\":248879}":true,"user-item:{\"iid\":73868}":true,"item:{\"id\":111607}":true,"item:{\"parent\":111607}":true,"id-item:{\"parent\":111607}":true,"item-delivery-data:{\"iid\":111607}":true,"notify:{\"iid\":111607}":true,"id-notify:{\"iid\":111607}":true,"notify:{\"parent\":111607}":true,"id-notify:{\"parent\":111607}":true,"notify-threads:{\"master-parent-item\":111607}":true,"participation:{\"iid\":111607}":true,"sign:{\"iid\":111607}":true,"term:{\"oid\":111607}":true,"thread:{\"iid\":111607}":true,"item-activity:{\"id\":111607}":true,"item:{\"iaid\":111607}":true,"id-item:{\"iaid\":111607}":true,"item:{\"id\":437334}":true,"item:{\"parent\":437334}":true,"id-item:{\"parent\":437334}":true,"item-delivery-data:{\"iid\":437334}":true,"notify:{\"iid\":437334}":true,"id-notify:{\"iid\":437334}":true,"notify:{\"parent\":437334}":true,"id-notify:{\"parent\":437334}":true,"notify-threads:{\"master-parent-item\":437334}":true,"participation:{\"iid\":437334}":true,"sign:{\"iid\":437334}":true,"term:{\"oid\":437334}":true,"thread:{\"iid\":437334}":true,"item-activity:{\"id\":437334}":true,"item:{\"iaid\":437334}":true,"id-item:{\"iaid\":437334}":true,"item-content:{\"id\":437334}":true,"item:{\"icid\":437334}":true,"id-item:{\"icid\":437334}":true,"user-item:{\"iid\":437334}":true,"item:{\"id\":437335}":true,"item:{\"parent\":437335}":true,"id-item:{\"parent\":437335}":true,"item-delivery-data:{\"iid\":437335}":true,"notify:{\"iid\":437335}":true,"id-notify:{\"iid\":437335}":true,"notify:{\"parent\":437335}":true,"id-notify:{\"parent\":437335}":true,"notify-threads:{\"master-parent-item\":437335}":true,"participation:{\"iid\":437335}":true,"sign:{\"iid\":437335}":true,"term:{\"oid\":437335}":true,"thread:{\"iid\":437335}":true,"item-activity:{\"id\":437335}":true,"item:{\"iaid\":437335}":true,"id-item:{\"iaid\":437335}":true,"item-content:{\"id\":437335}":true,"item:{\"icid\":437335}":true,"id-item:{\"icid\":437335}":true,"user-item:{\"iid\":437335}":true,"item-content:{\"id\":111607}":true,"item:{\"icid\":111607}":true,"id-item:{\"icid\":111607}":true,"item:{\"id\":376497}":true,"item:{\"parent\":376497}":true,"id-item:{\"parent\":376497}":true,"item-delivery-data:{\"iid\":376497}":true,"notify:{\"iid\":376497}":true,"id-notify:{\"iid\":376497}":true,"notify:{\"parent\":376497}":true,"id-notify:{\"parent\":376497}":true,"notify-threads:{\"master-parent-item\":376497}":true,"participation:{\"iid\":376497}":true,"sign:{\"iid\":376497}":true,"term:{\"oid\":376497}":true,"thread:{\"iid\":376497}":true,"item-activity:{\"id\":376497}":true,"item:{\"iaid\":376497}":true,"id-item:{\"iaid\":376497}":true,"item-content:{\"id\":376497}":true,"item:{\"icid\":376497}":true,"id-item:{\"icid\":376497}":true,"user-item:{\"iid\":376497}":true,"item:{\"id\":376498}":true,"item:{\"parent\":376498}":true,"id-item:{\"parent\":376498}":true,"item-delivery-data:{\"iid\":376498}":true,"notify:{\"iid\":376498}":true,"id-notify:{\"iid\":376498}":true,"notify:{\"parent\":376498}":true,"id-notify:{\"parent\":376498}":true,"notify-threads:{\"master-parent-item\":376498}":true,"participation:{\"iid\":376498}":true,"sign:{\"iid\":376498}":true,"term:{\"oid\":376498}":true,"thread:{\"iid\":376498}":true,"item-activity:{\"id\":376498}":true,"item:{\"iaid\":376498}":true,"id-item:{\"iaid\":376498}":true,"item-content:{\"id\":376498}":true,"item:{\"icid\":376498}":true,"id-item:{\"icid\":376498}":true,"user-item:{\"iid\":376498}":true,"user-item:{\"iid\":111607}":true,"item:{\"id\":111610}":true,"item:{\"parent\":111610}":true,"id-item:{\"parent\":111610}":true,"item-delivery-data:{\"iid\":111610}":true,"notify:{\"iid\":111610}":true,"id-notify:{\"iid\":111610}":true,"notify:{\"parent\":111610}":true,"id-notify:{\"parent\":111610}":true,"notify-threads:{\"master-parent-item\":111610}":true,"participation:{\"iid\":111610}":true,"sign:{\"iid\":111610}":true,"term:{\"oid\":111610}":true,"thread:{\"iid\":111610}":true,"item-activity:{\"id\":111610}":true,"item:{\"iaid\":111610}":true,"id-item:{\"iaid\":111610}":true,"item:{\"id\":437353}":true,"item:{\"parent\":437353}":true,"id-item:{\"parent\":437353}":true,"item-delivery-data:{\"iid\":437353}":true,"notify:{\"iid\":437353}":true,"id-notify:{\"iid\":437353}":true,"notify:{\"parent\":437353}":true,"id-notify:{\"parent\":437353}":true,"notify-threads:{\"master-parent-item\":437353}":true,"participation:{\"iid\":437353}":true,"sign:{\"iid\":437353}":true,"term:{\"oid\":437353}":true,"thread:{\"iid\":437353}":true,"item-activity:{\"id\":437353}":true,"item:{\"iaid\":437353}":true,"id-item:{\"iaid\":437353}":true,"item-content:{\"id\":437353}":true,"item:{\"icid\":437353}":true,"id-item:{\"icid\":437353}":true,"user-item:{\"iid\":437353}":true,"item:{\"id\":437354}":true,"item:{\"parent\":437354}":true,"id-item:{\"parent\":437354}":true,"item-delivery-data:{\"iid\":437354}":true,"notify:{\"iid\":437354}":true,"id-notify:{\"iid\":437354}":true,"notify:{\"parent\":437354}":true,"id-notify:{\"parent\":437354}":true,"notify-threads:{\"master-parent-item\":437354}":true,"participation:{\"iid\":437354}":true,"sign:{\"iid\":437354}":true,"term:{\"oid\":437354}":true,"thread:{\"iid\":437354}":true,"item-activity:{\"id\":437354}":true,"item:{\"iaid\":437354}":true,"id-item:{\"iaid\":437354}":true,"item-content:{\"id\":437354}":true,"item:{\"icid\":437354}":true,"id-item:{\"icid\":437354}":true,"user-item:{\"iid\":437354}":true,"item-content:{\"id\":111610}":true,"item:{\"icid\":111610}":true,"id-item:{\"icid\":111610}":true,"item:{\"id\":376521}":true,"item:{\"parent\":376521}":true,"id-item:{\"parent\":376521}":true,"item-delivery-data:{\"iid\":376521}":true,"notify:{\"iid\":376521}":true,"id-notify:{\"iid\":376521}":true,"notify:{\"parent\":376521}":true,"id-notify:{\"parent\":376521}":true,"notify-threads:{\"master-parent-item\":376521}":true}} - {"file":"Database.php","line":1277,"function":"delete","uid":"c68cb1","process_id":339}
2020-03-20 00:00:27 worker [INFO]: DELETE FROM `participation` WHERE `iid` IN (376521); {"callstack":"Database::delete, Database::delete, Database::delete, Database::delete, Database::delete, Database::delete","internal_callstack":{"item:{\"id\":21249}":true,"item:{\"parent\":21249}":true,"id-item:{\"parent\":21249}":true,"item-delivery-data:{\"iid\":21249}":true,"notify:{\"iid\":21249}":true,"id-notify:{\"iid\":21249}":true,"notify:{\"parent\":21249}":true,"id-notify:{\"parent\":21249}":true,"notify-threads:{\"master-parent-item\":21249}":true,"participation:{\"iid\":21249}":true,"sign:{\"iid\":21249}":true,"term:{\"oid\":21249}":true,"thread:{\"iid\":21249}":true,"item-activity:{\"id\":21249}":true,"item:{\"iaid\":21249}":true,"id-item:{\"iaid\":21249}":true,"item:{\"id\":75740}":true,"item:{\"parent\":75740}":true,"id-item:{\"parent\":75740}":true,"item-delivery-data:{\"iid\":75740}":true,"notify:{\"iid\":75740}":true,"id-notify:{\"iid\":75740}":true,"notify:{\"parent\":75740}":true,"id-notify:{\"parent\":75740}":true,"notify-threads:{\"master-parent-item\":75740}":true,"participation:{\"iid\":75740}":true,"sign:{\"iid\":75740}":true,"term:{\"oid\":75740}":true,"thread:{\"iid\":75740}":true,"item-activity:{\"id\":75740}":true,"item:{\"iaid\":75740}":true,"id-item:{\"iaid\":75740}":true,"item:{\"id\":290140}":true,"item:{\"parent\":290140}":true,"id-item:{\"parent\":290140}":true,"item-delivery-data:{\"iid\":290140}":true,"notify:{\"iid\":290140}":true,"id-notify:{\"iid\":290140}":true,"notify:{\"parent\":290140}":true,"id-notify:{\"parent\":290140}":true,"notify-threads:{\"master-parent-item\":290140}":true,"participation:{\"iid\":290140}":true,"sign:{\"iid\":290140}":true,"term:{\"oid\":290140}":true,"thread:{\"iid\":290140}":true,"item-activity:{\"id\":290140}":true,"item:{\"iaid\":290140}":true,"id-item:{\"iaid\":290140}":true,"item-content:{\"id\":290140}":true,"item:{\"icid\":290140}":true,"id-item:{\"icid\":290140}":true,"user-item:{\"iid\":290140}":true,"item:{\"id\":290141}":true,"item:{\"parent\":290141}":true,"id-item:{\"parent\":290141}":true,"item-delivery-data:{\"iid\":290141}":true,"notify:{\"iid\":290141}":true,"id-notify:{\"iid\":290141}":true,"notify:{\"parent\":290141}":true,"id-notify:{\"parent\":290141}":true,"notify-threads:{\"master-parent-item\":290141}":true,"participation:{\"iid\":290141}":true,"sign:{\"iid\":290141}":true,"term:{\"oid\":290141}":true,"thread:{\"iid\":290141}":true,"item-activity:{\"id\":290141}":true,"item:{\"iaid\":290141}":true,"id-item:{\"iaid\":290141}":true,"item-content:{\"id\":290141}":true,"item:{\"icid\":290141}":true,"id-item:{\"icid\":290141}":true,"user-item:{\"iid\":290141}":true,"item-content:{\"id\":75740}":true,"item:{\"icid\":75740}":true,"id-item:{\"icid\":75740}":true,"item:{\"id\":255241}":true,"item:{\"parent\":255241}":true,"id-item:{\"parent\":255241}":true,"item:{\"id\":255245}":true,"item:{\"parent\":255245}":true,"id-item:{\"parent\":255245}":true,"item-delivery-data:{\"iid\":255245}":true,"notify:{\"iid\":255245}":true,"id-notify:{\"iid\":255245}":true,"notify:{\"parent\":255245}":true,"id-notify:{\"parent\":255245}":true,"notify-threads:{\"master-parent-item\":255245}":true,"participation:{\"iid\":255245}":true,"sign:{\"iid\":255245}":true,"term:{\"oid\":255245}":true,"thread:{\"iid\":255245}":true,"item-activity:{\"id\":255245}":true,"item:{\"iaid\":255245}":true,"id-item:{\"iaid\":255245}":true,"item-content:{\"id\":255245}":true,"item:{\"icid\":255245}":true,"id-item:{\"icid\":255245}":true,"user-item:{\"iid\":255245}":true,"item-delivery-data:{\"iid\":255241}":true,"notify:{\"iid\":255241}":true,"id-notify:{\"iid\":255241}":true,"notify:{\"parent\":255241}":true,"id-notify:{\"parent\":255241}":true,"notify-threads:{\"master-parent-item\":255241}":true,"participation:{\"iid\":255241}":true,"sign:{\"iid\":255241}":true,"term:{\"oid\":255241}":true,"thread:{\"iid\":255241}":true,"item-activity:{\"id\":255241}":true,"item:{\"iaid\":255241}":true,"id-item:{\"iaid\":255241}":true,"item-content:{\"id\":255241}":true,"item:{\"icid\":255241}":true,"id-item:{\"icid\":255241}":true,"user-item:{\"iid\":255241}":true,"item:{\"id\":255242}":true,"item:{\"parent\":255242}":true,"id-item:{\"parent\":255242}":true,"item:{\"id\":255246}":true,"item:{\"parent\":255246}":true,"id-item:{\"parent\":255246}":true,"item-delivery-data:{\"iid\":255246}":true,"notify:{\"iid\":255246}":true,"id-notify:{\"iid\":255246}":true,"notify:{\"parent\":255246}":true,"id-notify:{\"parent\":255246}":true,"notify-threads:{\"master-parent-item\":255246}":true,"participation:{\"iid\":255246}":true,"sign:{\"iid\":255246}":true,"term:{\"oid\":255246}":true,"thread:{\"iid\":255246}":true,"item-activity:{\"id\":255246}":true,"item:{\"iaid\":255246}":true,"id-item:{\"iaid\":255246}":true,"item-content:{\"id\":255246}":true,"item:{\"icid\":255246}":true,"id-item:{\"icid\":255246}":true,"user-item:{\"iid\":255246}":true,"item-delivery-data:{\"iid\":255242}":true,"notify:{\"iid\":255242}":true,"id-notify:{\"iid\":255242}":true,"notify:{\"parent\":255242}":true,"id-notify:{\"parent\":255242}":true,"notify-threads:{\"master-parent-item\":255242}":true,"participation:{\"iid\":255242}":true,"sign:{\"iid\":255242}":true,"term:{\"oid\":255242}":true,"thread:{\"iid\":255242}":true,"item-activity:{\"id\":255242}":true,"item:{\"iaid\":255242}":true,"id-item:{\"iaid\":255242}":true,"item-content:{\"id\":255242}":true,"item:{\"icid\":255242}":true,"id-item:{\"icid\":255242}":true,"user-item:{\"iid\":255242}":true,"user-item:{\"iid\":75740}":true,"item:{\"id\":75741}":true,"item:{\"parent\":75741}":true,"id-item:{\"parent\":75741}":true,"item-delivery-data:{\"iid\":75741}":true,"notify:{\"iid\":75741}":true,"id-notify:{\"iid\":75741}":true,"notify:{\"parent\":75741}":true,"id-notify:{\"parent\":75741}":true,"notify-threads:{\"master-parent-item\":75741}":true,"participation:{\"iid\":75741}":true,"sign:{\"iid\":75741}":true,"term:{\"oid\":75741}":true,"thread:{\"iid\":75741}":true,"item-activity:{\"id\":75741}":true,"item:{\"iaid\":75741}":true,"id-item:{\"iaid\":75741}":true,"item:{\"id\":290142}":true,"item:{\"parent\":290142}":true,"id-item:{\"parent\":290142}":true,"item-delivery-data:{\"iid\":290142}":true,"notify:{\"iid\":290142}":true,"id-notify:{\"iid\":290142}":true,"notify:{\"parent\":290142}":true,"id-notify:{\"parent\":290142}":true,"notify-threads:{\"master-parent-item\":290142}":true,"participation:{\"iid\":290142}":true,"sign:{\"iid\":290142}":true,"term:{\"oid\":290142}":true,"thread:{\"iid\":290142}":true,"item-activity:{\"id\":290142}":true,"item:{\"iaid\":290142}":true,"id-item:{\"iaid\":290142}":true,"item-content:{\"id\":290142}":true,"item:{\"icid\":290142}":true,"id-item:{\"icid\":290142}":true,"user-item:{\"iid\":290142}":true,"item:{\"id\":290143}":true,"item:{\"parent\":290143}":true,"id-item:{\"parent\":290143}":true,"item-delivery-data:{\"iid\":290143}":true,"notify:{\"iid\":290143}":true,"id-notify:{\"iid\":290143}":true,"notify:{\"parent\":290143}":true,"id-notify:{\"parent\":290143}":true,"notify-threads:{\"master-parent-item\":290143}":true,"participation:{\"iid\":290143}":true,"sign:{\"iid\":290143}":true,"term:{\"oid\":290143}":true,"thread:{\"iid\":290143}":true,"item-activity:{\"id\":290143}":true,"item:{\"iaid\":290143}":true,"id-item:{\"iaid\":290143}":true,"item-content:{\"id\":290143}":true,"item:{\"icid\":290143}":true,"id-item:{\"icid\":290143}":true,"user-item:{\"iid\":290143}":true,"item-content:{\"id\":75741}":true,"item:{\"icid\":75741}":true,"id-item:{\"icid\":75741}":true,"item:{\"id\":255247}":true,"item:{\"parent\":255247}":true,"id-item:{\"parent\":255247}":true,"item:{\"id\":255249}":true,"item:{\"parent\":255249}":true,"id-item:{\"parent\":255249}":true,"item-delivery-data:{\"iid\":255249}":true,"notify:{\"iid\":255249}":true,"id-notify:{\"iid\":255249}":true,"notify:{\"parent\":255249}":true,"id-notify:{\"parent\":255249}":true,"notify-threads:{\"master-parent-item\":255249}":true,"participation:{\"iid\":255249}":true,"sign:{\"iid\":255249}":true,"term:{\"oid\":255249}":true,"thread:{\"iid\":255249}":true,"item-activity:{\"id\":255249}":true,"item:{\"iaid\":255249}":true,"id-item:{\"iaid\":255249}":true,"item-content:{\"id\":255249}":true,"item:{\"icid\":255249}":true,"id-item:{\"icid\":255249}":true,"user-item:{\"iid\":255249}":true,"item-delivery-data:{\"iid\":255247}":true,"notify:{\"iid\":255247}":true,"id-notify:{\"iid\":255247}":true,"notify:{\"parent\":255247}":true,"id-notify:{\"parent\":255247}":true,"notify-threads:{\"master-parent-item\":255247}":true,"participation:{\"iid\":255247}":true,"sign:{\"iid\":255247}":true,"term:{\"oid\":255247}":true,"thread:{\"iid\":255247}":true,"item-activity:{\"id\":255247}":true,"item:{\"iaid\":255247}":true,"id-item:{\"iaid\":255247}":true,"item-content:{\"id\":255247}":true,"item:{\"icid\":255247}":true,"id-item:{\"icid\":255247}":true,"user-item:{\"iid\":255247}":true,"item:{\"id\":255248}":true,"item:{\"parent\":255248}":true,"id-item:{\"parent\":255248}":true,"item:{\"id\":255250}":true,"item:{\"parent\":255250}":true,"id-item:{\"parent\":255250}":true,"item-delivery-data:{\"iid\":255250}":true,"notify:{\"iid\":255250}":true,"id-notify:{\"iid\":255250}":true,"notify:{\"parent\":255250}":true,"id-notify:{\"parent\":255250}":true,"notify-threads:{\"master-parent-item\":255250}":true,"participation:{\"iid\":255250}":true,"sign:{\"iid\":255250}":true,"term:{\"oid\":255250}":true,"thread:{\"iid\":255250}":true,"item-activity:{\"id\":255250}":true,"item:{\"iaid\":255250}":true,"id-item:{\"iaid\":255250}":true,"item-content:{\"id\":255250}":true,"item:{\"icid\":255250}":true,"id-item:{\"icid\":255250}":true,"user-item:{\"iid\":255250}":true,"item-delivery-data:{\"iid\":255248}":true,"notify:{\"iid\":255248}":true,"id-notify:{\"iid\":255248}":true,"notify:{\"parent\":255248}":true,"id-notify:{\"parent\":255248}":true,"notify-threads:{\"master-parent-item\":255248}":true,"participation:{\"iid\":255248}":true,"sign:{\"iid\":255248}":true,"term:{\"oid\":255248}":true,"thread:{\"iid\":255248}":true,"item-activity:{\"id\":255248}":true,"item:{\"iaid\":255248}":true,"id-item:{\"iaid\":255248}":true,"item-content:{\"id\":255248}":true,"item:{\"icid\":255248}":true,"id-item:{\"icid\":255248}":true,"user-item:{\"iid\":255248}":true,"user-item:{\"iid\":75741}":true,"item-content:{\"id\":21249}":true,"item:{\"icid\":21249}":true,"id-item:{\"icid\":21249}":true,"item:{\"id\":72731}":true,"item:{\"parent\":72731}":true,"id-item:{\"parent\":72731}":true,"item:{\"id\":72812}":true,"item:{\"parent\":72812}":true,"id-item:{\"parent\":72812}":true,"item-delivery-data:{\"iid\":72812}":true,"notify:{\"iid\":72812}":true,"id-notify:{\"iid\":72812}":true,"notify:{\"parent\":72812}":true,"id-notify:{\"parent\":72812}":true,"notify-threads:{\"master-parent-item\":72812}":true,"participation:{\"iid\":72812}":true,"sign:{\"iid\":72812}":true,"term:{\"oid\":72812}":true,"thread:{\"iid\":72812}":true,"item-activity:{\"id\":72812}":true,"item:{\"iaid\":72812}":true,"id-item:{\"iaid\":72812}":true,"item:{\"id\":277835}":true,"item:{\"parent\":277835}":true,"id-item:{\"parent\":277835}":true,"item-delivery-data:{\"iid\":277835}":true,"notify:{\"iid\":277835}":true,"id-notify:{\"iid\":277835}":true,"notify:{\"parent\":277835}":true,"id-notify:{\"parent\":277835}":true,"notify-threads:{\"master-parent-item\":277835}":true,"participation:{\"iid\":277835}":true,"sign:{\"iid\":277835}":true,"term:{\"oid\":277835}":true,"thread:{\"iid\":277835}":true,"item-activity:{\"id\":277835}":true,"item:{\"iaid\":277835}":true,"id-item:{\"iaid\":277835}":true,"item-content:{\"id\":277835}":true,"item:{\"icid\":277835}":true,"id-item:{\"icid\":277835}":true,"user-item:{\"iid\":277835}":true,"item:{\"id\":277836}":true,"item:{\"parent\":277836}":true,"id-item:{\"parent\":277836}":true,"item-delivery-data:{\"iid\":277836}":true,"notify:{\"iid\":277836}":true,"id-notify:{\"iid\":277836}":true,"notify:{\"parent\":277836}":true,"id-notify:{\"parent\":277836}":true,"notify-threads:{\"master-parent-item\":277836}":true,"participation:{\"iid\":277836}":true,"sign:{\"iid\":277836}":true,"term:{\"oid\":277836}":true,"thread:{\"iid\":277836}":true,"item-activity:{\"id\":277836}":true,"item:{\"iaid\":277836}":true,"id-item:{\"iaid\":277836}":true,"item-content:{\"id\":277836}":true,"item:{\"icid\":277836}":true,"id-item:{\"icid\":277836}":true,"user-item:{\"iid\":277836}":true,"item-content:{\"id\":72812}":true,"item:{\"icid\":72812}":true,"id-item:{\"icid\":72812}":true,"user-item:{\"iid\":72812}":true,"item:{\"id\":73868}":true,"item:{\"parent\":73868}":true,"id-item:{\"parent\":73868}":true,"item-delivery-data:{\"iid\":73868}":true,"notify:{\"iid\":73868}":true,"id-notify:{\"iid\":73868}":true,"notify:{\"parent\":73868}":true,"id-notify:{\"parent\":73868}":true,"notify-threads:{\"master-parent-item\":73868}":true,"participation:{\"iid\":73868}":true,"sign:{\"iid\":73868}":true,"term:{\"oid\":73868}":true,"thread:{\"iid\":73868}":true,"item-activity:{\"id\":73868}":true,"item:{\"iaid\":73868}":true,"id-item:{\"iaid\":73868}":true,"item-content:{\"id\":73868}":true,"item:{\"icid\":73868}":true,"id-item:{\"icid\":73868}":true,"item:{\"id\":248877}":true,"item:{\"parent\":248877}":true,"id-item:{\"parent\":248877}":true,"item:{\"id\":250835}":true,"item:{\"parent\":250835}":true,"id-item:{\"parent\":250835}":true,"item-delivery-data:{\"iid\":250835}":true,"notify:{\"iid\":250835}":true,"id-notify:{\"iid\":250835}":true,"notify:{\"parent\":250835}":true,"id-notify:{\"parent\":250835}":true,"notify-threads:{\"master-parent-item\":250835}":true,"participation:{\"iid\":250835}":true,"sign:{\"iid\":250835}":true,"term:{\"oid\":250835}":true,"thread:{\"iid\":250835}":true,"item-activity:{\"id\":250835}":true,"item:{\"iaid\":250835}":true,"id-item:{\"iaid\":250835}":true,"item-content:{\"id\":250835}":true,"item:{\"icid\":250835}":true,"id-item:{\"icid\":250835}":true,"user-item:{\"iid\":250835}":true,"item-delivery-data:{\"iid\":248877}":true,"notify:{\"iid\":248877}":true,"id-notify:{\"iid\":248877}":true,"notify:{\"parent\":248877}":true,"id-notify:{\"parent\":248877}":true,"notify-threads:{\"master-parent-item\":248877}":true,"participation:{\"iid\":248877}":true,"sign:{\"iid\":248877}":true,"term:{\"oid\":248877}":true,"thread:{\"iid\":248877}":true,"item-activity:{\"id\":248877}":true,"item:{\"iaid\":248877}":true,"id-item:{\"iaid\":248877}":true,"item-content:{\"id\":248877}":true,"item:{\"icid\":248877}":true,"id-item:{\"icid\":248877}":true,"user-item:{\"iid\":248877}":true,"item:{\"id\":248879}":true,"item:{\"parent\":248879}":true,"id-item:{\"parent\":248879}":true,"item:{\"id\":250836}":true,"item:{\"parent\":250836}":true,"id-item:{\"parent\":250836}":true,"item-delivery-data:{\"iid\":250836}":true,"notify:{\"iid\":250836}":true,"id-notify:{\"iid\":250836}":true,"notify:{\"parent\":250836}":true,"id-notify:{\"parent\":250836}":true,"notify-threads:{\"master-parent-item\":250836}":true,"participation:{\"iid\":250836}":true,"sign:{\"iid\":250836}":true,"term:{\"oid\":250836}":true,"thread:{\"iid\":250836}":true,"item-activity:{\"id\":250836}":true,"item:{\"iaid\":250836}":true,"id-item:{\"iaid\":250836}":true,"item-content:{\"id\":250836}":true,"item:{\"icid\":250836}":true,"id-item:{\"icid\":250836}":true,"user-item:{\"iid\":250836}":true,"item-delivery-data:{\"iid\":248879}":true,"notify:{\"iid\":248879}":true,"id-notify:{\"iid\":248879}":true,"notify:{\"parent\":248879}":true,"id-notify:{\"parent\":248879}":true,"notify-threads:{\"master-parent-item\":248879}":true,"participation:{\"iid\":248879}":true,"sign:{\"iid\":248879}":true,"term:{\"oid\":248879}":true,"thread:{\"iid\":248879}":true,"item-activity:{\"id\":248879}":true,"item:{\"iaid\":248879}":true,"id-item:{\"iaid\":248879}":true,"item-content:{\"id\":248879}":true,"item:{\"icid\":248879}":true,"id-item:{\"icid\":248879}":true,"user-item:{\"iid\":248879}":true,"user-item:{\"iid\":73868}":true,"item:{\"id\":111607}":true,"item:{\"parent\":111607}":true,"id-item:{\"parent\":111607}":true,"item-delivery-data:{\"iid\":111607}":true,"notify:{\"iid\":111607}":true,"id-notify:{\"iid\":111607}":true,"notify:{\"parent\":111607}":true,"id-notify:{\"parent\":111607}":true,"notify-threads:{\"master-parent-item\":111607}":true,"participation:{\"iid\":111607}":true,"sign:{\"iid\":111607}":true,"term:{\"oid\":111607}":true,"thread:{\"iid\":111607}":true,"item-activity:{\"id\":111607}":true,"item:{\"iaid\":111607}":true,"id-item:{\"iaid\":111607}":true,"item:{\"id\":437334}":true,"item:{\"parent\":437334}":true,"id-item:{\"parent\":437334}":true,"item-delivery-data:{\"iid\":437334}":true,"notify:{\"iid\":437334}":true,"id-notify:{\"iid\":437334}":true,"notify:{\"parent\":437334}":true,"id-notify:{\"parent\":437334}":true,"notify-threads:{\"master-parent-item\":437334}":true,"participation:{\"iid\":437334}":true,"sign:{\"iid\":437334}":true,"term:{\"oid\":437334}":true,"thread:{\"iid\":437334}":true,"item-activity:{\"id\":437334}":true,"item:{\"iaid\":437334}":true,"id-item:{\"iaid\":437334}":true,"item-content:{\"id\":437334}":true,"item:{\"icid\":437334}":true,"id-item:{\"icid\":437334}":true,"user-item:{\"iid\":437334}":true,"item:{\"id\":437335}":true,"item:{\"parent\":437335}":true,"id-item:{\"parent\":437335}":true,"item-delivery-data:{\"iid\":437335}":true,"notify:{\"iid\":437335}":true,"id-notify:{\"iid\":437335}":true,"notify:{\"parent\":437335}":true,"id-notify:{\"parent\":437335}":true,"notify-threads:{\"master-parent-item\":437335}":true,"participation:{\"iid\":437335}":true,"sign:{\"iid\":437335}":true,"term:{\"oid\":437335}":true,"thread:{\"iid\":437335}":true,"item-activity:{\"id\":437335}":true,"item:{\"iaid\":437335}":true,"id-item:{\"iaid\":437335}":true,"item-content:{\"id\":437335}":true,"item:{\"icid\":437335}":true,"id-item:{\"icid\":437335}":true,"user-item:{\"iid\":437335}":true,"item-content:{\"id\":111607}":true,"item:{\"icid\":111607}":true,"id-item:{\"icid\":111607}":true,"item:{\"id\":376497}":true,"item:{\"parent\":376497}":true,"id-item:{\"parent\":376497}":true,"item-delivery-data:{\"iid\":376497}":true,"notify:{\"iid\":376497}":true,"id-notify:{\"iid\":376497}":true,"notify:{\"parent\":376497}":true,"id-notify:{\"parent\":376497}":true,"notify-threads:{\"master-parent-item\":376497}":true,"participation:{\"iid\":376497}":true,"sign:{\"iid\":376497}":true,"term:{\"oid\":376497}":true,"thread:{\"iid\":376497}":true,"item-activity:{\"id\":376497}":true,"item:{\"iaid\":376497}":true,"id-item:{\"iaid\":376497}":true,"item-content:{\"id\":376497}":true,"item:{\"icid\":376497}":true,"id-item:{\"icid\":376497}":true,"user-item:{\"iid\":376497}":true,"item:{\"id\":376498}":true,"item:{\"parent\":376498}":true,"id-item:{\"parent\":376498}":true,"item-delivery-data:{\"iid\":376498}":true,"notify:{\"iid\":376498}":true,"id-notify:{\"iid\":376498}":true,"notify:{\"parent\":376498}":true,"id-notify:{\"parent\":376498}":true,"notify-threads:{\"master-parent-item\":376498}":true,"participation:{\"iid\":376498}":true,"sign:{\"iid\":376498}":true,"term:{\"oid\":376498}":true,"thread:{\"iid\":376498}":true,"item-activity:{\"id\":376498}":true,"item:{\"iaid\":376498}":true,"id-item:{\"iaid\":376498}":true,"item-content:{\"id\":376498}":true,"item:{\"icid\":376498}":true,"id-item:{\"icid\":376498}":true,"user-item:{\"iid\":376498}":true,"user-item:{\"iid\":111607}":true,"item:{\"id\":111610}":true,"item:{\"parent\":111610}":true,"id-item:{\"parent\":111610}":true,"item-delivery-data:{\"iid\":111610}":true,"notify:{\"iid\":111610}":true,"id-notify:{\"iid\":111610}":true,"notify:{\"parent\":111610}":true,"id-notify:{\"parent\":111610}":true,"notify-threads:{\"master-parent-item\":111610}":true,"participation:{\"iid\":111610}":true,"sign:{\"iid\":111610}":true,"term:{\"oid\":111610}":true,"thread:{\"iid\":111610}":true,"item-activity:{\"id\":111610}":true,"item:{\"iaid\":111610}":true,"id-item:{\"iaid\":111610}":true,"item:{\"id\":437353}":true,"item:{\"parent\":437353}":true,"id-item:{\"parent\":437353}":true,"item-delivery-data:{\"iid\":437353}":true,"notify:{\"iid\":437353}":true,"id-notify:{\"iid\":437353}":true,"notify:{\"parent\":437353}":true,"id-notify:{\"parent\":437353}":true,"notify-threads:{\"master-parent-item\":437353}":true,"participation:{\"iid\":437353}":true,"sign:{\"iid\":437353}":true,"term:{\"oid\":437353}":true,"thread:{\"iid\":437353}":true,"item-activity:{\"id\":437353}":true,"item:{\"iaid\":437353}":true,"id-item:{\"iaid\":437353}":true,"item-content:{\"id\":437353}":true,"item:{\"icid\":437353}":true,"id-item:{\"icid\":437353}":true,"user-item:{\"iid\":437353}":true,"item:{\"id\":437354}":true,"item:{\"parent\":437354}":true,"id-item:{\"parent\":437354}":true,"item-delivery-data:{\"iid\":437354}":true,"notify:{\"iid\":437354}":true,"id-notify:{\"iid\":437354}":true,"notify:{\"parent\":437354}":true,"id-notify:{\"parent\":437354}":true,"notify-threads:{\"master-parent-item\":437354}":true,"participation:{\"iid\":437354}":true,"sign:{\"iid\":437354}":true,"term:{\"oid\":437354}":true,"thread:{\"iid\":437354}":true,"item-activity:{\"id\":437354}":true,"item:{\"iaid\":437354}":true,"id-item:{\"iaid\":437354}":true,"item-content:{\"id\":437354}":true,"item:{\"icid\":437354}":true,"id-item:{\"icid\":437354}":true,"user-item:{\"iid\":437354}":true,"item-content:{\"id\":111610}":true,"item:{\"icid\":111610}":true,"id-item:{\"icid\":111610}":true,"item:{\"id\":376521}":true,"item:{\"parent\":376521}":true,"id-item:{\"parent\":376521}":true,"item-delivery-data:{\"iid\":376521}":true,"notify:{\"iid\":376521}":true,"id-notify:{\"iid\":376521}":true,"notify:{\"parent\":376521}":true,"id-notify:{\"parent\":376521}":true,"notify-threads:{\"master-parent-item\":376521}":true,"participation:{\"iid\":376521}":true}} - {"file":"Database.php","line":1277,"function":"delete","uid":"c68cb1","process_id":339}
2020-03-20 00:00:27 worker [INFO]: DELETE FROM `sign` WHERE `iid` IN (376521); {"callstack":"Database::delete, Database::delete, Database::delete, Database::delete, Database::delete, Database::delete","internal_callstack":{"item:{\"id\":21249}":true,"item:{\"parent\":21249}":true,"id-item:{\"parent\":21249}":true,"item-delivery-data:{\"iid\":21249}":true,"notify:{\"iid\":21249}":true,"id-notify:{\"iid\":21249}":true,"notify:{\"parent\":21249}":true,"id-notify:{\"parent\":21249}":true,"notify-threads:{\"master-parent-item\":21249}":true,"participation:{\"iid\":21249}":true,"sign:{\"iid\":21249}":true,"term:{\"oid\":21249}":true,"thread:{\"iid\":21249}":true,"item-activity:{\"id\":21249}":true,"item:{\"iaid\":21249}":true,"id-item:{\"iaid\":21249}":true,"item:{\"id\":75740}":true,"item:{\"parent\":75740}":true,"id-item:{\"parent\":75740}":true,"item-delivery-data:{\"iid\":75740}":true,"notify:{\"iid\":75740}":true,"id-notify:{\"iid\":75740}":true,"notify:{\"parent\":75740}":true,"id-notify:{\"parent\":75740}":true,"notify-threads:{\"master-parent-item\":75740}":true,"participation:{\"iid\":75740}":true,"sign:{\"iid\":75740}":true,"term:{\"oid\":75740}":true,"thread:{\"iid\":75740}":true,"item-activity:{\"id\":75740}":true,"item:{\"iaid\":75740}":true,"id-item:{\"iaid\":75740}":true,"item:{\"id\":290140}":true,"item:{\"parent\":290140}":true,"id-item:{\"parent\":290140}":true,"item-delivery-data:{\"iid\":290140}":true,"notify:{\"iid\":290140}":true,"id-notify:{\"iid\":290140}":true,"notify:{\"parent\":290140}":true,"id-notify:{\"parent\":290140}":true,"notify-threads:{\"master-parent-item\":290140}":true,"participation:{\"iid\":290140}":true,"sign:{\"iid\":290140}":true,"term:{\"oid\":290140}":true,"thread:{\"iid\":290140}":true,"item-activity:{\"id\":290140}":true,"item:{\"iaid\":290140}":true,"id-item:{\"iaid\":290140}":true,"item-content:{\"id\":290140}":true,"item:{\"icid\":290140}":true,"id-item:{\"icid\":290140}":true,"user-item:{\"iid\":290140}":true,"item:{\"id\":290141}":true,"item:{\"parent\":290141}":true,"id-item:{\"parent\":290141}":true,"item-delivery-data:{\"iid\":290141}":true,"notify:{\"iid\":290141}":true,"id-notify:{\"iid\":290141}":true,"notify:{\"parent\":290141}":true,"id-notify:{\"parent\":290141}":true,"notify-threads:{\"master-parent-item\":290141}":true,"participation:{\"iid\":290141}":true,"sign:{\"iid\":290141}":true,"term:{\"oid\":290141}":true,"thread:{\"iid\":290141}":true,"item-activity:{\"id\":290141}":true,"item:{\"iaid\":290141}":true,"id-item:{\"iaid\":290141}":true,"item-content:{\"id\":290141}":true,"item:{\"icid\":290141}":true,"id-item:{\"icid\":290141}":true,"user-item:{\"iid\":290141}":true,"item-content:{\"id\":75740}":true,"item:{\"icid\":75740}":true,"id-item:{\"icid\":75740}":true,"item:{\"id\":255241}":true,"item:{\"parent\":255241}":true,"id-item:{\"parent\":255241}":true,"item:{\"id\":255245}":true,"item:{\"parent\":255245}":true,"id-item:{\"parent\":255245}":true,"item-delivery-data:{\"iid\":255245}":true,"notify:{\"iid\":255245}":true,"id-notify:{\"iid\":255245}":true,"notify:{\"parent\":255245}":true,"id-notify:{\"parent\":255245}":true,"notify-threads:{\"master-parent-item\":255245}":true,"participation:{\"iid\":255245}":true,"sign:{\"iid\":255245}":true,"term:{\"oid\":255245}":true,"thread:{\"iid\":255245}":true,"item-activity:{\"id\":255245}":true,"item:{\"iaid\":255245}":true,"id-item:{\"iaid\":255245}":true,"item-content:{\"id\":255245}":true,"item:{\"icid\":255245}":true,"id-item:{\"icid\":255245}":true,"user-item:{\"iid\":255245}":true,"item-delivery-data:{\"iid\":255241}":true,"notify:{\"iid\":255241}":true,"id-notify:{\"iid\":255241}":true,"notify:{\"parent\":255241}":true,"id-notify:{\"parent\":255241}":true,"notify-threads:{\"master-parent-item\":255241}":true,"participation:{\"iid\":255241}":true,"sign:{\"iid\":255241}":true,"term:{\"oid\":255241}":true,"thread:{\"iid\":255241}":true,"item-activity:{\"id\":255241}":true,"item:{\"iaid\":255241}":true,"id-item:{\"iaid\":255241}":true,"item-content:{\"id\":255241}":true,"item:{\"icid\":255241}":true,"id-item:{\"icid\":255241}":true,"user-item:{\"iid\":255241}":true,"item:{\"id\":255242}":true,"item:{\"parent\":255242}":true,"id-item:{\"parent\":255242}":true,"item:{\"id\":255246}":true,"item:{\"parent\":255246}":true,"id-item:{\"parent\":255246}":true,"item-delivery-data:{\"iid\":255246}":true,"notify:{\"iid\":255246}":true,"id-notify:{\"iid\":255246}":true,"notify:{\"parent\":255246}":true,"id-notify:{\"parent\":255246}":true,"notify-threads:{\"master-parent-item\":255246}":true,"participation:{\"iid\":255246}":true,"sign:{\"iid\":255246}":true,"term:{\"oid\":255246}":true,"thread:{\"iid\":255246}":true,"item-activity:{\"id\":255246}":true,"item:{\"iaid\":255246}":true,"id-item:{\"iaid\":255246}":true,"item-content:{\"id\":255246}":true,"item:{\"icid\":255246}":true,"id-item:{\"icid\":255246}":true,"user-item:{\"iid\":255246}":true,"item-delivery-data:{\"iid\":255242}":true,"notify:{\"iid\":255242}":true,"id-notify:{\"iid\":255242}":true,"notify:{\"parent\":255242}":true,"id-notify:{\"parent\":255242}":true,"notify-threads:{\"master-parent-item\":255242}":true,"participation:{\"iid\":255242}":true,"sign:{\"iid\":255242}":true,"term:{\"oid\":255242}":true,"thread:{\"iid\":255242}":true,"item-activity:{\"id\":255242}":true,"item:{\"iaid\":255242}":true,"id-item:{\"iaid\":255242}":true,"item-content:{\"id\":255242}":true,"item:{\"icid\":255242}":true,"id-item:{\"icid\":255242}":true,"user-item:{\"iid\":255242}":true,"user-item:{\"iid\":75740}":true,"item:{\"id\":75741}":true,"item:{\"parent\":75741}":true,"id-item:{\"parent\":75741}":true,"item-delivery-data:{\"iid\":75741}":true,"notify:{\"iid\":75741}":true,"id-notify:{\"iid\":75741}":true,"notify:{\"parent\":75741}":true,"id-notify:{\"parent\":75741}":true,"notify-threads:{\"master-parent-item\":75741}":true,"participation:{\"iid\":75741}":true,"sign:{\"iid\":75741}":true,"term:{\"oid\":75741}":true,"thread:{\"iid\":75741}":true,"item-activity:{\"id\":75741}":true,"item:{\"iaid\":75741}":true,"id-item:{\"iaid\":75741}":true,"item:{\"id\":290142}":true,"item:{\"parent\":290142}":true,"id-item:{\"parent\":290142}":true,"item-delivery-data:{\"iid\":290142}":true,"notify:{\"iid\":290142}":true,"id-notify:{\"iid\":290142}":true,"notify:{\"parent\":290142}":true,"id-notify:{\"parent\":290142}":true,"notify-threads:{\"master-parent-item\":290142}":true,"participation:{\"iid\":290142}":true,"sign:{\"iid\":290142}":true,"term:{\"oid\":290142}":true,"thread:{\"iid\":290142}":true,"item-activity:{\"id\":290142}":true,"item:{\"iaid\":290142}":true,"id-item:{\"iaid\":290142}":true,"item-content:{\"id\":290142}":true,"item:{\"icid\":290142}":true,"id-item:{\"icid\":290142}":true,"user-item:{\"iid\":290142}":true,"item:{\"id\":290143}":true,"item:{\"parent\":290143}":true,"id-item:{\"parent\":290143}":true,"item-delivery-data:{\"iid\":290143}":true,"notify:{\"iid\":290143}":true,"id-notify:{\"iid\":290143}":true,"notify:{\"parent\":290143}":true,"id-notify:{\"parent\":290143}":true,"notify-threads:{\"master-parent-item\":290143}":true,"participation:{\"iid\":290143}":true,"sign:{\"iid\":290143}":true,"term:{\"oid\":290143}":true,"thread:{\"iid\":290143}":true,"item-activity:{\"id\":290143}":true,"item:{\"iaid\":290143}":true,"id-item:{\"iaid\":290143}":true,"item-content:{\"id\":290143}":true,"item:{\"icid\":290143}":true,"id-item:{\"icid\":290143}":true,"user-item:{\"iid\":290143}":true,"item-content:{\"id\":75741}":true,"item:{\"icid\":75741}":true,"id-item:{\"icid\":75741}":true,"item:{\"id\":255247}":true,"item:{\"parent\":255247}":true,"id-item:{\"parent\":255247}":true,"item:{\"id\":255249}":true,"item:{\"parent\":255249}":true,"id-item:{\"parent\":255249}":true,"item-delivery-data:{\"iid\":255249}":true,"notify:{\"iid\":255249}":true,"id-notify:{\"iid\":255249}":true,"notify:{\"parent\":255249}":true,"id-notify:{\"parent\":255249}":true,"notify-threads:{\"master-parent-item\":255249}":true,"participation:{\"iid\":255249}":true,"sign:{\"iid\":255249}":true,"term:{\"oid\":255249}":true,"thread:{\"iid\":255249}":true,"item-activity:{\"id\":255249}":true,"item:{\"iaid\":255249}":true,"id-item:{\"iaid\":255249}":true,"item-content:{\"id\":255249}":true,"item:{\"icid\":255249}":true,"id-item:{\"icid\":255249}":true,"user-item:{\"iid\":255249}":true,"item-delivery-data:{\"iid\":255247}":true,"notify:{\"iid\":255247}":true,"id-notify:{\"iid\":255247}":true,"notify:{\"parent\":255247}":true,"id-notify:{\"parent\":255247}":true,"notify-threads:{\"master-parent-item\":255247}":true,"participation:{\"iid\":255247}":true,"sign:{\"iid\":255247}":true,"term:{\"oid\":255247}":true,"thread:{\"iid\":255247}":true,"item-activity:{\"id\":255247}":true,"item:{\"iaid\":255247}":true,"id-item:{\"iaid\":255247}":true,"item-content:{\"id\":255247}":true,"item:{\"icid\":255247}":true,"id-item:{\"icid\":255247}":true,"user-item:{\"iid\":255247}":true,"item:{\"id\":255248}":true,"item:{\"parent\":255248}":true,"id-item:{\"parent\":255248}":true,"item:{\"id\":255250}":true,"item:{\"parent\":255250}":true,"id-item:{\"parent\":255250}":true,"item-delivery-data:{\"iid\":255250}":true,"notify:{\"iid\":255250}":true,"id-notify:{\"iid\":255250}":true,"notify:{\"parent\":255250}":true,"id-notify:{\"parent\":255250}":true,"notify-threads:{\"master-parent-item\":255250}":true,"participation:{\"iid\":255250}":true,"sign:{\"iid\":255250}":true,"term:{\"oid\":255250}":true,"thread:{\"iid\":255250}":true,"item-activity:{\"id\":255250}":true,"item:{\"iaid\":255250}":true,"id-item:{\"iaid\":255250}":true,"item-content:{\"id\":255250}":true,"item:{\"icid\":255250}":true,"id-item:{\"icid\":255250}":true,"user-item:{\"iid\":255250}":true,"item-delivery-data:{\"iid\":255248}":true,"notify:{\"iid\":255248}":true,"id-notify:{\"iid\":255248}":true,"notify:{\"parent\":255248}":true,"id-notify:{\"parent\":255248}":true,"notify-threads:{\"master-parent-item\":255248}":true,"participation:{\"iid\":255248}":true,"sign:{\"iid\":255248}":true,"term:{\"oid\":255248}":true,"thread:{\"iid\":255248}":true,"item-activity:{\"id\":255248}":true,"item:{\"iaid\":255248}":true,"id-item:{\"iaid\":255248}":true,"item-content:{\"id\":255248}":true,"item:{\"icid\":255248}":true,"id-item:{\"icid\":255248}":true,"user-item:{\"iid\":255248}":true,"user-item:{\"iid\":75741}":true,"item-content:{\"id\":21249}":true,"item:{\"icid\":21249}":true,"id-item:{\"icid\":21249}":true,"item:{\"id\":72731}":true,"item:{\"parent\":72731}":true,"id-item:{\"parent\":72731}":true,"item:{\"id\":72812}":true,"item:{\"parent\":72812}":true,"id-item:{\"parent\":72812}":true,"item-delivery-data:{\"iid\":72812}":true,"notify:{\"iid\":72812}":true,"id-notify:{\"iid\":72812}":true,"notify:{\"parent\":72812}":true,"id-notify:{\"parent\":72812}":true,"notify-threads:{\"master-parent-item\":72812}":true,"participation:{\"iid\":72812}":true,"sign:{\"iid\":72812}":true,"term:{\"oid\":72812}":true,"thread:{\"iid\":72812}":true,"item-activity:{\"id\":72812}":true,"item:{\"iaid\":72812}":true,"id-item:{\"iaid\":72812}":true,"item:{\"id\":277835}":true,"item:{\"parent\":277835}":true,"id-item:{\"parent\":277835}":true,"item-delivery-data:{\"iid\":277835}":true,"notify:{\"iid\":277835}":true,"id-notify:{\"iid\":277835}":true,"notify:{\"parent\":277835}":true,"id-notify:{\"parent\":277835}":true,"notify-threads:{\"master-parent-item\":277835}":true,"participation:{\"iid\":277835}":true,"sign:{\"iid\":277835}":true,"term:{\"oid\":277835}":true,"thread:{\"iid\":277835}":true,"item-activity:{\"id\":277835}":true,"item:{\"iaid\":277835}":true,"id-item:{\"iaid\":277835}":true,"item-content:{\"id\":277835}":true,"item:{\"icid\":277835}":true,"id-item:{\"icid\":277835}":true,"user-item:{\"iid\":277835}":true,"item:{\"id\":277836}":true,"item:{\"parent\":277836}":true,"id-item:{\"parent\":277836}":true,"item-delivery-data:{\"iid\":277836}":true,"notify:{\"iid\":277836}":true,"id-notify:{\"iid\":277836}":true,"notify:{\"parent\":277836}":true,"id-notify:{\"parent\":277836}":true,"notify-threads:{\"master-parent-item\":277836}":true,"participation:{\"iid\":277836}":true,"sign:{\"iid\":277836}":true,"term:{\"oid\":277836}":true,"thread:{\"iid\":277836}":true,"item-activity:{\"id\":277836}":true,"item:{\"iaid\":277836}":true,"id-item:{\"iaid\":277836}":true,"item-content:{\"id\":277836}":true,"item:{\"icid\":277836}":true,"id-item:{\"icid\":277836}":true,"user-item:{\"iid\":277836}":true,"item-content:{\"id\":72812}":true,"item:{\"icid\":72812}":true,"id-item:{\"icid\":72812}":true,"user-item:{\"iid\":72812}":true,"item:{\"id\":73868}":true,"item:{\"parent\":73868}":true,"id-item:{\"parent\":73868}":true,"item-delivery-data:{\"iid\":73868}":true,"notify:{\"iid\":73868}":true,"id-notify:{\"iid\":73868}":true,"notify:{\"parent\":73868}":true,"id-notify:{\"parent\":73868}":true,"notify-threads:{\"master-parent-item\":73868}":true,"participation:{\"iid\":73868}":true,"sign:{\"iid\":73868}":true,"term:{\"oid\":73868}":true,"thread:{\"iid\":73868}":true,"item-activity:{\"id\":73868}":true,"item:{\"iaid\":73868}":true,"id-item:{\"iaid\":73868}":true,"item-content:{\"id\":73868}":true,"item:{\"icid\":73868}":true,"id-item:{\"icid\":73868}":true,"item:{\"id\":248877}":true,"item:{\"parent\":248877}":true,"id-item:{\"parent\":248877}":true,"item:{\"id\":250835}":true,"item:{\"parent\":250835}":true,"id-item:{\"parent\":250835}":true,"item-delivery-data:{\"iid\":250835}":true,"notify:{\"iid\":250835}":true,"id-notify:{\"iid\":250835}":true,"notify:{\"parent\":250835}":true,"id-notify:{\"parent\":250835}":true,"notify-threads:{\"master-parent-item\":250835}":true,"participation:{\"iid\":250835}":true,"sign:{\"iid\":250835}":true,"term:{\"oid\":250835}":true,"thread:{\"iid\":250835}":true,"item-activity:{\"id\":250835}":true,"item:{\"iaid\":250835}":true,"id-item:{\"iaid\":250835}":true,"item-content:{\"id\":250835}":true,"item:{\"icid\":250835}":true,"id-item:{\"icid\":250835}":true,"user-item:{\"iid\":250835}":true,"item-delivery-data:{\"iid\":248877}":true,"notify:{\"iid\":248877}":true,"id-notify:{\"iid\":248877}":true,"notify:{\"parent\":248877}":true,"id-notify:{\"parent\":248877}":true,"notify-threads:{\"master-parent-item\":248877}":true,"participation:{\"iid\":248877}":true,"sign:{\"iid\":248877}":true,"term:{\"oid\":248877}":true,"thread:{\"iid\":248877}":true,"item-activity:{\"id\":248877}":true,"item:{\"iaid\":248877}":true,"id-item:{\"iaid\":248877}":true,"item-content:{\"id\":248877}":true,"item:{\"icid\":248877}":true,"id-item:{\"icid\":248877}":true,"user-item:{\"iid\":248877}":true,"item:{\"id\":248879}":true,"item:{\"parent\":248879}":true,"id-item:{\"parent\":248879}":true,"item:{\"id\":250836}":true,"item:{\"parent\":250836}":true,"id-item:{\"parent\":250836}":true,"item-delivery-data:{\"iid\":250836}":true,"notify:{\"iid\":250836}":true,"id-notify:{\"iid\":250836}":true,"notify:{\"parent\":250836}":true,"id-notify:{\"parent\":250836}":true,"notify-threads:{\"master-parent-item\":250836}":true,"participation:{\"iid\":250836}":true,"sign:{\"iid\":250836}":true,"term:{\"oid\":250836}":true,"thread:{\"iid\":250836}":true,"item-activity:{\"id\":250836}":true,"item:{\"iaid\":250836}":true,"id-item:{\"iaid\":250836}":true,"item-content:{\"id\":250836}":true,"item:{\"icid\":250836}":true,"id-item:{\"icid\":250836}":true,"user-item:{\"iid\":250836}":true,"item-delivery-data:{\"iid\":248879}":true,"notify:{\"iid\":248879}":true,"id-notify:{\"iid\":248879}":true,"notify:{\"parent\":248879}":true,"id-notify:{\"parent\":248879}":true,"notify-threads:{\"master-parent-item\":248879}":true,"participation:{\"iid\":248879}":true,"sign:{\"iid\":248879}":true,"term:{\"oid\":248879}":true,"thread:{\"iid\":248879}":true,"item-activity:{\"id\":248879}":true,"item:{\"iaid\":248879}":true,"id-item:{\"iaid\":248879}":true,"item-content:{\"id\":248879}":true,"item:{\"icid\":248879}":true,"id-item:{\"icid\":248879}":true,"user-item:{\"iid\":248879}":true,"user-item:{\"iid\":73868}":true,"item:{\"id\":111607}":true,"item:{\"parent\":111607}":true,"id-item:{\"parent\":111607}":true,"item-delivery-data:{\"iid\":111607}":true,"notify:{\"iid\":111607}":true,"id-notify:{\"iid\":111607}":true,"notify:{\"parent\":111607}":true,"id-notify:{\"parent\":111607}":true,"notify-threads:{\"master-parent-item\":111607}":true,"participation:{\"iid\":111607}":true,"sign:{\"iid\":111607}":true,"term:{\"oid\":111607}":true,"thread:{\"iid\":111607}":true,"item-activity:{\"id\":111607}":true,"item:{\"iaid\":111607}":true,"id-item:{\"iaid\":111607}":true,"item:{\"id\":437334}":true,"item:{\"parent\":437334}":true,"id-item:{\"parent\":437334}":true,"item-delivery-data:{\"iid\":437334}":true,"notify:{\"iid\":437334}":true,"id-notify:{\"iid\":437334}":true,"notify:{\"parent\":437334}":true,"id-notify:{\"parent\":437334}":true,"notify-threads:{\"master-parent-item\":437334}":true,"participation:{\"iid\":437334}":true,"sign:{\"iid\":437334}":true,"term:{\"oid\":437334}":true,"thread:{\"iid\":437334}":true,"item-activity:{\"id\":437334}":true,"item:{\"iaid\":437334}":true,"id-item:{\"iaid\":437334}":true,"item-content:{\"id\":437334}":true,"item:{\"icid\":437334}":true,"id-item:{\"icid\":437334}":true,"user-item:{\"iid\":437334}":true,"item:{\"id\":437335}":true,"item:{\"parent\":437335}":true,"id-item:{\"parent\":437335}":true,"item-delivery-data:{\"iid\":437335}":true,"notify:{\"iid\":437335}":true,"id-notify:{\"iid\":437335}":true,"notify:{\"parent\":437335}":true,"id-notify:{\"parent\":437335}":true,"notify-threads:{\"master-parent-item\":437335}":true,"participation:{\"iid\":437335}":true,"sign:{\"iid\":437335}":true,"term:{\"oid\":437335}":true,"thread:{\"iid\":437335}":true,"item-activity:{\"id\":437335}":true,"item:{\"iaid\":437335}":true,"id-item:{\"iaid\":437335}":true,"item-content:{\"id\":437335}":true,"item:{\"icid\":437335}":true,"id-item:{\"icid\":437335}":true,"user-item:{\"iid\":437335}":true,"item-content:{\"id\":111607}":true,"item:{\"icid\":111607}":true,"id-item:{\"icid\":111607}":true,"item:{\"id\":376497}":true,"item:{\"parent\":376497}":true,"id-item:{\"parent\":376497}":true,"item-delivery-data:{\"iid\":376497}":true,"notify:{\"iid\":376497}":true,"id-notify:{\"iid\":376497}":true,"notify:{\"parent\":376497}":true,"id-notify:{\"parent\":376497}":true,"notify-threads:{\"master-parent-item\":376497}":true,"participation:{\"iid\":376497}":true,"sign:{\"iid\":376497}":true,"term:{\"oid\":376497}":true,"thread:{\"iid\":376497}":true,"item-activity:{\"id\":376497}":true,"item:{\"iaid\":376497}":true,"id-item:{\"iaid\":376497}":true,"item-content:{\"id\":376497}":true,"item:{\"icid\":376497}":true,"id-item:{\"icid\":376497}":true,"user-item:{\"iid\":376497}":true,"item:{\"id\":376498}":true,"item:{\"parent\":376498}":true,"id-item:{\"parent\":376498}":true,"item-delivery-data:{\"iid\":376498}":true,"notify:{\"iid\":376498}":true,"id-notify:{\"iid\":376498}":true,"notify:{\"parent\":376498}":true,"id-notify:{\"parent\":376498}":true,"notify-threads:{\"master-parent-item\":376498}":true,"participation:{\"iid\":376498}":true,"sign:{\"iid\":376498}":true,"term:{\"oid\":376498}":true,"thread:{\"iid\":376498}":true,"item-activity:{\"id\":376498}":true,"item:{\"iaid\":376498}":true,"id-item:{\"iaid\":376498}":true,"item-content:{\"id\":376498}":true,"item:{\"icid\":376498}":true,"id-item:{\"icid\":376498}":true,"user-item:{\"iid\":376498}":true,"user-item:{\"iid\":111607}":true,"item:{\"id\":111610}":true,"item:{\"parent\":111610}":true,"id-item:{\"parent\":111610}":true,"item-delivery-data:{\"iid\":111610}":true,"notify:{\"iid\":111610}":true,"id-notify:{\"iid\":111610}":true,"notify:{\"parent\":111610}":true,"id-notify:{\"parent\":111610}":true,"notify-threads:{\"master-parent-item\":111610}":true,"participation:{\"iid\":111610}":true,"sign:{\"iid\":111610}":true,"term:{\"oid\":111610}":true,"thread:{\"iid\":111610}":true,"item-activity:{\"id\":111610}":true,"item:{\"iaid\":111610}":true,"id-item:{\"iaid\":111610}":true,"item:{\"id\":437353}":true,"item:{\"parent\":437353}":true,"id-item:{\"parent\":437353}":true,"item-delivery-data:{\"iid\":437353}":true,"notify:{\"iid\":437353}":true,"id-notify:{\"iid\":437353}":true,"notify:{\"parent\":437353}":true,"id-notify:{\"parent\":437353}":true,"notify-threads:{\"master-parent-item\":437353}":true,"participation:{\"iid\":437353}":true,"sign:{\"iid\":437353}":true,"term:{\"oid\":437353}":true,"thread:{\"iid\":437353}":true,"item-activity:{\"id\":437353}":true,"item:{\"iaid\":437353}":true,"id-item:{\"iaid\":437353}":true,"item-content:{\"id\":437353}":true,"item:{\"icid\":437353}":true,"id-item:{\"icid\":437353}":true,"user-item:{\"iid\":437353}":true,"item:{\"id\":437354}":true,"item:{\"parent\":437354}":true,"id-item:{\"parent\":437354}":true,"item-delivery-data:{\"iid\":437354}":true,"notify:{\"iid\":437354}":true,"id-notify:{\"iid\":437354}":true,"notify:{\"parent\":437354}":true,"id-notify:{\"parent\":437354}":true,"notify-threads:{\"master-parent-item\":437354}":true,"participation:{\"iid\":437354}":true,"sign:{\"iid\":437354}":true,"term:{\"oid\":437354}":true,"thread:{\"iid\":437354}":true,"item-activity:{\"id\":437354}":true,"item:{\"iaid\":437354}":true,"id-item:{\"iaid\":437354}":true,"item-content:{\"id\":437354}":true,"item:{\"icid\":437354}":true,"id-item:{\"icid\":437354}":true,"user-item:{\"iid\":437354}":true,"item-content:{\"id\":111610}":true,"item:{\"icid\":111610}":true,"id-item:{\"icid\":111610}":true,"item:{\"id\":376521}":true,"item:{\"parent\":376521}":true,"id-item:{\"parent\":376521}":true,"item-delivery-data:{\"iid\":376521}":true,"notify:{\"iid\":376521}":true,"id-notify:{\"iid\":376521}":true,"notify:{\"parent\":376521}":true,"id-notify:{\"parent\":376521}":true,"notify-threads:{\"master-parent-item\":376521}":true,"participation:{\"iid\":376521}":true,"sign:{\"iid\":376521}":true}} - {"file":"Database.php","line":1277,"function":"delete","uid":"c68cb1","process_id":339}
2020-03-20 00:00:27 worker [INFO]: DELETE FROM `term` WHERE `oid` IN (376521); {"callstack":"Database::delete, Database::delete, Database::delete, Database::delete, Database::delete, Database::delete","internal_callstack":{"item:{\"id\":21249}":true,"item:{\"parent\":21249}":true,"id-item:{\"parent\":21249}":true,"item-delivery-data:{\"iid\":21249}":true,"notify:{\"iid\":21249}":true,"id-notify:{\"iid\":21249}":true,"notify:{\"parent\":21249}":true,"id-notify:{\"parent\":21249}":true,"notify-threads:{\"master-parent-item\":21249}":true,"participation:{\"iid\":21249}":true,"sign:{\"iid\":21249}":true,"term:{\"oid\":21249}":true,"thread:{\"iid\":21249}":true,"item-activity:{\"id\":21249}":true,"item:{\"iaid\":21249}":true,"id-item:{\"iaid\":21249}":true,"item:{\"id\":75740}":true,"item:{\"parent\":75740}":true,"id-item:{\"parent\":75740}":true,"item-delivery-data:{\"iid\":75740}":true,"notify:{\"iid\":75740}":true,"id-notify:{\"iid\":75740}":true,"notify:{\"parent\":75740}":true,"id-notify:{\"parent\":75740}":true,"notify-threads:{\"master-parent-item\":75740}":true,"participation:{\"iid\":75740}":true,"sign:{\"iid\":75740}":true,"term:{\"oid\":75740}":true,"thread:{\"iid\":75740}":true,"item-activity:{\"id\":75740}":true,"item:{\"iaid\":75740}":true,"id-item:{\"iaid\":75740}":true,"item:{\"id\":290140}":true,"item:{\"parent\":290140}":true,"id-item:{\"parent\":290140}":true,"item-delivery-data:{\"iid\":290140}":true,"notify:{\"iid\":290140}":true,"id-notify:{\"iid\":290140}":true,"notify:{\"parent\":290140}":true,"id-notify:{\"parent\":290140}":true,"notify-threads:{\"master-parent-item\":290140}":true,"participation:{\"iid\":290140}":true,"sign:{\"iid\":290140}":true,"term:{\"oid\":290140}":true,"thread:{\"iid\":290140}":true,"item-activity:{\"id\":290140}":true,"item:{\"iaid\":290140}":true,"id-item:{\"iaid\":290140}":true,"item-content:{\"id\":290140}":true,"item:{\"icid\":290140}":true,"id-item:{\"icid\":290140}":true,"user-item:{\"iid\":290140}":true,"item:{\"id\":290141}":true,"item:{\"parent\":290141}":true,"id-item:{\"parent\":290141}":true,"item-delivery-data:{\"iid\":290141}":true,"notify:{\"iid\":290141}":true,"id-notify:{\"iid\":290141}":true,"notify:{\"parent\":290141}":true,"id-notify:{\"parent\":290141}":true,"notify-threads:{\"master-parent-item\":290141}":true,"participation:{\"iid\":290141}":true,"sign:{\"iid\":290141}":true,"term:{\"oid\":290141}":true,"thread:{\"iid\":290141}":true,"item-activity:{\"id\":290141}":true,"item:{\"iaid\":290141}":true,"id-item:{\"iaid\":290141}":true,"item-content:{\"id\":290141}":true,"item:{\"icid\":290141}":true,"id-item:{\"icid\":290141}":true,"user-item:{\"iid\":290141}":true,"item-content:{\"id\":75740}":true,"item:{\"icid\":75740}":true,"id-item:{\"icid\":75740}":true,"item:{\"id\":255241}":true,"item:{\"parent\":255241}":true,"id-item:{\"parent\":255241}":true,"item:{\"id\":255245}":true,"item:{\"parent\":255245}":true,"id-item:{\"parent\":255245}":true,"item-delivery-data:{\"iid\":255245}":true,"notify:{\"iid\":255245}":true,"id-notify:{\"iid\":255245}":true,"notify:{\"parent\":255245}":true,"id-notify:{\"parent\":255245}":true,"notify-threads:{\"master-parent-item\":255245}":true,"participation:{\"iid\":255245}":true,"sign:{\"iid\":255245}":true,"term:{\"oid\":255245}":true,"thread:{\"iid\":255245}":true,"item-activity:{\"id\":255245}":true,"item:{\"iaid\":255245}":true,"id-item:{\"iaid\":255245}":true,"item-content:{\"id\":255245}":true,"item:{\"icid\":255245}":true,"id-item:{\"icid\":255245}":true,"user-item:{\"iid\":255245}":true,"item-delivery-data:{\"iid\":255241}":true,"notify:{\"iid\":255241}":true,"id-notify:{\"iid\":255241}":true,"notify:{\"parent\":255241}":true,"id-notify:{\"parent\":255241}":true,"notify-threads:{\"master-parent-item\":255241}":true,"participation:{\"iid\":255241}":true,"sign:{\"iid\":255241}":true,"term:{\"oid\":255241}":true,"thread:{\"iid\":255241}":true,"item-activity:{\"id\":255241}":true,"item:{\"iaid\":255241}":true,"id-item:{\"iaid\":255241}":true,"item-content:{\"id\":255241}":true,"item:{\"icid\":255241}":true,"id-item:{\"icid\":255241}":true,"user-item:{\"iid\":255241}":true,"item:{\"id\":255242}":true,"item:{\"parent\":255242}":true,"id-item:{\"parent\":255242}":true,"item:{\"id\":255246}":true,"item:{\"parent\":255246}":true,"id-item:{\"parent\":255246}":true,"item-delivery-data:{\"iid\":255246}":true,"notify:{\"iid\":255246}":true,"id-notify:{\"iid\":255246}":true,"notify:{\"parent\":255246}":true,"id-notify:{\"parent\":255246}":true,"notify-threads:{\"master-parent-item\":255246}":true,"participation:{\"iid\":255246}":true,"sign:{\"iid\":255246}":true,"term:{\"oid\":255246}":true,"thread:{\"iid\":255246}":true,"item-activity:{\"id\":255246}":true,"item:{\"iaid\":255246}":true,"id-item:{\"iaid\":255246}":true,"item-content:{\"id\":255246}":true,"item:{\"icid\":255246}":true,"id-item:{\"icid\":255246}":true,"user-item:{\"iid\":255246}":true,"item-delivery-data:{\"iid\":255242}":true,"notify:{\"iid\":255242}":true,"id-notify:{\"iid\":255242}":true,"notify:{\"parent\":255242}":true,"id-notify:{\"parent\":255242}":true,"notify-threads:{\"master-parent-item\":255242}":true,"participation:{\"iid\":255242}":true,"sign:{\"iid\":255242}":true,"term:{\"oid\":255242}":true,"thread:{\"iid\":255242}":true,"item-activity:{\"id\":255242}":true,"item:{\"iaid\":255242}":true,"id-item:{\"iaid\":255242}":true,"item-content:{\"id\":255242}":true,"item:{\"icid\":255242}":true,"id-item:{\"icid\":255242}":true,"user-item:{\"iid\":255242}":true,"user-item:{\"iid\":75740}":true,"item:{\"id\":75741}":true,"item:{\"parent\":75741}":true,"id-item:{\"parent\":75741}":true,"item-delivery-data:{\"iid\":75741}":true,"notify:{\"iid\":75741}":true,"id-notify:{\"iid\":75741}":true,"notify:{\"parent\":75741}":true,"id-notify:{\"parent\":75741}":true,"notify-threads:{\"master-parent-item\":75741}":true,"participation:{\"iid\":75741}":true,"sign:{\"iid\":75741}":true,"term:{\"oid\":75741}":true,"thread:{\"iid\":75741}":true,"item-activity:{\"id\":75741}":true,"item:{\"iaid\":75741}":true,"id-item:{\"iaid\":75741}":true,"item:{\"id\":290142}":true,"item:{\"parent\":290142}":true,"id-item:{\"parent\":290142}":true,"item-delivery-data:{\"iid\":290142}":true,"notify:{\"iid\":290142}":true,"id-notify:{\"iid\":290142}":true,"notify:{\"parent\":290142}":true,"id-notify:{\"parent\":290142}":true,"notify-threads:{\"master-parent-item\":290142}":true,"participation:{\"iid\":290142}":true,"sign:{\"iid\":290142}":true,"term:{\"oid\":290142}":true,"thread:{\"iid\":290142}":true,"item-activity:{\"id\":290142}":true,"item:{\"iaid\":290142}":true,"id-item:{\"iaid\":290142}":true,"item-content:{\"id\":290142}":true,"item:{\"icid\":290142}":true,"id-item:{\"icid\":290142}":true,"user-item:{\"iid\":290142}":true,"item:{\"id\":290143}":true,"item:{\"parent\":290143}":true,"id-item:{\"parent\":290143}":true,"item-delivery-data:{\"iid\":290143}":true,"notify:{\"iid\":290143}":true,"id-notify:{\"iid\":290143}":true,"notify:{\"parent\":290143}":true,"id-notify:{\"parent\":290143}":true,"notify-threads:{\"master-parent-item\":290143}":true,"participation:{\"iid\":290143}":true,"sign:{\"iid\":290143}":true,"term:{\"oid\":290143}":true,"thread:{\"iid\":290143}":true,"item-activity:{\"id\":290143}":true,"item:{\"iaid\":290143}":true,"id-item:{\"iaid\":290143}":true,"item-content:{\"id\":290143}":true,"item:{\"icid\":290143}":true,"id-item:{\"icid\":290143}":true,"user-item:{\"iid\":290143}":true,"item-content:{\"id\":75741}":true,"item:{\"icid\":75741}":true,"id-item:{\"icid\":75741}":true,"item:{\"id\":255247}":true,"item:{\"parent\":255247}":true,"id-item:{\"parent\":255247}":true,"item:{\"id\":255249}":true,"item:{\"parent\":255249}":true,"id-item:{\"parent\":255249}":true,"item-delivery-data:{\"iid\":255249}":true,"notify:{\"iid\":255249}":true,"id-notify:{\"iid\":255249}":true,"notify:{\"parent\":255249}":true,"id-notify:{\"parent\":255249}":true,"notify-threads:{\"master-parent-item\":255249}":true,"participation:{\"iid\":255249}":true,"sign:{\"iid\":255249}":true,"term:{\"oid\":255249}":true,"thread:{\"iid\":255249}":true,"item-activity:{\"id\":255249}":true,"item:{\"iaid\":255249}":true,"id-item:{\"iaid\":255249}":true,"item-content:{\"id\":255249}":true,"item:{\"icid\":255249}":true,"id-item:{\"icid\":255249}":true,"user-item:{\"iid\":255249}":true,"item-delivery-data:{\"iid\":255247}":true,"notify:{\"iid\":255247}":true,"id-notify:{\"iid\":255247}":true,"notify:{\"parent\":255247}":true,"id-notify:{\"parent\":255247}":true,"notify-threads:{\"master-parent-item\":255247}":true,"participation:{\"iid\":255247}":true,"sign:{\"iid\":255247}":true,"term:{\"oid\":255247}":true,"thread:{\"iid\":255247}":true,"item-activity:{\"id\":255247}":true,"item:{\"iaid\":255247}":true,"id-item:{\"iaid\":255247}":true,"item-content:{\"id\":255247}":true,"item:{\"icid\":255247}":true,"id-item:{\"icid\":255247}":true,"user-item:{\"iid\":255247}":true,"item:{\"id\":255248}":true,"item:{\"parent\":255248}":true,"id-item:{\"parent\":255248}":true,"item:{\"id\":255250}":true,"item:{\"parent\":255250}":true,"id-item:{\"parent\":255250}":true,"item-delivery-data:{\"iid\":255250}":true,"notify:{\"iid\":255250}":true,"id-notify:{\"iid\":255250}":true,"notify:{\"parent\":255250}":true,"id-notify:{\"parent\":255250}":true,"notify-threads:{\"master-parent-item\":255250}":true,"participation:{\"iid\":255250}":true,"sign:{\"iid\":255250}":true,"term:{\"oid\":255250}":true,"thread:{\"iid\":255250}":true,"item-activity:{\"id\":255250}":true,"item:{\"iaid\":255250}":true,"id-item:{\"iaid\":255250}":true,"item-content:{\"id\":255250}":true,"item:{\"icid\":255250}":true,"id-item:{\"icid\":255250}":true,"user-item:{\"iid\":255250}":true,"item-delivery-data:{\"iid\":255248}":true,"notify:{\"iid\":255248}":true,"id-notify:{\"iid\":255248}":true,"notify:{\"parent\":255248}":true,"id-notify:{\"parent\":255248}":true,"notify-threads:{\"master-parent-item\":255248}":true,"participation:{\"iid\":255248}":true,"sign:{\"iid\":255248}":true,"term:{\"oid\":255248}":true,"thread:{\"iid\":255248}":true,"item-activity:{\"id\":255248}":true,"item:{\"iaid\":255248}":true,"id-item:{\"iaid\":255248}":true,"item-content:{\"id\":255248}":true,"item:{\"icid\":255248}":true,"id-item:{\"icid\":255248}":true,"user-item:{\"iid\":255248}":true,"user-item:{\"iid\":75741}":true,"item-content:{\"id\":21249}":true,"item:{\"icid\":21249}":true,"id-item:{\"icid\":21249}":true,"item:{\"id\":72731}":true,"item:{\"parent\":72731}":true,"id-item:{\"parent\":72731}":true,"item:{\"id\":72812}":true,"item:{\"parent\":72812}":true,"id-item:{\"parent\":72812}":true,"item-delivery-data:{\"iid\":72812}":true,"notify:{\"iid\":72812}":true,"id-notify:{\"iid\":72812}":true,"notify:{\"parent\":72812}":true,"id-notify:{\"parent\":72812}":true,"notify-threads:{\"master-parent-item\":72812}":true,"participation:{\"iid\":72812}":true,"sign:{\"iid\":72812}":true,"term:{\"oid\":72812}":true,"thread:{\"iid\":72812}":true,"item-activity:{\"id\":72812}":true,"item:{\"iaid\":72812}":true,"id-item:{\"iaid\":72812}":true,"item:{\"id\":277835}":true,"item:{\"parent\":277835}":true,"id-item:{\"parent\":277835}":true,"item-delivery-data:{\"iid\":277835}":true,"notify:{\"iid\":277835}":true,"id-notify:{\"iid\":277835}":true,"notify:{\"parent\":277835}":true,"id-notify:{\"parent\":277835}":true,"notify-threads:{\"master-parent-item\":277835}":true,"participation:{\"iid\":277835}":true,"sign:{\"iid\":277835}":true,"term:{\"oid\":277835}":true,"thread:{\"iid\":277835}":true,"item-activity:{\"id\":277835}":true,"item:{\"iaid\":277835}":true,"id-item:{\"iaid\":277835}":true,"item-content:{\"id\":277835}":true,"item:{\"icid\":277835}":true,"id-item:{\"icid\":277835}":true,"user-item:{\"iid\":277835}":true,"item:{\"id\":277836}":true,"item:{\"parent\":277836}":true,"id-item:{\"parent\":277836}":true,"item-delivery-data:{\"iid\":277836}":true,"notify:{\"iid\":277836}":true,"id-notify:{\"iid\":277836}":true,"notify:{\"parent\":277836}":true,"id-notify:{\"parent\":277836}":true,"notify-threads:{\"master-parent-item\":277836}":true,"participation:{\"iid\":277836}":true,"sign:{\"iid\":277836}":true,"term:{\"oid\":277836}":true,"thread:{\"iid\":277836}":true,"item-activity:{\"id\":277836}":true,"item:{\"iaid\":277836}":true,"id-item:{\"iaid\":277836}":true,"item-content:{\"id\":277836}":true,"item:{\"icid\":277836}":true,"id-item:{\"icid\":277836}":true,"user-item:{\"iid\":277836}":true,"item-content:{\"id\":72812}":true,"item:{\"icid\":72812}":true,"id-item:{\"icid\":72812}":true,"user-item:{\"iid\":72812}":true,"item:{\"id\":73868}":true,"item:{\"parent\":73868}":true,"id-item:{\"parent\":73868}":true,"item-delivery-data:{\"iid\":73868}":true,"notify:{\"iid\":73868}":true,"id-notify:{\"iid\":73868}":true,"notify:{\"parent\":73868}":true,"id-notify:{\"parent\":73868}":true,"notify-threads:{\"master-parent-item\":73868}":true,"participation:{\"iid\":73868}":true,"sign:{\"iid\":73868}":true,"term:{\"oid\":73868}":true,"thread:{\"iid\":73868}":true,"item-activity:{\"id\":73868}":true,"item:{\"iaid\":73868}":true,"id-item:{\"iaid\":73868}":true,"item-content:{\"id\":73868}":true,"item:{\"icid\":73868}":true,"id-item:{\"icid\":73868}":true,"item:{\"id\":248877}":true,"item:{\"parent\":248877}":true,"id-item:{\"parent\":248877}":true,"item:{\"id\":250835}":true,"item:{\"parent\":250835}":true,"id-item:{\"parent\":250835}":true,"item-delivery-data:{\"iid\":250835}":true,"notify:{\"iid\":250835}":true,"id-notify:{\"iid\":250835}":true,"notify:{\"parent\":250835}":true,"id-notify:{\"parent\":250835}":true,"notify-threads:{\"master-parent-item\":250835}":true,"participation:{\"iid\":250835}":true,"sign:{\"iid\":250835}":true,"term:{\"oid\":250835}":true,"thread:{\"iid\":250835}":true,"item-activity:{\"id\":250835}":true,"item:{\"iaid\":250835}":true,"id-item:{\"iaid\":250835}":true,"item-content:{\"id\":250835}":true,"item:{\"icid\":250835}":true,"id-item:{\"icid\":250835}":true,"user-item:{\"iid\":250835}":true,"item-delivery-data:{\"iid\":248877}":true,"notify:{\"iid\":248877}":true,"id-notify:{\"iid\":248877}":true,"notify:{\"parent\":248877}":true,"id-notify:{\"parent\":248877}":true,"notify-threads:{\"master-parent-item\":248877}":true,"participation:{\"iid\":248877}":true,"sign:{\"iid\":248877}":true,"term:{\"oid\":248877}":true,"thread:{\"iid\":248877}":true,"item-activity:{\"id\":248877}":true,"item:{\"iaid\":248877}":true,"id-item:{\"iaid\":248877}":true,"item-content:{\"id\":248877}":true,"item:{\"icid\":248877}":true,"id-item:{\"icid\":248877}":true,"user-item:{\"iid\":248877}":true,"item:{\"id\":248879}":true,"item:{\"parent\":248879}":true,"id-item:{\"parent\":248879}":true,"item:{\"id\":250836}":true,"item:{\"parent\":250836}":true,"id-item:{\"parent\":250836}":true,"item-delivery-data:{\"iid\":250836}":true,"notify:{\"iid\":250836}":true,"id-notify:{\"iid\":250836}":true,"notify:{\"parent\":250836}":true,"id-notify:{\"parent\":250836}":true,"notify-threads:{\"master-parent-item\":250836}":true,"participation:{\"iid\":250836}":true,"sign:{\"iid\":250836}":true,"term:{\"oid\":250836}":true,"thread:{\"iid\":250836}":true,"item-activity:{\"id\":250836}":true,"item:{\"iaid\":250836}":true,"id-item:{\"iaid\":250836}":true,"item-content:{\"id\":250836}":true,"item:{\"icid\":250836}":true,"id-item:{\"icid\":250836}":true,"user-item:{\"iid\":250836}":true,"item-delivery-data:{\"iid\":248879}":true,"notify:{\"iid\":248879}":true,"id-notify:{\"iid\":248879}":true,"notify:{\"parent\":248879}":true,"id-notify:{\"parent\":248879}":true,"notify-threads:{\"master-parent-item\":248879}":true,"participation:{\"iid\":248879}":true,"sign:{\"iid\":248879}":true,"term:{\"oid\":248879}":true,"thread:{\"iid\":248879}":true,"item-activity:{\"id\":248879}":true,"item:{\"iaid\":248879}":true,"id-item:{\"iaid\":248879}":true,"item-content:{\"id\":248879}":true,"item:{\"icid\":248879}":true,"id-item:{\"icid\":248879}":true,"user-item:{\"iid\":248879}":true,"user-item:{\"iid\":73868}":true,"item:{\"id\":111607}":true,"item:{\"parent\":111607}":true,"id-item:{\"parent\":111607}":true,"item-delivery-data:{\"iid\":111607}":true,"notify:{\"iid\":111607}":true,"id-notify:{\"iid\":111607}":true,"notify:{\"parent\":111607}":true,"id-notify:{\"parent\":111607}":true,"notify-threads:{\"master-parent-item\":111607}":true,"participation:{\"iid\":111607}":true,"sign:{\"iid\":111607}":true,"term:{\"oid\":111607}":true,"thread:{\"iid\":111607}":true,"item-activity:{\"id\":111607}":true,"item:{\"iaid\":111607}":true,"id-item:{\"iaid\":111607}":true,"item:{\"id\":437334}":true,"item:{\"parent\":437334}":true,"id-item:{\"parent\":437334}":true,"item-delivery-data:{\"iid\":437334}":true,"notify:{\"iid\":437334}":true,"id-notify:{\"iid\":437334}":true,"notify:{\"parent\":437334}":true,"id-notify:{\"parent\":437334}":true,"notify-threads:{\"master-parent-item\":437334}":true,"participation:{\"iid\":437334}":true,"sign:{\"iid\":437334}":true,"term:{\"oid\":437334}":true,"thread:{\"iid\":437334}":true,"item-activity:{\"id\":437334}":true,"item:{\"iaid\":437334}":true,"id-item:{\"iaid\":437334}":true,"item-content:{\"id\":437334}":true,"item:{\"icid\":437334}":true,"id-item:{\"icid\":437334}":true,"user-item:{\"iid\":437334}":true,"item:{\"id\":437335}":true,"item:{\"parent\":437335}":true,"id-item:{\"parent\":437335}":true,"item-delivery-data:{\"iid\":437335}":true,"notify:{\"iid\":437335}":true,"id-notify:{\"iid\":437335}":true,"notify:{\"parent\":437335}":true,"id-notify:{\"parent\":437335}":true,"notify-threads:{\"master-parent-item\":437335}":true,"participation:{\"iid\":437335}":true,"sign:{\"iid\":437335}":true,"term:{\"oid\":437335}":true,"thread:{\"iid\":437335}":true,"item-activity:{\"id\":437335}":true,"item:{\"iaid\":437335}":true,"id-item:{\"iaid\":437335}":true,"item-content:{\"id\":437335}":true,"item:{\"icid\":437335}":true,"id-item:{\"icid\":437335}":true,"user-item:{\"iid\":437335}":true,"item-content:{\"id\":111607}":true,"item:{\"icid\":111607}":true,"id-item:{\"icid\":111607}":true,"item:{\"id\":376497}":true,"item:{\"parent\":376497}":true,"id-item:{\"parent\":376497}":true,"item-delivery-data:{\"iid\":376497}":true,"notify:{\"iid\":376497}":true,"id-notify:{\"iid\":376497}":true,"notify:{\"parent\":376497}":true,"id-notify:{\"parent\":376497}":true,"notify-threads:{\"master-parent-item\":376497}":true,"participation:{\"iid\":376497}":true,"sign:{\"iid\":376497}":true,"term:{\"oid\":376497}":true,"thread:{\"iid\":376497}":true,"item-activity:{\"id\":376497}":true,"item:{\"iaid\":376497}":true,"id-item:{\"iaid\":376497}":true,"item-content:{\"id\":376497}":true,"item:{\"icid\":376497}":true,"id-item:{\"icid\":376497}":true,"user-item:{\"iid\":376497}":true,"item:{\"id\":376498}":true,"item:{\"parent\":376498}":true,"id-item:{\"parent\":376498}":true,"item-delivery-data:{\"iid\":376498}":true,"notify:{\"iid\":376498}":true,"id-notify:{\"iid\":376498}":true,"notify:{\"parent\":376498}":true,"id-notify:{\"parent\":376498}":true,"notify-threads:{\"master-parent-item\":376498}":true,"participation:{\"iid\":376498}":true,"sign:{\"iid\":376498}":true,"term:{\"oid\":376498}":true,"thread:{\"iid\":376498}":true,"item-activity:{\"id\":376498}":true,"item:{\"iaid\":376498}":true,"id-item:{\"iaid\":376498}":true,"item-content:{\"id\":376498}":true,"item:{\"icid\":376498}":true,"id-item:{\"icid\":376498}":true,"user-item:{\"iid\":376498}":true,"user-item:{\"iid\":111607}":true,"item:{\"id\":111610}":true,"item:{\"parent\":111610}":true,"id-item:{\"parent\":111610}":true,"item-delivery-data:{\"iid\":111610}":true,"notify:{\"iid\":111610}":true,"id-notify:{\"iid\":111610}":true,"notify:{\"parent\":111610}":true,"id-notify:{\"parent\":111610}":true,"notify-threads:{\"master-parent-item\":111610}":true,"participation:{\"iid\":111610}":true,"sign:{\"iid\":111610}":true,"term:{\"oid\":111610}":true,"thread:{\"iid\":111610}":true,"item-activity:{\"id\":111610}":true,"item:{\"iaid\":111610}":true,"id-item:{\"iaid\":111610}":true,"item:{\"id\":437353}":true,"item:{\"parent\":437353}":true,"id-item:{\"parent\":437353}":true,"item-delivery-data:{\"iid\":437353}":true,"notify:{\"iid\":437353}":true,"id-notify:{\"iid\":437353}":true,"notify:{\"parent\":437353}":true,"id-notify:{\"parent\":437353}":true,"notify-threads:{\"master-parent-item\":437353}":true,"participation:{\"iid\":437353}":true,"sign:{\"iid\":437353}":true,"term:{\"oid\":437353}":true,"thread:{\"iid\":437353}":true,"item-activity:{\"id\":437353}":true,"item:{\"iaid\":437353}":true,"id-item:{\"iaid\":437353}":true,"item-content:{\"id\":437353}":true,"item:{\"icid\":437353}":true,"id-item:{\"icid\":437353}":true,"user-item:{\"iid\":437353}":true,"item:{\"id\":437354}":true,"item:{\"parent\":437354}":true,"id-item:{\"parent\":437354}":true,"item-delivery-data:{\"iid\":437354}":true,"notify:{\"iid\":437354}":true,"id-notify:{\"iid\":437354}":true,"notify:{\"parent\":437354}":true,"id-notify:{\"parent\":437354}":true,"notify-threads:{\"master-parent-item\":437354}":true,"participation:{\"iid\":437354}":true,"sign:{\"iid\":437354}":true,"term:{\"oid\":437354}":true,"thread:{\"iid\":437354}":true,"item-activity:{\"id\":437354}":true,"item:{\"iaid\":437354}":true,"id-item:{\"iaid\":437354}":true,"item-content:{\"id\":437354}":true,"item:{\"icid\":437354}":true,"id-item:{\"icid\":437354}":true,"user-item:{\"iid\":437354}":true,"item-content:{\"id\":111610}":true,"item:{\"icid\":111610}":true,"id-item:{\"icid\":111610}":true,"item:{\"id\":376521}":true,"item:{\"parent\":376521}":true,"id-item:{\"parent\":376521}":true,"item-delivery-data:{\"iid\":376521}":true,"notify:{\"iid\":376521}":true,"id-notify:{\"iid\":376521}":true,"notify:{\"parent\":376521}":true,"id-notify:{\"parent\":376521}":true,"notify-threads:{\"master-parent-item\":376521}":true,"participation:{\"iid\":376521}":true,"sign:{\"iid\":376521}":true,"term:{\"oid\":376521}":true}} - {"file":"Database.php","line":1277,"function":"delete","uid":"c68cb1","process_id":339}
2020-03-20 00:00:27 worker [INFO]: DELETE FROM `item-activity` WHERE `id` IN (376521); {"callstack":"Database::delete, Database::delete, Database::delete, Database::delete, Database::delete, Database::delete","internal_callstack":{"item:{\"id\":21249}":true,"item:{\"parent\":21249}":true,"id-item:{\"parent\":21249}":true,"item-delivery-data:{\"iid\":21249}":true,"notify:{\"iid\":21249}":true,"id-notify:{\"iid\":21249}":true,"notify:{\"parent\":21249}":true,"id-notify:{\"parent\":21249}":true,"notify-threads:{\"master-parent-item\":21249}":true,"participation:{\"iid\":21249}":true,"sign:{\"iid\":21249}":true,"term:{\"oid\":21249}":true,"thread:{\"iid\":21249}":true,"item-activity:{\"id\":21249}":true,"item:{\"iaid\":21249}":true,"id-item:{\"iaid\":21249}":true,"item:{\"id\":75740}":true,"item:{\"parent\":75740}":true,"id-item:{\"parent\":75740}":true,"item-delivery-data:{\"iid\":75740}":true,"notify:{\"iid\":75740}":true,"id-notify:{\"iid\":75740}":true,"notify:{\"parent\":75740}":true,"id-notify:{\"parent\":75740}":true,"notify-threads:{\"master-parent-item\":75740}":true,"participation:{\"iid\":75740}":true,"sign:{\"iid\":75740}":true,"term:{\"oid\":75740}":true,"thread:{\"iid\":75740}":true,"item-activity:{\"id\":75740}":true,"item:{\"iaid\":75740}":true,"id-item:{\"iaid\":75740}":true,"item:{\"id\":290140}":true,"item:{\"parent\":290140}":true,"id-item:{\"parent\":290140}":true,"item-delivery-data:{\"iid\":290140}":true,"notify:{\"iid\":290140}":true,"id-notify:{\"iid\":290140}":true,"notify:{\"parent\":290140}":true,"id-notify:{\"parent\":290140}":true,"notify-threads:{\"master-parent-item\":290140}":true,"participation:{\"iid\":290140}":true,"sign:{\"iid\":290140}":true,"term:{\"oid\":290140}":true,"thread:{\"iid\":290140}":true,"item-activity:{\"id\":290140}":true,"item:{\"iaid\":290140}":true,"id-item:{\"iaid\":290140}":true,"item-content:{\"id\":290140}":true,"item:{\"icid\":290140}":true,"id-item:{\"icid\":290140}":true,"user-item:{\"iid\":290140}":true,"item:{\"id\":290141}":true,"item:{\"parent\":290141}":true,"id-item:{\"parent\":290141}":true,"item-delivery-data:{\"iid\":290141}":true,"notify:{\"iid\":290141}":true,"id-notify:{\"iid\":290141}":true,"notify:{\"parent\":290141}":true,"id-notify:{\"parent\":290141}":true,"notify-threads:{\"master-parent-item\":290141}":true,"participation:{\"iid\":290141}":true,"sign:{\"iid\":290141}":true,"term:{\"oid\":290141}":true,"thread:{\"iid\":290141}":true,"item-activity:{\"id\":290141}":true,"item:{\"iaid\":290141}":true,"id-item:{\"iaid\":290141}":true,"item-content:{\"id\":290141}":true,"item:{\"icid\":290141}":true,"id-item:{\"icid\":290141}":true,"user-item:{\"iid\":290141}":true,"item-content:{\"id\":75740}":true,"item:{\"icid\":75740}":true,"id-item:{\"icid\":75740}":true,"item:{\"id\":255241}":true,"item:{\"parent\":255241}":true,"id-item:{\"parent\":255241}":true,"item:{\"id\":255245}":true,"item:{\"parent\":255245}":true,"id-item:{\"parent\":255245}":true,"item-delivery-data:{\"iid\":255245}":true,"notify:{\"iid\":255245}":true,"id-notify:{\"iid\":255245}":true,"notify:{\"parent\":255245}":true,"id-notify:{\"parent\":255245}":true,"notify-threads:{\"master-parent-item\":255245}":true,"participation:{\"iid\":255245}":true,"sign:{\"iid\":255245}":true,"term:{\"oid\":255245}":true,"thread:{\"iid\":255245}":true,"item-activity:{\"id\":255245}":true,"item:{\"iaid\":255245}":true,"id-item:{\"iaid\":255245}":true,"item-content:{\"id\":255245}":true,"item:{\"icid\":255245}":true,"id-item:{\"icid\":255245}":true,"user-item:{\"iid\":255245}":true,"item-delivery-data:{\"iid\":255241}":true,"notify:{\"iid\":255241}":true,"id-notify:{\"iid\":255241}":true,"notify:{\"parent\":255241}":true,"id-notify:{\"parent\":255241}":true,"notify-threads:{\"master-parent-item\":255241}":true,"participation:{\"iid\":255241}":true,"sign:{\"iid\":255241}":true,"term:{\"oid\":255241}":true,"thread:{\"iid\":255241}":true,"item-activity:{\"id\":255241}":true,"item:{\"iaid\":255241}":true,"id-item:{\"iaid\":255241}":true,"item-content:{\"id\":255241}":true,"item:{\"icid\":255241}":true,"id-item:{\"icid\":255241}":true,"user-item:{\"iid\":255241}":true,"item:{\"id\":255242}":true,"item:{\"parent\":255242}":true,"id-item:{\"parent\":255242}":true,"item:{\"id\":255246}":true,"item:{\"parent\":255246}":true,"id-item:{\"parent\":255246}":true,"item-delivery-data:{\"iid\":255246}":true,"notify:{\"iid\":255246}":true,"id-notify:{\"iid\":255246}":true,"notify:{\"parent\":255246}":true,"id-notify:{\"parent\":255246}":true,"notify-threads:{\"master-parent-item\":255246}":true,"participation:{\"iid\":255246}":true,"sign:{\"iid\":255246}":true,"term:{\"oid\":255246}":true,"thread:{\"iid\":255246}":true,"item-activity:{\"id\":255246}":true,"item:{\"iaid\":255246}":true,"id-item:{\"iaid\":255246}":true,"item-content:{\"id\":255246}":true,"item:{\"icid\":255246}":true,"id-item:{\"icid\":255246}":true,"user-item:{\"iid\":255246}":true,"item-delivery-data:{\"iid\":255242}":true,"notify:{\"iid\":255242}":true,"id-notify:{\"iid\":255242}":true,"notify:{\"parent\":255242}":true,"id-notify:{\"parent\":255242}":true,"notify-threads:{\"master-parent-item\":255242}":true,"participation:{\"iid\":255242}":true,"sign:{\"iid\":255242}":true,"term:{\"oid\":255242}":true,"thread:{\"iid\":255242}":true,"item-activity:{\"id\":255242}":true,"item:{\"iaid\":255242}":true,"id-item:{\"iaid\":255242}":true,"item-content:{\"id\":255242}":true,"item:{\"icid\":255242}":true,"id-item:{\"icid\":255242}":true,"user-item:{\"iid\":255242}":true,"user-item:{\"iid\":75740}":true,"item:{\"id\":75741}":true,"item:{\"parent\":75741}":true,"id-item:{\"parent\":75741}":true,"item-delivery-data:{\"iid\":75741}":true,"notify:{\"iid\":75741}":true,"id-notify:{\"iid\":75741}":true,"notify:{\"parent\":75741}":true,"id-notify:{\"parent\":75741}":true,"notify-threads:{\"master-parent-item\":75741}":true,"participation:{\"iid\":75741}":true,"sign:{\"iid\":75741}":true,"term:{\"oid\":75741}":true,"thread:{\"iid\":75741}":true,"item-activity:{\"id\":75741}":true,"item:{\"iaid\":75741}":true,"id-item:{\"iaid\":75741}":true,"item:{\"id\":290142}":true,"item:{\"parent\":290142}":true,"id-item:{\"parent\":290142}":true,"item-delivery-data:{\"iid\":290142}":true,"notify:{\"iid\":290142}":true,"id-notify:{\"iid\":290142}":true,"notify:{\"parent\":290142}":true,"id-notify:{\"parent\":290142}":true,"notify-threads:{\"master-parent-item\":290142}":true,"participation:{\"iid\":290142}":true,"sign:{\"iid\":290142}":true,"term:{\"oid\":290142}":true,"thread:{\"iid\":290142}":true,"item-activity:{\"id\":290142}":true,"item:{\"iaid\":290142}":true,"id-item:{\"iaid\":290142}":true,"item-content:{\"id\":290142}":true,"item:{\"icid\":290142}":true,"id-item:{\"icid\":290142}":true,"user-item:{\"iid\":290142}":true,"item:{\"id\":290143}":true,"item:{\"parent\":290143}":true,"id-item:{\"parent\":290143}":true,"item-delivery-data:{\"iid\":290143}":true,"notify:{\"iid\":290143}":true,"id-notify:{\"iid\":290143}":true,"notify:{\"parent\":290143}":true,"id-notify:{\"parent\":290143}":true,"notify-threads:{\"master-parent-item\":290143}":true,"participation:{\"iid\":290143}":true,"sign:{\"iid\":290143}":true,"term:{\"oid\":290143}":true,"thread:{\"iid\":290143}":true,"item-activity:{\"id\":290143}":true,"item:{\"iaid\":290143}":true,"id-item:{\"iaid\":290143}":true,"item-content:{\"id\":290143}":true,"item:{\"icid\":290143}":true,"id-item:{\"icid\":290143}":true,"user-item:{\"iid\":290143}":true,"item-content:{\"id\":75741}":true,"item:{\"icid\":75741}":true,"id-item:{\"icid\":75741}":true,"item:{\"id\":255247}":true,"item:{\"parent\":255247}":true,"id-item:{\"parent\":255247}":true,"item:{\"id\":255249}":true,"item:{\"parent\":255249}":true,"id-item:{\"parent\":255249}":true,"item-delivery-data:{\"iid\":255249}":true,"notify:{\"iid\":255249}":true,"id-notify:{\"iid\":255249}":true,"notify:{\"parent\":255249}":true,"id-notify:{\"parent\":255249}":true,"notify-threads:{\"master-parent-item\":255249}":true,"participation:{\"iid\":255249}":true,"sign:{\"iid\":255249}":true,"term:{\"oid\":255249}":true,"thread:{\"iid\":255249}":true,"item-activity:{\"id\":255249}":true,"item:{\"iaid\":255249}":true,"id-item:{\"iaid\":255249}":true,"item-content:{\"id\":255249}":true,"item:{\"icid\":255249}":true,"id-item:{\"icid\":255249}":true,"user-item:{\"iid\":255249}":true,"item-delivery-data:{\"iid\":255247}":true,"notify:{\"iid\":255247}":true,"id-notify:{\"iid\":255247}":true,"notify:{\"parent\":255247}":true,"id-notify:{\"parent\":255247}":true,"notify-threads:{\"master-parent-item\":255247}":true,"participation:{\"iid\":255247}":true,"sign:{\"iid\":255247}":true,"term:{\"oid\":255247}":true,"thread:{\"iid\":255247}":true,"item-activity:{\"id\":255247}":true,"item:{\"iaid\":255247}":true,"id-item:{\"iaid\":255247}":true,"item-content:{\"id\":255247}":true,"item:{\"icid\":255247}":true,"id-item:{\"icid\":255247}":true,"user-item:{\"iid\":255247}":true,"item:{\"id\":255248}":true,"item:{\"parent\":255248}":true,"id-item:{\"parent\":255248}":true,"item:{\"id\":255250}":true,"item:{\"parent\":255250}":true,"id-item:{\"parent\":255250}":true,"item-delivery-data:{\"iid\":255250}":true,"notify:{\"iid\":255250}":true,"id-notify:{\"iid\":255250}":true,"notify:{\"parent\":255250}":true,"id-notify:{\"parent\":255250}":true,"notify-threads:{\"master-parent-item\":255250}":true,"participation:{\"iid\":255250}":true,"sign:{\"iid\":255250}":true,"term:{\"oid\":255250}":true,"thread:{\"iid\":255250}":true,"item-activity:{\"id\":255250}":true,"item:{\"iaid\":255250}":true,"id-item:{\"iaid\":255250}":true,"item-content:{\"id\":255250}":true,"item:{\"icid\":255250}":true,"id-item:{\"icid\":255250}":true,"user-item:{\"iid\":255250}":true,"item-delivery-data:{\"iid\":255248}":true,"notify:{\"iid\":255248}":true,"id-notify:{\"iid\":255248}":true,"notify:{\"parent\":255248}":true,"id-notify:{\"parent\":255248}":true,"notify-threads:{\"master-parent-item\":255248}":true,"participation:{\"iid\":255248}":true,"sign:{\"iid\":255248}":true,"term:{\"oid\":255248}":true,"thread:{\"iid\":255248}":true,"item-activity:{\"id\":255248}":true,"item:{\"iaid\":255248}":true,"id-item:{\"iaid\":255248}":true,"item-content:{\"id\":255248}":true,"item:{\"icid\":255248}":true,"id-item:{\"icid\":255248}":true,"user-item:{\"iid\":255248}":true,"user-item:{\"iid\":75741}":true,"item-content:{\"id\":21249}":true,"item:{\"icid\":21249}":true,"id-item:{\"icid\":21249}":true,"item:{\"id\":72731}":true,"item:{\"parent\":72731}":true,"id-item:{\"parent\":72731}":true,"item:{\"id\":72812}":true,"item:{\"parent\":72812}":true,"id-item:{\"parent\":72812}":true,"item-delivery-data:{\"iid\":72812}":true,"notify:{\"iid\":72812}":true,"id-notify:{\"iid\":72812}":true,"notify:{\"parent\":72812}":true,"id-notify:{\"parent\":72812}":true,"notify-threads:{\"master-parent-item\":72812}":true,"participation:{\"iid\":72812}":true,"sign:{\"iid\":72812}":true,"term:{\"oid\":72812}":true,"thread:{\"iid\":72812}":true,"item-activity:{\"id\":72812}":true,"item:{\"iaid\":72812}":true,"id-item:{\"iaid\":72812}":true,"item:{\"id\":277835}":true,"item:{\"parent\":277835}":true,"id-item:{\"parent\":277835}":true,"item-delivery-data:{\"iid\":277835}":true,"notify:{\"iid\":277835}":true,"id-notify:{\"iid\":277835}":true,"notify:{\"parent\":277835}":true,"id-notify:{\"parent\":277835}":true,"notify-threads:{\"master-parent-item\":277835}":true,"participation:{\"iid\":277835}":true,"sign:{\"iid\":277835}":true,"term:{\"oid\":277835}":true,"thread:{\"iid\":277835}":true,"item-activity:{\"id\":277835}":true,"item:{\"iaid\":277835}":true,"id-item:{\"iaid\":277835}":true,"item-content:{\"id\":277835}":true,"item:{\"icid\":277835}":true,"id-item:{\"icid\":277835}":true,"user-item:{\"iid\":277835}":true,"item:{\"id\":277836}":true,"item:{\"parent\":277836}":true,"id-item:{\"parent\":277836}":true,"item-delivery-data:{\"iid\":277836}":true,"notify:{\"iid\":277836}":true,"id-notify:{\"iid\":277836}":true,"notify:{\"parent\":277836}":true,"id-notify:{\"parent\":277836}":true,"notify-threads:{\"master-parent-item\":277836}":true,"participation:{\"iid\":277836}":true,"sign:{\"iid\":277836}":true,"term:{\"oid\":277836}":true,"thread:{\"iid\":277836}":true,"item-activity:{\"id\":277836}":true,"item:{\"iaid\":277836}":true,"id-item:{\"iaid\":277836}":true,"item-content:{\"id\":277836}":true,"item:{\"icid\":277836}":true,"id-item:{\"icid\":277836}":true,"user-item:{\"iid\":277836}":true,"item-content:{\"id\":72812}":true,"item:{\"icid\":72812}":true,"id-item:{\"icid\":72812}":true,"user-item:{\"iid\":72812}":true,"item:{\"id\":73868}":true,"item:{\"parent\":73868}":true,"id-item:{\"parent\":73868}":true,"item-delivery-data:{\"iid\":73868}":true,"notify:{\"iid\":73868}":true,"id-notify:{\"iid\":73868}":true,"notify:{\"parent\":73868}":true,"id-notify:{\"parent\":73868}":true,"notify-threads:{\"master-parent-item\":73868}":true,"participation:{\"iid\":73868}":true,"sign:{\"iid\":73868}":true,"term:{\"oid\":73868}":true,"thread:{\"iid\":73868}":true,"item-activity:{\"id\":73868}":true,"item:{\"iaid\":73868}":true,"id-item:{\"iaid\":73868}":true,"item-content:{\"id\":73868}":true,"item:{\"icid\":73868}":true,"id-item:{\"icid\":73868}":true,"item:{\"id\":248877}":true,"item:{\"parent\":248877}":true,"id-item:{\"parent\":248877}":true,"item:{\"id\":250835}":true,"item:{\"parent\":250835}":true,"id-item:{\"parent\":250835}":true,"item-delivery-data:{\"iid\":250835}":true,"notify:{\"iid\":250835}":true,"id-notify:{\"iid\":250835}":true,"notify:{\"parent\":250835}":true,"id-notify:{\"parent\":250835}":true,"notify-threads:{\"master-parent-item\":250835}":true,"participation:{\"iid\":250835}":true,"sign:{\"iid\":250835}":true,"term:{\"oid\":250835}":true,"thread:{\"iid\":250835}":true,"item-activity:{\"id\":250835}":true,"item:{\"iaid\":250835}":true,"id-item:{\"iaid\":250835}":true,"item-content:{\"id\":250835}":true,"item:{\"icid\":250835}":true,"id-item:{\"icid\":250835}":true,"user-item:{\"iid\":250835}":true,"item-delivery-data:{\"iid\":248877}":true,"notify:{\"iid\":248877}":true,"id-notify:{\"iid\":248877}":true,"notify:{\"parent\":248877}":true,"id-notify:{\"parent\":248877}":true,"notify-threads:{\"master-parent-item\":248877}":true,"participation:{\"iid\":248877}":true,"sign:{\"iid\":248877}":true,"term:{\"oid\":248877}":true,"thread:{\"iid\":248877}":true,"item-activity:{\"id\":248877}":true,"item:{\"iaid\":248877}":true,"id-item:{\"iaid\":248877}":true,"item-content:{\"id\":248877}":true,"item:{\"icid\":248877}":true,"id-item:{\"icid\":248877}":true,"user-item:{\"iid\":248877}":true,"item:{\"id\":248879}":true,"item:{\"parent\":248879}":true,"id-item:{\"parent\":248879}":true,"item:{\"id\":250836}":true,"item:{\"parent\":250836}":true,"id-item:{\"parent\":250836}":true,"item-delivery-data:{\"iid\":250836}":true,"notify:{\"iid\":250836}":true,"id-notify:{\"iid\":250836}":true,"notify:{\"parent\":250836}":true,"id-notify:{\"parent\":250836}":true,"notify-threads:{\"master-parent-item\":250836}":true,"participation:{\"iid\":250836}":true,"sign:{\"iid\":250836}":true,"term:{\"oid\":250836}":true,"thread:{\"iid\":250836}":true,"item-activity:{\"id\":250836}":true,"item:{\"iaid\":250836}":true,"id-item:{\"iaid\":250836}":true,"item-content:{\"id\":250836}":true,"item:{\"icid\":250836}":true,"id-item:{\"icid\":250836}":true,"user-item:{\"iid\":250836}":true,"item-delivery-data:{\"iid\":248879}":true,"notify:{\"iid\":248879}":true,"id-notify:{\"iid\":248879}":true,"notify:{\"parent\":248879}":true,"id-notify:{\"parent\":248879}":true,"notify-threads:{\"master-parent-item\":248879}":true,"participation:{\"iid\":248879}":true,"sign:{\"iid\":248879}":true,"term:{\"oid\":248879}":true,"thread:{\"iid\":248879}":true,"item-activity:{\"id\":248879}":true,"item:{\"iaid\":248879}":true,"id-item:{\"iaid\":248879}":true,"item-content:{\"id\":248879}":true,"item:{\"icid\":248879}":true,"id-item:{\"icid\":248879}":true,"user-item:{\"iid\":248879}":true,"user-item:{\"iid\":73868}":true,"item:{\"id\":111607}":true,"item:{\"parent\":111607}":true,"id-item:{\"parent\":111607}":true,"item-delivery-data:{\"iid\":111607}":true,"notify:{\"iid\":111607}":true,"id-notify:{\"iid\":111607}":true,"notify:{\"parent\":111607}":true,"id-notify:{\"parent\":111607}":true,"notify-threads:{\"master-parent-item\":111607}":true,"participation:{\"iid\":111607}":true,"sign:{\"iid\":111607}":true,"term:{\"oid\":111607}":true,"thread:{\"iid\":111607}":true,"item-activity:{\"id\":111607}":true,"item:{\"iaid\":111607}":true,"id-item:{\"iaid\":111607}":true,"item:{\"id\":437334}":true,"item:{\"parent\":437334}":true,"id-item:{\"parent\":437334}":true,"item-delivery-data:{\"iid\":437334}":true,"notify:{\"iid\":437334}":true,"id-notify:{\"iid\":437334}":true,"notify:{\"parent\":437334}":true,"id-notify:{\"parent\":437334}":true,"notify-threads:{\"master-parent-item\":437334}":true,"participation:{\"iid\":437334}":true,"sign:{\"iid\":437334}":true,"term:{\"oid\":437334}":true,"thread:{\"iid\":437334}":true,"item-activity:{\"id\":437334}":true,"item:{\"iaid\":437334}":true,"id-item:{\"iaid\":437334}":true,"item-content:{\"id\":437334}":true,"item:{\"icid\":437334}":true,"id-item:{\"icid\":437334}":true,"user-item:{\"iid\":437334}":true,"item:{\"id\":437335}":true,"item:{\"parent\":437335}":true,"id-item:{\"parent\":437335}":true,"item-delivery-data:{\"iid\":437335}":true,"notify:{\"iid\":437335}":true,"id-notify:{\"iid\":437335}":true,"notify:{\"parent\":437335}":true,"id-notify:{\"parent\":437335}":true,"notify-threads:{\"master-parent-item\":437335}":true,"participation:{\"iid\":437335}":true,"sign:{\"iid\":437335}":true,"term:{\"oid\":437335}":true,"thread:{\"iid\":437335}":true,"item-activity:{\"id\":437335}":true,"item:{\"iaid\":437335}":true,"id-item:{\"iaid\":437335}":true,"item-content:{\"id\":437335}":true,"item:{\"icid\":437335}":true,"id-item:{\"icid\":437335}":true,"user-item:{\"iid\":437335}":true,"item-content:{\"id\":111607}":true,"item:{\"icid\":111607}":true,"id-item:{\"icid\":111607}":true,"item:{\"id\":376497}":true,"item:{\"parent\":376497}":true,"id-item:{\"parent\":376497}":true,"item-delivery-data:{\"iid\":376497}":true,"notify:{\"iid\":376497}":true,"id-notify:{\"iid\":376497}":true,"notify:{\"parent\":376497}":true,"id-notify:{\"parent\":376497}":true,"notify-threads:{\"master-parent-item\":376497}":true,"participation:{\"iid\":376497}":true,"sign:{\"iid\":376497}":true,"term:{\"oid\":376497}":true,"thread:{\"iid\":376497}":true,"item-activity:{\"id\":376497}":true,"item:{\"iaid\":376497}":true,"id-item:{\"iaid\":376497}":true,"item-content:{\"id\":376497}":true,"item:{\"icid\":376497}":true,"id-item:{\"icid\":376497}":true,"user-item:{\"iid\":376497}":true,"item:{\"id\":376498}":true,"item:{\"parent\":376498}":true,"id-item:{\"parent\":376498}":true,"item-delivery-data:{\"iid\":376498}":true,"notify:{\"iid\":376498}":true,"id-notify:{\"iid\":376498}":true,"notify:{\"parent\":376498}":true,"id-notify:{\"parent\":376498}":true,"notify-threads:{\"master-parent-item\":376498}":true,"participation:{\"iid\":376498}":true,"sign:{\"iid\":376498}":true,"term:{\"oid\":376498}":true,"thread:{\"iid\":376498}":true,"item-activity:{\"id\":376498}":true,"item:{\"iaid\":376498}":true,"id-item:{\"iaid\":376498}":true,"item-content:{\"id\":376498}":true,"item:{\"icid\":376498}":true,"id-item:{\"icid\":376498}":true,"user-item:{\"iid\":376498}":true,"user-item:{\"iid\":111607}":true,"item:{\"id\":111610}":true,"item:{\"parent\":111610}":true,"id-item:{\"parent\":111610}":true,"item-delivery-data:{\"iid\":111610}":true,"notify:{\"iid\":111610}":true,"id-notify:{\"iid\":111610}":true,"notify:{\"parent\":111610}":true,"id-notify:{\"parent\":111610}":true,"notify-threads:{\"master-parent-item\":111610}":true,"participation:{\"iid\":111610}":true,"sign:{\"iid\":111610}":true,"term:{\"oid\":111610}":true,"thread:{\"iid\":111610}":true,"item-activity:{\"id\":111610}":true,"item:{\"iaid\":111610}":true,"id-item:{\"iaid\":111610}":true,"item:{\"id\":437353}":true,"item:{\"parent\":437353}":true,"id-item:{\"parent\":437353}":true,"item-delivery-data:{\"iid\":437353}":true,"notify:{\"iid\":437353}":true,"id-notify:{\"iid\":437353}":true,"notify:{\"parent\":437353}":true,"id-notify:{\"parent\":437353}":true,"notify-threads:{\"master-parent-item\":437353}":true,"participation:{\"iid\":437353}":true,"sign:{\"iid\":437353}":true,"term:{\"oid\":437353}":true,"thread:{\"iid\":437353}":true,"item-activity:{\"id\":437353}":true,"item:{\"iaid\":437353}":true,"id-item:{\"iaid\":437353}":true,"item-content:{\"id\":437353}":true,"item:{\"icid\":437353}":true,"id-item:{\"icid\":437353}":true,"user-item:{\"iid\":437353}":true,"item:{\"id\":437354}":true,"item:{\"parent\":437354}":true,"id-item:{\"parent\":437354}":true,"item-delivery-data:{\"iid\":437354}":true,"notify:{\"iid\":437354}":true,"id-notify:{\"iid\":437354}":true,"notify:{\"parent\":437354}":true,"id-notify:{\"parent\":437354}":true,"notify-threads:{\"master-parent-item\":437354}":true,"participation:{\"iid\":437354}":true,"sign:{\"iid\":437354}":true,"term:{\"oid\":437354}":true,"thread:{\"iid\":437354}":true,"item-activity:{\"id\":437354}":true,"item:{\"iaid\":437354}":true,"id-item:{\"iaid\":437354}":true,"item-content:{\"id\":437354}":true,"item:{\"icid\":437354}":true,"id-item:{\"icid\":437354}":true,"user-item:{\"iid\":437354}":true,"item-content:{\"id\":111610}":true,"item:{\"icid\":111610}":true,"id-item:{\"icid\":111610}":true,"item:{\"id\":376521}":true,"item:{\"parent\":376521}":true,"id-item:{\"parent\":376521}":true,"item-delivery-data:{\"iid\":376521}":true,"notify:{\"iid\":376521}":true,"id-notify:{\"iid\":376521}":true,"notify:{\"parent\":376521}":true,"id-notify:{\"parent\":376521}":true,"notify-threads:{\"master-parent-item\":376521}":true,"participation:{\"iid\":376521}":true,"sign:{\"iid\":376521}":true,"term:{\"oid\":376521}":true,"thread:{\"iid\":376521}":true,"item-activity:{\"id\":376521}":true,"item:{\"iaid\":376521}":true,"id-item:{\"iaid\":376521}":true}} - {"file":"Database.php","line":1277,"function":"delete","uid":"c68cb1","process_id":339}
2020-03-20 00:00:27 worker [INFO]: DELETE FROM `item-content` WHERE `id` IN (376521); {"callstack":"Database::delete, Database::delete, Database::delete, Database::delete, Database::delete, Database::delete","internal_callstack":{"item:{\"id\":21249}":true,"item:{\"parent\":21249}":true,"id-item:{\"parent\":21249}":true,"item-delivery-data:{\"iid\":21249}":true,"notify:{\"iid\":21249}":true,"id-notify:{\"iid\":21249}":true,"notify:{\"parent\":21249}":true,"id-notify:{\"parent\":21249}":true,"notify-threads:{\"master-parent-item\":21249}":true,"participation:{\"iid\":21249}":true,"sign:{\"iid\":21249}":true,"term:{\"oid\":21249}":true,"thread:{\"iid\":21249}":true,"item-activity:{\"id\":21249}":true,"item:{\"iaid\":21249}":true,"id-item:{\"iaid\":21249}":true,"item:{\"id\":75740}":true,"item:{\"parent\":75740}":true,"id-item:{\"parent\":75740}":true,"item-delivery-data:{\"iid\":75740}":true,"notify:{\"iid\":75740}":true,"id-notify:{\"iid\":75740}":true,"notify:{\"parent\":75740}":true,"id-notify:{\"parent\":75740}":true,"notify-threads:{\"master-parent-item\":75740}":true,"participation:{\"iid\":75740}":true,"sign:{\"iid\":75740}":true,"term:{\"oid\":75740}":true,"thread:{\"iid\":75740}":true,"item-activity:{\"id\":75740}":true,"item:{\"iaid\":75740}":true,"id-item:{\"iaid\":75740}":true,"item:{\"id\":290140}":true,"item:{\"parent\":290140}":true,"id-item:{\"parent\":290140}":true,"item-delivery-data:{\"iid\":290140}":true,"notify:{\"iid\":290140}":true,"id-notify:{\"iid\":290140}":true,"notify:{\"parent\":290140}":true,"id-notify:{\"parent\":290140}":true,"notify-threads:{\"master-parent-item\":290140}":true,"participation:{\"iid\":290140}":true,"sign:{\"iid\":290140}":true,"term:{\"oid\":290140}":true,"thread:{\"iid\":290140}":true,"item-activity:{\"id\":290140}":true,"item:{\"iaid\":290140}":true,"id-item:{\"iaid\":290140}":true,"item-content:{\"id\":290140}":true,"item:{\"icid\":290140}":true,"id-item:{\"icid\":290140}":true,"user-item:{\"iid\":290140}":true,"item:{\"id\":290141}":true,"item:{\"parent\":290141}":true,"id-item:{\"parent\":290141}":true,"item-delivery-data:{\"iid\":290141}":true,"notify:{\"iid\":290141}":true,"id-notify:{\"iid\":290141}":true,"notify:{\"parent\":290141}":true,"id-notify:{\"parent\":290141}":true,"notify-threads:{\"master-parent-item\":290141}":true,"participation:{\"iid\":290141}":true,"sign:{\"iid\":290141}":true,"term:{\"oid\":290141}":true,"thread:{\"iid\":290141}":true,"item-activity:{\"id\":290141}":true,"item:{\"iaid\":290141}":true,"id-item:{\"iaid\":290141}":true,"item-content:{\"id\":290141}":true,"item:{\"icid\":290141}":true,"id-item:{\"icid\":290141}":true,"user-item:{\"iid\":290141}":true,"item-content:{\"id\":75740}":true,"item:{\"icid\":75740}":true,"id-item:{\"icid\":75740}":true,"item:{\"id\":255241}":true,"item:{\"parent\":255241}":true,"id-item:{\"parent\":255241}":true,"item:{\"id\":255245}":true,"item:{\"parent\":255245}":true,"id-item:{\"parent\":255245}":true,"item-delivery-data:{\"iid\":255245}":true,"notify:{\"iid\":255245}":true,"id-notify:{\"iid\":255245}":true,"notify:{\"parent\":255245}":true,"id-notify:{\"parent\":255245}":true,"notify-threads:{\"master-parent-item\":255245}":true,"participation:{\"iid\":255245}":true,"sign:{\"iid\":255245}":true,"term:{\"oid\":255245}":true,"thread:{\"iid\":255245}":true,"item-activity:{\"id\":255245}":true,"item:{\"iaid\":255245}":true,"id-item:{\"iaid\":255245}":true,"item-content:{\"id\":255245}":true,"item:{\"icid\":255245}":true,"id-item:{\"icid\":255245}":true,"user-item:{\"iid\":255245}":true,"item-delivery-data:{\"iid\":255241}":true,"notify:{\"iid\":255241}":true,"id-notify:{\"iid\":255241}":true,"notify:{\"parent\":255241}":true,"id-notify:{\"parent\":255241}":true,"notify-threads:{\"master-parent-item\":255241}":true,"participation:{\"iid\":255241}":true,"sign:{\"iid\":255241}":true,"term:{\"oid\":255241}":true,"thread:{\"iid\":255241}":true,"item-activity:{\"id\":255241}":true,"item:{\"iaid\":255241}":true,"id-item:{\"iaid\":255241}":true,"item-content:{\"id\":255241}":true,"item:{\"icid\":255241}":true,"id-item:{\"icid\":255241}":true,"user-item:{\"iid\":255241}":true,"item:{\"id\":255242}":true,"item:{\"parent\":255242}":true,"id-item:{\"parent\":255242}":true,"item:{\"id\":255246}":true,"item:{\"parent\":255246}":true,"id-item:{\"parent\":255246}":true,"item-delivery-data:{\"iid\":255246}":true,"notify:{\"iid\":255246}":true,"id-notify:{\"iid\":255246}":true,"notify:{\"parent\":255246}":true,"id-notify:{\"parent\":255246}":true,"notify-threads:{\"master-parent-item\":255246}":true,"participation:{\"iid\":255246}":true,"sign:{\"iid\":255246}":true,"term:{\"oid\":255246}":true,"thread:{\"iid\":255246}":true,"item-activity:{\"id\":255246}":true,"item:{\"iaid\":255246}":true,"id-item:{\"iaid\":255246}":true,"item-content:{\"id\":255246}":true,"item:{\"icid\":255246}":true,"id-item:{\"icid\":255246}":true,"user-item:{\"iid\":255246}":true,"item-delivery-data:{\"iid\":255242}":true,"notify:{\"iid\":255242}":true,"id-notify:{\"iid\":255242}":true,"notify:{\"parent\":255242}":true,"id-notify:{\"parent\":255242}":true,"notify-threads:{\"master-parent-item\":255242}":true,"participation:{\"iid\":255242}":true,"sign:{\"iid\":255242}":true,"term:{\"oid\":255242}":true,"thread:{\"iid\":255242}":true,"item-activity:{\"id\":255242}":true,"item:{\"iaid\":255242}":true,"id-item:{\"iaid\":255242}":true,"item-content:{\"id\":255242}":true,"item:{\"icid\":255242}":true,"id-item:{\"icid\":255242}":true,"user-item:{\"iid\":255242}":true,"user-item:{\"iid\":75740}":true,"item:{\"id\":75741}":true,"item:{\"parent\":75741}":true,"id-item:{\"parent\":75741}":true,"item-delivery-data:{\"iid\":75741}":true,"notify:{\"iid\":75741}":true,"id-notify:{\"iid\":75741}":true,"notify:{\"parent\":75741}":true,"id-notify:{\"parent\":75741}":true,"notify-threads:{\"master-parent-item\":75741}":true,"participation:{\"iid\":75741}":true,"sign:{\"iid\":75741}":true,"term:{\"oid\":75741}":true,"thread:{\"iid\":75741}":true,"item-activity:{\"id\":75741}":true,"item:{\"iaid\":75741}":true,"id-item:{\"iaid\":75741}":true,"item:{\"id\":290142}":true,"item:{\"parent\":290142}":true,"id-item:{\"parent\":290142}":true,"item-delivery-data:{\"iid\":290142}":true,"notify:{\"iid\":290142}":true,"id-notify:{\"iid\":290142}":true,"notify:{\"parent\":290142}":true,"id-notify:{\"parent\":290142}":true,"notify-threads:{\"master-parent-item\":290142}":true,"participation:{\"iid\":290142}":true,"sign:{\"iid\":290142}":true,"term:{\"oid\":290142}":true,"thread:{\"iid\":290142}":true,"item-activity:{\"id\":290142}":true,"item:{\"iaid\":290142}":true,"id-item:{\"iaid\":290142}":true,"item-content:{\"id\":290142}":true,"item:{\"icid\":290142}":true,"id-item:{\"icid\":290142}":true,"user-item:{\"iid\":290142}":true,"item:{\"id\":290143}":true,"item:{\"parent\":290143}":true,"id-item:{\"parent\":290143}":true,"item-delivery-data:{\"iid\":290143}":true,"notify:{\"iid\":290143}":true,"id-notify:{\"iid\":290143}":true,"notify:{\"parent\":290143}":true,"id-notify:{\"parent\":290143}":true,"notify-threads:{\"master-parent-item\":290143}":true,"participation:{\"iid\":290143}":true,"sign:{\"iid\":290143}":true,"term:{\"oid\":290143}":true,"thread:{\"iid\":290143}":true,"item-activity:{\"id\":290143}":true,"item:{\"iaid\":290143}":true,"id-item:{\"iaid\":290143}":true,"item-content:{\"id\":290143}":true,"item:{\"icid\":290143}":true,"id-item:{\"icid\":290143}":true,"user-item:{\"iid\":290143}":true,"item-content:{\"id\":75741}":true,"item:{\"icid\":75741}":true,"id-item:{\"icid\":75741}":true,"item:{\"id\":255247}":true,"item:{\"parent\":255247}":true,"id-item:{\"parent\":255247}":true,"item:{\"id\":255249}":true,"item:{\"parent\":255249}":true,"id-item:{\"parent\":255249}":true,"item-delivery-data:{\"iid\":255249}":true,"notify:{\"iid\":255249}":true,"id-notify:{\"iid\":255249}":true,"notify:{\"parent\":255249}":true,"id-notify:{\"parent\":255249}":true,"notify-threads:{\"master-parent-item\":255249}":true,"participation:{\"iid\":255249}":true,"sign:{\"iid\":255249}":true,"term:{\"oid\":255249}":true,"thread:{\"iid\":255249}":true,"item-activity:{\"id\":255249}":true,"item:{\"iaid\":255249}":true2020-03-20 00:00:27 worker [INFO]: DELETE FROM `item-activity` WHERE `id` IN (270841); {"callstack":"Database::delete, Database::delete, DBA::delete, DBClean::removeOrphans, DBClean::execute, Worker::execFunction","internal_callstack":{"item:{\"id\":270841}":true,"item:{\"parent\":270841}":true,"id-item:{\"parent\":270841}":true,"item-delivery-data:{\"iid\":270841}":true,"notify:{\"iid\":270841}":true,"id-notify:{\"iid\":270841}":true,"notify:{\"parent\":270841}":true,"id-notify:{\"parent\":270841}":true,"notify-threads:{\"master-parent-item\":270841}":true,"participation:{\"iid\":270841}":true,"sign:{\"iid\":270841}":true,"term:{\"oid\":270841}":true,"thread:{\"iid\":270841}":true,"item-activity:{\"id\":270841}":true,"item:{\"iaid\":270841}":true,"id-item:{\"iaid\":270841}":true}} - {"file":"Database.php","line":1277,"function":"delete","uid":"237614","process_id":356}
2020-03-20 00:00:27 worker [INFO]: DELETE FROM `thread` WHERE `iid` IN (376521); {"callstack":"Database::delete, Database::delete, Database::delete, Database::delete, Database::delete, Database::delete","internal_callstack":{"item:{\"id\":21249}":true,"item:{\"parent\":21249}":true,"id-item:{\"parent\":21249}":true,"item-delivery-data:{\"iid\":21249}":true,"notify:{\"iid\":21249}":true,"id-notify:{\"iid\":21249}":true,"notify:{\"parent\":21249}":true,"id-notify:{\"parent\":21249}":true,"notify-threads:{\"master-parent-item\":21249}":true,"participation:{\"iid\":21249}":true,"sign:{\"iid\":21249}":true,"term:{\"oid\":21249}":true,"thread:{\"iid\":21249}":true,"item-activity:{\"id\":21249}":true,"item:{\"iaid\":21249}":true,"id-item:{\"iaid\":21249}":true,"item:{\"id\":75740}":true,"item:{\"parent\":75740}":true,"id-item:{\"parent\":75740}":true,"item-delivery-data:{\"iid\":75740}":true,"notify:{\"iid\":75740}":true,"id-notify:{\"iid\":75740}":true,"notify:{\"parent\":75740}":true,"id-notify:{\"parent\":75740}":true,"notify-threads:{\"master-parent-item\":75740}":true,"participation:{\"iid\":75740}":true,"sign:{\"iid\":75740}":true,"term:{\"oid\":75740}":true,"thread:{\"iid\":75740}":true,"item-activity:{\"id\":75740}":true,"item:{\"iaid\":75740}":true,"id-item:{\"iaid\":75740}":true,"item:{\"id\":290140}":true,"item:{\"parent\":290140}":true,"id-item:{\"parent\":290140}":true,"item-delivery-data:{\"iid\":290140}":true,"notify:{\"iid\":290140}":true,"id-notify:{\"iid\":290140}":true,"notify:{\"parent\":290140}":true,"id-notify:{\"parent\":290140}":true,"notify-threads:{\"master-parent-item\":290140}":true,"participation:{\"iid\":290140}":true,"sign:{\"iid\":290140}":true,"term:{\"oid\":290140}":true,"thread:{\"iid\":290140}":true,"item-activity:{\"id\":290140}":true,"item:{\"iaid\":290140}":true,"id-item:{\"iaid\":290140}":true,"item-content:{\"id\":290140}":true,"item:{\"icid\":290140}":true,"id-item:{\"icid\":290140}":true,"user-item:{\"iid\":290140}":true,"item:{\"id\":290141}":true,"item:{\"parent\":290141}":true,"id-item:{\"parent\":290141}":true,"item-delivery-data:{\"iid\":290141}":true,"notify:{\"iid\":290141}":true,"id-notify:{\"iid\":290141}":true,"notify:{\"parent\":290141}":true,"id-notify:{\"parent\":290141}":true,"notify-threads:{\"master-parent-item\":290141}":true,"participation:{\"iid\":290141}":true,"sign:{\"iid\":290141}":true,"term:{\"oid\":290141}":true,"thread:{\"iid\":290141}":true,"item-activity:{\"id\":290141}":true,"item:{\"iaid\":290141}":true,"id-item:{\"iaid\":290141}":true,"item-content:{\"id\":290141}":true,"item:{\"icid\":290141}":true,"id-item:{\"icid\":290141}":true,"user-item:{\"iid\":290141}":true,"item-content:{\"id\":75740}":true,"item:{\"icid\":75740}":true,"id-item:{\"icid\":75740}":true,"item:{\"id\":255241}":true,"item:{\"parent\":255241}":true,"id-item:{\"parent\":255241}":true,"item:{\"id\":255245}":true,"item:{\"parent\":255245}":true,"id-item:{\"parent\":255245}":true,"item-delivery-data:{\"iid\":255245}":true,"notify:{\"iid\":255245}":true,"id-notify:{\"iid\":255245}":true,"notify:{\"parent\":255245}":true,"id-notify:{\"parent\":255245}":true,"notify-threads:{\"master-parent-item\":255245}":true,"participation:{\"iid\":255245}":true,"sign:{\"iid\":255245}":true,"term:{\"oid\":255245}":true,"thread:{\"iid\":255245}":true,"item-activity:{\"id\":255245}":true,"item:{\"iaid\":255245}":true,"id-item:{\"iaid\":255245}":true,"item-content:{\"id\":255245}":true,"item:{\"icid\":255245}":true,"id-item:{\"icid\":255245}":true,"user-item:{\"iid\":255245}":true,"item-delivery-data:{\"iid\":255241}":true,"notify:{\"iid\":255241}":true,"id-notify:{\"iid\":255241}":true,"notify:{\"parent\":255241}":true,"id-notify:{\"parent\":255241}":true,"notify-threads:{\"master-parent-item\":255241}":true,"participation:{\"iid\":255241}":true,"sign:{\"iid\":255241}":true,"term:{\"oid\":255241}":true,"thread:{\"iid\":255241}":true,"item-activity:{\"id\":255241}":true,"item:{\"iaid\":255241}":true,"id-item:{\"iaid\":255241}":true,"item-content:{\"id\":255241}":true,"item:{\"icid\":255241}":true,"id-item:{\"icid\":255241}":true,"user-item:{\"iid\":255241}":true,"item:{\"id\":255242}":true,"item:{\"parent\":255242}":true,"id-item:{\"parent\":255242}":true,"item:{\"id\":255246}":true,"item:{\"parent\":255246}":true,"id-item:{\"parent\":255246}":true,"item-delivery-data:{\"iid\":255246}":true,"notify:{\"iid\":255246}":true,"id-notify:{\"iid\":255246}":true,"notify:{\"parent\":255246}":true,"id-notify:{\"parent\":255246}":true,"notify-threads:{\"master-parent-item\":255246}":true,"participation:{\"iid\":255246}":true,"sign:{\"iid\":255246}":true,"term:{\"oid\":255246}":true,"thread:{\"iid\":255246}":true,"item-activity:{\"id\":255246}":true,"item:{\"iaid\":255246}":true,"id-item:{\"iaid\":255246}":true,"item-content:{\"id\":255246}":true,"item:{\"icid\":255246}":true,"id-item:{\"icid\":255246}":true,"user-item:{\"iid\":255246}":true,"item-delivery-data:{\"iid\":255242}":true,"notify:{\"iid\":255242}":true,"id-notify:{\"iid\":255242}":true,"notify:{\"parent\":255242}":true,"id-notify:{\"parent\":255242}":true,"notify-threads:{\"master-parent-item\":255242}":true,"participation:{\"iid\":255242}":true,"sign:{\"iid\":255242}":true,"term:{\"oid\":255242}":true,"thread:{\"iid\":255242}":true,"item-activity:{\"id\":255242}":true,"item:{\"iaid\":255242}":true,"id-item:{\"iaid\":255242}":true,"item-content:{\"id\":255242}":true,"item:{\"icid\":255242}":true,"id-item:{\"icid\":255242}":true,"user-item:{\"iid\":255242}":true,"user-item:{\"iid\":75740}":true,"item:{\"id\":75741}":true,"item:{\"parent\":75741}":true,"id-item:{\"parent\":75741}":true,"item-delivery-data:{\"iid\":75741}":true,"notify:{\"iid\":75741}":true,"id-notify:{\"iid\":75741}":true,"notify:{\"parent\":75741}":true,"id-notify:{\"parent\":75741}":true,"notify-threads:{\"master-parent-item\":75741}":true,"participation:{\"iid\":75741}":true,"sign:{\"iid\":75741}":true,"term:{\"oid\":75741}":true,"thread:{\"iid\":75741}":true,"item-activity:{\"id\":75741}":true,"item:{\"iaid\":75741}":true,"id-item:{\"iaid\":75741}":true,"item:{\"id\":290142}":true,"item:{\"parent\":290142}":true,"id-item:{\"parent\":290142}":true,"item-delivery-data:{\"iid\":290142}":true,"notify:{\"iid\":290142}":true,"id-notify:{\"iid\":290142}":true,"notify:{\"parent\":290142}":true,"id-notify:{\"parent\":290142}":true,"notify-threads:{\"master-parent-item\":290142}":true,"participation:{\"iid\":290142}":true,"sign:{\"iid\":290142}":true,"term:{\"oid\":290142}":true,"thread:{\"iid\":290142}":true,"item-activity:{\"id\":290142}":true,"item:{\"iaid\":290142}":true,"id-item:{\"iaid\":290142}":true,"item-content:{\"id\":290142}":true,"item:{\"icid\":290142}":true,"id-item:{\"icid\":290142}":true,"user-item:{\"iid\":290142}":true,"item:{\"id\":290143}":true,"item:{\"parent\":290143}":true,"id-item:{\"parent\":290143}":true,"item-delivery-data:{\"iid\":290143}":true,"notify:{\"iid\":290143}":true,"id-notify:{\"iid\":290143}":true,"notify:{\"parent\":290143}":true,"id-notify:{\"parent\":290143}":true,"notify-threads:{\"master-parent-item\":290143}":true,"participation:{\"iid\":290143}":true,"sign:{\"iid\":290143}":true,"term:{\"oid\":290143}":true,"thread:{\"iid\":290143}":true,"item-activity:{\"id\":290143}":true,"item:{\"iaid\":290143}":true,"id-item:{\"iaid\":290143}":true,"item-content:{\"id\":290143}":true,"item:{\"icid\":290143}":true,"id-item:{\"icid\":290143}":true,"user-item:{\"iid\":290143}":true,"item-content:{\"id\":75741}":true,"item:{\"icid\":75741}":true,"id-item:{\"icid\":75741}":true,"item:{\"id\":255247}":true,"item:{\"parent\":255247}":true,"id-item:{\"parent\":255247}":true,"item:{\"id\":255249}":true,"item:{\"parent\":255249}":true,"id-item:{\"parent\":255249}":true,"item-delivery-data:{\"iid\":255249}":true,"notify:{\"iid\":255249}":true,"id-notify:{\"iid\":255249}":true,"notify:{\"parent\":255249}":true,"id-notify:{\"parent\":255249}":true,"notify-threads:{\"master-parent-item\":255249}":true,"participation:{\"iid\":255249}":true,"sign:{\"iid\":255249}":true,"term:{\"oid\":255249}":true,"thread:{\"iid\":255249}":true,"item-activity:{\"id\":255249}":true,"item:{\"iaid\":255249}":true,"id-item:{\"iaid\":255249}":true,"item-content:{\"id\":255249}":true,"item:{\"icid\":255249}":true,"id-item:{\"icid\":255249}":true,"user-item:{\"iid\":255249}":true,"item-delivery-data:{\"iid\":255247}":true,"notify:{\"iid\":255247}":true,"id-notify:{\"iid\":255247}":true,"notify:{\"parent\":255247}":true,"id-notify:{\"parent\":255247}":true,"notify-threads:{\"master-parent-item\":255247}":true,"participation:{\"iid\":255247}":true,"sign:{\"iid\":255247}":true,"term:{\"oid\":255247}":true,"thread:{\"iid\":255247}":true,"item-activity:{\"id\":255247}":true,"item:{\"iaid\":255247}":true,"id-item:{\"iaid\":255247}":true,"item-content:{\"id\":255247}":true,"item:{\"icid\":255247}":true,"id-item:{\"icid\":255247}":true,"user-item:{\"iid\":255247}":true,"item:{\"id\":255248}":true,"item:{\"parent\":255248}":true,"id-item:{\"parent\":255248}":true,"item:{\"id\":255250}":true,"item:{\"parent\":255250}":true,"id-item:{\"parent\":255250}":true,"item-delivery-data:{\"iid\":255250}":true,"notify:{\"iid\":255250}":true,"id-notify:{\"iid\":255250}":true,"notify:{\"parent\":255250}":true,"id-notify:{\"parent\":255250}":true,"notify-threads:{\"master-parent-item\":255250}":true,"participation:{\"iid\":255250}":true,"sign:{\"iid\":255250}":true,"term:{\"oid\":255250}":true,"thread:{\"iid\":255250}":true,"item-activity:{\"id\":255250}":true,"item:{\"iaid\":255250}":true,"id-item:{\"iaid\":255250}":true,"item-content:{\"id\":255250}":true,"item:{\"icid\":255250}":true,"id-item:{\"icid\":255250}":true,"user-item:{\"iid\":255250}":true,"item-delivery-data:{\"iid\":255248}":true,"notify:{\"iid\":255248}":true,"id-notify:{\"iid\":255248}":true,"notify:{\"parent\":255248}":true,"id-notify:{\"parent\":255248}":true,"notify-threads:{\"master-parent-item\":255248}":true,"participation:{\"iid\":255248}":true,"sign:{\"iid\":255248}":true,"term:{\"oid\":255248}":true,"thread:{\"iid\":255248}":true,"item-activity:{\"id\":255248}":true,"item:{\"iaid\":255248}":true,"id-item:{\"iaid\":255248}":true,"item-content:{\"id\":255248}":true,"item:{\"icid\":255248}":true,"id-item:{\"icid\":255248}":true,"user-item:{\"iid\":255248}":true,"user-item:{\"iid\":75741}":true,"item-content:{\"id\":21249}":true,"item:{\"icid\":21249}":true,"id-item:{\"icid\":21249}":true,"item:{\"id\":72731}":true,"item:{\"parent\":72731}":true,"id-item:{\"parent\":72731}":true,"item:{\"id\":72812}":true,"item:{\"parent\":72812}":true,"id-item:{\"parent\":72812}":true,"item-delivery-data:{\"iid\":72812}":true,"notify:{\"iid\":72812}":true,"id-notify:{\"iid\":72812}":true,"notify:{\"parent\":72812}":true,"id-notify:{\"parent\":72812}":true,"notify-threads:{\"master-parent-item\":72812}":true,"participation:{\"iid\":72812}":true,"sign:{\"iid\":72812}":true,"term:{\"oid\":72812}":true,"thread:{\"iid\":72812}":true,"item-activity:{\"id\":72812}":true,"item:{\"iaid\":72812}":true,"id-item:{\"iaid\":72812}":true,"item:{\"id\":277835}":true,"item:{\"parent\":277835}":true,"id-item:{\"parent\":277835}":true,"item-delivery-data:{\"iid\":277835}":true,"notify:{\"iid\":277835}":true,"id-notify:{\"iid\":277835}":true,"notify:{\"parent\":277835}":true,"id-notify:{\"parent\":277835}":true,"notify-threads:{\"master-parent-item\":277835}":true,"participation:{\"iid\":277835}":true,"sign:{\"iid\":277835}":true,"term:{\"oid\":277835}":true,"thread:{\"iid\":277835}":true,"item-activity:{\"id\":277835}":true,"item:{\"iaid\":277835}":true,"id-item:{\"iaid\":277835}":true,"item-content:{\"id\":277835}":true,"item:{\"icid\":277835}":true,"id-item:{\"icid\":277835}":true,"user-item:{\"iid\":277835}":true,"item:{\"id\":277836}":true,"item:{\"parent\":277836}":true,"id-item:{\"parent\":277836}":true,"item-delivery-data:{\"iid\":277836}":true,"notify:{\"iid\":277836}":true,"id-notify:{\"iid\":277836}":true,"notify:{\"parent\":277836}":true,"id-notify:{\"parent\":277836}":true,"notify-threads:{\"master-parent-item\":277836}":true,"participation:{\"iid\":277836}":true,"sign:{\"iid\":277836}":true,"term:{\"oid\":277836}":true,"thread:{\"iid\":277836}":true,"item-activity:{\"id\":277836}":true,"item:{\"iaid\":277836}":true,"id-item:{\"iaid\":277836}":true,"item-content:{\"id\":277836}":true,"item:{\"icid\":277836}":true,"id-item:{\"icid\":277836}":true,"user-item:{\"iid\":277836}":true,"item-content:{\"id\":72812}":true,"item:{\"icid\":72812}":true,"id-item:{\"icid\":72812}":true,"user-item:{\"iid\":72812}":true,"item:{\"id\":73868}":true,"item:{\"parent\":73868}":true,"id-item:{\"parent\":73868}":true,"item-delivery-data:{\"iid\":73868}":true,"notify:{\"iid\":73868}":true,"id-notify:{\"iid\":73868}":true,"notify:{\"parent\":73868}":true,"id-notify:{\"parent\":73868}":true,"notify-threads:{\"master-parent-item\":73868}":true,"participation:{\"iid\":73868}":true,"sign:{\"iid\":73868}":true,"term:{\"oid\":73868}":true,"thread:{\"iid\":73868}":true,"item-activity:{\"id\":73868}":true,"item:{\"iaid\":73868}":true,"id-item:{\"iaid\":73868}":true,"item-content:{\"id\":73868}":true,"item:{\"icid\":73868}":true,"id-item:{\"icid\":73868}":true,"item:{\"id\":248877}":true,"item:{\"parent\":248877}":true,"id-item:{\"parent\":248877}":true,"item:{\"id\":250835}":true,"item:{\"parent\":250835}":true,"id-item:{\"parent\":250835}":true,"item-delivery-data:{\"iid\":250835}":true,"notify:{\"iid\":250835}":true,"id-notify:{\"iid\":250835}":true,"notify:{\"parent\":250835}":true,"id-notify:{\"parent\":250835}":true,"notify-threads:{\"master-parent-item\":250835}":true,"participation:{\"iid\":250835}":true,"sign:{\"iid\":250835}":true,"term:{\"oid\":250835}":true,"thread:{\"iid\":250835}":true,"item-activity:{\"id\":250835}":true,"item:{\"iaid\":250835}":true,"id-item:{\"iaid\":250835}":true,"item-content:{\"id\":250835}":true,"item:{\"icid\":250835}":true,"id-item:{\"icid\":250835}":true,"user-item:{\"iid\":250835}":true,"item-delivery-data:{\"iid\":248877}":true,"notify:{\"iid\":248877}":true,"id-notify:{\"iid\":248877}":true,"notify:{\"parent\":248877}":true,"id-notify:{\"parent\":248877}":true,"notify-threads:{\"master-parent-item\":248877}":true,"participation:{\"iid\":248877}":true,"sign:{\"iid\":248877}":true,"term:{\"oid\":248877}":true,"thread:{\"iid\":248877}":true,"item-activity:{\"id\":248877}":true,"item:{\"iaid\":248877}":true,"id-item:{\"iaid\":248877}":true,"item-content:{\"id\":248877}":true,"item:{\"icid\":248877}":true,"id-item:{\"icid\":248877}":true,"user-item:{\"iid\":248877}":true,"item:{\"id\":248879}":true,"item:{\"parent\":248879}":true,"id-item:{\"parent\":248879}":true,"item:{\"id\":250836}":true,"item:{\"parent\":250836}":true,"id-item:{\"parent\":250836}":true,"item-delivery-data:{\"iid\":250836}":true,"notify:{\"iid\":250836}":true,"id-notify:{\"iid\":250836}":true,"notify:{\"parent\":250836}":true,"id-notify:{\"parent\":250836}":true,"notify-threads:{\"master-parent-item\":250836}":true,"participation:{\"iid\":250836}":true,"sign:{\"iid\":250836}":true,"term:{\"oid\":250836}":true,"thread:{\"iid\":250836}":true,"item-activity:{\"id\":250836}":true,"item:{\"iaid\":250836}":true,"id-item:{\"iaid\":250836}":true,"item-content:{\"id\":250836}":true,"item:{\"icid\":250836}":true,"id-item:{\"icid\":250836}":true,"user-item:{\"iid\":250836}":true,"item-delivery-data:{\"iid\":248879}":true,"notify:{\"iid\":248879}":true,"id-notify:{\"iid\":248879}":true,"notify:{\"parent\":248879}":true,"id-notify:{\"parent\":248879}":true,"notify-threads:{\"master-parent-item\":248879}":true,"participation:{\"iid\":248879}":true,"sign:{\"iid\":248879}":true,"term:{\"oid\":248879}":true,"thread:{\"iid\":248879}":true,"item-activity:{\"id\":248879}":true,"item:{\"iaid\":248879}":true,"id-item:{\"iaid\":248879}":true,"item-content:{\"id\":248879}":true,"item:{\"icid\":248879}":true,"id-item:{\"icid\":248879}":true,"user-item:{\"iid\":248879}":true,"user-item:{\"iid\":73868}":true,"item:{\"id\":111607}":true,"item:{\"parent\":111607}":true,"id-item:{\"parent\":111607}":true,"item-delivery-data:{\"iid\":111607}":true,"notify:{\"iid\":111607}":true,"id-notify:{\"iid\":111607}":true,"notify:{\"parent\":111607}":true,"id-notify:{\"parent\":111607}":true,"notify-threads:{\"master-parent-item\":111607}":true,"participation:{\"iid\":111607}":true,"sign:{\"iid\":111607}":true,"term:{\"oid\":111607}":true,"thread:{\"iid\":111607}":true,"item-activity:{\"id\":111607}":true,"item:{\"iaid\":111607}":true,"id-item:{\"iaid\":111607}":true,"item:{\"id\":437334}":true,"item:{\"parent\":437334}":true,"id-item:{\"parent\":437334}":true,"item-delivery-data:{\"iid\":437334}":true,"notify:{\"iid\":437334}":true,"id-notify:{\"iid\":437334}":true,"notify:{\"parent\":437334}":true,"id-notify:{\"parent\":437334}":true,"notify-threads:{\"master-parent-item\":437334}":true,"participation:{\"iid\":437334}":true,"sign:{\"iid\":437334}":true,"term:{\"oid\":437334}":true,"thread:{\"iid\":437334}":true,"item-activity:{\"id\":437334}":true,"item:{\"iaid\":437334}":true,"id-item:{\"iaid\":437334}":true,"item-content:{\"id\":437334}":true,"item:{\"icid\":437334}":true,"id-item:{\"icid\":437334}":true,"user-item:{\"iid\":437334}":true,"item:{\"id\":437335}":true,"item:{\"parent\":437335}":true,"id-item:{\"parent\":437335}":true,"item-delivery-data:{\"iid\":437335}":true,"notify:{\"iid\":437335}":true,"id-notify:{\"iid\":437335}":true,"notify:{\"parent\":437335}":true,"id-notify:{\"parent\":437335}":true,"notify-threads:{\"master-parent-item\":437335}":true,"participation:{\"iid\":437335}":true,"sign:{\"iid\":437335}":true,"term:{\"oid\":437335}":true,"thread:{\"iid\":437335}":true,"item-activity:{\"id\":437335}":true,"item:{\"iaid\":437335}":true,"id-item:{\"iaid\":437335}":true,"item-content:{\"id\":437335}":true,"item:{\"icid\":437335}":true,"id-item:{\"icid\":437335}":true,"user-item:{\"iid\":437335}":true,"item-content:{\"id\":111607}":true,"item:{\"icid\":111607}":true,"id-item:{\"icid\":111607}":true,"item:{\"id\":376497}":true,"item:{\"parent\":376497}":true,"id-item:{\"parent\":376497}":true,"item-delivery-data:{\"iid\":376497}":true,"notify:{\"iid\":376497}":true,"id-notify:{\"iid\":376497}":true,"notify:{\"parent\":376497}":true,"id-notify:{\"parent\":376497}":true,"notify-threads:{\"master-parent-item\":376497}":true,"participation:{\"iid\":376497}":true,"sign:{\"iid\":376497}":true,"term:{\"oid\":376497}":true,"thread:{\"iid\":376497}":true,"item-activity:{\"id\":376497}":true,"item:{\"iaid\":376497}":true,"id-item:{\"iaid\":376497}":true,"item-content:{\"id\":376497}":true,"item:{\"icid\":376497}":true,"id-item:{\"icid\":376497}":true,"user-item:{\"iid\":376497}":true,"item:{\"id\":376498}":true,"item:{\"parent\":376498}":true,"id-item:{\"parent\":376498}":true,"item-delivery-data:{\"iid\":376498}":true,"notify:{\"iid\":376498}":true,"id-notify:{\"iid\":376498}":true,"notify:{\"parent\":376498}":true,"id-notify:{\"parent\":376498}":true,"notify-threads:{\"master-parent-item\":376498}":true,"participation:{\"iid\":376498}":true,"sign:{\"iid\":376498}":true,"term:{\"oid\":376498}":true,"thread:{\"iid\":376498}":true,"item-activity:{\"id\":376498}":true,"item:{\"iaid\":376498}":true,"id-item:{\"iaid\":376498}":true,"item-content:{\"id\":376498}":true,"item:{\"icid\":376498}":true,"id-item:{\"icid\":376498}":true,"user-item:{\"iid\":376498}":true,"user-item:{\"iid\":111607}":true,"item:{\"id\":111610}":true,"item:{\"parent\":111610}":true,"id-item:{\"parent\":111610}":true,"item-delivery-data:{\"iid\":111610}":true,"notify:{\"iid\":111610}":true,"id-notify:{\"iid\":111610}":true,"notify:{\"parent\":111610}":true,"id-notify:{\"parent\":111610}":true,"notify-threads:{\"master-parent-item\":111610}":true,"participation:{\"iid\":111610}":true,"sign:{\"iid\":111610}":true,"term:{\"oid\":111610}":true,"thread:{\"iid\":111610}":true,"item-activity:{\"id\":111610}":true,"item:{\"iaid\":111610}":true,"id-item:{\"iaid\":111610}":true,"item:{\"id\":437353}":true,"item:{\"parent\":437353}":true,"id-item:{\"parent\":437353}":true,"item-delivery-data:{\"iid\":437353}":true,"notify:{\"iid\":437353}":true,"id-notify:{\"iid\":437353}":true,"notify:{\"parent\":437353}":true,"id-notify:{\"parent\":437353}":true,"notify-threads:{\"master-parent-item\":437353}":true,"participation:{\"iid\":437353}":true,"sign:{\"iid\":437353}":true,"term:{\"oid\":437353}":true,"thread:{\"iid\":437353}":true,"item-activity:{\"id\":437353}":true,"item:{\"iaid\":437353}":true,"id-item:{\"iaid\":437353}":true,"item-content:{\"id\":437353}":true,"item:{\"icid\":437353}":true,"id-item:{\"icid\":437353}":true,"user-item:{\"iid\":437353}":true,"item:{\"id\":437354}":true,"item:{\"parent\":437354}":true,"id-item:{\"parent\":437354}":true,"item-delivery-data:{\"iid\":437354}":true,"notify:{\"iid\":437354}":true,"id-notify:{\"iid\":437354}":true,"notify:{\"parent\":437354}":true,"id-notify:{\"parent\":437354}":true,"notify-threads:{\"master-parent-item\":437354}":true,"participation:{\"iid\":437354}":true,"sign:{\"iid\":437354}":true,"term:{\"oid\":437354}":true,"thread:{\"iid\":437354}":true,"item-activity:{\"id\":437354}":true,"item:{\"iaid\":437354}":true,"id-item:{\"iaid\":437354}":true,"item-content:{\"id\":437354}":true,"item:{\"icid\":437354}":true,"id-item:{\"icid\":437354}":true,"user-item:{\"iid\":437354}":true,"item-content:{\"id\":111610}":true,"item:{\"icid\":111610}":true,"id-item:{\"icid\":111610}":true,"item:{\"id\":376521}":true,"item:{\"parent\":376521}":true,"id-item:{\"parent\":376521}":true,"item-delivery-data:{\"iid\":376521}":true,"notify:{\"iid\":376521}":true,"id-notify:{\"iid\":376521}":true,"notify:{\"parent\":376521}":true,"id-notify:{\"parent\":376521}":true,"notify-threads:{\"master-parent-item\":376521}":true,"participation:{\"iid\":376521}":true,"sign:{\"iid\":376521}":true,"term:{\"oid\":376521}":true,"thread:{\"iid\":376521}":true,"item-activity:{\"id\":376521}":true,"item:{\"iaid\":376521}":true,"id-item:{\"iaid\":376521}":true,"item-content:{\"id\":376521}":true,"item:{\"icid\":376521}":true,"id-item:{\"icid\":376521}":true}} - {"file":"Database.php","line":1277,"function":"delete","uid":"c68cb1","process_id":339}
2020-03-20 00:00:27 worker [INFO]: DELETE FROM `user-item` WHERE `iid` IN (376521); {"callstack":"Database::delete, Database::delete, Database::delete, Database::delete, Database::delete, Database::delete","internal_callstack":{"item:{\"id\":21249}":true,"item:{\"parent\":21249}":true,"id-item:{\"parent\":21249}":true,"item-delivery-data:{\"iid\":21249}":true,"notify:{\"iid\":21249}":true,"id-notify:{\"iid\":21249}":true,"notify:{\"parent\":21249}":true,"id-notify:{\"parent\":21249}":true,"notify-threads:{\"master-parent-item\":21249}":true,"participation:{\"iid\":21249}":true,"sign:{\"iid\":21249}":true,"term:{\"oid\":21249}":true,"thread:{\"iid\":21249}":true,"item-activity:{\"id\":21249}":true,"item:{\"iaid\":21249}":true,"id-item:{\"iaid\":21249}":true,"item:{\"id\":75740}":true,"item:{\"parent\":75740}":true,"id-item:{\"parent\":75740}":true,"item-delivery-data:{\"iid\":75740}":true,"notify:{\"iid\":75740}":true,"id-notify:{\"iid\":75740}":true,"notify:{\"parent\":75740}":true,"id-notify:{\"parent\":75740}":true,"notify-threads:{\"master-parent-item\":75740}":true,"participation:{\"iid\":75740}":true,"sign:{\"iid\":75740}":true,"term:{\"oid\":75740}":true,"thread:{\"iid\":75740}":true,"item-activity:{\"id\":75740}":true,"item:{\"iaid\":75740}":true,"id-item:{\"iaid\":75740}":true,"item:{\"id\":290140}":true,"item:{\"parent\":290140}":true,"id-item:{\"parent\":290140}":true,"item-delivery-data:{\"iid\":290140}":true,"notify:{\"iid\":290140}":true,"id-notify:{\"iid\":290140}":true,"notify:{\"parent\":290140}":true,"id-notify:{\"parent\":290140}":true,"notify-threads:{\"master-parent-item\":290140}":true,"participation:{\"iid\":290140}":true,"sign:{\"iid\":290140}":true,"term:{\"oid\":290140}":true,"thread:{\"iid\":290140}":true,"item-activity:{\"id\":290140}":true,"item:{\"iaid\":290140}":true,"id-item:{\"iaid\":290140}":true,"item-content:{\"id\":290140}":true,"item:{\"icid\":290140}":true,"id-item:{\"icid\":290140}":true,"user-item:{\"iid\":290140}":true,"item:{\"id\":290141}":true,"item:{\"parent\":290141}":true,"id-item:{\"parent\":290141}":true,"item-delivery-data:{\"iid\":290141}":true,"notify:{\"iid\":290141}":true,"id-notify:{\"iid\":290141}":true,"notify:{\"parent\":290141}":true,"id-notify:{\"parent\":290141}":true,"notify-threads:{\"master-parent-item\":290141}":true,"participation:{\"iid\":290141}":true,"sign:{\"iid\":290141}":true,"term:{\"oid\":290141}":true,"thread:{\"iid\":290141}":true,"item-activity:{\"id\":290141}":true,"item:{\"iaid\":290141}":true,"id-item:{\"iaid\":290141}":true,"item-content:{\"id\":290141}":true,"item:{\"icid\":290141}":true,"id-item:{\"icid\":290141}":true,"user-item:{\"iid\":290141}":true,"item-content:{\"id\":75740}":true,"item:{\"icid\":75740}":true,"id-item:{\"icid\":75740}":true,"item:{\"id\":255241}":true,"item:{\"parent\":255241}":true,"id-item:{\"parent\":255241}":true,"item:{\"id\":255245}":true,"item:{\"parent\":255245}":true,"id-item:{\"parent\":255245}":true,"item-delivery-data:{\"iid\":255245}":true,"notify:{\"iid\":255245}":true,"id-notify:{\"iid\":255245}":true,"notify:{\"parent\":255245}":true,"id-notify:{\"parent\":255245}":true,"notify-threads:{\"master-parent-item\":255245}":true,"participation:{\"iid\":255245}":true,"sign:{\"iid\":255245}":true,"term:{\"oid\":255245}":true,"thread:{\"iid\":255245}":true,"item-activity:{\"id\":255245}":true,"item:{\"iaid\":255245}":true,"id-item:{\"iaid\":255245}":true,"item-content:{\"id\":255245}":true,"item:{\"icid\":255245}":true,"id-item:{\"icid\":255245}":true,"user-item:{\"iid\":255245}":true,"item-delivery-data:{\"iid\":255241}":true,"notify:{\"iid\":255241}":true,"id-notify:{\"iid\":255241}":true,"notify:{\"parent\":255241}":true,"id-notify:{\"parent\":255241}":true,"notify-threads:{\"master-parent-item\":255241}":true,"participation:{\"iid\":255241}":true,"sign:{\"iid\":255241}":true,"term:{\"oid\":255241}":true,"thread:{\"iid\":255241}":true,"item-activity:{\"id\":255241}":true,"item:{\"iaid\":255241}":true,"id-item:{\"iaid\":255241}":true,"item-content:{\"id\":255241}":true,"item:{\"icid\":255241}":true,"id-item:{\"icid\":255241}":true,"user-item:{\"iid\":255241}":true,"item:{\"id\":255242}":true,"item:{\"parent\":255242}":true,"id-item:{\"parent\":255242}":true,"item:{\"id\":255246}":true,"item:{\"parent\":255246}":true,"id-item:{\"parent\":255246}":true,"item-delivery-data:{\"iid\":255246}":true,"notify:{\"iid\":255246}":true,"id-notify:{\"iid\":255246}":true,"notify:{\"parent\":255246}":true,"id-notify:{\"parent\":255246}":true,"notify-threads:{\"master-parent-item\":255246}":true,"participation:{\"iid\":255246}":true,"sign:{\"iid\":255246}":true,"term:{\"oid\":255246}":true,"thread:{\"iid\":255246}":true,"item-activity:{\"id\":255246}":true,"item:{\"iaid\":255246}":true,"id-item:{\"iaid\":255246}":true,"item-content:{\"id\":255246}":true,"item:{\"icid\":255246}":true,"id-item:{\"icid\":255246}":true,"user-item:{\"iid\":255246}":true,"item-delivery-data:{\"iid\":255242}":true,"notify:{\"iid\":255242}":true,"id-notify:{\"iid\":255242}":true,"notify:{\"parent\":255242}":true,"id-notify:{\"parent\":255242}":true,"notify-threads:{\"master-parent-item\":255242}":true,"participation:{\"iid\":255242}":true,"sign:{\"iid\":255242}":true,"term:{\"oid\":255242}":true,"thread:{\"iid\":255242}":true,"item-activity:{\"id\":255242}":true,"item:{\"iaid\":255242}":true,"id-item:{\"iaid\":255242}":true,"item-content:{\"id\":255242}":true,"item:{\"icid\":255242}":true,"id-item:{\"icid\":255242}":true,"user-item:{\"iid\":255242}":true,"user-item:{\"iid\":75740}":true,"item:{\"id\":75741}":true,"item:{\"parent\":75741}":true,"id-item:{\"parent\":75741}":true,"item-delivery-data:{\"iid\":75741}":true,"notify:{\"iid\":75741}":true,"id-notify:{\"iid\":75741}":true,"notify:{\"parent\":75741}":true,"id-notify:{\"parent\":75741}":true,"notify-threads:{\"master-parent-item\":75741}":true,"participation:{\"iid\":75741}":true,"sign:{\"iid\":75741}":true,"term:{\"oid\":75741}":true,"thread:{\"iid\":75741}":true,"item-activity:{\"id\":75741}":true,"item:{\"iaid\":75741}":true,"id-item:{\"iaid\":75741}":true,"item:{\"id\":290142}":true,"item:{\"parent\":290142}":true,"id-item:{\"parent\":290142}":true,"item-delivery-data:{\"iid\":290142}":true,"notify:{\"iid\":290142}":true,"id-notify:{\"iid\":290142}":true,"notify:{\"parent\":290142}":true,"id-notify:{\"parent\":290142}":true,"notify-threads:{\"master-parent-item\":290142}":true,"participation:{\"iid\":290142}":true,"sign:{\"iid\":290142}":true,"term:{\"oid\":290142}":true,"thread:{\"iid\":290142}":true,"item-activity:{\"id\":290142}":true,"item:{\"iaid\":290142}":true,"id-item:{\"iaid\":290142}":true,"item-content:{\"id\":290142}":true,"item:{\"icid\":290142}":true,"id-item:{\"icid\":290142}":true,"user-item:{\"iid\":290142}":true,"item:{\"id\":290143}":true,"item:{\"parent\":290143}":true,"id-item:{\"parent\":290143}":true,"item-delivery-data:{\"iid\":290143}":true,"notify:{\"iid\":290143}":true,"id-notify:{\"iid\":290143}":true,"notify:{\"parent\":290143}":true,"id-notify:{\"parent\":290143}":true,"notify-threads:{\"master-parent-item\":290143}":true,"participation:{\"iid\":290143}":true,"sign:{\"iid\":290143}":true,"term:{\"oid\":290143}":true,"thread:{\"iid\":290143}":true,"item-activity:{\"id\":290143}":true,"item:{\"iaid\":290143}":true,"id-item:{\"iaid\":290143}":true,"item-content:{\"id\":290143}":true,"item:{\"icid\":290143}":true,"id-item:{\"icid\":290143}":true,"user-item:{\"iid\":290143}":true,"item-content:{\"id\":75741}":true,"item:{\"icid\":75741}":true,"id-item:{\"icid\":75741}":true,"item:{\"id\":255247}":true,"item:{\"parent\":255247}":true,"id-item:{\"parent\":255247}":true,"item:{\"id\":255249}":true,"item:{\"parent\":255249}":true,"id-item:{\"parent\":255249}":true,"item-delivery-data:{\"iid\":255249}":true,"notify:{\"iid\":255249}":true,"id-notify:{\"iid\":255249}":true,"notify:{\"parent\":255249}":true,"id-notify:{\"parent\":255249}":true,"notify-threads:{\"master-parent-item\":255249}":true,"participation:{\"iid\":255249}":true,"sign:{\"iid\":255249}":true,"term:{\"oid\":255249}":true,"thread:{\"iid\":255249}":true,"item-activity:{\"id\":255249}":true,"item:{\"iaid\":255249}":true,"id-item:{\"iaid\":255249}":true,"item-content:{\"id\":255249}":true,"item:{\"icid\":255249}":true,"id-item:{\"icid\":255249}":true,"user-item:{\"iid\":255249}":true,"item-delivery-data:{\"iid\":255247}":true,"notify:{\"iid\":255247}":true,"id-notify:{\"iid\":255247}":true,"notify:{\"parent\":255247}":true,"id-notify:{\"parent\":255247}":true,"notify-threads:{\"master-parent-item\":255247}":true,"participation:{\"iid\":255247}":true,"sign:{\"iid\":255247}":true,"term:{\"oid\":255247}":true,"thread:{\"iid\":255247}":true,"item-activity:{\"id\":255247}":true,"item:{\"iaid\":255247}":true,"id-item:{\"iaid\":255247}":true,"item-content:{\"id\":255247}":true,"item:{\"icid\":255247}":true,"id-item:{\"icid\":255247}":true,"user-item:{\"iid\":255247}":true,"item:{\"id\":255248}":true,"item:{\"parent\":255248}":true,"id-item:{\"parent\":255248}":true,"item:{\"id\":255250}":true,"item:{\"parent\":255250}":true,"id-item:{\"parent\":255250}":true,"item-delivery-data:{\"iid\":255250}":true,"notify:{\"iid\":255250}":true,"id-notify:{\"iid\":255250}":true,"notify:{\"parent\":255250}":true,"id-notify:{\"parent\":255250}":true,"notify-threads:{\"master-parent-item\":255250}":true,"participation:{\"iid\":255250}":true,"sign:{\"iid\":255250}":true,"term:{\"oid\":255250}":true,"thread:{\"iid\":255250}":true,"item-activity:{\"id\":255250}":true,"item:{\"iaid\":255250}":true,"id-item:{\"iaid\":255250}":true,"item-content:{\"id\":255250}":true,"item:{\"icid\":255250}":true,"id-item:{\"icid\":255250}":true,"user-item:{\"iid\":255250}":true,"item-delivery-data:{\"iid\":255248}":true,"notify:{\"iid\":255248}":true,"id-notify:{\"iid\":255248}":true,"notify:{\"parent\":255248}":true,"id-notify:{\"parent\":255248}":true,"notify-threads:{\"master-parent-item\":255248}":true,"participation:{\"iid\":255248}":true,"sign:{\"iid\":255248}":true,"term:{\"oid\":255248}":true,"thread:{\"iid\":255248}":true,"item-activity:{\"id\":255248}":true,"item:{\"iaid\":255248}":true,"id-item:{\"iaid\":255248}":true,"item-content:{\"id\":255248}":true,"item:{\"icid\":255248}":true,"id-item:{\"icid\":255248}":true,"user-item:{\"iid\":255248}":true,"user-item:{\"iid\":75741}":true,"item-content:{\"id\":21249}":true,"item:{\"icid\":21249}":true,"id-item:{\"icid\":21249}":true,"item:{\"id\":72731}":true,"item:{\"parent\":72731}":true,"id-item:{\"parent\":72731}":true,"item:{\"id\":72812}":true,"item:{\"parent\":72812}":true,"id-item:{\"parent\":72812}":true,"item-delivery-data:{\"iid\":72812}":true,"notify:{\"iid\":72812}":true,"id-notify:{\"iid\":72812}":true,"notify:{\"parent\":72812}":true,"id-notify:{\"parent\":72812}":true,"notify-threads:{\"master-parent-item\":72812}":true,"participation:{\"iid\":72812}":true,"sign:{\"iid\":72812}":true,"term:{\"oid\":72812}":true,"thread:{\"iid\":72812}":true,"item-activity:{\"id\":72812}":true,"item:{\"iaid\":72812}":true,"id-item:{\"iaid\":72812}":true,"item:{\"id\":277835}":true,"item:{\"parent\":277835}":true,"id-item:{\"parent\":277835}":true,"item-delivery-data:{\"iid\":277835}":true,"notify:{\"iid\":277835}":true,"id-notify:{\"iid\":277835}":true,"notify:{\"parent\":277835}":true,"id-notify:{\"parent\":277835}":true,"notify-threads:{\"master-parent-item\":277835}":true,"participation:{\"iid\":277835}":true,"sign:{\"iid\":277835}":true,"term:{\"oid\":277835}":true,"thread:{\"iid\":277835}":true,"item-activity:{\"id\":277835}":true,"item:{\"iaid\":277835}":true,"id-item:{\"iaid\":277835}":true,"item-content:{\"id\":277835}":true,"item:{\"icid\":277835}":true,"id-item:{\"icid\":277835}":true,"user-item:{\"iid\":277835}":true,"item:{\"id\":277836}":true,"item:{\"parent\":277836}":true,"id-item:{\"parent\":277836}":true,"item-delivery-data:{\"iid\":277836}":true,"notify:{\"iid\":277836}":true,"id-notify:{\"iid\":277836}":true,"notify:{\"parent\":277836}":true,"id-notify:{\"parent\":277836}":true,"notify-threads:{\"master-parent-item\":277836}":true,"participation:{\"iid\":277836}":true,"sign:{\"iid\":277836}":true,"term:{\"oid\":277836}":true,"thread:{\"iid\":277836}":true,"item-activity:{\"id\":277836}":true,"item:{\"iaid\":277836}":true,"id-item:{\"iaid\":277836}":true,"item-content:{\"id\":277836}":true,"item:{\"icid\":277836}":true,"id-item:{\"icid\":277836}":true,"user-item:{\"iid\":277836}":true,"item-content:{\"id\":72812}":true,"item:{\"icid\":72812}":true,"id-item:{\"icid\":72812}":true,"user-item:{\"iid\":72812}":true,"item:{\"id\":73868}":true,"item:{\"parent\":73868}":true,"id-item:{\"parent\":73868}":true,"item-delivery-data:{\"iid\":73868}":true,"notify:{\"iid\":73868}":true,"id-notify:{\"iid\":73868}":true,"notify:{\"parent\":73868}":true,"id-notify:{\"parent\":73868}":true,"notify-threads:{\"master-parent-item\":73868}":true,"participation:{\"iid\":73868}":true,"sign:{\"iid\":73868}":true,"term:{\"oid\":73868}":true,"thread:{\"iid\":73868}":true,"item-activity:{\"id\":73868}":true,"item:{\"iaid\":73868}":true,"id-item:{\"iaid\":73868}":true,"item-content:{\"id\":73868}":true,"item:{\"icid\":73868}":true,"id-item:{\"icid\":73868}":true,"item:{\"id\":248877}":true,"item:{\"parent\":248877}":true,"id-item:{\"parent\":248877}":true,"item:{\"id\":250835}":true,"item:{\"parent\":250835}":true,"id-item:{\"parent\":250835}":true,"item-delivery-data:{\"iid\":250835}":true,"notify:{\"iid\":250835}":true,"id-notify:{\"iid\":250835}":true,"notify:{\"parent\":250835}":true,"id-notify:{\"parent\":250835}":true,"notify-threads:{\"master-parent-item\":250835}":true,"participation:{\"iid\":250835}":true,"sign:{\"iid\":250835}":true,"term:{\"oid\":250835}":true,"thread:{\"iid\":250835}":true,"item-activity:{\"id\":250835}":true,"item:{\"iaid\":250835}":true,"id-item:{\"iaid\":250835}":true,"item-content:{\"id\":250835}":true,"item:{\"icid\":250835}":true,"id-item:{\"icid\":250835}":true,"user-item:{\"iid\":250835}":true,"item-delivery-data:{\"iid\":248877}":true,"notify:{\"iid\":248877}":true,"id-notify:{\"iid\":248877}":true,"notify:{\"parent\":248877}":true,"id-notify:{\"parent\":248877}":true,"notify-threads:{\"master-parent-item\":248877}":true,"participation:{\"iid\":248877}":true,"sign:{\"iid\":248877}":true,"term:{\"oid\":248877}":true,"thread:{\"iid\":248877}":true,"item-activity:{\"id\":248877}":true,"item:{\"iaid\":248877}":true,"id-item:{\"iaid\":248877}":true,"item-content:{\"id\":248877}":true,"item:{\"icid\":248877}":true,"id-item:{\"icid\":248877}":true,"user-item:{\"iid\":248877}":true,"item:{\"id\":248879}":true,"item:{\"parent\":248879}":true,"id-item:{\"parent\":248879}":true,"item:{\"id\":250836}":true,"item:{\"parent\":250836}":true,"id-item:{\"parent\":250836}":true,"item-delivery-data:{\"iid\":250836}":true,"notify:{\"iid\":250836}":true,"id-notify:{\"iid\":250836}":true,"notify:{\"parent\":250836}":true,"id-notify:{\"parent\":250836}":true,"notify-threads:{\"master-parent-item\":250836}":true,"participation:{\"iid\":250836}":true,"sign:{\"iid\":250836}":true,"term:{\"oid\":250836}":true,"thread:{\"iid\":250836}":true,"item-activity:{\"id\":250836}":true,"item:{\"iaid\":250836}":true,"id-item:{\"iaid\":250836}":true,"item-content:{\"id\":250836}":true,"item:{\"icid\":250836}":true,"id-item:{\"icid\":250836}":true,"user-item:{\"iid\":250836}":true,"item-delivery-data:{\"iid\":248879}":true,"notify:{\"iid\":248879}":true,"id-notify:{\"iid\":248879}":true,"notify:{\"parent\":248879}":true,"id-notify:{\"parent\":248879}":true,"notify-threads:{\"master-parent-item\":248879}":true,"participation:{\"iid\":248879}":true,"sign:{\"iid\":248879}":true,"term:{\"oid\":248879}":true,"thread:{\"iid\":248879}":true,"item-activity:{\"id\":248879}":true,"item:{\"iaid\":248879}":true,"id-item:{\"iaid\":248879}":true,"item-content:{\"id\":248879}":true,"item:{\"icid\":248879}":true,"id-item:{\"icid\":248879}":true,"user-item:{\"iid\":248879}":true,"user-item:{\"iid\":73868}":true,"item:{\"id\":111607}":true,"item:{\"parent\":111607}":true,"id-item:{\"parent\":111607}":true,"item-delivery-data:{\"iid\":111607}":true,"notify:{\"iid\":111607}":true,"id-notify:{\"iid\":111607}":true,"notify:{\"parent\":111607}":true,"id-notify:{\"parent\":111607}":true,"notify-threads:{\"master-parent-item\":111607}":true,"participation:{\"iid\":111607}":true,"sign:{\"iid\":111607}":true,"term:{\"oid\":111607}":true,"thread:{\"iid\":111607}":true,"item-activity:{\"id\":111607}":true,"item:{\"iaid\":111607}":true,"id-item:{\"iaid\":111607}":true,"item:{\"id\":437334}":true,"item:{\"parent\":437334}":true,"id-item:{\"parent\":437334}":true,"item-delivery-data:{\"iid\":437334}":true,"notify:{\"iid\":437334}":true,"id-notify:{\"iid\":437334}":true,"notify:{\"parent\":437334}":true,"id-notify:{\"parent\":437334}":true,"notify-threads:{\"master-parent-item\":437334}":true,"participation:{\"iid\":437334}":true,"sign:{\"iid\":437334}":true,"term:{\"oid\":437334}":true,"thread:{\"iid\":437334}":true,"item-activity:{\"id\":437334}":true,"item:{\"iaid\":437334}":true,"id-item:{\"iaid\":437334}":true,"item-content:{\"id\":437334}":true,"item:{\"icid\":437334}":true,"id-item:{\"icid\":437334}":true,"user-item:{\"iid\":437334}":true,"item:{\"id\":437335}":true,"item:{\"parent\":437335}":true,"id-item:{\"parent\":437335}":true,"item-delivery-data:{\"iid\":437335}":true,"notify:{\"iid\":437335}":true,"id-notify:{\"iid\":437335}":true,"notify:{\"parent\":437335}":true,"id-notify:{\"parent\":437335}":true,"notify-threads:{\"master-parent-item\":437335}":true,"participation:{\"iid\":437335}":true,"sign:{\"iid\":437335}":true,"term:{\"oid\":437335}":true,"thread:{\"iid\":437335}":true,"item-activity:{\"id\":437335}":true,"item:{\"iaid\":437335}":true,"id-item:{\"iaid\":437335}":true,"item-content:{\"id\":437335}":true,"item:{\"icid\":437335}":true,"id-item:{\"icid\":437335}":true,"user-item:{\"iid\":437335}":true,"item-content:{\"id\":111607}":true,"item:{\"icid\":111607}":true,"id-item:{\"icid\":111607}":true,"item:{\"id\":376497}":true,"item:{\"parent\":376497}":true,"id-item:{\"parent\":376497}":true,"item-delivery-data:{\"iid\":376497}":true,"notify:{\"iid\":376497}":true,"id-notify:{\"iid\":376497}":true,"notify:{\"parent\":376497}":true,"id-notify:{\"parent\":376497}":true,"notify-threads:{\"master-parent-item\":376497}":true,"participation:{\"iid\":376497}":true,"sign:{\"iid\":376497}":true,"term:{\"oid\":376497}":true,"thread:{\"iid\":376497}":true,"item-activity:{\"id\":376497}":true,"item:{\"iaid\":376497}":true,"id-item:{\"iaid\":376497}":true,"item-content:{\"id\":376497}":true,"item:{\"icid\":376497}":true,"id-item:{\"icid\":376497}":true,"user-item:{\"iid\":376497}":true,"item:{\"id\":376498}":true,"item:{\"parent\":376498}":true,"id-item:{\"parent\":376498}":true,"item-delivery-data:{\"iid\":376498}":true,"notify:{\"iid\":376498}":true,"id-notify:{\"iid\":376498}":true,"notify:{\"parent\":376498}":true,"id-notify:{\"parent\":376498}":true,"notify-threads:{\"master-parent-item\":376498}":true,"participation:{\"iid\":376498}":true,"sign:{\"iid\":376498}":true,"term:{\"oid\":376498}":true,"thread:{\"iid\":376498}":true,"item-activity:{\"id\":376498}":true,"item:{\"iaid\":376498}":true,"id-item:{\"iaid\":376498}":true,"item-content:{\"id\":376498}":true,"item:{\"icid\":376498}":true,"id-item:{\"icid\":376498}":true,"user-item:{\"iid\":376498}":true,"user-item:{\"iid\":111607}":true,"item:{\"id\":111610}":true,"item:{\"parent\":111610}":true,"id-item:{\"parent\":111610}":true,"item-delivery-data:{\"iid\":111610}":true,"notify:{\"iid\":111610}":true,"id-notify:{\"iid\":111610}":true,"notify:{\"parent\":111610}":true,"id-notify:{\"parent\":111610}":true,"notify-threads:{\"master-parent-item\":111610}":true,"participation:{\"iid\":111610}":true,"sign:{\"iid\":111610}":true,"term:{\"oid\":111610}":true,"thread:{\"iid\":111610}":true,"item-activity:{\"id\":111610}":true,"item:{\"iaid\":111610}":true,"id-item:{\"iaid\":111610}":true,"item:{\"id\":437353}":true,"item:{\"parent\":437353}":true,"id-item:{\"parent\":437353}":true,"item-delivery-data:{\"iid\":437353}":true,"notify:{\"iid\":437353}":true,"id-notify:{\"iid\":437353}":true,"notify:{\"parent\":437353}":true,"id-notify:{\"parent\":437353}":true,"notify-threads:{\"master-parent-item\":437353}":true,"participation:{\"iid\":437353}":true,"sign:{\"iid\":437353}":true,"term:{\"oid\":437353}":true,"thread:{\"iid\":437353}":true,"item-activity:{\"id\":437353}":true,"item:{\"iaid\":437353}":true,"id-item:{\"iaid\":437353}":true,"item-content:{\"id\":437353}":true,"item:{\"icid\":437353}":true,"id-item:{\"icid\":437353}":true,"user-item:{\"iid\":437353}":true,"item:{\"id\":437354}":true,"item:{\"parent\":437354}":true,"id-item:{\"parent\":437354}":true,"item-delivery-data:{\"iid\":437354}":true,"notify:{\"iid\":437354}":true,"id-notify:{\"iid\":437354}":true,"notify:{\"parent\":437354}":true,"id-notify:{\"parent\":437354}":true,"notify-threads:{\"master-parent-item\":437354}":true,"participation:{\"iid\":437354}":true,"sign:{\"iid\":437354}":true,"term:{\"oid\":437354}":true,"thread:{\"iid\":437354}":true,"item-activity:{\"id\":437354}":true,"item:{\"iaid\":437354}":true,"id-item:{\"iaid\":437354}":true,"item-content:{\"id\":437354}":true,"item:{\"icid\":437354}":true,"id-item:{\"icid\":437354}":true,"user-item:{\"iid\":437354}":true,"item-content:{\"id\":111610}":true,"item:{\"icid\":111610}":true,"id-item:{\"icid\":111610}":true,"item:{\"id\":376521}":true,"item:{\"parent\":376521}":true,"id-item:{\"parent\":376521}":true,"item-delivery-data:{\"iid\":376521}":true,"notify:{\"iid\":376521}":true,"id-notify:{\"iid\":376521}":true,"notify:{\"parent\":376521}":true,"id-notify:{\"parent\":376521}":true,"notify-threads:{\"master-parent-item\":376521}":true,"participation:{\"iid\":376521}":true,"sign:{\"iid\":376521}":true,"term:{\"oid\":376521}":true,"thread:{\"iid\":376521}":true,"item-activity:{\"id\":376521}":true,"item:{\"iaid\":376521}":true,"id-item:{\"iaid\":376521}":true,"item-content:{\"id\":376521}":true,"item:{\"icid\":376521}":true,"id-item:{\"icid\":376521}":true,"user-item:{\"iid\":376521}":true}} - {"file":"Database.php","line":1277,"function":"delete","uid":"c68cb1","process_id":339}
2020-03-20 00:00:27 worker [INFO]: DELETE FROM `item` WHERE `id` IN (376521); {"callstack":"Database::delete, Database::delete, Database::delete, Database::delete, Database::delete, Database::delete","internal_callstack":{"item:{\"id\":21249}":true,"item:{\"parent\":21249}":true,"id-item:{\"parent\":21249}":true,"item-delivery-data:{\"iid\":21249}":true,"notify:{\"iid\":21249}":true,"id-notify:{\"iid\":21249}":true,"notify:{\"parent\":21249}":true,"id-notify:{\"parent\":21249}":true,"notify-threads:{\"master-parent-item\":21249}":true,"participation:{\"iid\":21249}":true,"sign:{\"iid\":21249}":true,"term:{\"oid\":21249}":true,"thread:{\"iid\":21249}":true,"item-activity:{\"id\":21249}":true,"item:{\"iaid\":21249}":true,"id-item:{\"iaid\":21249}":true,"item:{\"id\":75740}":true,"item:{\"parent\":75740}":true,"id-item:{\"parent\":75740}":true,"item-delivery-data:{\"iid\":75740}":true,"notify:{\"iid\":75740}":true,"id-notify:{\"iid\":75740}":true,"notify:{\"parent\":75740}":true,"id-notify:{\"parent\":75740}":true,"notify-threads:{\"master-parent-item\":75740}":true,"participation:{\"iid\":75740}":true,"sign:{\"iid\":75740}":true,"term:{\"oid\":75740}":true,"thread:{\"iid\":75740}":true,"item-activity:{\"id\":75740}":true,"item:{\"iaid\":75740}":true,"id-item:{\"iaid\":75740}":true,"item:{\"id\":290140}":true,"item:{\"parent\":290140}":true,"id-item:{\"parent\":290140}":true,"item-delivery-data:{\"iid\":290140}":true,"notify:{\"iid\":290140}":true,"id-notify:{\"iid\":290140}":true,"notify:{\"parent\":290140}":true,"id-notify:{\"parent\":290140}":true,"notify-threads:{\"master-parent-item\":290140}":true,"participation:{\"iid\":290140}":true,"sign:{\"iid\":290140}":true,"term:{\"oid\":290140}":true,"thread:{\"iid\":290140}":true,"item-activity:{\"id\":290140}":true,"item:{\"iaid\":290140}":true,"id-item:{\"iaid\":290140}":true,"item-content:{\"id\":290140}":true,"item:{\"icid\":290140}":true,"id-item:{\"icid\":290140}":true,"user-item:{\"iid\":290140}":true,"item:{\"id\":290141}":true,"item:{\"parent\":290141}":true,"id-item:{\"parent\":290141}":true,"item-delivery-data:{\"iid\":290141}":true,"notify:{\"iid\":290141}":true,"id-notify:{\"iid\":290141}":true,"notify:{\"parent\":290141}":true,"id-notify:{\"parent\":290141}":true,"notify-threads:{\"master-parent-item\":290141}":true,"participation:{\"iid\":290141}":true,"sign:{\"iid\":290141}":true,"term:{\"oid\":290141}":true,"thread:{\"iid\":290141}":true,"item-activity:{\"id\":290141}":true,"item:{\"iaid\":290141}":true,"id-item:{\"iaid\":290141}":true,"item-content:{\"id\":290141}":true,"item:{\"icid\":290141}":true,"id-item:{\"icid\":290141}":true,"user-item:{\"iid\":290141}":true,"item-content:{\"id\":75740}":true,"item:{\"icid\":75740}":true,"id-item:{\"icid\":75740}":true,"item:{\"id\":255241}":true,"item:{\"parent\":255241}":true,"id-item:{\"parent\":255241}":true,"item:{\"id\":255245}":true,"item:{\"parent\":255245}":true,"id-item:{\"parent\":255245}":true,"item-delivery-data:{\"iid\":255245}":true,"notify:{\"iid\":255245}":true,"id-notify:{\"iid\":255245}":true,"notify:{\"parent\":255245}":true,"id-notify:{\"parent\":255245}":true,"notify-threads:{\"master-parent-item\":255245}":true,"participation:{\"iid\":255245}":true,"sign:{\"iid\":255245}":true,"term:{\"oid\":255245}":true,"thread:{\"iid\":255245}":true,"item-activity:{\"id\":255245}":true,"item:{\"iaid\":255245}":true,"id-item:{\"iaid\":255245}":true,"item-content:{\"id\":255245}":true,"item:{\"icid\":255245}":true,"id-item:{\"icid\":255245}":true,"user-item:{\"iid\":255245}":true,"item-delivery-data:{\"iid\":255241}":true,"notify:{\"iid\":255241}":true,"id-notify:{\"iid\":255241}":true,"notify:{\"parent\":255241}":true,"id-notify:{\"parent\":255241}":true,"notify-threads:{\"master-parent-item\":255241}":true,"participation:{\"iid\":255241}":true,"sign:{\"iid\":255241}":true,"term:{\"oid\":255241}":true,"thread:{\"iid\":255241}":true,"item-activity:{\"id\":255241}":true,"item:{\"iaid\":255241}":true,"id-item:{\"iaid\":255241}":true,"item-content:{\"id\":255241}":true,"item:{\"icid\":255241}":true,"id-item:{\"icid\":255241}":true,"user-item:{\"iid\":255241}":true,"item:{\"id\":255242}":true,"item:{\"parent\":255242}":true,"id-item:{\"parent\":255242}":true,"item:{\"id\":255246}":true,"item:{\"parent\":255246}":true,"id-item:{\"parent\":255246}":true,"item-delivery-data:{\"iid\":255246}":true,"notify:{\"iid\":255246}":true,"id-notify:{\"iid\":255246}":true,"notify:{\"parent\":255246}":true,"id-notify:{\"parent\":255246}":true,"notify-threads:{\"master-parent-item\":255246}":true,"participation:{\"iid\":255246}":true,"sign:{\"iid\":255246}":true,"term:{\"oid\":255246}":true,"thread:{\"iid\":255246}":true,"item-activity:{\"id\":255246}":true,"item:{\"iaid\":255246}":true,"id-item:{\"iaid\":255246}":true,"item-content:{\"id\":255246}":true,"item:{\"icid\":255246}":true,"id-item:{\"icid\":255246}":true,"user-item:{\"iid\":255246}":true,"item-delivery-data:{\"iid\":255242}":true,"notify:{\"iid\":255242}":true,"id-notify:{\"iid\":255242}":true,"notify:{\"parent\":255242}":true,"id-notify:{\"parent\":255242}":true,"notify-threads:{\"master-parent-item\":255242}":true,"participation:{\"iid\":255242}":true,"sign:{\"iid\":255242}":true,"term:{\"oid\":255242}":true,"thread:{\"iid\":255242}":true,"item-activity:{\"id\":255242}":true,"item:{\"iaid\":255242}":true,"id-item:{\"iaid\":255242}":true,"item-content:{\"id\":255242}":true,"item:{\"icid\":255242}":true,"id-item:{\"icid\":255242}":true,"user-item:{\"iid\":255242}":true,"user-item:{\"iid\":75740}":true,"item:{\"id\":75741}":true,"item:{\"parent\":75741}":true,"id-item:{\"parent\":75741}":true,"item-delivery-data:{\"iid\":75741}":true,"notify:{\"iid\":75741}":true,"id-notify:{\"iid\":75741}":true,"notify:{\"parent\":75741}":true,"id-notify:{\"parent\":75741}":true,"notify-threads:{\"master-parent-item\":75741}":true,"participation:{\"iid\":75741}":true,"sign:{\"iid\":75741}":true,"term:{\"oid\":75741}":true,"thread:{\"iid\":75741}":true,"item-activity:{\"id\":75741}":true,"item:{\"iaid\":75741}":true,"id-item:{\"iaid\":75741}":true,"item:{\"id\":290142}":true,"item:{\"parent\":290142}":true,"id-item:{\"parent\":290142}":true,"item-delivery-data:{\"iid\":290142}":true,"notify:{\"iid\":290142}":true,"id-notify:{\"iid\":290142}":true,"notify:{\"parent\":290142}":true,"id-notify:{\"parent\":290142}":true,"notify-threads:{\"master-parent-item\":290142}":true,"participation:{\"iid\":290142}":true,"sign:{\"iid\":290142}":true,"term:{\"oid\":290142}":true,"thread:{\"iid\":290142}":true,"item-activity:{\"id\":290142}":true,"item:{\"iaid\":290142}":true,"id-item:{\"iaid\":290142}":true,"item-content:{\"id\":290142}":true,"item:{\"icid\":290142}":true,"id-item:{\"icid\":290142}":true,"user-item:{\"iid\":290142}":true,"item:{\"id\":290143}":true,"item:{\"parent\":290143}":true,"id-item:{\"parent\":290143}":true,"item-delivery-data:{\"iid\":290143}":true,"notify:{\"iid\":290143}":true,"id-notify:{\"iid\":290143}":true,"notify:{\"parent\":290143}":true,"id-notify:{\"parent\":290143}":true,"notify-threads:{\"master-parent-item\":290143}":true,"participation:{\"iid\":290143}":true,"sign:{\"iid\":290143}":true,"term:{\"oid\":290143}":true,"thread:{\"iid\":290143}":true,"item-activity:{\"id\":290143}":true,"item:{\"iaid\":290143}":true,"id-item:{\"iaid\":290143}":true,"item-content:{\"id\":290143}":true,"item:{\"icid\":290143}":true,"id-item:{\"icid\":290143}":true,"user-item:{\"iid\":290143}":true,"item-content:{\"id\":75741}":true,"item:{\"icid\":75741}":true,"id-item:{\"icid\":75741}":true,"item:{\"id\":255247}":true,"item:{\"parent\":255247}":true,"id-item:{\"parent\":255247}":true,"item:{\"id\":255249}":true,"item:{\"parent\":255249}":true,"id-item:{\"parent\":255249}":true,"item-delivery-data:{\"iid\":255249}":true,"notify:{\"iid\":255249}":true,"id-notify:{\"iid\":255249}":true,"notify:{\"parent\":255249}":true,"id-notify:{\"parent\":255249}":true,"notify-threads:{\"master-parent-item\":255249}":true,"participation:{\"iid\":255249}":true,"sign:{\"iid\":255249}":true,"term:{\"oid\":255249}":true,"thread:{\"iid\":255249}":true,"item-activity:{\"id\":255249}":true,"item:{\"iaid\":255249}":true,"id-item:{\"iaid\":255249}":true,"item-content:{\"id\":255249}":true,"item:{\"icid\":255249}":true,"id-item:{\"icid\":255249}":true,"user-item:{\"iid\":255249}":true,"item-delivery-data:{\"iid\":255247}":true,"notify:{\"iid\":255247}":true,"id-notify:{\"iid\":255247}":true,"notify:{\"parent\":255247}":true,"id-notify:{\"parent\":255247}":true,"notify-threads:{\"master-parent-item\":255247}":true,"participation:{\"iid\":255247}":true,"sign:{\"iid\":255247}":true,"term:{\"oid\":255247}":true,"thread:{\"iid\":255247}":true,"item-activity:{\"id\":255247}":true,"item:{\"iaid\":255247}":true,"id-item:{\"iaid\":255247}":true,"item-content:{\"id\":255247}":true,"item:{\"icid\":255247}":true,"id-item:{\"icid\":255247}":true,"user-item:{\"iid\":255247}":true,"item:{\"id\":255248}":true,"item:{\"parent\":255248}":true,"id-item:{\"parent\":255248}":true,"item:{\"id\":255250}":true,"item:{\"parent\":255250}":true,"id-item:{\"parent\":255250}":true,"item-delivery-data:{\"iid\":255250}":true,"notify:{\"iid\":255250}":true,"id-notify:{\"iid\":255250}":true,"notify:{\"parent\":255250}":true,"id-notify:{\"parent\":255250}":true,"notify-threads:{\"master-parent-item\":255250}":true,"participation:{\"iid\":255250}":true,"sign:{\"iid\":255250}":true,"term:{\"oid\":255250}":true,"thread:{\"iid\":255250}":true,"item-activity:{\"id\":255250}":true,"item:{\"iaid\":255250}":true,"id-item:{\"iaid\":255250}":true,"item-content:{\"id\":255250}":true,"item:{\"icid\":255250}":true,"id-item:{\"icid\":255250}":true,"user-item:{\"iid\":255250}":true,"item-delivery-data:{\"iid\":255248}":true,"notify:{\"iid\":255248}":true,"id-notify:{\"iid\":255248}":true,"notify:{\"parent\":255248}":true,"id-notify:{\"parent\":255248}":true,"notify-threads:{\"master-parent-item\":255248}":true,"participation:{\"iid\":255248}":true,"sign:{\"iid\":255248}":true,"term:{\"oid\":255248}":true,"thread:{\"iid\":255248}":true,"item-activity:{\"id\":255248}":true,"item:{\"iaid\":255248}":true,"id-item:{\"iaid\":255248}":true,"item-content:{\"id\":255248}":true,"item:{\"icid\":255248}":true,"id-item:{\"icid\":255248}":true,"user-item:{\"iid\":255248}":true,"user-item:{\"iid\":75741}":true,"item-content:{\"id\":21249}":true,"item:{\"icid\":21249}":true,"id-item:{\"icid\":21249}":true,"item:{\"id\":72731}":true,"item:{\"parent\":72731}":true,"id-item:{\"parent\":72731}":true,"item:{\"id\":72812}":true,"item:{\"parent\":72812}":true,"id-item:{\"parent\":72812}":true,"item-delivery-data:{\"iid\":72812}":true,"notify:{\"iid\":72812}":true,"id-notify:{\"iid\":72812}":true,"notify:{\"parent\":72812}":true,"id-notify:{\"parent\":72812}":true,"notify-threads:{\"master-parent-item\":72812}":true,"participation:{\"iid\":72812}":true,"sign:{\"iid\":72812}":true,"term:{\"oid\":72812}":true,"thread:{\"iid\":72812}":true,"item-activity:{\"id\":72812}":true,"item:{\"iaid\":72812}":true,"id-item:{\"iaid\":72812}":true,"item:{\"id\":277835}":true,"item:{\"parent\":277835}":true,"id-item:{\"parent\":277835}":true,"item-delivery-data:{\"iid\":277835}":true,"notify:{\"iid\":277835}":true,"id-notify:{\"iid\":277835}":true,"notify:{\"parent\":277835}":true,"id-notify:{\"parent\":277835}":true,"notify-threads:{\"master-parent-item\":277835}":true,"participation:{\"iid\":277835}":true,"sign:{\"iid\":277835}":true,"term:{\"oid\":277835}":true,"thread:{\"iid\":277835}":true,"item-activity:{\"id\":277835}":true,"item:{\"iaid\":277835}":true,"id-item:{\"iaid\":277835}":true,"item-content:{\"id\":277835}":true,"item:{\"icid\":277835}":true,"id-item:{\"icid\":277835}":true,"user-item:{\"iid\":277835}":true,"item:{\"id\":277836}":true,"item:{\"parent\":277836}":true,"id-item:{\"parent\":277836}":true,"item-delivery-data:{\"iid\":277836}":true,"notify:{\"iid\":277836}":true,"id-notify:{\"iid\":277836}":true,"notify:{\"parent\":277836}":true,"id-notify:{\"parent\":277836}":true,"notify-threads:{\"master-parent-item\":277836}":true,"participation:{\"iid\":277836}":true,"sign:{\"iid\":277836}":true,"term:{\"oid\":277836}":true,"thread:{\"iid\":277836}":true,"item-activity:{\"id\":277836}":true,"item:{\"iaid\":277836}":true,"id-item:{\"iaid\":277836}":true,"item-content:{\"id\":277836}":true,"item:{\"icid\":277836}":true,"id-item:{\"icid\":277836}":true,"user-item:{\"iid\":277836}":true,"item-content:{\"id\":72812}":true,"item:{\"icid\":72812}":true,"id-item:{\"icid\":72812}":true,"user-item:{\"iid\":72812}":true,"item:{\"id\":73868}":true,"item:{\"parent\":73868}":true,"id-item:{\"parent\":73868}":true,"item-delivery-data:{\"iid\":73868}":true,"notify:{\"iid\":73868}":true,"id-notify:{\"iid\":73868}":true,"notify:{\"parent\":73868}":true,"id-notify:{\"parent\":73868}":true,"notify-threads:{\"master-parent-item\":73868}":true,"participation:{\"iid\":73868}":true,"sign:{\"iid\":73868}":true,"term:{\"oid\":73868}":true,"thread:{\"iid\":73868}":true,"item-activity:{\"id\":73868}":true,"item:{\"iaid\":73868}":true,"id-item:{\"iaid\":73868}":true,"item-content:{\"id\":73868}":true,"item:{\"icid\":73868}":true,"id-item:{\"icid\":73868}":true,"item:{\"id\":248877}":true,"item:{\"parent\":248877}":true,"id-item:{\"parent\":248877}":true,"item:{\"id\":250835}":true,"item:{\"parent\":250835}":true,"id-item:{\"parent\":250835}":true,"item-delivery-data:{\"iid\":250835}":true,"notify:{\"iid\":250835}":true,"id-notify:{\"iid\":250835}":true,"notify:{\"parent\":250835}":true,"id-notify:{\"parent\":250835}":true,"notify-threads:{\"master-parent-item\":250835}":true,"participation:{\"iid\":250835}":true,"sign:{\"iid\":250835}":true,"term:{\"oid\":250835}":true,"thread:{\"iid\":250835}":true,"item-activity:{\"id\":250835}":true,"item:{\"iaid\":250835}":true,"id-item:{\"iaid\":250835}":true,"item-content:{\"id\":250835}":true,"item:{\"icid\":250835}":true,"id-item:{\"icid\":250835}":true,"user-item:{\"iid\":250835}":true,"item-delivery-data:{\"iid\":248877}":true,"notify:{\"iid\":248877}":true,"id-notify:{\"iid\":248877}":true,"notify:{\"parent\":248877}":true,"id-notify:{\"parent\":248877}":true,"notify-threads:{\"master-parent-item\":248877}":true,"participation:{\"iid\":248877}":true,"sign:{\"iid\":248877}":true,"term:{\"oid\":248877}":true,"thread:{\"iid\":248877}":true,"item-activity:{\"id\":248877}":true,"item:{\"iaid\":248877}":true,"id-item:{\"iaid\":248877}":true,"item-content:{\"id\":248877}":true,"item:{\"icid\":248877}":true,"id-item:{\"icid\":248877}":true,"user-item:{\"iid\":248877}":true,"item:{\"id\":248879}":true,"item:{\"parent\":248879}":true,"id-item:{\"parent\":248879}":true,"item:{\"id\":250836}":true,"item:{\"parent\":250836}":true,"id-item:{\"parent\":250836}":true,"item-delivery-data:{\"iid\":250836}":true,"notify:{\"iid\":250836}":true,"id-notify:{\"iid\":250836}":true,"notify:{\"parent\":250836}":true,"id-notify:{\"parent\":250836}":true,"notify-threads:{\"master-parent-item\":250836}":true,"participation:{\"iid\":250836}":true,"sign:{\"iid\":250836}":true,"term:{\"oid\":250836}":true,"thread:{\"iid\":250836}":true,"item-activity:{\"id\":250836}":true,"item:{\"iaid\":250836}":true,"id-item:{\"iaid\":250836}":true,"item-content:{\"id\":250836}":true,"item:{\"icid\":250836}":true,"id-item:{\"icid\":250836}":true,"user-item:{\"iid\":250836}":true,"item-delivery-data:{\"iid\":248879}":true,"notify:{\"iid\":248879}":true,"id-notify:{\"iid\":248879}":true,"notify:{\"parent\":248879}":true,"id-notify:{\"parent\":248879}":true,"notify-threads:{\"master-parent-item\":248879}":true,"participation:{\"iid\":248879}":true,"sign:{\"iid\":248879}":true,"term:{\"oid\":248879}":true,"thread:{\"iid\":248879}":true,"item-activity:{\"id\":248879}":true,"item:{\"iaid\":248879}":true,"id-item:{\"iaid\":248879}":true,"item-content:{\"id\":248879}":true,"item:{\"icid\":248879}":true,"id-item:{\"icid\":248879}":true,"user-item:{\"iid\":248879}":true,"user-item:{\"iid\":73868}":true,"item:{\"id\":111607}":true,"item:{\"parent\":111607}":true,"id-item:{\"parent\":111607}":true,"item-delivery-data:{\"iid\":111607}":true,"notify:{\"iid\":111607}":true,"id-notify:{\"iid\":111607}":true,"notify:{\"parent\":111607}":true,"id-notify:{\"parent\":111607}":true,"notify-threads:{\"master-parent-item\":111607}":true,"participation:{\"iid\":111607}":true,"sign:{\"iid\":111607}":true,"term:{\"oid\":111607}":true,"thread:{\"iid\":111607}":true,"item-activity:{\"id\":111607}":true,"item:{\"iaid\":111607}":true,"id-item:{\"iaid\":111607}":true,"item:{\"id\":437334}":true,"item:{\"parent\":437334}":true,"id-item:{\"parent\":437334}":true,"item-delivery-data:{\"iid\":437334}":true,"notify:{\"iid\":437334}":true,"id-notify:{\"iid\":437334}":true,"notify:{\"parent\":437334}":true,"id-notify:{\"parent\":437334}":true,"notify-threads:{\"master-parent-item\":437334}":true,"participation:{\"iid\":437334}":true,"sign:{\"iid\":437334}":true,"term:{\"oid\":437334}":true,"thread:{\"iid\":437334}":true,"item-activity:{\"id\":437334}":true,"item:{\"iaid\":437334}":true,"id-item:{\"iaid\":437334}":true,"item-content:{\"id\":437334}":true,"item:{\"icid\":437334}":true,"id-item:{\"icid\":437334}":true,"user-item:{\"iid\":437334}":true,"item:{\"id\":437335}":true,"item:{\"parent\":437335}":true,"id-item:{\"parent\":437335}":true,"item-delivery-data:{\"iid\":437335}":true,"notify:{\"iid\":437335}":true,"id-notify:{\"iid\":437335}":true,"notify:{\"parent\":437335}":true,"id-notify:{\"parent\":437335}":true,"notify-threads:{\"master-parent-item\":437335}":true,"participation:{\"iid\":437335}":true,"sign:{\"iid\":437335}":true,"term:{\"oid\":437335}":true,"thread:{\"iid\":437335}":true,"item-activity:{\"id\":437335}":true,"item:{\"iaid\":437335}":true,"id-item:{\"iaid\":437335}":true,"item-content:{\"id\":437335}":true,"item:{\"icid\":437335}":true,"id-item:{\"icid\":437335}":true,"user-item:{\"iid\":437335}":true,"item-content:{\"id\":111607}":true,"item:{\"icid\":111607}":true,"id-item:{\"icid\":111607}":true,"item:{\"id\":376497}":true,"item:{\"parent\":376497}":true,"id-item:{\"parent\":376497}":true,"item-delivery-data:{\"iid\":376497}":true,"notify:{\"iid\":376497}":true,"id-notify:{\"iid\":376497}":true,"notify:{\"parent\":376497}":true,"id-notify:{\"parent\":376497}":true,"notify-threads:{\"master-parent-item\":376497}":true,"participation:{\"iid\":376497}":true,"sign:{\"iid\":376497}":true,"term:{\"oid\":376497}":true,"thread:{\"iid\":376497}":true,"item-activity:{\"id\":376497}":true,"item:{\"iaid\":376497}":true,"id-item:{\"iaid\":376497}":true,"item-content:{\"id\":376497}":true,"item:{\"icid\":376497}":true,"id-item:{\"icid\":376497}":true,"user-item:{\"iid\":376497}":true,"item:{\"id\":376498}":true,"item:{\"parent\":376498}":true,"id-item:{\"parent\":376498}":true,"item-delivery-data:{\"iid\":376498}":true,"notify:{\"iid\":376498}":true,"id-notify:{\"iid\":376498}":true,"notify:{\"parent\":376498}":true,"id-notify:{\"parent\":376498}":true,"notify-threads:{\"master-parent-item\":376498}":true,"participation:{\"iid\":376498}":true,"sign:{\"iid\":376498}":true,"term:{\"oid\":376498}":true,"thread:{\"iid\":376498}":true,"item-activity:{\"id\":376498}":true,"item:{\"iaid\":376498}":true,"id-item:{\"iaid\":376498}":true,"item-content:{\"id\":376498}":true,"item:{\"icid\":376498}":true,"id-item:{\"icid\":376498}":true,"user-item:{\"iid\":376498}":true,"user-item:{\"iid\":111607}":true,"item:{\"id\":111610}":true,"item:{\"parent\":111610}":true,"id-item:{\"parent\":111610}":true,"item-delivery-data:{\"iid\":111610}":true,"notify:{\"iid\":111610}":true,"id-notify:{\"iid\":111610}":true,"notify:{\"parent\":111610}":true,"id-notify:{\"parent\":111610}":true,"notify-threads:{\"master-parent-item\":111610}":true,"participation:{\"iid\":111610}":true,"sign:{\"iid\":111610}":true,"term:{\"oid\":111610}":true,"thread:{\"iid\":111610}":true,"item-activity:{\"id\":111610}":true,"item:{\"iaid\":111610}":true,"id-item:{\"iaid\":111610}":true,"item:{\"id\":437353}":true,"item:{\"parent\":437353}":true,"id-item:{\"parent\":437353}":true,"item-delivery-data:{\"iid\":437353}":true,"notify:{\"iid\":437353}":true,"id-notify:{\"iid\":437353}":true,"notify:{\"parent\":437353}":true,"id-notify:{\"parent\":437353}":true,"notify-threads:{\"master-parent-item\":437353}":true,"participation:{\"iid\":437353}":true,"sign:{\"iid\":437353}":true,"term:{\"oid\":437353}":true,"thread:{\"iid\":437353}":true,"item-activity:{\"id\":437353}":true,"item:{\"iaid\":437353}":true,"id-item:{\"iaid\":437353}":true,"item-content:{\"id\":437353}":true,"item:{\"icid\":437353}":true,"id-item:{\"icid\":437353}":true,"user-item:{\"iid\":437353}":true,"item:{\"id\":437354}":true,"item:{\"parent\":437354}":true,"id-item:{\"parent\":437354}":true,"item-delivery-data:{\"iid\":437354}":true,"notify:{\"iid\":437354}":true,"id-notify:{\"iid\":437354}":true,"notify:{\"parent\":437354}":true,"id-notify:{\"parent\":437354}":true,"notify-threads:{\"master-parent-item\":437354}":true,"participation:{\"iid\":437354}":true,"sign:{\"iid\":437354}":true,"term:{\"oid\":437354}":true,"thread:{\"iid\":437354}":true,"item-activity:{\"id\":437354}":true,"item:{\"iaid\":437354}":true,"id-item:{\"iaid\":437354}":true,"item-content:{\"id\":437354}":true,"item:{\"icid\":437354}":true,"id-item:{\"icid\":437354}":true,"user-item:{\"iid\":437354}":true,"item-content:{\"id\":111610}":true,"item:{\"icid\":111610}":true,"id-item:{\"icid\":111610}":true,"item:{\"id\":376521}":true,"item:{\"parent\":376521}":true,"id-item:{\"parent\":376521}":true,"item-delivery-data:{\"iid\":376521}":true,"notify:{\"iid\":376521}":true,"id-notify:{\"iid\":376521}":true,"notify:{\"parent\":376521}":true,"id-notify:{\"parent\":376521}":true,"notify-threads:{\"master-parent-item\":376521}":true,"participation:{\"iid\":376521}":true,"sign:{\"iid\":376521}":true,"term:{\"oid\":376521}":true,"thread:{\"iid\":376521}":true,"item-activity:{\"id\":376521}":true,"item:{\"iaid\":376521}":true,"id-item:{\"iaid\":376521}":true,"item-content:{\"id\":376521}":true,"item:{\"icid\":376521}":true,"id-item:{\"icid\":376521}":true,"user-item:{\"iid\":376521}":true}} - {"file":"Database.php","line":1277,"function":"delete","uid":"c68cb1","process_id":339}
Now does it mean it got deleted because parent post 21249 got deleted? But it shouldn't have any parent post. If I check logs for 21249, it indeed got expired earlier:
2020-03-20 00:00:26 worker [INFO]: Delete expired item {"id":21249,"guid":"4999b0001d390138533f0cc47a07853c","worker_id":"6b8b76f","worker_cmd":"Expire"} - {"file":"Expire.php","line":31,"function":"execute","uid":"c68cb1","process_id":339}
Also I see awful lot of deletions happening right after 376521 got deleted, is this normal? This query returns 1100+ lines, why does it delete so much for a post with zero interactions:
grep -ai 'DELETE FROM' 2020-03-20_03-30.log | grep -aiF 'item:{\"parent\":376521}'
I believe that's where this bug comes from. The cascading delete starts from a place it should not, and it provokes undesired side-effects.
If anyone wants to take a look I can share database backup taken 20 minutes before the incident (so posts to be deleted are still there) and debug log covering it.
Or I can run some more checks if you tell me what to look for.
I'm interested, I'm not sure when I'll be able to look into it, but I feel like we now have all the data to be able to troubleshoot this issue, thanks to your tremendous efforts.
I reformatted the last log row data for better view. This is the ordered list of all the cascading DELETE calls, starting with the initial call at the top. I grouped all the calls regarding a single item id together and I added indentation when calls about a single item id are separated.
This callstack is confusing because it contains both the table with the specific condition the DELETE is performed with, as well as a combination of field-table: condition for further deduping.
Anyway, here's the result:
{
"item": {"id": 21249},
"item": {"parent": 21249},
"id-item": {"parent": 21249},
"item-delivery-data": {"iid": 21249},
"notify": {"iid": 21249},
"id-notify": {"iid": 21249},
"notify": {"parent": 21249},
"id-notify": {"parent": 21249},
"notify-threads": {"master-parent-item": 21249},
"participation": {"iid": 21249},
"sign": {"iid": 21249},
"term": {"oid": 21249},
"thread": {"iid": 21249},
"item-activity": {"id": 21249},
"item": {"iaid": 21249},
"id-item": {"iaid": 21249},
"item": {"id": 75740},
"item": {"parent": 75740},
"id-item": {"parent": 75740},
"item-delivery-data": {"iid": 75740},
"notify": {"iid": 75740},
"id-notify": {"iid": 75740},
"notify": {"parent": 75740},
"id-notify": {"parent": 75740},
"notify-threads": {"master-parent-item": 75740},
"participation": {"iid": 75740},
"sign": {"iid": 75740},
"term": {"oid": 75740},
"thread": {"iid": 75740},
"item-activity": {"id": 75740},
"item": {"iaid": 75740},
"id-item": {"iaid": 75740},
"item": {"id": 290140},
"item": {"parent": 290140},
"id-item": {"parent": 290140},
"item-delivery-data": {"iid": 290140},
"notify": {"iid": 290140},
"id-notify": {"iid": 290140},
"notify": {"parent": 290140},
"id-notify": {"parent": 290140},
"notify-threads": {"master-parent-item": 290140},
"participation": {"iid": 290140},
"sign": {"iid": 290140},
"term": {"oid": 290140},
"thread": {"iid": 290140},
"item-activity": {"id": 290140},
"item": {"iaid": 290140},
"id-item": {"iaid": 290140},
"item-content": {"id": 290140},
"item": {"icid": 290140},
"id-item": {"icid": 290140},
"user-item": {"iid": 290140},
"item": {"id": 290141},
"item": {"parent": 290141},
"id-item": {"parent": 290141},
"item-delivery-data": {"iid": 290141},
"notify": {"iid": 290141},
"id-notify": {"iid": 290141},
"notify": {"parent": 290141},
"id-notify": {"parent": 290141},
"notify-threads": {"master-parent-item": 290141},
"participation": {"iid": 290141},
"sign": {"iid": 290141},
"term": {"oid": 290141},
"thread": {"iid": 290141},
"item-activity": {"id": 290141},
"item": {"iaid": 290141},
"id-item": {"iaid": 290141},
"item-content": {"id": 290141},
"item": {"icid": 290141},
"id-item": {"icid": 290141},
"user-item": {"iid": 290141},
"item-content": {"id": 75740},
"item": {"icid": 75740},
"id-item": {"icid": 75740},
"item": {"id": 255241},
"item": {"parent": 255241},
"id-item": {"parent": 255241},
"item": {"id": 255245},
"item": {"parent": 255245},
"id-item": {"parent": 255245},
"item-delivery-data": {"iid": 255245},
"notify": {"iid": 255245},
"id-notify": {"iid": 255245},
"notify": {"parent": 255245},
"id-notify": {"parent": 255245},
"notify-threads": {"master-parent-item": 255245},
"participation": {"iid": 255245},
"sign": {"iid": 255245},
"term": {"oid": 255245},
"thread": {"iid": 255245},
"item-activity": {"id": 255245},
"item": {"iaid": 255245},
"id-item": {"iaid": 255245},
"item-content": {"id": 255245},
"item": {"icid": 255245},
"id-item": {"icid": 255245},
"user-item": {"iid": 255245},
"item-delivery-data": {"iid": 255241},
"notify": {"iid": 255241},
"id-notify": {"iid": 255241},
"notify": {"parent": 255241},
"id-notify": {"parent": 255241},
"notify-threads": {"master-parent-item": 255241},
"participation": {"iid": 255241},
"sign": {"iid": 255241},
"term": {"oid": 255241},
"thread": {"iid": 255241},
"item-activity": {"id": 255241},
"item": {"iaid": 255241},
"id-item": {"iaid": 255241},
"item-content": {"id": 255241},
"item": {"icid": 255241},
"id-item": {"icid": 255241},
"user-item": {"iid": 255241},
"item": {"id": 255242},
"item": {"parent": 255242},
"id-item": {"parent": 255242},
"item": {"id": 255246},
"item": {"parent": 255246},
"id-item": {"parent": 255246},
"item-delivery-data": {"iid": 255246},
"notify": {"iid": 255246},
"id-notify": {"iid": 255246},
"notify": {"parent": 255246},
"id-notify": {"parent": 255246},
"notify-threads": {"master-parent-item": 255246},
"participation": {"iid": 255246},
"sign": {"iid": 255246},
"term": {"oid": 255246},
"thread": {"iid": 255246},
"item-activity": {"id": 255246},
"item": {"iaid": 255246},
"id-item": {"iaid": 255246},
"item-content": {"id": 255246},
"item": {"icid": 255246},
"id-item": {"icid": 255246},
"user-item": {"iid": 255246},
"item-delivery-data": {"iid": 255242},
"notify": {"iid": 255242},
"id-notify": {"iid": 255242},
"notify": {"parent": 255242},
"id-notify": {"parent": 255242},
"notify-threads": {"master-parent-item": 255242},
"participation": {"iid": 255242},
"sign": {"iid": 255242},
"term": {"oid": 255242},
"thread": {"iid": 255242},
"item-activity": {"id": 255242},
"item": {"iaid": 255242},
"id-item": {"iaid": 255242},
"item-content": {"id": 255242},
"item": {"icid": 255242},
"id-item": {"icid": 255242},
"user-item": {"iid": 255242},
"user-item": {"iid": 75740},
"item": {"id": 75741},
"item": {"parent": 75741},
"id-item": {"parent": 75741},
"item-delivery-data": {"iid": 75741},
"notify": {"iid": 75741},
"id-notify": {"iid": 75741},
"notify": {"parent": 75741},
"id-notify": {"parent": 75741},
"notify-threads": {"master-parent-item": 75741},
"participation": {"iid": 75741},
"sign": {"iid": 75741},
"term": {"oid": 75741},
"thread": {"iid": 75741},
"item-activity": {"id": 75741},
"item": {"iaid": 75741},
"id-item": {"iaid": 75741},
"item": {"id": 290142},
"item": {"parent": 290142},
"id-item": {"parent": 290142},
"item-delivery-data": {"iid": 290142},
"notify": {"iid": 290142},
"id-notify": {"iid": 290142},
"notify": {"parent": 290142},
"id-notify": {"parent": 290142},
"notify-threads": {"master-parent-item": 290142},
"participation": {"iid": 290142},
"sign": {"iid": 290142},
"term": {"oid": 290142},
"thread": {"iid": 290142},
"item-activity": {"id": 290142},
"item": {"iaid": 290142},
"id-item": {"iaid": 290142},
"item-content": {"id": 290142},
"item": {"icid": 290142},
"id-item": {"icid": 290142},
"user-item": {"iid": 290142},
"item": {"id": 290143},
"item": {"parent": 290143},
"id-item": {"parent": 290143},
"item-delivery-data": {"iid": 290143},
"notify": {"iid": 290143},
"id-notify": {"iid": 290143},
"notify": {"parent": 290143},
"id-notify": {"parent": 290143},
"notify-threads": {"master-parent-item": 290143},
"participation": {"iid": 290143},
"sign": {"iid": 290143},
"term": {"oid": 290143},
"thread": {"iid": 290143},
"item-activity": {"id": 290143},
"item": {"iaid": 290143},
"id-item": {"iaid": 290143},
"item-content": {"id": 290143},
"item": {"icid": 290143},
"id-item": {"icid": 290143},
"user-item": {"iid": 290143},
"item-content": {"id": 75741},
"item": {"icid": 75741},
"id-item": {"icid": 75741},
"item": {"id": 255247},
"item": {"parent": 255247},
"id-item": {"parent": 255247},
"item": {"id": 255249},
"item": {"parent": 255249},
"id-item": {"parent": 255249},
"item-delivery-data": {"iid": 255249},
"notify": {"iid": 255249},
"id-notify": {"iid": 255249},
"notify": {"parent": 255249},
"id-notify": {"parent": 255249},
"notify-threads": {"master-parent-item": 255249},
"participation": {"iid": 255249},
"sign": {"iid": 255249},
"term": {"oid": 255249},
"thread": {"iid": 255249},
"item-activity": {"id": 255249},
"item": {"iaid": 255249},
"id-item": {"iaid": 255249},
"item-content": {"id": 255249},
"item": {"icid": 255249},
"id-item": {"icid": 255249},
"user-item": {"iid": 255249},
"item-delivery-data": {"iid": 255247},
"notify": {"iid": 255247},
"id-notify": {"iid": 255247},
"notify": {"parent": 255247},
"id-notify": {"parent": 255247},
"notify-threads": {"master-parent-item": 255247},
"participation": {"iid": 255247},
"sign": {"iid": 255247},
"term": {"oid": 255247},
"thread": {"iid": 255247},
"item-activity": {"id": 255247},
"item": {"iaid": 255247},
"id-item": {"iaid": 255247},
"item-content": {"id": 255247},
"item": {"icid": 255247},
"id-item": {"icid": 255247},
"user-item": {"iid": 255247},
"item": {"id": 255248},
"item": {"parent": 255248},
"id-item": {"parent": 255248},
"item": {"id": 255250},
"item": {"parent": 255250},
"id-item": {"parent": 255250},
"item-delivery-data": {"iid": 255250},
"notify": {"iid": 255250},
"id-notify": {"iid": 255250},
"notify": {"parent": 255250},
"id-notify": {"parent": 255250},
"notify-threads": {"master-parent-item": 255250},
"participation": {"iid": 255250},
"sign": {"iid": 255250},
"term": {"oid": 255250},
"thread": {"iid": 255250},
"item-activity": {"id": 255250},
"item": {"iaid": 255250},
"id-item": {"iaid": 255250},
"item-content": {"id": 255250},
"item": {"icid": 255250},
"id-item": {"icid": 255250},
"user-item": {"iid": 255250},
"item-delivery-data": {"iid": 255248},
"notify": {"iid": 255248},
"id-notify": {"iid": 255248},
"notify": {"parent": 255248},
"id-notify": {"parent": 255248},
"notify-threads": {"master-parent-item": 255248},
"participation": {"iid": 255248},
"sign": {"iid": 255248},
"term": {"oid": 255248},
"thread": {"iid": 255248},
"item-activity": {"id": 255248},
"item": {"iaid": 255248},
"id-item": {"iaid": 255248},
"item-content": {"id": 255248},
"item": {"icid": 255248},
"id-item": {"icid": 255248},
"user-item": {"iid": 255248},
"user-item": {"iid": 75741},
"item-content": {"id": 21249},
"item": {"icid": 21249},
"id-item": {"icid": 21249},
"item": {"id": 72731},
"item": {"parent": 72731},
"id-item": {"parent": 72731},
"item": {"id": 72812},
"item": {"parent": 72812},
"id-item": {"parent": 72812},
"item-delivery-data": {"iid": 72812},
"notify": {"iid": 72812},
"id-notify": {"iid": 72812},
"notify": {"parent": 72812},
"id-notify": {"parent": 72812},
"notify-threads": {"master-parent-item": 72812},
"participation": {"iid": 72812},
"sign": {"iid": 72812},
"term": {"oid": 72812},
"thread": {"iid": 72812},
"item-activity": {"id": 72812},
"item": {"iaid": 72812},
"id-item": {"iaid": 72812},
"item": {"id": 277835},
"item": {"parent": 277835},
"id-item": {"parent": 277835},
"item-delivery-data": {"iid": 277835},
"notify": {"iid": 277835},
"id-notify": {"iid": 277835},
"notify": {"parent": 277835},
"id-notify": {"parent": 277835},
"notify-threads": {"master-parent-item": 277835},
"participation": {"iid": 277835},
"sign": {"iid": 277835},
"term": {"oid": 277835},
"thread": {"iid": 277835},
"item-activity": {"id": 277835},
"item": {"iaid": 277835},
"id-item": {"iaid": 277835},
"item-content": {"id": 277835},
"item": {"icid": 277835},
"id-item": {"icid": 277835},
"user-item": {"iid": 277835},
"item": {"id": 277836},
"item": {"parent": 277836},
"id-item": {"parent": 277836},
"item-delivery-data": {"iid": 277836},
"notify": {"iid": 277836},
"id-notify": {"iid": 277836},
"notify": {"parent": 277836},
"id-notify": {"parent": 277836},
"notify-threads": {"master-parent-item": 277836},
"participation": {"iid": 277836},
"sign": {"iid": 277836},
"term": {"oid": 277836},
"thread": {"iid": 277836},
"item-activity": {"id": 277836},
"item": {"iaid": 277836},
"id-item": {"iaid": 277836},
"item-content": {"id": 277836},
"item": {"icid": 277836},
"id-item": {"icid": 277836},
"user-item": {"iid": 277836},
"item-content": {"id": 72812},
"item": {"icid": 72812},
"id-item": {"icid": 72812},
"user-item": {"iid": 72812},
"item": {"id": 73868},
"item": {"parent": 73868},
"id-item": {"parent": 73868},
"item-delivery-data": {"iid": 73868},
"notify": {"iid": 73868},
"id-notify": {"iid": 73868},
"notify": {"parent": 73868},
"id-notify": {"parent": 73868},
"notify-threads": {"master-parent-item": 73868},
"participation": {"iid": 73868},
"sign": {"iid": 73868},
"term": {"oid": 73868},
"thread": {"iid": 73868},
"item-activity": {"id": 73868},
"item": {"iaid": 73868},
"id-item": {"iaid": 73868},
"item-content": {"id": 73868},
"item": {"icid": 73868},
"id-item": {"icid": 73868},
"item": {"id": 248877},
"item": {"parent": 248877},
"id-item": {"parent": 248877},
"item": {"id": 250835},
"item": {"parent": 250835},
"id-item": {"parent": 250835},
"item-delivery-data": {"iid": 250835},
"notify": {"iid": 250835},
"id-notify": {"iid": 250835},
"notify": {"parent": 250835},
"id-notify": {"parent": 250835},
"notify-threads": {"master-parent-item": 250835},
"participation": {"iid": 250835},
"sign": {"iid": 250835},
"term": {"oid": 250835},
"thread": {"iid": 250835},
"item-activity": {"id": 250835},
"item": {"iaid": 250835},
"id-item": {"iaid": 250835},
"item-content": {"id": 250835},
"item": {"icid": 250835},
"id-item": {"icid": 250835},
"user-item": {"iid": 250835},
"item-delivery-data": {"iid": 248877},
"notify": {"iid": 248877},
"id-notify": {"iid": 248877},
"notify": {"parent": 248877},
"id-notify": {"parent": 248877},
"notify-threads": {"master-parent-item": 248877},
"participation": {"iid": 248877},
"sign": {"iid": 248877},
"term": {"oid": 248877},
"thread": {"iid": 248877},
"item-activity": {"id": 248877},
"item": {"iaid": 248877},
"id-item": {"iaid": 248877},
"item-content": {"id": 248877},
"item": {"icid": 248877},
"id-item": {"icid": 248877},
"user-item": {"iid": 248877},
"item": {"id": 248879},
"item": {"parent": 248879},
"id-item": {"parent": 248879},
"item": {"id": 250836},
"item": {"parent": 250836},
"id-item": {"parent": 250836},
"item-delivery-data": {"iid": 250836},
"notify": {"iid": 250836},
"id-notify": {"iid": 250836},
"notify": {"parent": 250836},
"id-notify": {"parent": 250836},
"notify-threads": {"master-parent-item": 250836},
"participation": {"iid": 250836},
"sign": {"iid": 250836},
"term": {"oid": 250836},
"thread": {"iid": 250836},
"item-activity": {"id": 250836},
"item": {"iaid": 250836},
"id-item": {"iaid": 250836},
"item-content": {"id": 250836},
"item": {"icid": 250836},
"id-item": {"icid": 250836},
"user-item": {"iid": 250836},
"item-delivery-data": {"iid": 248879},
"notify": {"iid": 248879},
"id-notify": {"iid": 248879},
"notify": {"parent": 248879},
"id-notify": {"parent": 248879},
"notify-threads": {"master-parent-item": 248879},
"participation": {"iid": 248879},
"sign": {"iid": 248879},
"term": {"oid": 248879},
"thread": {"iid": 248879},
"item-activity": {"id": 248879},
"item": {"iaid": 248879},
"id-item": {"iaid": 248879},
"item-content": {"id": 248879},
"item": {"icid": 248879},
"id-item": {"icid": 248879},
"user-item": {"iid": 248879},
"user-item": {"iid": 73868},
"item": {"id": 111607},
"item": {"parent": 111607},
"id-item": {"parent": 111607},
"item-delivery-data": {"iid": 111607},
"notify": {"iid": 111607},
"id-notify": {"iid": 111607},
"notify": {"parent": 111607},
"id-notify": {"parent": 111607},
"notify-threads": {"master-parent-item": 111607},
"participation": {"iid": 111607},
"sign": {"iid": 111607},
"term": {"oid": 111607},
"thread": {"iid": 111607},
"item-activity": {"id": 111607},
"item": {"iaid": 111607},
"id-item": {"iaid": 111607},
"item": {"id": 437334},
"item": {"parent": 437334},
"id-item": {"parent": 437334},
"item-delivery-data": {"iid": 437334},
"notify": {"iid": 437334},
"id-notify": {"iid": 437334},
"notify": {"parent": 437334},
"id-notify": {"parent": 437334},
"notify-threads": {"master-parent-item": 437334},
"participation": {"iid": 437334},
"sign": {"iid": 437334},
"term": {"oid": 437334},
"thread": {"iid": 437334},
"item-activity": {"id": 437334},
"item": {"iaid": 437334},
"id-item": {"iaid": 437334},
"item-content": {"id": 437334},
"item": {"icid": 437334},
"id-item": {"icid": 437334},
"user-item": {"iid": 437334},
"item": {"id": 437335},
"item": {"parent": 437335},
"id-item": {"parent": 437335},
"item-delivery-data": {"iid": 437335},
"notify": {"iid": 437335},
"id-notify": {"iid": 437335},
"notify": {"parent": 437335},
"id-notify": {"parent": 437335},
"notify-threads": {"master-parent-item": 437335},
"participation": {"iid": 437335},
"sign": {"iid": 437335},
"term": {"oid": 437335},
"thread": {"iid": 437335},
"item-activity": {"id": 437335},
"item": {"iaid": 437335},
"id-item": {"iaid": 437335},
"item-content": {"id": 437335},
"item": {"icid": 437335},
"id-item": {"icid": 437335},
"user-item": {"iid": 437335},
"item-content": {"id": 111607},
"item": {"icid": 111607},
"id-item": {"icid": 111607},
"item": {"id": 376497},
"item": {"parent": 376497},
"id-item": {"parent": 376497},
"item-delivery-data": {"iid": 376497},
"notify": {"iid": 376497},
"id-notify": {"iid": 376497},
"notify": {"parent": 376497},
"id-notify": {"parent": 376497},
"notify-threads": {"master-parent-item": 376497},
"participation": {"iid": 376497},
"sign": {"iid": 376497},
"term": {"oid": 376497},
"thread": {"iid": 376497},
"item-activity": {"id": 376497},
"item": {"iaid": 376497},
"id-item": {"iaid": 376497},
"item-content": {"id": 376497},
"item": {"icid": 376497},
"id-item": {"icid": 376497},
"user-item": {"iid": 376497},
"item": {"id": 376498},
"item": {"parent": 376498},
"id-item": {"parent": 376498},
"item-delivery-data": {"iid": 376498},
"notify": {"iid": 376498},
"id-notify": {"iid": 376498},
"notify": {"parent": 376498},
"id-notify": {"parent": 376498},
"notify-threads": {"master-parent-item": 376498},
"participation": {"iid": 376498},
"sign": {"iid": 376498},
"term": {"oid": 376498},
"thread": {"iid": 376498},
"item-activity": {"id": 376498},
"item": {"iaid": 376498},
"id-item": {"iaid": 376498},
"item-content": {"id": 376498},
"item": {"icid": 376498},
"id-item": {"icid": 376498},
"user-item": {"iid": 376498},
"user-item": {"iid": 111607},
"item": {"id": 111610},
"item": {"parent": 111610},
"id-item": {"parent": 111610},
"item-delivery-data": {"iid": 111610},
"notify": {"iid": 111610},
"id-notify": {"iid": 111610},
"notify": {"parent": 111610},
"id-notify": {"parent": 111610},
"notify-threads": {"master-parent-item": 111610},
"participation": {"iid": 111610},
"sign": {"iid": 111610},
"term": {"oid": 111610},
"thread": {"iid": 111610},
"item-activity": {"id": 111610},
"item": {"iaid": 111610},
"id-item": {"iaid": 111610},
"item": {"id": 437353},
"item": {"parent": 437353},
"id-item": {"parent": 437353},
"item-delivery-data": {"iid": 437353},
"notify": {"iid": 437353},
"id-notify": {"iid": 437353},
"notify": {"parent": 437353},
"id-notify": {"parent": 437353},
"notify-threads": {"master-parent-item": 437353},
"participation": {"iid": 437353},
"sign": {"iid": 437353},
"term": {"oid": 437353},
"thread": {"iid": 437353},
"item-activity": {"id": 437353},
"item": {"iaid": 437353},
"id-item": {"iaid": 437353},
"item-content": {"id": 437353},
"item": {"icid": 437353},
"id-item": {"icid": 437353},
"user-item": {"iid": 437353},
"item": {"id": 437354},
"item": {"parent": 437354},
"id-item": {"parent": 437354},
"item-delivery-data": {"iid": 437354},
"notify": {"iid": 437354},
"id-notify": {"iid": 437354},
"notify": {"parent": 437354},
"id-notify": {"parent": 437354},
"notify-threads": {"master-parent-item": 437354},
"participation": {"iid": 437354},
"sign": {"iid": 437354},
"term": {"oid": 437354},
"thread": {"iid": 437354},
"item-activity": {"id": 437354},
"item": {"iaid": 437354},
"id-item": {"iaid": 437354},
"item-content": {"id": 437354},
"item": {"icid": 437354},
"id-item": {"icid": 437354},
"user-item": {"iid": 437354},
"item-content": {"id": 111610},
"item": {"icid": 111610},
"id-item": {"icid": 111610},
"item": {"id": 376521},
"item": {"parent": 376521},
"id-item": {"parent": 376521},
"item-delivery-data": {"iid": 376521},
"notify": {"iid": 376521},
"id-notify": {"iid": 376521},
"notify": {"parent": 376521},
"id-notify": {"parent": 376521},
"notify-threads": {"master-parent-item": 376521},
"participation": {"iid": 376521},
"sign": {"iid": 376521},
"term": {"oid": 376521},
"thread": {"iid": 376521},
"item-activity": {"id": 376521},
"item": {"iaid": 376521},
"id-item": {"iaid": 376521},
"item-content": {"id": 376521},
"item": {"icid": 376521},
"id-item": {"icid": 376521},
"user-item": {"iid": 376521}
}
I believe I found the issue in the database structure:
...
"item-activity" => [
"comment" => "Activities for items",
"fields" => [
"id" => ["type" => "int unsigned", "not null" => "1", "extra" => "auto_increment", "primary" => "1", "relation" => ["thread" => "iid"]],
"uri" => ["type" => "varchar(255)", "comment" => ""],
"uri-id" => ["type" => "int unsigned", "relation" => ["item-uri" => "id"], "comment" => "Id of the item-uri table entry that contains the item uri"],
"uri-hash" => ["type" => "varchar(80)", "not null" => "1", "default" => "", "comment" => "RIPEMD-128 hash from uri"],
"activity" => ["type" => "smallint unsigned", "not null" => "1", "default" => "0", "comment" => ""]
],
"indexes" => [
"PRIMARY" => ["id"],
"uri-hash" => ["UNIQUE", "uri-hash"],
"uri" => ["uri(191)"],
"uri-id" => ["uri-id"]
]
],
...
@annando can you please confirm the relation set on the auto increment id field to thread.iid is incorrect? I couldn't find any supporting evidence in the code and since the field is auto incrementing it would explain the side effects.
In the log above combined with the data dump, I could see that the item with id = 21249 originally deleted doesn't have any iaid, and yet after the thread with iid = 21249 was expectedly deleted, a cascading delete is performed on item-activity with id = 21249 which doesn't make sense.
So basically this relation definition makes the cascading deletion shoot in a crowd with a blindfold on, recursively.
This explains the randomness of the deletions.
I'd be really happy to see this issue fixed. :)
@guzzisti - I am still monitoring but looks like it is fixed. No posts disappeared in a while.
Yaaaaay!
Can we close it?
From my point of view this is fixed.
Most helpful comment
I believe I found the issue in the database structure:
@annando can you please confirm the
relationset on the auto incrementidfield tothread.iidis incorrect? I couldn't find any supporting evidence in the code and since the field is auto incrementing it would explain the side effects.In the log above combined with the data dump, I could see that the
itemwithid = 21249originally deleted doesn't have anyiaid, and yet after thethreadwithiid = 21249was expectedly deleted, a cascading delete is performed onitem-activitywithid = 21249which doesn't make sense.So basically this relation definition makes the cascading deletion shoot in a crowd with a blindfold on, recursively.