-
Bug
-
Resolution: Duplicate
-
Medium
This is perhaps a race condition for double-submitting an inline edit???
The symptom is that we see logs like this on reindex:
(names changed to protect the innocent)
INFO [atlassian.jira.upgrade.UpgradeManagerImpl] Re-indexing is 28% complete. Current index: Issue ERROR [issue.customfields.impl.AbstractSingleFieldType] More than one value stored for custom field id 'customfield_10032' for issue 'XXX-12683'. Values [foo, foo] ERROR [issue.customfields.impl.AbstractSingleFieldType] More than one value stored for custom field id 'customfield_10032' for issue 'YYYY-31150'. Values [bar, bar] ERROR [issue.customfields.impl.AbstractSingleFieldType] More than one value stored for custom field id 'customfield_10032' for issue 'YYYY-31114'. Values [wombat, wombat] INFO [atlassian.jira.upgrade.UpgradeManagerImpl] Re-indexing is 29% complete. Current index: Issue
- duplicates
-
JRASERVER-12796 Multiple values being stored for single value custom fields
- Closed