Re: "Duplicate field ID" Error when register a contentious query

2017-11-16 Thread Andrey Mashenkov
Hi, Looks like your listener is statefull and holds a connection object that is transfered to remote node. Try to move connection to out of listener. On Thu, Nov 16, 2017 at 3:42 AM, gunman524 wrote: > Hi guys, > > I met a issue that "Duplicate field ID" Error occurs when register a > contentio

"Duplicate field ID" Error when register a contentious query

2017-11-15 Thread gunman524
Hi guys, I met a issue that "Duplicate field ID" Error occurs when register a contentious query. Here is my case: 1. Start a jdbc client and use SQL to create table and insert record 2. Start a another client and using contentious query to monitor table and insert the income data to another My