Re: Jdbc Aggregation and K8s

2022-03-11 Thread Mark Nuttall
Thanks Karen! We will. I will have my teammate do it since he is actually working on the issue and has the details On Fri, Mar 11, 2022 at 10:32 AM Karen Lease wrote: > Hi Mark, > This looks like a bug to me. During startup the AggregateProcessor first > queries the exchange IDs in the table and

Re: Jdbc Aggregation and K8s

2022-03-11 Thread Karen Lease
Hi Mark, This looks like a bug to me. During startup the AggregateProcessor first queries the exchange IDs in the table and then tries to read them using the IDs. So if the exchange completes between these 2 queries, the second select will return null. The AggregateProcessor should check for a