Re: Duplicate key error

2021-10-27 Thread Karl Wright
We see errors like this only because MCF is a highly multithreaded application, and two threads sometimes are able to collide in what they are doing even though they are transactionally separated. That is because of bugs in the database software. So if you restart the job it should not encounter

Re: Duplicate key error

2021-10-27 Thread Karl Wright
Is it repeatable? My guess is it is not repeatable. Karl On Wed, Oct 27, 2021 at 4:43 AM ritika jain wrote: > So , it can be left as it is.. ? because it is preventing job to complete > and its stopping. > > On Tue, Oct 26, 2021 at 8:40 PM Karl Wright wrote: > >> That's a database bug. All

Re: Duplicate key error

2021-10-27 Thread ritika jain
So , it can be left as it is.. ? because it is preventing job to complete and its stopping. On Tue, Oct 26, 2021 at 8:40 PM Karl Wright wrote: > That's a database bug. All of our underlying databases have some bugs of > this kind. > > Karl > > > On Tue, Oct 26, 2021 at 9:17 AM ritika jain >