Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ivan 165 posts 543 karma points
    Nov 03, 2016 @ 15:06
    Ivan
    0

    Umbraco goes crazy after loosing DB connection.

    Hi guys.

    We use Umbraco v.7.2.6 on multiple nodes.

    When Database Server gets reloaded. Umbraco starts pushing infinite amount of sql queries similar to those shown on the image.

    The load on the network channels increases by 6 times, and runs into the bandwidth limitation. No need to say our environment starts operate very slow.

    The only way to solve the problem is to restore previous backup of the database. This issue happens occasionally and we don't know how to fix it.

    What would be the steps to troubleshoot the problem?

    enter image description here

  • Ivan 165 posts 543 karma points
    Nov 09, 2016 @ 15:38
    Ivan
    1

    Now the problem occurs each time SQL server gets reloaded. The query is this (coming with different parameters):

    SELECT cmsPropertyData.* FROM cmsPropertyData INNER JOIN cmsPropertyType ON cmsPropertyData.propertytypeid = cmsPropertyType.id INNER JOIN (SELECT cmsContent.nodeId, cmsContentVersion.VersionId FROM [cmsDocument] INNER JOIN [cmsContentVersion] ON [cmsDocument].[versionId] = [cmsContentVersion].[VersionId] INNER JOIN [cmsContent] ON [cmsContentVersion].[ContentId] = [cmsContent].[nodeId] INNER JOIN [umbracoNode] ON [cmsContent].[nodeId] = [umbracoNode].[id] WHERE ([umbracoNode].[nodeObjectType] = @0) AND (upper([umbracoNode].[path]) LIKE upper(@1) AND [umbracoNode].[id] <> @2) AND ([cmsDocument].[newest] = @3) ) as docData ON cmsPropertyData.versionId = docData.VersionId AND cmsPropertyData.contentNodeId = docData.nodeId LEFT OUTER JOIN cmsDataTypePreValues ON cmsPropertyType.dataTypeId = cmsDataTypePreValues.datatypeNodeId

    Any ideas, guys?

Please Sign in or register to post replies

Write your reply to:

Draft