janus-ssp / janus

Fully featured metadata registration administration module built on top of simpleSAMLphp.
Other
13 stars 8 forks source link

Cannot import edugain metadata - too large #506

Closed thijskh closed 9 years ago

thijskh commented 9 years ago

When using import on the edugain metadata (http://mds.edugain.org), janus fails.

Caused by: SimpleSAML_Error_Exception: Nothing to import

This appears to be caused by it being to large to insert into memcache:

PHP Notice: MemcachePool::set(): Server localhost (tcp 11211, udp 0) failed with: SERVER_ERROR object too large for cache\r\n (3) in /opt/www/serviceregistry-4.0.6/vendor/simplesamlphp/simplesamlphp/lib/SimpleSAML/Memcache.php on line 135

Enlarging the objects memcache accepts is advised against because it would impact overall performance. Can we find a way to deal with metadata of this size?

relaxnow commented 9 years ago

Fixed with SURFconext/SURFconext-deploy@b2041ad