grouper-users - Re: [grouper-users] PSPNG: "ArithmeticException: Multiplication overflows a long" in ProgressMonitor
Subject: Grouper Users - Open Discussion List
List archive
Re: [grouper-users] PSPNG: "ArithmeticException: Multiplication overflows a long" in ProgressMonitor
Chronological Thread
- From: Dominique Petitpierre <>
- To: "Redman, Chad" <>, "" <>
- Subject: Re: [grouper-users] PSPNG: "ArithmeticException: Multiplication overflows a long" in ProgressMonitor
- Date: Thu, 17 Sep 2020 23:57:25 +0200
- Organization: University of Geneva
Curiously the error occurs on the provider that runs the fastest (1h30, activedirectory_employee) and not at all on the slowest (7h, activedirectory_student).
(note: In the case described in my message, the retries occurred
after the end of the activedirectory_employee full sync, so the
groups were eventually synchronized only after
activedirectory_student finished.)
Since they were running simultaneously they experienced the same
load, so it has to do with the content of the groups. But I don't
have time to investigates this. Sorry.
Unfortunately, there is no config parameter to skip logging it. So it probably needs a patch.
- Can the delay between the progress messages be configured?
In any case it is not critical: running the two provisioners
separately lowers the frequency of the issue.
It could also gain some accuracy by looking at the accumulated work done and full elapsed time, rather than always the last interval. That way it would slowly become more accurate over time and not swing wildly. Wouldn't be guaranteed to fix this problem though.
Well, it is always reassuring to see that something is happening and has a predicted end!
Thanks again for your explanations.
Dominique
-Chad
Sent: Wednesday, September 16, 2020 11:30 AM
To:
Subject: Re: [grouper-users] PSPNG: "ArithmeticException: Multiplication overflows a long" in ProgressMonitor
grep -c -a 'FullSyncer(activedirectory_employee): Problem doing full sync' grouper_error.log 930 grep -a -A1 'FullSyncer(activedirectory_employee): Problem doing full sync' grouper_error.log |egrep -c 'Multiplication overflows a long' 930
grep -a 'Problem doing full sync' grouper_error.log |head -1 2020-09-16 05:46:01,927: [FullSyncer(activedirectory_employee)-Thread] ERROR FullSyncProvisioner.fullSyncGroup(784) - - FullSyncer(activedirectory_employee): Problem doing full sync. Requeuing group application:wwwit.unige.ch:perso:mobilitydossier:user/#12692(Existing) grep -a 'Problem doing full sync' grouper_error.log |tail -1 2020-09-16 12:15:37,064: [FullSyncer(activedirectory_employee)-Thread] ERROR FullSyncProvisioner.fullSyncGroup(784) - - FullSyncer(activedirectory_employee): Problem doing full sync. Requeuing group application:swapp-test.unige.ch:general-swapp:quick-links:offers:mobility/#12710(Existing)
It happens repeatedly for some groups, e.g:
grep -c -a 'FullSyncer(activedirectory_employee): Problem doing full sync.*emploi:offrelecetu:user' grouper_error.log 46Curiously it did not happen for the other very similar provisioner running at the same time:
grep -a -A1 'FullSyncer(activedirectory_student): Problem doing full sync' grouper_error.log |egrep -c 'Multiplication overflows a long' 0
I suspect it is related to the resource intensive use: it was the first time I tried to run two provisioners at the same time.
May be some time counter overflows because operations are too slow, or because the memory needs doubled there is some memory related problem (although quite unlikely in absence of any recorded OutOfMemoryError).
Dominique
Hello,
while testing a provisioner I observed a few errors like this:
2020-09-15 16:14:24,222: [main] WARN GrouperStartup.printConfigOnce(232) - - Grouper starting up: version: 2.4.0, build date: null, env: test_2.4.0_grouper-loader grouperPatchStatus read from: /usr/local/grouper-loader/grouperPatchStatus.properties api patches installed: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96 pspng patches installed: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ... 2020-09-15 16:28:09,696: [FullSyncer(activedirectory_employee)-Thread] ERROR FullSyncProvisioner.fullSyncGroup(784) - - FullSyncer(activedirectory_employee): Problem doing full sync. Requeuing group application:wwwit.unige.ch:service:emploi:offrelecetu:user/#11137(Existing) java.lang.ArithmeticException: Multiplication overflows a long: 9223372036854775807 * 1000 at org.joda.time.field.FieldUtils.safeMultiply(FieldUtils.java:152) at org.joda.time.Duration.standardSeconds(Duration.java:154) at edu.internet2.middleware.grouper.pspng.ProgressMonitor.logProgressIfNecessary(ProgressMonitor.java:104) at edu.internet2.middleware.grouper.pspng.ProgressMonitor.workCompleted(ProgressMonitor.java:68) at edu.internet2.middleware.grouper.pspng.Provisioner.prepareUserCache(Provisioner.java:960) at edu.internet2.middleware.grouper.pspng.Provisioner.doFullSync(Provisioner.java:1566) at edu.internet2.middleware.grouper.pspng.FullSyncProvisioner.fullSyncGroup(FullSyncProvisioner.java:762) at edu.internet2.middleware.grouper.pspng.FullSyncProvisioner.processQueueItem(FullSyncProvisioner.java:456) at edu.internet2.middleware.grouper.pspng.FullSyncProvisioner.thread_manageFullSyncProcessing(FullSyncProvisioner.java:252) at edu.internet2.middleware.grouper.pspng.FullSyncProvisioner$1.run(FullSyncProvisioner.java:147) at java.lang.Thread.run(Thread.java:748) 2020-09-15 16:28:09,700: [FullSyncer(activedirectory_employee)-Thread] INFO FullSyncQueueItem.processingCompleted(324) - - FullSync Item done (java.lang.ArithmeticException: Multiplication overflows a long: 9223372036854775807 * 1000). Stats: ins=0|del=0|upd=0|tot=0|t=775 secs/ProcTime: 15.759s Timing breakdown: init=0%/ReadGroupFromGrouper=0%/ClearingGroupCache=0%/StartCoordination=0%/StartProvisioning(get group & subject info)=0%/doFullSync=99%/: Action="application:wwwit.unige.ch:service:emploi:offrelecetu:user|qid=132|Trigger=Scheduled" full sync|ExternalRef=null|AsOf=Sep 15, 2020 4:15:13 PM|QTime=12m:40s|Age=12m:55sIt seems to be happening randomly, and infrequently (twice in a provisioning session of about 3.5 hours for 1538 groups).
The group is eventually synchronized after being requeued, so it is not critical, just worrying.
Regards,
-- Mr Dominique Petitpierre, user=Dominique.Petitpierre domain=unige.ch IT Division, University of Geneva, Switzerland
-- Mr Dominique Petitpierre, user=Dominique.Petitpierre domain=unige.ch IT Division, University of Geneva, Switzerland
- [grouper-users] PSPNG: "ArithmeticException: Multiplication overflows a long" in ProgressMonitor, Dominique Petitpierre, 09/15/2020
- Re: [grouper-users] PSPNG: "ArithmeticException: Multiplication overflows a long" in ProgressMonitor, Dominique Petitpierre, 09/16/2020
- Re: [grouper-users] PSPNG: "ArithmeticException: Multiplication overflows a long" in ProgressMonitor, Redman, Chad, 09/17/2020
- Re: [grouper-users] PSPNG: "ArithmeticException: Multiplication overflows a long" in ProgressMonitor, Dominique Petitpierre, 09/17/2020
- Re: [grouper-users] PSPNG: "ArithmeticException: Multiplication overflows a long" in ProgressMonitor, Dominique Petitpierre, 09/29/2020
- Re: [grouper-users] PSPNG: "ArithmeticException: Multiplication overflows a long" in ProgressMonitor, Redman, Chad, 09/17/2020
- Re: [grouper-users] PSPNG: "ArithmeticException: Multiplication overflows a long" in ProgressMonitor, Dominique Petitpierre, 09/16/2020
Archive powered by MHonArc 2.6.19.