gaozhangmin commented on pull request #11285: URL: https://github.com/apache/pulsar/pull/11285#issuecomment-946689401
> > > > Could you check my comments? It looks like `pulsar-client-cpp/pulsar-test-service-start.sh` cannot run successfully after this change. > > > > > > > > > @BewareMyPower Sure, I will check later. > > > > > > @BewareMyPower I tested locally `pulsar-client-cpp/pulsar-test-service-start.sh`, successfully run without error. > > Did you use Java 11? The CI env is a docker container based on Ubuntu 16.04 and Java 11. > > ```shell > $ java -version > openjdk version "11.0.11" 2021-04-20 > OpenJDK Runtime Environment (build 11.0.11+9-Ubuntu-0ubuntu2.16.04) > OpenJDK 64-Bit Server VM (build 11.0.11+9-Ubuntu-0ubuntu2.16.04, mixed mode, sharing) > ``` I tested without `PULSAR_GC_LO` successfully, I don't know why this jdk11 cannot recognize `xlog:gc` -- 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]
