lightstep-tracer-python icon indicating copy to clipboard operation
lightstep-tracer-python copied to clipboard

Lightstep appears to be using pure python thrift code

Open rowillia opened this issue 5 years ago • 3 comments
trafficstars

I believe the issue is that https://github.com/lightstep/lightstep-tracer-python/blob/master/lightstep/crouton/ttypes.py was generated with 0.9.2, but lightstep now requires 0.10.0. Accessing the accelerated module appears to have changed since 0.10.0 (https://github.com/apache/thrift/pull/844). I recommend you re-generate the thrift code with a newer version of the Thrift compiler.

rowillia avatar Jan 14 '20 03:01 rowillia

Thanks for reporting the issue @rowillia! I'll take a look

codeboten avatar Jan 14 '20 18:01 codeboten

Bumped the version of the thrift compiler with this change #92

codeboten avatar Jan 15 '20 01:01 codeboten

@codeboten I think you also need https://github.com/lightstep/lightstep-tracer-python/pull/90 to have native mode take over.

rowillia avatar Jan 17 '20 15:01 rowillia