It’s not clear what you’re reporting here. 

Do you get a response or not?
If you do, please show it. 
If not, check couch.log for output from that time and show that. 

> On 16 Jan 2020, at 14:09, Betto McRose [icarus] <mcrose....@gmail.com> wrote:
> 
> Hi all
> I got this issue I can't figure out what I'm missing
> I have tested in two applications: one with java-ee 8, the other in quarkus
> both calls CouchDB REST API for post() and _bulk operations
> 
> with java-ee I made some tricks because I need to create a document with
> every entity, from a mmsql record and went fine
> 
> but with quarkus app, I need to:
> -retrieve 100 non-migrated documents (could be more)
> -create 100 entities and persist in mmsql --no problems till here--
> -updates those 100 documents with 'migrated' back to CouchDB
> first with one-by-one, now in a bulk operation
> ---still no problems till here--
> 
> the problem appears when (and depends on ???, still don't know)
> do the query for the 'next' 100 or calls for bulk insert/update operation
> 
> doing one by one occurs after 50 inserts/update
> or calling the _bulk, occurs after 20 times
> 
> calls the REST API and stops there
> 
> CouchDB is installed with default values
> on a Windows 10 PRO i7
> with 16GB RAM
> and 500GB SSD
> 
> 
> 
> 
> -- 
> 
> 
> [image: --]
> 
> [icarus]
> [image: https://]about.me/mcrose
> <https://about.me/mcrose?promo=email_sig>
> Betto McRose
> Java/JavaEE Developer

Reply via email to