Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors while updating to latest version(v0.17) for jaeger exporter #1562

Closed
varun06 opened this issue Feb 19, 2021 · 2 comments
Closed

Errors while updating to latest version(v0.17) for jaeger exporter #1562

varun06 opened this issue Feb 19, 2021 · 2 comments

Comments

@varun06
Copy link

varun06 commented Feb 19, 2021

I am getting below error when trying to update to latest for jaeger exporter.

 go get -u go.opentelemetry.io/otel/exporters/trace/jaeger
# go.opentelemetry.io/otel/exporters/trace/jaeger/internal/gen-go/jaeger
../../../../go/pkg/mod/go.opentelemetry.io/otel/exporters/trace/[email protected]/internal/gen-go/jaeger/agent.go:67:34: not enough arguments in call to oprot.WriteMessageBegin
        have (string, thrift.TMessageType, int32)
        want (context.Context, string, thrift.TMessageType, int32)
../../../../go/pkg/mod/go.opentelemetry.io/otel/exporters/trace/[email protected]/internal/gen-go/jaeger/agent.go:76:32: not enough arguments in call to oprot.WriteMessageEnd
        have ()
        want (context.Context)
../../../../go/pkg/mod/go.opentelemetry.io/otel/exporters/trace/[email protected]/internal/gen-go/jaeger/agent.go:109:22: cannot assign error to err (type thrift.TException) in multiple assignment:
        error does not implement thrift.TException (missing TExceptionType method)
../../../../go/pkg/mod/go.opentelemetry.io/otel/exporters/trace/[email protected]/internal/gen-go/jaeger/agent.go:109:47: not enough arguments in call to iprot.ReadMessageBegin
        have ()
        want (context.Context)
../../../../go/pkg/mod/go.opentelemetry.io/otel/exporters/trace/[email protected]/internal/gen-go/jaeger/agent.go:116:12: not enough arguments in call to iprot.Skip
        have (number)
        want (context.Context, thrift.TType)
../../../../go/pkg/mod/go.opentelemetry.io/otel/exporters/trace/[email protected]/internal/gen-go/jaeger/agent.go:117:22: not enough arguments in call to iprot.ReadMessageEnd
        have ()
        want (context.Context)
../../../../go/pkg/mod/go.opentelemetry.io/otel/exporters/trace/[email protected]/internal/gen-go/jaeger/agent.go:119:25: not enough arguments in call to oprot.WriteMessageBegin
        have (string, thrift.TMessageType, int32)
        want (context.Context, string, thrift.TMessageType, int32)
../../../../go/pkg/mod/go.opentelemetry.io/otel/exporters/trace/[email protected]/internal/gen-go/jaeger/agent.go:120:10: not enough arguments in call to x1.Write
        have (thrift.TProtocol)
        want (context.Context, thrift.TProtocol)
../../../../go/pkg/mod/go.opentelemetry.io/otel/exporters/trace/[email protected]/internal/gen-go/jaeger/agent.go:121:23: not enough arguments in call to oprot.WriteMessageEnd
        have ()
        want (context.Context)
../../../../go/pkg/mod/go.opentelemetry.io/otel/exporters/trace/[email protected]/internal/gen-go/jaeger/agent.go:132:9: cannot use args.Read(iprot) (type error) as type thrift.TException in assignment:
        error does not implement thrift.TException (missing TExceptionType method)
../../../../go/pkg/mod/go.opentelemetry.io/otel/exporters/trace/[email protected]/internal/gen-go/jaeger/agent.go:132:9: too many errors

@punya
Copy link
Member

punya commented Feb 19, 2021

Possible dup of #1548.

@varun06
Copy link
Author

varun06 commented Feb 19, 2021

Thanks, closing this.

@varun06 varun06 closed this as completed Feb 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants