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: Scott Koranda <>
  • To: Shilen Patel <>
  • Cc: grouper-users <>
  • Subject: Re: [grouper-users] PIT table issue prevents changelog temp to changelog
  • Date: Mon, 21 Jan 2019 05:19:51 -0600
  • Ironport-phdr: 9a23:y2geBBcUa+ksKsEvmPieZeM8lGMj4u6mDksu8pMizoh2WeGdxcSyZB7h7PlgxGXEQZ/co6odzbaO4+a4ASQp2tWoiDg6aptCVhsI2409vjcLJ4q7M3D9N+PgdCcgHc5PBxdP9nC/NlVJSo6lPwWB6nK94iQPFRrhKAF7Ovr6GpLIj8Swyuu+54Dfbx9HiTahYr5+Ngm6oRnMvcQKnIVuLbo8xAHUqXVSYeRWwm1oJVOXnxni48q74YBu/SdNtf8/7sBMSar1cbg2QrxeFzQmLns65Nb3uhnZTAuA/WUTX2MLmRdVGQfF7RX6XpDssivms+d2xSeXMdHqQb0yRD+v9LlgRgP2hygbNj456GDXhdJ2jKJHuxKquhhzz5fJbI2JKPZye6XQds4YS2VcRMZcTyJPDIOiYYUSDOQBM+lXoJXgqFUBrxSxCxKhBP/sxzJSmnP6wbc33uYnHArb3AIgBdUOsHHModvoKKgSVvy1zLXVxjvGaPNWwy3y6I7VfR87vPqBWqlwccnWyUk1DQzFiEifppb+MjOa0+QCqWmb7+56We2zjG4nrhh8rz6yzckijYnJg5gaylHC9Shh2IY1P9q4SUF7YN6/CZtQszuWOJdxQsMnRWxjpSU0yqUetJKlfSUG1JYqyhvRa/GEaIeE/hfuWemSLDp5i39ofayziwq3/EWl1+HwSNS73E5XoiZZndTArG4B2hLO5sSdVPdw/kes1SyS2w3c9u1JJ10/m7DBJJ472LEwk4IesUTdES/yn0X7lKqWeV8l+uis8ujnY6nmqoKFO457lw3yLLkhltawAeQ/NQgOUGyb9vqm2LL/+k35Ra1GjvwwkqbHrJDXPdoXq6+lDwJX14sj5RWyACy63NkdknQKL1NIdR2CgoT3J13DJfX1Aeqhj1uxiDtrwurJPrzlApXDNHjDl7LhcK5m605fzwoz18pQ55RJBb4bO//zVUrxu8bZDh89KQC73+HnCNBl2oMERW2PGrOZML/VsVKQ6eIvOe6MZJINuDnjMfgp/uPujWQnll8HZqmkxp8XaHGjHvR6OEWVf2DggtYHEWcWoAU+Vurqh0OeUTJNfXq9Qb8z5ixoQL6hWLzDR4SghvS51Tu2GtUCfWBHDl2KOXv1dIjCVvsRPnG8OMhkxwcPUqS9A6wmzxiouAayn6FkKfDd/CERnZ3m3dlxoebUkEdhpnRPE82B3jTVHClPlWQSSmpzhfgnrA==

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://proxysql.com/

> 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