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

Change the cluster api management method. #2262

Closed
koo-taejin opened this issue Nov 18, 2016 · 0 comments
Closed

Change the cluster api management method. #2262

koo-taejin opened this issue Nov 18, 2016 · 0 comments
Assignees
Milestone

Comments

@koo-taejin
Copy link
Member

Cluster API management is managed in the following class.

// com.navercorp.pinpoint.thrift.io.TCommandTypeVersion

V_1_0_2_SNAPSHOT("1.0.2-SNAPSHOT", TCommandType.RESULT, TCommandType.THREAD_DUMP),
V_1_0_2("1.0.2", V_1_0_2_SNAPSHOT),
V_1_5_0_SNAPSHOT("1.5.0-SNAPSHOT", V_1_1_1,
            TCommandType.ACTIVE_THREAD_COUNT, TCommandType.ACTIVE_THREAD_COUNT_RESPONSE,
            TCommandType.ACTIVE_THREAD_DUMP, TCommandType.ACTIVE_THREAD_DUMP_RESPONSE,
            TCommandType.TRANSFER_RESPONSE),

This methods have management costs.
Change using handshake to receive available API.

@koo-taejin koo-taejin added this to the 1.6.1 milestone Nov 18, 2016
@koo-taejin koo-taejin self-assigned this Nov 18, 2016
koo-taejin added a commit to koo-taejin/pinpoint that referenced this issue Dec 1, 2016
Change the cluster api management method.
Xylus pushed a commit that referenced this issue Dec 12, 2016
Change the cluster api management method.
koo-taejin added a commit to koo-taejin/pinpoint that referenced this issue Dec 14, 2016
Change the cluster api management method.
koo-taejin added a commit that referenced this issue Dec 14, 2016
Change the cluster api management method.
koo-taejin added a commit to koo-taejin/pinpoint that referenced this issue Dec 14, 2016
Change the cluster api management method.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant