You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ponymail.apache.org by sebbASF <gi...@git.apache.org> on 2016/11/04 15:43:57 UTC

[GitHub] incubator-ponymail issue #224: Enh: archiver does not specify id when adding...

GitHub user sebbASF opened an issue:

    https://github.com/apache/incubator-ponymail/issues/224

    Enh: archiver does not specify id when adding entries to notifications

    The archiver currently leaves it to ES to generate the id for notification entries.
    
    This is presumably because there may be multiple references for a single message.
    However the code ensures that there cannot be duplicate entries for the same cid from a single message.
    
    So it looks like the code could use cid+mid for the id.
    
    [This would allow re-import if necessary without creating additional entries, but that might only be useful for testing]

----

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---