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

Hudson commented on PHOENIX-1581:
---------------------------------

FAILURE: Integrated in Phoenix-master #553 (See 
[https://builds.apache.org/job/Phoenix-master/553/])
PHOENIX-1581 Client cache not updated after issuing ALTER TABLE statements for 
setting phoenix table properties (samarth.jain: rev 
3e8b685db0b88430cfa0566302e243c96402e3bf)
* phoenix-core/src/main/java/org/apache/phoenix/query/MetaDataMutated.java
* phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java
* 
phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionlessQueryServicesImpl.java
* phoenix-core/src/it/java/org/apache/phoenix/end2end/AlterTableIT.java
* phoenix-core/src/main/java/org/apache/phoenix/schema/PMetaDataImpl.java
* 
phoenix-core/src/main/java/org/apache/phoenix/query/DelegateConnectionQueryServices.java
* 
phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java
* phoenix-core/src/main/java/org/apache/phoenix/jdbc/PhoenixConnection.java
* phoenix-core/src/main/java/org/apache/phoenix/schema/PTableImpl.java


> Client cache not updated after issuing ALTER TABLE statements for setting 
> phoenix table properties
> --------------------------------------------------------------------------------------------------
>
>                 Key: PHOENIX-1581
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-1581
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Gabriel Reid
>            Assignee: Samarth Jain
>             Fix For: 5.0.0, 4.3
>
>         Attachments: PHOENIX-1581.patch
>
>
> If I alter a table to disable the WAL (i.e. ALTER TABLE MYTAB SET DISABLE_WAL 
> = true), then things work as expected.
> However, if I then attempt to re-enable the WAL (i.e. ALTER TABLE MYTAB SET 
> DISABLE_WAL = false), nothing changes.



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

Reply via email to