[
https://issues.apache.org/jira/browse/PHOENIX-2111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14627385#comment-14627385
]
Hudson commented on PHOENIX-2111:
---------------------------------
SUCCESS: Integrated in Phoenix-master #836 (See
[https://builds.apache.org/job/Phoenix-master/836/])
PHOENIX-2111 Race condition on creation of new view and adding of column to
base table (samarth.jain: rev 9f09f1a5ddce38c256c647ca7cd80617259e35ea)
* phoenix-protocol/src/main/MetaDataService.proto
* phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java
*
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java
*
phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java
* phoenix-core/src/main/java/org/apache/phoenix/util/PhoenixRuntime.java
* phoenix-core/src/main/java/org/apache/phoenix/util/UpgradeUtil.java
*
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/generated/MetaDataProtos.java
* phoenix-core/src/main/java/org/apache/phoenix/util/MetaDataUtil.java
> Race condition on creation of new view and adding of column to base table
> -------------------------------------------------------------------------
>
> Key: PHOENIX-2111
> URL: https://issues.apache.org/jira/browse/PHOENIX-2111
> Project: Phoenix
> Issue Type: Bug
> Reporter: James Taylor
> Assignee: Samarth Jain
> Fix For: 4.5.0
>
> Attachments: PHOENIX-2111.patch, PHOENIX-2111_addendum.patch
>
>
> There's currently a potential race condition between creating a view and
> adding a column to the base table. The logic to find the parent row key is
> incorrect for this scenario.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)