2018-10-22 13:37:45 UTC - Tony Zoght: @Tony Zoght has joined the channel
----
2018-10-22 19:51:11 UTC - Ryan Samo: Hey guys another quick question. If you
connect via TLS to a broker using Java and pass in the cert, key, and ca, the
client handles the SSL context for you and connects right up. If you try to hit
a broker via secure websockets on 8443, it throws an error of “unable to find
valid certification path to requested target.” My question is do the brokers
rely on a local trust store for traffic on 8443 and if so, why not 6651?
Thanks!
----
2018-10-22 20:07:59 UTC - Grant Wu: Has anyone seen this error? (pasting in
thread)
----
2018-10-22 20:08:18 UTC - Grant Wu: We may be having some backing disk errors,
wondering if this is consistent with it
----
2018-10-22 20:11:06 UTC - Grant Wu: here’s a fuller trace:
----
2018-10-22 20:11:20 UTC - Grant Wu: ```
20:07:17.965 [main] ERROR org.apache.bookkeeper.bookie.Bookie - There are
directories without a cookie, and this is neither a new environment, nor is
storage expansion enabled. Empty directories are
[data/bookkeeper/journal/current, data/bookkeeper/ledgers/current]
20:07:17.966 [bookie-io-1-1] INFO org.apache.bookkeeper.proto.AuthHandler -
Authentication success on server side
20:07:17.965 [main] INFO org.apache.bookkeeper.proto.BookieNettyServer -
Shutting down BookieNettyServer
20:07:17.993 [main] ERROR org.apache.bookkeeper.server.Main - Failed to build
bookie server
org.apache.bookkeeper.bookie.BookieException$InvalidCookieException:
at
org.apache.bookkeeper.bookie.Bookie.checkEnvironmentWithStorageExpansion(Bookie.java:474)
~[org.apache.bookkeeper-bookkeeper-server-4.7.2.jar:4.7.2]
at
org.apache.bookkeeper.bookie.Bookie.checkEnvironment(Bookie.java:256)
~[org.apache.bookkeeper-bookkeeper-server-4.7.2.jar:4.7.2]
at org.apache.bookkeeper.bookie.Bookie.<init>(Bookie.java:640)
~[org.apache.bookkeeper-bookkeeper-server-4.7.2.jar:4.7.2]
at
org.apache.bookkeeper.proto.BookieServer.newBookie(BookieServer.java:131)
~[org.apache.bookkeeper-bookkeeper-server-4.7.2.jar:4.7.2]
at
org.apache.bookkeeper.proto.BookieServer.<init>(BookieServer.java:100)
~[org.apache.bookkeeper-bookkeeper-server-4.7.2.jar:4.7.2]
at
org.apache.bookkeeper.server.service.BookieService.<init>(BookieService.java:43)
~[org.apache.bookkeeper-bookkeeper-server-4.7.2.jar:4.7.2]
at org.apache.bookkeeper.server.Main.buildBookieServer(Main.java:299)
~[org.apache.bookkeeper-bookkeeper-server-4.7.2.jar:4.7.2]
at org.apache.bookkeeper.server.Main.doMain(Main.java:219)
[org.apache.bookkeeper-bookkeeper-server-4.7.2.jar:4.7.2]
at org.apache.bookkeeper.server.Main.main(Main.java:201)
[org.apache.bookkeeper-bookkeeper-server-4.7.2.jar:4.7.2]
at org.apache.bookkeeper.proto.BookieServer.main(BookieServer.java:280)
[org.apache.bookkeeper-bookkeeper-server-4.7.2.jar:4.7.2]
```
----
2018-10-22 22:18:41 UTC - Ali Ahmed: @Grant Wu the bookie is trying to register
as new but has data from before
----
2018-10-22 22:18:51 UTC - Grant Wu: I see
----
2018-10-22 22:19:00 UTC - Grant Wu: So that could be summarized as “metadata
corruption” right?
----
2018-10-22 22:20:16 UTC - Ali Ahmed: can’t be sure looks maybe init on this
failed midway
```
There are directories without a cookie, and this is neither a new environment,
nor is storage expansion enabled. Empty directories are
[data/bookkeeper/journal/current, data/bookkeeper/ledgers/current]
```
----
2018-10-23 01:18:36 UTC - yiyezi: @yiyezi has joined the channel
----
2018-10-23 01:24:15 UTC - Nathanial Murphy: Is there any way in the admin api
to get the total number of messages in a non-partitioned persistent topic?
----
2018-10-23 02:30:42 UTC - chongyang Yin: @chongyang Yin has joined the channel
----
2018-10-23 05:48:57 UTC - Ali Ahmed: @Nathanial Murphy it’s available in the
stats
<https://pulsar.apache.org/docs/latest/admin/Stats/>
----
2018-10-23 05:50:17 UTC - Matteo Merli: `pulsar-admin topics stats my-topic`
----
2018-10-23 06:51:29 UTC - Felix Li: @Felix Li has joined the channel
----