[jira] Created: (OFBIZ-3999) ProductCalculatedInfo should not be cached

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] Created: (OFBIZ-3999) ProductCalculatedInfo should not be cached

Nicolas Malin (Jira)
ProductCalculatedInfo should not be cached
------------------------------------------

                 Key: OFBIZ-3999
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3999
             Project: OFBiz
          Issue Type: Bug
          Components: ALL APPLICATIONS
    Affects Versions: SVN trunk
            Reporter: Sascha Rodekamp
            Priority: Minor
             Fix For: SVN trunk
         Attachments: OFBIZ-3999_product_entitymodel.xml.patch

Hi,

here is a patch, similar to my JobSandbox patch in [OFBIZ-3968]. The ProductCalculatedInfo should not be cached, because it causes to match traffic in the distributed cache clear mode. Furthermore the cache is never be used for the  ProductCalculatedInfo, so why cache it.

Cheers
Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3999) ProductCalculatedInfo should not be cached

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-3999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sascha Rodekamp updated OFBIZ-3999:
-----------------------------------

    Attachment: OFBIZ-3999_product_entitymodel.xml.patch

> ProductCalculatedInfo should not be cached
> ------------------------------------------
>
>                 Key: OFBIZ-3999
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3999
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ALL APPLICATIONS
>    Affects Versions: SVN trunk
>            Reporter: Sascha Rodekamp
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3999_product_entitymodel.xml.patch
>
>
> Hi,
> here is a patch, similar to my JobSandbox patch in [OFBIZ-3968]. The ProductCalculatedInfo should not be cached, because it causes to match traffic in the distributed cache clear mode. Furthermore the cache is never be used for the  ProductCalculatedInfo, so why cache it.
> Cheers
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-3999) ProductCalculatedInfo should not be cached

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-3999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12923768#action_12923768 ]

Scott Gray commented on OFBIZ-3999:
-----------------------------------

I don't think the problems caused to distributed caches by itself is a good justification for preventing caching of an entity.  Also just because an entity isn't cached in any OOTB code doesn't mean that someone won't want to be able to cache it in their custom code.

JobSandbox was a bit of a no-brainer for not caching but I think this one requires a bit more thought.

> ProductCalculatedInfo should not be cached
> ------------------------------------------
>
>                 Key: OFBIZ-3999
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3999
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ALL APPLICATIONS
>    Affects Versions: SVN trunk
>            Reporter: Sascha Rodekamp
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3999_product_entitymodel.xml.patch
>
>
> Hi,
> here is a patch, similar to my JobSandbox patch in [OFBIZ-3968]. The ProductCalculatedInfo should not be cached, because it causes to match traffic in the distributed cache clear mode. Furthermore the cache is never be used for the  ProductCalculatedInfo, so why cache it.
> Cheers
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.