Alvaro Vega

Results 234 comments of Alvaro Vega

According with orion doc: ``` -dbDisableRetryWrites. Set retryWrite parameter to false in DB connections (not recommended, only to keep compatibility with old MongoDB instances) ``` It seems that options is...

Cygnus by default works in batch mode. You can try to reduce batch size (CYGNUS_POSTGRESQL_BATCH_SIZE) or decrease timeout (CYGNUS_POSTGRESQL_BATCH_TIMEOUT) in order to that different measures would be stored with different...

I guess this load balancing feature is only used when a cygnus agent has several mysql sinks,

This issue is about to allow db uris without port, like 10.162.249.11,10.162.249.12,10.162.249.13, isn't it?

Maybe could you tried with latest cygnus docker image and tell us, please?

Hi @sanamart your previous reported errors where 409 (typically already created), now you are getting a 404 error (topically not found error). It seems not the same.

The reported log is just a warn....is not a bug. It's an undesirable but expected situation.

Could you please provide which configuration are you using for postgresql sink ?

Could you please provide a link in postgresql driver documentation which describes this behavior "As a specification of the Postgresql driver, if a connection is made without specifying a database...