Chinmay Kulkarni created PHOENIX-6075:
-----------------------------------------
Summary: DDLs issued via a tenant-specific connection do not write
SYSTEM.MUTEX cells
Key: PHOENIX-6075
URL: https://issues.apache.org/jira/browse/PHOENIX-6075
Project: Phoenix
Issue Type: Bug
Reporter: Chinmay Kulkarni
Assignee: Chinmay Kulkarni
When using a tenant-specific connection to create/alter views/view indexes, we
wrap the queryservices object in a delegate, which skips actually writing the
SYSTEM.MUTEX cell (see
[this|https://github.com/apache/phoenix/blob/bba7d59f81f2b91342fa5a7ee213170739573d6a/phoenix-core/src/main/java/org/apache/phoenix/query/DelegateConnectionQueryServices.java#L392]).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)