zymap commented on PR #15827:
URL: https://github.com/apache/pulsar/pull/15827#issuecomment-1141633179

   The function tests failed by the same reason:
   
   ```
   2022-05-31T03:31:15,772+0000 [function-timer-thread-82-1] INFO  
org.apache.pulsar.functions.runtime.process.ProcessRuntime - Started process 
successfully
   Traceback (most recent call last):
     File "/pulsar/instances/python-instance/python_instance_main.py", line 41, 
in <module>
       import python_instance
     File "/pulsar/instances/python-instance/python_instance.py", line 43, in 
<module>
       import state_context
     File "/pulsar/instances/python-instance/state_context.py", line 25, in 
<module>
       from bookkeeper import admin, kv
     File 
"/usr/local/lib/python3.8/dist-packages/bookkeeper/admin/__init__.py", line 15, 
in <module>
       from bookkeeper.admin.client import Client
     File "/usr/local/lib/python3.8/dist-packages/bookkeeper/admin/client.py", 
line 20, in <module>
       from bookkeeper import types
     File "/usr/local/lib/python3.8/dist-packages/bookkeeper/types.py", line 
22, in <module>
       from bookkeeper.proto import common_pb2
     File 
"/usr/local/lib/python3.8/dist-packages/bookkeeper/proto/common_pb2.py", line 
35, in <module>
       _descriptor.FieldDescriptor(
     File 
"/usr/local/lib/python3.8/dist-packages/google/protobuf/descriptor.py", line 
560, in __new__
       _message.Message._CheckCalledFromGeneratedFile()
   TypeError: Descriptors cannot not be created directly.
   ```


-- 
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]

Reply via email to