Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] PIT table issue prevents changelog temp to changelog

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] PIT table issue prevents changelog temp to changelog


Chronological Thread 
  • From: Shilen Patel <>
  • To: Scott Koranda <>
  • Cc: grouper-users <>
  • Subject: Re: [grouper-users] PIT table issue prevents changelog temp to changelog
  • Date: Tue, 22 Jan 2019 13:08:47 +0000
  • Accept-language: en-US
  • Authentication-results: mail-gw.oit.duke.edu; spf=none ; dmarc=none
  • Ironport-phdr: 9a23:VMMteBe4qUP9qFizaGnmfPXVlGMj4u6mDksu8pMizoh2WeGdxcW4ZB7h7PlgxGXEQZ/co6odzbaO4+a4ASQp2tWoiDg6aptCVhsI2409vjcLJ4q7M3D9N+PgdCcgHc5PBxdP9nC/NlVJSo6lPwWB6nK94iQPFRrhKAF7Ovr6GpLIj8Swyuu+54Dfbx9HiTahYr5+Ngm6oRnMvcQKnIVuLbo8xAHUqXVSYeRWwm1oJVOXnxni48q74YBu/SdNtf8/7sBMSar1cbg2QrxeFzQmLns65Nb3uhnZTAuA/WUTX2MLmRdVGQfF7RX6XpDssivms+d2xSeXMdHqQb0yRD+v9LlgRgP2hygbNj456GDXhdJ2jKJHuxKquhhzz5fJbI2JKPZye6XQds4YS2VcRMZcTyxPDJ2hYYsTAeQPPuhYoIvzqFsPsRSwCgajCfjzyjBTg3/6wbE23v4jHAzAwQcuH8gOsHPRrNjtKakSUeG1zK3WwjXFcvhYwy3y6JTWfRAlvPqBWqlwccrQyUkrCQzFiE6dppH4PzOWyOsBqXaU4Pd9Ve+2jWMstg9/oj+qxsg2i4nJgJoYykje9SV+x4Y1K8W4SEl6Yd6iDJtcrT2VN4xzQs86Q2FopDo6yqUduZKiciUF0owoyAbHa/yddIiJ7RLiVP2IITd8nn5qZLW/hxO0/EO9yeP8TtG53EtKoyZbiNXBuGoB2wHQ58WDUPdx4Ems1SuX2wzO6uxIP1o4mKTBJ5MvzbM8jJQevVzNHiDom0j6kKqbe0A59uWr8evqYLDrq5+SOoJ1lw7zN6QjldC7DOk9KAcCQ3OU9fi62bb+50P2Wq9KgeczkqTBsJDVO8AbpqmhDg9QyIkj6hK/Ay6p0NUWhHULMFJIdAiAj4joJ1HCOu33Deq8g1uyijtk2e3JPqD5DpXMKHjMjqvhcK5g50Nc1gY/195S64hJBrwCJP//QFH9udLFAhMhNgy72efnCNFz1oMEXmKPB7eUMLjSsV+J4uIgPe+MaZQItzbgKPgq+eTigmEkll8AZaWpx4cYaGikHvR6JEWUeXXsgs0GEWcXpgoxUvbqhESfUT5IeXmyRbk86yo/CIKnFofDWputjKKb0Ce6GJ1Wen5JCkqKEXj2a4WIRe0AZzyPLc98wXQ4Uu2aQIg9yVmNsxXzzbZuZr7P+SoCvJTv3fB64uTSkVc58jkiXOqH1GTYdGF1mm4ODwc/wK176RhmylaH3K5Qj+FbGJpe6+4fAVRyDoLV0+EvU4O6YQnGZNrcDQ/+Go/8UzgsUtI8xcMPaE9hGtKkywrOxDeuH6RKye6ODZ0wt63DmX/wO4Bx1nXLkqQtkgpDIKpULWPzgKl5+kDIApLR1UCQlqKkb6MZiTXN9WOOy0KCoUJVFgN8TPagPxETY0LMpoH/4UXPQg==
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99

Yeah you should see a row about every 10 seconds. I believe
job_schedule_type would be null when it runs via the daemon. If you don’t
run it manually, are you seeing that additions in the temp changelog are
being cleared out?

- Shilen

On 1/21/19, 6:20 AM, "Scott Koranda"
<>
wrote:

Hi,

> The only thing that should be inserting to those table is that daemon
> job. So I don’t know how you got duplicates in there. And even if
> you had multiple instances of the job running at the same time
> somehow, the transactions in the database should have still prevented
> the duplicates. What database are you using?

ProxySQL (MySQL):


https://urldefense.proofpoint.com/v2/url?u=https-3A__proxysql.com_&d=DwIDaQ&c=imBPVzF25OnBgGmVOlcsiEgHoG1i6YHLR0Sj_gZ4adc&r=sWqutME58phurE0oO57Icg&m=8ILAaohKqBzWI0xcb1zDDuJfqyGfgprUKI9EPb8dIjk&s=8IxiTIjmGd2kIo7-aCe4AAe-XoetLhl308HYVzzXnnY&e=

> If you look at your
> loader logs (grouper_loader_log) during the time when that member was
> created, do you see any signs that multiple instances of
> CHANGE_LOG_changeLogTempToChangeLog were running at the same time?

I do not believe so, but I am confused by what I am seeing in the
grouper_loader_log.

When I do

SELECT job_name,job_schedule_type,started_time,status FROM
grouper_loader_log WHERE job_name LIKE '%changeLogTempToChangeLog%'

I only see rows that have job_schedule_type 'MANUAL_FROM_GSH'.

Those appear to be the jobs I ran by hand using GSH to try and sort this
issue.

Should I see other entries for the change log temp to change log jobs?

The only property we have overridden in grouper-loader.properties
related to the change log is

# every 10 seconds
changeLog.changeLogTempToChangeLog.quartz.cron = 0/10 * * * * ?

Thanks,

Scott K





Archive powered by MHonArc 2.6.19.

Top of Page