[
https://issues.apache.org/jira/browse/PHOENIX-6506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17383443#comment-17383443
]
ASF GitHub Bot commented on PHOENIX-6506:
-----------------------------------------
virajjasani commented on pull request #1261:
URL: https://github.com/apache/phoenix/pull/1261#issuecomment-882692942
@stoty I agree and we have 4.x backport PR #1270 with proper Java 7
semantics so I think we are good with this PR using streams and eventually land
on master and 5.1.
4.x branch is still stuck with Java 7 because of HBase 1 support but our CI
builds still use JDK 1.8 so it doesn't catch such issues.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
> Tenant Connection is not able to access/validate Global Sequences
> -----------------------------------------------------------------
>
> Key: PHOENIX-6506
> URL: https://issues.apache.org/jira/browse/PHOENIX-6506
> Project: Phoenix
> Issue Type: Bug
> Reporter: Lokesh Khurana
> Assignee: Lokesh Khurana
> Priority: Major
> Attachments: PHOENIX-6506-test.patch, PHOENIX-6506.patch
>
>
> In our test environment we were using sequence(created using global
> connection) in our Table, recently we updated that table to be MULTI_TENANT
> and both types of connections (tenant and global) are needs to upsert data
> into Table.
> Tenant connections are not able to upsert data into table as it is not able
> to validate sequence and getting SequenceNotFoundException.
> Adding patch with Test failing due to same scenario.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)