2018-02-27 19:34:17 UTC - Sahaya Andrews Albert: Right now, bookie fails with cookie mismatch exception when ledger/journal is mounted from ebs volume due to host/node restart and it's assigned a new ip. Do we have a solution to clear it during startup? ---- 2018-02-27 19:35:07 UTC - Matteo Merli: you have to keep same IP / hostname for bookies ---- 2018-02-27 19:35:32 UTC - Matteo Merli: that is the way BK client can find the where the data is stored ---- 2018-02-27 19:36:34 UTC - Sahaya Andrews Albert: ah, thats right. In the world of containers and vm's it's hard to keep the ip, right? ---- 2018-02-27 19:37:07 UTC - Matteo Merli: It depends. In Kubernetes, you do that by using StatefulSet ---- 2018-02-27 19:38:39 UTC - Sahaya Andrews Albert: Do we have that config in our example? ---- 2018-02-27 19:40:28 UTC - Matteo Merli: <https://github.com/apache/incubator-pulsar/blob/master/deployment/kubernetes/google-kubernetes-engine/bookie.yaml> ---- 2018-02-27 19:41:03 UTC - Matteo Merli: this is for Google cloud. for AWS it would be similar, just need to adjust the volumes provider ---- 2018-02-27 19:41:25 UTC - Sahaya Andrews Albert: ok, will go over that. Thanks. ---- 2018-02-28 01:54:18 UTC - Anil Muppalla: I am trying to build pulsar but fails with from the master branch. ```Failed to execute goal on project pulsar-zookeeper-utils: Could not resolve dependencies for project org.apache.pulsar:pulsar-zookeeper-utils:jar:2.0.0-incubating-SNAPSHOT: Could not find artifact org.apache.pulsar:managed-ledger:jar:tests:2.0.0-incubating-SNAPSHOT in central (<http://repo1.maven.org/maven2>) -> [Help 1]``` ---- 2018-02-28 01:54:37 UTC - Anil Muppalla: I am building it on my personal machine ---- 2018-02-28 01:54:47 UTC - Sijie Guo: what is your command? ---- 2018-02-28 01:55:04 UTC - Anil Muppalla: `mvn clean compile` ---- 2018-02-28 01:57:26 UTC - Sijie Guo: I would suggest running with `mvn clean package -DskipTests`. I don’t think `tests` jar as generated at `compile` phase. ---- 2018-02-28 01:59:19 UTC - Anil Muppalla: thanks @Sijie Guo ---- 2018-02-28 02:00:14 UTC - Sijie Guo: np ---- 2018-02-28 02:25:32 UTC - Matteo Merli: <!here> Pulsar has now switched to use BookKeeper from Apache master branch. All the changes that were in the Yahoo BookKeeper fork were already merged and will be released as part of BookKeeper 4.7. +1 : Anil Muppalla, Ali Ahmed, jia zhai, Sijie Guo ---- 2018-02-28 02:25:43 UTC - Matteo Merli: @Matteo Merli pinned a message to this channel. ---- 2018-02-28 02:26:45 UTC - jia zhai: :+1: ---- 2018-02-28 02:27:16 UTC - Sijie Guo: awesome!!!! ---- 2018-02-28 02:28:31 UTC - Matteo Merli: We had ~150 commits (a lot of them already squashed) been pushed upstream ---- 2018-02-28 02:41:21 UTC - Joe Francis: :cocktail: ----