ray-project / mobius

Mobius is an AI infrastructure platform for distributed online learning, including online sample processing, training and serving.
https://ray-project.github.io/mobius/
Apache License 2.0
88 stars 15 forks source link

Java test fails to run without opencesus symbols exported. #26

Closed ashione closed 2 years ago

ashione commented 2 years ago

Version 0.0.1

Describe the bug 2022-02-21 10:58:03,621 INFO JobSchedulerImpl [pool-3-thread-1]: Begin creating workers. 2022-02-21 10:58:03,630 INFO WorkerLifecycleController [ForkJoinPool.commonPool-worker-2]: Start to create worker actor for vertex: 4-[ReduceOperator -> SinkOperator]-0 with resource: {}, workeConfig: {streaming.job.id=00000000, streaming.job.name=testUserDefinedSourceWordCount, channel_type=MEMORY_CHANNEL}. 2022-02-21 10:58:03,630 INFO WorkerLifecycleController [ForkJoinPool.commonPool-worker-9]: Start to create worker actor for vertex: 1-[SourceOperatorImpl -> FlatMapOperator -> KeyByOperator]-0 with resource: {}, workeConfig: {streaming.job.id=00000000, streaming.job.name=testUserDefinedSourceWordCount, channel_type=MEMORY_CHANNEL}. dyld: lazy symbol binding failed: Symbol not found: ZN10opencensus4tags6TagKey8RegisterENSt3117basic_string_viewIcNS2_11char_traitsIcEEEE Referenced from: /private/var/folders/mq/04v30h4d6y94mslbyrys55nr0000gn/T/native_libs338051773672306680/libstreaming_java.dylib Expected in: flat namespace dyld: Symbol not found: ZN10opencensus4tags6TagKey8RegisterENSt3117basic_string_viewIcNS2_11char_traitsIcEEEE Referenced from: /private/var/folders/mq/04v30h4d6y94mslbyrys55nr0000gn/T/native_libs338051773672306680/libstreaming_java.dylib Expected in: flat namespace

To Reproduce

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.