Replies: 10 comments 35 replies
-
could you please log all the build and deployment job details(github repo and tag/branch) for flinkjobs. I am not sure QR code flinkjob is part of which build and deploy job. eg. |
Beta Was this translation helpful? Give feedback.
-
can you show the contents of the config map for qrcode-image-generator. You can mask out any sensitive fields |
Beta Was this translation helpful? Give feedback.
-
i noticed a few things..not sure if this is related https://github.com/Sunbird-Knowlg/knowledge-platform-jobs/tree/release-5.5.0_RC2 Its not taking the proxy host values...its taking the endpoint only. Also in the config map, the below should not be same. proxy host should be something like https://files.sunbird.ex001.in
|
Beta Was this translation helpful? Give feedback.
-
can you get the output of the the below command from oci cloud shell oci iam region-subscription list |
Beta Was this translation helpful? Give feedback.
-
Trying to narrow down the problem, is the cloud store sdk 1.4.6 working as expected for other services like content etc. Or is it failing only for the flinkjob For the kpflinkjob build job...search for the keyword jclouds-all..something like below
|
Beta Was this translation helpful? Give feedback.
-
is this bucket dial-ed already present? If not can you try to create the bucket first manuall and then then the job. I am interested to know what level of permission is given to this user to manage object storage |
Beta Was this translation helpful? Give feedback.
-
Dial-ed bucket is in SBEd-Sandbox compartment. I have access only for this compartment. @gandham-santhosh , kindly confirm if I have admin access inside this compartment. |
Beta Was this translation helpful? Give feedback.
-
Based on the exception stack
Its calling
But if you look at the code base of OCIS3StorageService.scala:46, its checking if the container exist or not. Ideally if it has detected that the container exists , it should not have gone to invoke blobStore.createContainerInLocation(null, container)
Is it possible to add this policy also temporarily
|
Beta Was this translation helpful? Give feedback.
-
can you enable flink debug logs to track the request progress..to see if it reached or passed the previous point of failure |
Beta Was this translation helpful? Give feedback.
-
@vj4a Its not root compartment , its created in SunbirdedHotfix which we are using. Can you create the bucket with name dial in SBEd-Sandbox compartment and test again to see if the files getting created there? |
Beta Was this translation helpful? Give feedback.
-
Hi team,
On creating QR codes for textbook, the upload fails and we are getting the below error in qrcode-image-generator-taskmanager pod.
CC: @gandham-santhosh @ddevadat
Beta Was this translation helpful? Give feedback.
All reactions