-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Executing step: [flinkCheckStep] [ERROR](c.n.p.w.b.f.HealthCheckTasklet ) fail call api to flink server. #4597
Comments
Hi @rainard you should set only jobmanager server.
|
thx ,when I change flink from 1.6 to 1.3.3 , problem gone, flink 1.6 have no http://localhost:8081/joboverview interface |
@rainard |
no ,in the "web/src/main/java/com/navercorp/pinpoint/web/batch/flink/HealthCheckTasklet.java" , it call http://172.25.33.230:8081/joboverview , but flink 1.6 not support /joboverview |
This issue/proposal has been automatically marked as stale because it hasn't had any recent activity. It will automatically be closed if no further activity occurs for 20days. If you think this should still be open, or the problem still persists, just pop a reply in the comments and one of the maintainers will (try!) to follow up. Thank you for your interest and contribution to the Pinpoint Community. |
@rainard Because we will change logic in batch. And I will improve api url to be configure. |
If you are using flink below version 1.4, you should use HealthCheckTasklet class in applicationContext-flinkCheckJob.xml file.
If you are using In 1.5 and later versions, you should use HealthCheckTaskletV2 class in applicationContext-flinkCheckJob.xml file.
|
* remotes/upstream/master: (539 commits) [#noissue] Change agent info text color. [pinpoint-apm#4849] Update popup for mongo plugin. [#noissue] Change code highlight library. [pinpoint-apm#4849] Update popup for mongo plugin. [pinpoint-apm#4843] Add LettucePlugin [pinpoint-apm#4849] Mongo Plugin update for Front-End [#noissue] Add IOUtils - move to common module [pinpoint-apm#4841] Change the version of hbase client library [pinpoint-apm#4827] Cleanup ClassScannerFactory [pinpoint-apm#4839] Version up angular 7 - add hbase image [#noissue] Add IOUtils [pinpoint-apm#4737] remove unnecessary dependency [pinpoint-apm#4737] refactor agent-it test [pinpoint-apm#4737] remove business logic from StringStringValue class [pinpoint-apm#4737] add writeconcern mapper for performance [pinpoint-apm#4737] separate mongo collection data [pinpoint-apm#4737] update configs [pinpoint-apm#4737] remove mongo code from common [pinpoint-apm#4597] change default config in flinkCheckJob [pinpoint-apm#4827] Add scanner based on ProtectionDomain ... # Conflicts: # collector/src/main/java/com/navercorp/pinpoint/collector/receiver/DispatchWorker.java # collector/src/main/java/com/navercorp/pinpoint/collector/receiver/tcp/AgentBaseDataReceiver.java # collector/src/main/resources/applicationContext-collector.xml # pom.xml # rpc/src/main/java/com/navercorp/pinpoint/rpc/server/PinpointServerAcceptor.java
* remotes/upstream/master: (539 commits) [#noissue] Change agent info text color. [pinpoint-apm#4849] Update popup for mongo plugin. [#noissue] Change code highlight library. [pinpoint-apm#4849] Update popup for mongo plugin. [pinpoint-apm#4843] Add LettucePlugin [pinpoint-apm#4849] Mongo Plugin update for Front-End [#noissue] Add IOUtils - move to common module [pinpoint-apm#4841] Change the version of hbase client library [pinpoint-apm#4827] Cleanup ClassScannerFactory [pinpoint-apm#4839] Version up angular 7 - add hbase image [#noissue] Add IOUtils [pinpoint-apm#4737] remove unnecessary dependency [pinpoint-apm#4737] refactor agent-it test [pinpoint-apm#4737] remove business logic from StringStringValue class [pinpoint-apm#4737] add writeconcern mapper for performance [pinpoint-apm#4737] separate mongo collection data [pinpoint-apm#4737] update configs [pinpoint-apm#4737] remove mongo code from common [pinpoint-apm#4597] change default config in flinkCheckJob [pinpoint-apm#4827] Add scanner based on ProtectionDomain ... # Conflicts: # collector/src/main/java/com/navercorp/pinpoint/collector/receiver/DispatchWorker.java # collector/src/main/java/com/navercorp/pinpoint/collector/receiver/tcp/AgentBaseDataReceiver.java # collector/src/main/resources/applicationContext-collector.xml # pom.xml # rpc/src/main/java/com/navercorp/pinpoint/rpc/server/PinpointServerAcceptor.java
batch.properties
flink-conf.yaml
why flinkCheckJob not work ? please help me !
The text was updated successfully, but these errors were encountered: