2020-05-16 14:26:27 UTC - ckdarby: @Sijie Guo For these kinds of issues is it best to just gather as much data as possible and post on GitHub issue instead? ---- 2020-05-16 17:10:34 UTC - Ruian: After restarting my client, the unbalanced situation has gone. ---- 2020-05-16 17:14:17 UTC - Ruian: I think the problem comes from the pulsar-client-go library. Do you have any suggestion? @Sijie Guo ---- 2020-05-16 17:43:53 UTC - Sijie Guo: yeah. usually github issues with detailed inforrmation are preferred.
there are a couple of questions regarding your issue. • how do you read directly from EBS? single thread or multiple thread? • How do you do the test? Are you testing producer + consumer together? or Are you testing reading backlogs? These information can help me understand whether you need to tune bookies or brokers. ---- 2020-05-16 23:34:33 UTC - JG: Hello, nobody knows how to use Java11 in Functions instead of JDK 8 ? Apache pulsar server needs a specific config ? I am using docker compose... ---- 2020-05-17 01:56:32 UTC - Ebere Abanonu: @Sijie Guo when will the swagger definition for pulsar 2.5.1 admin REST api be made available? ---- 2020-05-17 06:34:14 UTC - Brad Moore: @Brad Moore has joined the channel ---- 2020-05-17 07:46:00 UTC - Chaitanya Sharma: @Chaitanya Sharma has joined the channel ---- 2020-05-17 07:48:50 UTC - Chaitanya Sharma: Hi, I'm facing this error on trying to compile pulsar from `master` branch, any suggestions? ```[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project pulsar-broker-common: Compilation failure [ERROR] /Users/chaitanya/Projects/apache/pulsar/pulsar-broker-common/src/main/java/org/apache/pulsar/broker/web/WebExecutorThreadPool.java:[40,5] method does not override or implement a method from a supertype ➜ pulsar git:(master) ✗ java -version openjdk version "11.0.6" 2020-01-14 LTS OpenJDK Runtime Environment Corretto-11.0.6.10.1 (build 11.0.6+10-LTS) OpenJDK 64-Bit Server VM Corretto-11.0.6.10.1 (build 11.0.6+10-LTS, mixed mode) ➜ pulsar git:(master) ✗ javac -version javac 11.0.6``` ----
