[jira] [Commented] (OPENJPA-2767) Incomplete ValueMapDiscriminatorStrategy cache

2019-05-16 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/OPENJPA-2767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16841630#comment-16841630
 ] 

ASF subversion and git services commented on OPENJPA-2767:
--

Commit 389a82db97b96bd2bf6b519afdc64e833f5c0478 in openjpa's branch 
refs/heads/master from Will Dazey
[ https://gitbox.apache.org/repos/asf?p=openjpa.git;h=389a82d ]

OPENJPA-2767: Incomplete ValueMapDiscriminatorStrategy cache and 
MetaDataRepository race condition

Signed-off-by: Will Dazey 


> Incomplete ValueMapDiscriminatorStrategy cache 
> ---
>
> Key: OPENJPA-2767
> URL: https://issues.apache.org/jira/browse/OPENJPA-2767
> Project: OpenJPA
>  Issue Type: Bug
>Reporter: Will Dazey
>Assignee: Will Dazey
>Priority: Minor
> Fix For: 2.2.3
>
> Attachments: OJ2767_2.2.x_v4.patch
>
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> There exists the possibility that the discriminator class cache in 
> ValueMapDiscriminatorStrategy was originally created before the server fully 
> loaded all classes. If this happens, the cache is incomplete and needs to be 
> rebuilt. A simple enough strategy would be to just try rebuilding the cache, 
> before giving up and throwing a CNFE, and check again.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OPENJPA-2767) Incomplete ValueMapDiscriminatorStrategy cache

2019-05-16 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/OPENJPA-2767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16841631#comment-16841631
 ] 

ASF subversion and git services commented on OPENJPA-2767:
--

Commit cd81d3602436083614afc77bacda4099d3f269c5 in openjpa's branch 
refs/heads/master from Will Dazey
[ https://gitbox.apache.org/repos/asf?p=openjpa.git;h=cd81d36 ]

Merge pull request #45 from dazey3/2767_master

OPENJPA-2767: Incomplete ValueMapDiscriminatorStrategy cache and 
MetaDataRepository race condition

> Incomplete ValueMapDiscriminatorStrategy cache 
> ---
>
> Key: OPENJPA-2767
> URL: https://issues.apache.org/jira/browse/OPENJPA-2767
> Project: OpenJPA
>  Issue Type: Bug
>Reporter: Will Dazey
>Assignee: Will Dazey
>Priority: Minor
> Fix For: 2.2.3
>
> Attachments: OJ2767_2.2.x_v4.patch
>
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> There exists the possibility that the discriminator class cache in 
> ValueMapDiscriminatorStrategy was originally created before the server fully 
> loaded all classes. If this happens, the cache is incomplete and needs to be 
> rebuilt. A simple enough strategy would be to just try rebuilding the cache, 
> before giving up and throwing a CNFE, and check again.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OPENJPA-2767) Incomplete ValueMapDiscriminatorStrategy cache

2019-05-16 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/OPENJPA-2767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16841633#comment-16841633
 ] 

ASF subversion and git services commented on OPENJPA-2767:
--

Commit a41cd39da8a55fb9dd1a8ff7b84823958a0bcd55 in openjpa's branch 
refs/heads/2.2.x from Will Dazey
[ https://gitbox.apache.org/repos/asf?p=openjpa.git;h=a41cd39 ]

Merge pull request #43 from dazey3/2767_2.2.x

OPENJPA-2767: Incomplete ValueMapDiscriminatorStrategy cache and 
MetaDataRepository race condition

> Incomplete ValueMapDiscriminatorStrategy cache 
> ---
>
> Key: OPENJPA-2767
> URL: https://issues.apache.org/jira/browse/OPENJPA-2767
> Project: OpenJPA
>  Issue Type: Bug
>Reporter: Will Dazey
>Assignee: Will Dazey
>Priority: Minor
> Fix For: 2.2.3
>
> Attachments: OJ2767_2.2.x_v4.patch
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> There exists the possibility that the discriminator class cache in 
> ValueMapDiscriminatorStrategy was originally created before the server fully 
> loaded all classes. If this happens, the cache is incomplete and needs to be 
> rebuilt. A simple enough strategy would be to just try rebuilding the cache, 
> before giving up and throwing a CNFE, and check again.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (OPENJPA-2767) Incomplete ValueMapDiscriminatorStrategy cache

2019-05-16 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/OPENJPA-2767?focusedWorklogId=243563=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-243563
 ]

ASF GitHub Bot logged work on OPENJPA-2767:
---

Author: ASF GitHub Bot
Created on: 16/May/19 18:42
Start Date: 16/May/19 18:42
Worklog Time Spent: 10m 
  Work Description: dazey3 commented on pull request #43: [2.2.x] 
OPENJPA-2767: Incomplete ValueMapDiscriminatorStrategy cache and Meta…
URL: https://github.com/apache/openjpa/pull/43
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 243563)
Time Spent: 1h  (was: 50m)

> Incomplete ValueMapDiscriminatorStrategy cache 
> ---
>
> Key: OPENJPA-2767
> URL: https://issues.apache.org/jira/browse/OPENJPA-2767
> Project: OpenJPA
>  Issue Type: Bug
>Reporter: Will Dazey
>Assignee: Will Dazey
>Priority: Minor
> Fix For: 2.2.3
>
> Attachments: OJ2767_2.2.x_v4.patch
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> There exists the possibility that the discriminator class cache in 
> ValueMapDiscriminatorStrategy was originally created before the server fully 
> loaded all classes. If this happens, the cache is incomplete and needs to be 
> rebuilt. A simple enough strategy would be to just try rebuilding the cache, 
> before giving up and throwing a CNFE, and check again.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OPENJPA-2767) Incomplete ValueMapDiscriminatorStrategy cache

2019-05-16 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/OPENJPA-2767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16841632#comment-16841632
 ] 

ASF subversion and git services commented on OPENJPA-2767:
--

Commit 29b82b23efa1db5024706851063c1988fb130398 in openjpa's branch 
refs/heads/2.2.x from Will Dazey
[ https://gitbox.apache.org/repos/asf?p=openjpa.git;h=29b82b2 ]

OPENJPA-2767: Incomplete ValueMapDiscriminatorStrategy cache and 
MetaDataRepository race condition

Signed-off-by: Will Dazey 


> Incomplete ValueMapDiscriminatorStrategy cache 
> ---
>
> Key: OPENJPA-2767
> URL: https://issues.apache.org/jira/browse/OPENJPA-2767
> Project: OpenJPA
>  Issue Type: Bug
>Reporter: Will Dazey
>Assignee: Will Dazey
>Priority: Minor
> Fix For: 2.2.3
>
> Attachments: OJ2767_2.2.x_v4.patch
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> There exists the possibility that the discriminator class cache in 
> ValueMapDiscriminatorStrategy was originally created before the server fully 
> loaded all classes. If this happens, the cache is incomplete and needs to be 
> rebuilt. A simple enough strategy would be to just try rebuilding the cache, 
> before giving up and throwing a CNFE, and check again.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (OPENJPA-2767) Incomplete ValueMapDiscriminatorStrategy cache

2019-05-16 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/OPENJPA-2767?focusedWorklogId=243562=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-243562
 ]

ASF GitHub Bot logged work on OPENJPA-2767:
---

Author: ASF GitHub Bot
Created on: 16/May/19 18:41
Start Date: 16/May/19 18:41
Worklog Time Spent: 10m 
  Work Description: dazey3 commented on pull request #45: [master] 
OPENJPA-2767: Incomplete ValueMapDiscriminatorStrategy cache and Meta…
URL: https://github.com/apache/openjpa/pull/45
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 243562)
Time Spent: 50m  (was: 40m)

> Incomplete ValueMapDiscriminatorStrategy cache 
> ---
>
> Key: OPENJPA-2767
> URL: https://issues.apache.org/jira/browse/OPENJPA-2767
> Project: OpenJPA
>  Issue Type: Bug
>Reporter: Will Dazey
>Assignee: Will Dazey
>Priority: Minor
> Fix For: 2.2.3
>
> Attachments: OJ2767_2.2.x_v4.patch
>
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> There exists the possibility that the discriminator class cache in 
> ValueMapDiscriminatorStrategy was originally created before the server fully 
> loaded all classes. If this happens, the cache is incomplete and needs to be 
> rebuilt. A simple enough strategy would be to just try rebuilding the cache, 
> before giving up and throwing a CNFE, and check again.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)