You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/09/03 11:01:00 UTC

[GitHub] [pulsar] tuhao1020 commented on issue #11911: Need docs for building pulsar from source and run on windows

tuhao1020 commented on issue #11911:
URL: https://github.com/apache/pulsar/issues/11911#issuecomment-912452011


   I changed some code in  `bin/pulsar` and use a bash environment to run it,  then got some errors:
   
   ```
    ERROR org.apache.bookkeeper.clients.impl.internal.RootRangeClientImplWithRetries - Reason for the failure {}
   io.grpc.StatusRuntimeException: NOT_FOUND
           at io.grpc.StatusRuntimeException.fillInStackTrace(StatusRuntimeException.java:68) ~[io.grpc-grpc-api-1.33.0.jar:1.33.0]
           at io.grpc.StatusRuntimeException.<init>(StatusRuntimeException.java:58) ~[io.grpc-grpc-api-1.33.0.jar:1.33.0]
           at io.grpc.StatusRuntimeException.<init>(StatusRuntimeException.java:50) ~[io.grpc-grpc-api-1.33.0.jar:1.33.0]
           at io.grpc.Status.asRuntimeException(Status.java:533) ~[io.grpc-grpc-api-1.33.0.jar:1.33.0]
           at io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:533) ~[io.grpc-grpc-stub-1.33.0.jar:1.33.0]
           at io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:616) ~[io.grpc-grpc-core-1.33.0.jar:1.33.0]
           at io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:69) ~[io.grpc-grpc-core-1.33.0.jar:1.33.0]
           at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:802) ~[io.grpc-grpc-core-1.33.0.jar:1.33.0]
           at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:781) ~[io.grpc-grpc-core-1.33.0.jar:1.33.0]
           at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37) ~[io.grpc-grpc-core-1.33.0.jar:1.33.0]
           at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123) ~[io.grpc-grpc-core-1.33.0.jar:1.33.0]
           at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_275]
           at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_275]
           at java.lang.Thread.run(Thread.java:823) [?:1.8.0_275]
   ......
   
   ERROR org.apache.pulsar.common.stats.JvmG1GCMetricsLogger - Failed to collect GC stats: java.lang:type=GarbageCollector,name=G1 Young Generation
   ```


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org