Custom Query (101 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 101)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#177 fixed Dockerfile and docker-compose environment with pgbouncer samsouk
Description

Added a pgbouncer container to allow more then 100 simultaneous processes

The docker-compose environment:

  • zookernel: the zoo-kernel container built with python, javascript, postgresql, OAS
  • pg: the postgresql container with defaut configuration (max_connections=100)
  • pgbouncer: the pgbouncer container with max_client_conn=1000

include a python script to test the max_client_conn setting:

` python docker/test_long_process.py 900 `

Patch generated with:

` diff -ruN ../ZOO-Project.orig/ . > ../docker-clean.patch `

#176 duplicate Dockerfile and docker-compose environment samsouk
Description

This patch adds:

  • a Dockerfile for building the zoo-kernel with some modules
  • a docker-compose.yml file with zoo-kernel and postgresql
  • a docker folder containing various configuration files
#175 fixed Unique constraint violation in clustered mode e.ropartz
Description

Hi,

We used zooproject in a clustered mode. So we have a database backend to share ongoing informations of running services between 2 ZOO-Kernel instances. When the load on the cluster increases, some requests fails due to databases errors :

ERROR 1: ERROR: duplicate key value violates unique constraint "services_osid_key" DÉTAIL : Key (osid)=(1593003150) already exists. ERROR 1: ERROR: insert or update on table "responses" violates foreign key constraint "responses_uuid_fkey" DÉTAIL : Key (uuid)=(519e1ea2-b481-11ea-917c-005056b8dc20) is not present in table "services".

  • The osid value calculated by the kernel is not unique

The osid is calculated by the script zoo-project/zoo-kernel/zoo_service_loader.c (line 830) : sprintf (tmpBuff, "%i", (cpid + ((int) tp.tv_sec + (int) tp.tv_usec)));

  • In some cases, the PID variation is cancelled by the timestamp variation
1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.

Search

Context Navigation

ZOO Sponsors

http://www.zoo-project.org/trac/chrome/site/img/geolabs-logo.pnghttp://www.zoo-project.org/trac/chrome/site/img/neogeo-logo.png http://www.zoo-project.org/trac/chrome/site/img/apptech-logo.png http://www.zoo-project.org/trac/chrome/site/img/3liz-logo.png http://www.zoo-project.org/trac/chrome/site/img/gateway-logo.png

Become a sponsor !

Knowledge partners

http://www.zoo-project.org/trac/chrome/site/img/ocu-logo.png http://www.zoo-project.org/trac/chrome/site/img/gucas-logo.png http://www.zoo-project.org/trac/chrome/site/img/polimi-logo.png http://www.zoo-project.org/trac/chrome/site/img/fem-logo.png http://www.zoo-project.org/trac/chrome/site/img/supsi-logo.png http://www.zoo-project.org/trac/chrome/site/img/cumtb-logo.png

Become a knowledge partner

Related links

http://zoo-project.org/img/ogclogo.png http://zoo-project.org/img/osgeologo.png