Spring Data Collector Log Review
Here we will give details about How you can check your spring-data-colllector application is running and find project name and key in log review.
Login in your aws section.
Go to on Elastic Beanstalk Section and find the running Spring-Data-Collector Environment Application.
Click on Logs Menu
Select Request Logs
Last 100 Lines or Full Logs
Download the log file and extract the zip file and open
C:\Users\khilendra\Downloads\BundleLogs-1675745477702\var\log\messages
.
Log File Read
Scheduler Start (JiraApplication, BitbucketApplication, GithubApplication, SonarApplication, TravisciApplication, JenkinsApplication, CodeshipApplication) :
Call a startBatchPerform function from JiraApplication
Create Mongo Connection:
Creating mongo template for database name 03dd6b9c-96aa-3c20-badb-7bef7311a9b66
Create Job:
Create Job for ClientKey: 03dd6b9c-96aa-3c20-badb-7bef7311a9b66
Call Project List Api:
Call getJiraCloudProjectList function
, Call Fields List Api :Call getJiraCloudFields function
, Call Issues List Api:fetching releases data for jira project name : CNB Data Hub, key : CDH
Call Batch Processing :
Steps1 :
Call step1 for stories
, Step2:Call step2 for bugs
, Step3:Call step3 for epics,
Step4:Call step4 for sprints
, Step5:Call step5 for releases
Reading:
Call storiesReader function ,
Call bugsReader function , Call epicsReader function,
Call sprintsReader function
,Call releaseReader function
JiraItemReader::read() -> read to data row _id: 10300/1023
,
Processor:
JiraItemProcessor::process() -> processing to data type:bug and _id: 10300/1023
Writer:
UpsertMongoItemWriter::doWrite() -> update the collection: sprints, and row cnbRowId: 10300/1023
Stopped Job Execution:
JobExecution Status: Completed
Sample Log File attached
Â
Â