From 142dc89ca3432d88725bdf769c41e819fc66aa0f Mon Sep 17 00:00:00 2001 From: Lingxuan Zuo Date: Wed, 23 Feb 2022 16:24:16 +0800 Subject: [PATCH] [Symbols]Exporting openceus for streaming outside (#22526) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Opencenus symobls haven been exported in linux version of libcore_worker_library_java.so, but deleted from ray_exported_symbols.lds, which makes streaming macos test case failed. This pr add this exporting record and rename *ray*streaming* stuff to *ray*internal* that's a united entry to ray cpp. Co-authored-by: 林濯 --- src/ray/ray_exported_symbols.lds | 3 ++- src/ray/ray_version_script.lds | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/ray/ray_exported_symbols.lds b/src/ray/ray_exported_symbols.lds index b26a1ad988862..c0b7a79b43eb2 100644 --- a/src/ray/ray_exported_symbols.lds +++ b/src/ray/ray_exported_symbols.lds @@ -24,6 +24,7 @@ *ray*ObjectReference* # Others *ray*metrics* +*opencensus*; *ray*stats* *ray*rpc* *ray*gcs* @@ -32,4 +33,4 @@ *PyInit__raylet* *Java_io_ray* _JNI_On* -*ray*streaming* +*ray*internal* diff --git a/src/ray/ray_version_script.lds b/src/ray/ray_version_script.lds index 39cd0b39564fc..9adba50d9849d 100644 --- a/src/ray/ray_version_script.lds +++ b/src/ray/ray_version_script.lds @@ -36,7 +36,7 @@ VERSION_1.0 { *init_raylet*; *Java*; *JNI_*; - *ray*streaming*; + *ray*internal*; *aligned_free*; *aligned_malloc*; local: *;