During rebuild field_system_into_alternow calls entity_load_multiple('field_entity') which, in order to retrieve the plugin definition tries to retrieve the full schema, this is incredibly brittle. A simple way is to remove the schema calls from the plugin definition. It is barely used and it double-caching anyways because SchemaCache already stores the "hard parts".

CommentFileSizeAuthor
#1 1976068_1.patch6.41 KBchx
dsfs.patch5.41 KBchx
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

chx’s picture

FileSize
6.41 KB

per timplunkett's advice, there's no reason to call processdecorator now.

tim.plunkett’s picture

Status: Needs review » Reviewed & tested by the community

Awesome! I'm so happy to have EntityManager cleaned up all the way.

Status: Reviewed & tested by the community » Needs work

The last submitted patch, 1976068_1.patch, failed testing.

tim.plunkett’s picture

Status: Needs work » Needs review

#1: 1976068_1.patch queued for re-testing.

tim.plunkett’s picture

Status: Needs review » Reviewed & tested by the community

Fluke fail.

Status: Reviewed & tested by the community » Needs work

The last submitted patch, 1976068_1.patch, failed testing.

tim.plunkett’s picture

Status: Needs work » Needs review

#1: 1976068_1.patch queued for re-testing.

andypost’s picture

Status: Needs review » Reviewed & tested by the community

green again

catch’s picture

Status: Reviewed & tested by the community » Fixed

Yep this went in before the SchemaCache stuff did, not really an issue with that in place. Committed/pushed to 8.x.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.