Re: [dspace-tech] Re: DSpace 7.5 intermittent errors with patch operations

2023-03-23 Thread Mark H. Wood
On Thu, Mar 23, 2023 at 01:24:16AM -0700, Agustina Martinez wrote: > Thanks a lot for chipping in. All that you have described is exactly what > is happening. To give some more details: > >- There is the single big transaction being built up, and it does not >save until all the items in

Re: [dspace-tech] Re: DSpace 7.5 intermittent errors with patch operations

2023-03-23 Thread Agustina Martinez
Hi Mark, Thanks a lot for chipping in. All that you have described is exactly what is happening. To give some more details: - There is the single big transaction being built up, and it does not save until all the items in the collection have been processed. - My task implementation is

Re: [dspace-tech] Re: DSpace 7.5 intermittent errors with patch operations

2023-03-22 Thread Mark H. Wood
Interesting. It sounds to me like there are two problems here, with a common source: o a (potentially) gigantic transaction is built up over a sequence of operations which should be unrelated; o a (potentially) gigantic queue of events which should be unrelated is built up within the

Re: [dspace-tech] Re: DSpace 7.5 intermittent errors with patch operations

2023-03-21 Thread 'Tim Donohue' via DSpace Technical Support
ject: [dspace-tech] Re: DSpace 7.5 intermittent errors with patch operations Hi Tim, Many thanks for the hints. Yes, I can confirm now that the issue was completely unrelated to CORS. Unfortunately there were no errors at all in any of the backend logs regarding this other than a request timeout