membership-manager icon indicating copy to clipboard operation
membership-manager copied to clipboard

:ship: Docker image for managing Citus membership via docker-py

Results 5 membership-manager issues
Sort by recently updated
recently updated
newest added

connected to master Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 601, in urlopen chunked=chunked) File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 357, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/local/lib/python3.6/http/client.py", line 1239, in request...

``` connected to master Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/usr/local/lib/python3.8/site-packages/urllib3/connectionpool.py", line 392, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/local/lib/python3.8/http/client.py", line...

I used below docker-compose file to start a new citus db , and it can't start up ``` version: '2.1' services: master: container_name: "crawlerapp_citus_master" image: 'citusdata/citus:7.0.2' ports: ["5435:5432"] labels: ['com.citusdata.role=Master']...

I modified manager.py to not remove volume information on stop by running remove_worker on destroy instead of on die. When combined with specifying a volume, this should allow for use...

New environment variables, design, how stuff works, advanced use patterns, etc.