Regarding FeedService component in Active services
Hi All,
Sometimes, we find a hike in the load average in our DB server. There can be 'n' number of reasons for the load average to go high.
One of our observations confirm that whenever the load goes high in the server and while we check the active services page in RTC, there are number of services with the title "com.ibm.team.repository.service.feed.internal.FeedService.service"
We would like to explore more on the component service to get into the root cause of the issue.
Can someone explain, what all operations in general would use this component "com.ibm.team.repository.service.feed.internal.FeedService.service" ?
Is this directly related to RSS feeds operations?(We dont have RSS enabled in our setup) or this indicates of any specific updates, mail notification related services. (We have CQ connector which will update the records between CQ and RTC)
Any explanation regarding the significance of the component is much appreciated.
Thank you,
Pavithra
Sometimes, we find a hike in the load average in our DB server. There can be 'n' number of reasons for the load average to go high.
One of our observations confirm that whenever the load goes high in the server and while we check the active services page in RTC, there are number of services with the title "com.ibm.team.repository.service.feed.internal.FeedService.service"
We would like to explore more on the component service to get into the root cause of the issue.
Can someone explain, what all operations in general would use this component "com.ibm.team.repository.service.feed.internal.FeedService.service" ?
Is this directly related to RSS feeds operations?(We dont have RSS enabled in our setup) or this indicates of any specific updates, mail notification related services. (We have CQ connector which will update the records between CQ and RTC)
Any explanation regarding the significance of the component is much appreciated.
Thank you,
Pavithra
2 answers
Yes, any RSS feed in RTC (either Rich Client or Web UI Dashboard - e.g.
event log) calls this service.
On 05.08.2011 2:38, prangan wrote:
event log) calls this service.
On 05.08.2011 2:38, prangan wrote:
Hi All,
Sometimes, we find a hike in the load average in our DB server. There
can be 'n' number of reasons for the load average to go high.
One of our observations confirm that whenever the load goes high in
the server and while we check the active services page in RTC, there
are number of services with the title
"com.ibm.team.repository.service.feed.internal.FeedService.service"
We would like to explore more on the component service to get into the
root cause of the issue.
Can someone explain, what all operations in general would use this
component
"com.ibm.team.repository.service.feed.internal.FeedService.service"
?
Is this directly related to RSS feeds operations?(We dont have RSS
enabled in our setup) or this indicates of any specific updates, mail
notification related services. (We have CQ connector which will update
the records between CQ and RTC)
Any explanation regarding the significance of the component is much
appreciated.
Thank you,
Pavithra
Yes, any RSS feed in RTC (either Rich Client or Web UI Dashboard - e.g.
event log) calls this service.
Thank you bpasero
We find number of Feedservice listed in the active services page even after RTC restart ( i mean as soon as RTC is started) Recently, we changed the change event scrubbing value from 60days to 14 days gradually. We dont find any service related errors. Any idea why the com.ibm.team.repository.service.feed.internal.FeedService.service does not get killed even after an RTC restart? We are able to get rid of them only on a DB restart.