You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to elasti...@googlegroups.com
I am getting the following error while doing bulk save using elastictastic
Elastictastic::OperationNotAllowed: Can't re-save transient document with pending save in bulk operation
What does it mean and how do I resolve this error?
-- Thanks,
Aash
Matthew A. Brown
unread,
Jan 8, 2013, 8:02:23 AM1/8/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to elasti...@googlegroups.com
Hi Aash,
It means you're calling #save twice on the same new document, before the bulk transaction completes. So to fix it, just remove the duplicate call to #save.
Mat
--
aash dhariya
unread,
Jan 8, 2013, 8:13:27 AM1/8/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message