Error in Kubernetes pod logs Deploy/KnowledgePlatform/FlinkJobs #664
-
@santhosh-tg @gandham-santhosh For Deploy/KnowledgePlatform/FlinkJobs We are facing the below errors in pod logs.
|
Beta Was this translation helpful? Give feedback.
Replies: 9 comments 23 replies
-
@Munishdev97 Can you try with this tag https://github.com/Sunbird-Knowlg/sunbird-learning-platform/tree/release-5.5.0_RC1 |
Beta Was this translation helpful? Give feedback.
-
@santhosh-tg, Even after deploying with the above tag, the error still remains same. what should be the tag for build pipeline (for Flinkjobs, Inquiryflinkjobs) ? The following ansible variables are missing in the above mentioned tag. We have provided the empty strings for now to test, please share the values for these variables. oci_media_prefix_input: "" |
Beta Was this translation helpful? Give feedback.
-
those errors can be ignored if its creating the checkpoint bucket objects |
Beta Was this translation helpful? Give feedback.
-
can you share the build and deployment repo and branch information? |
Beta Was this translation helpful? Give feedback.
-
lets try to narrow down this. Looking at the build and deployment tags(release-5.4.1_RC1 ) used for KP Flinkjobs, I dont think it should be creating any checkpoints stores in the object storage, because the deployment job doesnt have the s3 blocks in it. Please confirm if this is the case. One way to check will be to inspect the configmap for KP flinkjobs. look for base.url value. Ideally it should be something like s3:// , but i am guessing in this case it will be something like wasbs Over to inquiry flinkjobs. One starting point is to check the config map of async-questionset-publish and see if everything is set correctly like base.url, kafka, redis connectivity etc Other thing you can try is to set the value of flink debug in the private inventory and deploy the inquiry flink job to see some more detailed error message
|
Beta Was this translation helpful? Give feedback.
-
@mohitga i am assuming you are following release 6 documentation for build and deploy tags. @santhosh-tg the branch tags for build/kp/flinkjobs and deploy/kp/flinkjobs doesnt have the oci specific changes. Could you please advise which branch to take |
Beta Was this translation helpful? Give feedback.
-
Hi @vinukumar-vs @pallakartheekreddy Any inputs here ? |
Beta Was this translation helpful? Give feedback.
-
@sowmya-dixit @maheshkumargangula Please share the build tag that needs to used here. |
Beta Was this translation helpful? Give feedback.
-
@akulavasu is this issue resolved? |
Beta Was this translation helpful? Give feedback.
@akulavasu - Yes. Please uncomment in the below pom.xml file for creating the docker image with this dependency.
https://github.com/Sunbird-Knowlg/knowledge-platform-jobs/blob/master/jobs-distribution/pom.xml#L107-L112