Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VisualEditor Compatibility Issues with Datatables in Broadtable Format #5556

Open
YOUR1 opened this issue Nov 13, 2023 · 0 comments
Open

VisualEditor Compatibility Issues with Datatables in Broadtable Format #5556

YOUR1 opened this issue Nov 13, 2023 · 0 comments
Labels
bug Occurrence of an unintended or unanticipated behaviour that causes a vulnerability or fatal error

Comments

@YOUR1
Copy link
Contributor

YOUR1 commented Nov 13, 2023

Setup

  • SMW version: 4.1.2
  • MW version: 1.35.11 (and also on 1.39)
  • PHP version: 7.3 (and up wards)
  • DB system (MySQL, Blazegraph, etc.) and version: MariaDB (10.5), ES 6.8
  • VisualEditor: 0.1.2

Description of the Issue:

We are experiencing a critical issue with VisualEditor when it interacts with the datatables query format in SMW. Specifically, on our closed system, VisualEditor encounters an Out of Memory (OOM) error when attempting to display more than 100 results in a datatable. This issue is consistently reproducible.

Additionally, we observed the same problem on the SMW sandbox environment. In this case, VisualEditor fails to load datatables entirely. While we cannot confirm if this is due to the same OOM error we experience in our system, the symptoms suggest a related or identical issue.

Reproduction Steps:

  1. Access the SMW sandbox at Sandbox: Song Test Page.
  2. Open VisualEdtior
  3. Observe the failure in loading (or presumably an OOM error while error reporting has been enabled).

Expected Behavior:

VisualEditor should be able to load and display datatables of any size without encountering memory issues or failing to load.

Actual Behavior:

VisualEditor experiences an OOM error when loading more than 100 results in a datatable on our deployments. On the SMW sandbox, it fails to load the datatables at all.

@YOUR1 YOUR1 added the bug Occurrence of an unintended or unanticipated behaviour that causes a vulnerability or fatal error label Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Occurrence of an unintended or unanticipated behaviour that causes a vulnerability or fatal error
Projects
None yet
Development

No branches or pull requests

2 participants
@YOUR1 and others