buda-base / bdrc-auth-lib

Bdrc authorization library based on auth0
Apache License 2.0
0 stars 0 forks source link

PUT on large graph called every 5mn #15

Open eroux opened 3 years ago

eroux commented 3 years ago

see in /usr/local/fuseki/tomcat/logs/catalina.out:

[2021-06-30 00:43:49] Fuseki     INFO  [29775] PUT http://buda1.bdrc.io:13180/fuseki/authrw?graph=http://purl.bdrc.io/graph/authData
[2021-06-30 00:48:33] Fuseki     INFO  [29832] PUT http://buda1.bdrc.io:13180/fuseki/authrw?graph=http://purl.bdrc.io/graph/authData
[2021-06-30 00:53:33] Fuseki     INFO  [29900] PUT http://buda1.bdrc.io:13180/fuseki/authrw?graph=http://purl.bdrc.io/graph/authData
[2021-06-30 00:58:41] Fuseki     INFO  [29977] PUT http://buda1.bdrc.io:13180/fuseki/authrw?graph=http://purl.bdrc.io/graph/authData

this triggers too large a growth in the database size of https://github.com/buda-base/public-digital-library/issues/512

eroux commented 3 years ago

@MarcAgate would you by any chance remember where that would originate?

eroux commented 3 years ago

folllwing the trail: it seems to be called from lds-pdi, endpoint /callbacks/github/bdrc-auth... but what triggers it?

Edit: auth0 does