GORA-228 java.util.ConcurrentModificationException when using MemStore for concurrent tests this closes #31
Project: http://git-wip-us.apache.org/repos/asf/gora/repo Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/cfd1c52f Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/cfd1c52f Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/cfd1c52f Branch: refs/heads/master Commit: cfd1c52f3e86ca0ae2d4e80446ce2e95a8825af0 Parents: 5e5416b Author: Lewis John McGibbney <[email protected]> Authored: Sat Aug 29 14:59:07 2015 -0700 Committer: Lewis John McGibbney <[email protected]> Committed: Sat Aug 29 14:59:07 2015 -0700 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/gora/blob/cfd1c52f/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index ca79a6c..defcf19 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,8 @@ Current Development +* GORA-228 java.util.ConcurrentModificationException when using MemStore for concurrent tests (Yasin Kılınç, cihad güzel, lewismc) + * GORA-419: AccumuloStore.put deletes entire row when updating map/array field (gerhardgossen via lewismc) * GORA-420: AccumuloStore.createSchema fails when table already exists (gerhardgossen via lewismc)
