sergey-safarov commented on issue #286:
URL: https://github.com/apache/couchdb-docker/issues/286#issuecomment-3754228280

   > For example, you'd want to make sure your load balancer is respecting _up 
and that the pod terminationGracePeriodSeconds is aligned with the load 
balancer health checking timeouts.
   
   To get it working for most of cases required make sure no request to 
database documents for grace period. Any ideas?
   
   > I'm also curious why erl_call doesn't work for you?
   
   `erl_call` cannot works with IPv6 only nodes. Example
   
   ```sh
   echo "X=1,Y=2,{X,Y}." | erl_call -e -n [email protected]
   erl_call: can't ei_gethostbyname(ipv6-only-host.example.com)
   ```
   And `ERL_FLAGS="-proto_dist inet6_tcp"` environment variable is ignored.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to