You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by gi...@git.apache.org on 2017/09/18 22:12:13 UTC

[GitHub] sijie opened a new issue #515: Use `status.hostIP` to run bookies in k8s

sijie opened a new issue #515: Use `status.hostIP` to run bookies in k8s
URL: https://github.com/apache/bookkeeper/issues/515
 
 
   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
   - What did you do?
   
   follow the [tutorial](http://bookkeeper.apache.org/docs/latest/deployment/kubernetes/) to deploy bookkeeper in k8s.
   
   - What did you expect to see?
   
   when pods restarted (via `kubectl delete` and `kubectl create`), the pods should be able to run again. 
   
   - What did you see instead?
   
   InvalidCookieException. Because when pods are restarted, the container ip will changed. The bookies do a cookie validation to ensure the ip address doesn't change during the lifecycle of bookies.
   
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services