Active
Project:
Oracle Driver
Version:
8.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 May 2019 at 02:29 UTC
Updated:
14 Jun 2019 at 20:45 UTC
Jump to comment: Most recent
Structure:
Workflow
Problem
This setup was working perfectly until we noticed the following:
No config change is made
Action
More digging
Current Situation
We are looking in our commits to see if there is no issues with committed UUIDs.
But, IS IT POSSIBLE THAT THERE IS A LIMIT ON THE NUMBER OF CONFIG FILES IN THE DATABASE?
I know this sounds crazy, but I have to ask!
Comments
Comment #2
sibopa commentedComment #3
cilefen commentedI am sorry to hear you are having issues with configuration. Does the problem occur only when using Drush? Can it be reproduced with a UI export and import?
Comment #4
sibopa commentedThanks for your quick reaction.
Yes, the issue also happens when importing from UI.
Comment #5
idebr commentedSince you are hitting such a specific number of items, perhaps you are hitting php's configured
max_input_vars?Comment #6
sibopa commentedI did up the max_input_vars without success. And the problem is actually not there. As soon as the system checks the file and prompt about actions to be taken, you can see the discrepancy; instead of prompting to create new, update modified and remove deleted configs, the system prompts to re-create all the configs, like if there is no config in the database.
Comment #7
cilefen commentedComment #8
sibopa commented@cilefen Thanks for looking into this; I've seen that post already; but my scenario is different;
In my case, if I delete configs, regardless of when they where created and the entity they are from, until I reach the magic count of around 1000, the error goes away. And I can now cim and cex without problem.
So why is removing unrelated configs fix that site UUid issue all of the sudden?
Comment #9
sibopa commentedAfter digging, this looks like an ORACLE issue; I forgot to mention that my site was running oracle database; I stumbled on this oracle: ORA-01795: maximum number of expressions in a list is 1000 issue; and it was too close to the number where my site is breaking.
I spanned up a mysql database, installed my configuration in it, and it ran smooth, including import, export and everything else.
So Does anyone have experience with this oracle: ORA-01795: maximum number of expressions in a list is 1000 issue?
Is there a path for that?
Thanks!
Comment #10
kgoel commented