[ 
https://issues.apache.org/jira/browse/USERGRID-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14367532#comment-14367532
 ] 

Todd Nine commented on USERGRID-491:
------------------------------------

This is caused by the following workflow.

# The application is successfully created
# The GET on the application information is performed by the portal
# The lookup occurs for org/apps, which invokes emf.lookupApplication( 
orgAppName ) on line 137 of OrganizationResource
#This is turn looks up the app by ES to insert into the cache, which is 
eventually consistent and fails.

It should instead lookup the value from Cassandra, which is immediately 
consistent.


> Create app has stopped returning new apps
> -----------------------------------------
>
>                 Key: USERGRID-491
>                 URL: https://issues.apache.org/jira/browse/USERGRID-491
>             Project: Usergrid
>          Issue Type: Bug
>            Reporter: Todd Nine
>            Assignee: Todd Nine
>
> When creating a new app, no error is returned.  However, the app never 
> appears in the portal.  Investigate and fix this issue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to