Uploaded image for project: 'Jira Software Data Center'
  1. Jira Software Data Center
  2. JSWSERVER-25937

DVCS Connector plugin stores plenty entities within AO_E8B6CC_SYNC_EVENT table

      Issue Summary

      This is reproducible on Data Center: YES

      Steps to Reproduce

      This bug is hard to reproduce, while it's caused by many conditions, but but it is needed to have regular synchronising DVCS repositories.

      Expected Results

      In most case when we execute

      SELECT count(*)
      FROM A0_E8B6CC_SYNC_EVENT;
      

      we ought to see relatively small amount of entities (up to 100, 1 000 - depending of our instance size). Also if we find count not equal 0, than executing that query periodically within couple hours should show us same value.

      Actual Results

      When we enable debug logging more for DVCS connector plugin we might notice in log file:

      "logger":"com.atlassian.jira.plugins.dvcs.event.EventServiceImpl","message":"Error dispatching events for: Repository[//Repository_details//] 

      In addition executing below query over time shows increasing number:

      SELECT count(*)
      FROM A0_E8B6CC_SYNC_EVENT;
      

      Workaround

      Currently there is no workaround for that bug. 

          Form Name

            [JSWSERVER-25937] DVCS Connector plugin stores plenty entities within AO_E8B6CC_SYNC_EVENT table

            There are no comments yet on this issue.

              1c017edd2c81 awojtasik
              1c017edd2c81 awojtasik
              Affected customers:
              0 This affects my team
              Watchers:
              3 Start watching this issue

                Created:
                Updated: