Re: Re[4]: Checkpointing threads

2022-09-09 Thread Surinder Mehra
We have observed one interesting issue with checkpointing. We are using 64G RAM 12 CPU with 3K iops/128mbps SSDs. Our application fills up the WAL directory really fast and hence the RAM. We made the following observations 0. Not so bad news first, it resumes processing after getting stuck for sev

Re: Edge Computing Read Time Application

2022-09-09 Thread Vicky Kak
I am already in process of getting the basic application using opencv up. Thanks for your inputs. On Fri, Sep 9, 2022 at 7:35 AM Jeremy McMillan wrote: > Maybe it would be easier to start from OpenCV or something like that, > figure out how to get the processing pipeline MVP for the simplest use

What is data-streamer-stripe threasd?

2022-09-09 Thread John Smith
Hi I'm profiling my application through YourKit and it indicates that a bunch of these threads (data-streamer-stripe) are "frozen" for 21 days. This I'm not using data streaming, is there a way to disable it or just ignore the messages? The application is configured as thick client (client = true)