Is there somewhere a list of current bugs ?
We are trying to use multisort index and it works fine 10 min, then we observes that index are not updated correctly.
We are doing concurrently a lot of insert/delete and update commands.
Has someone already encountered this kind of problem ?
pascal wrote:
Is there somewhere a list of current bugs ?
You can post bugs here.
We are trying to use multisort index and it works fine 10 min, then we observes that index are not updated correctly.
Make sure you are NOT updating your map outside commands. What you are describing does not look very likely to happen, because the index is updated inside the insert/delete/update commands, so it is either updated or an exception is thrown and the modification command is not executed.
We are doing concurrently a lot of insert/delete and update commands.
That's totally fine.
Are you sure you have really spotted a bug?
This message was edited 1 time. Last update was at 11/10/2010 22:39:02