[jira] [Updated] (PHOENIX-2460) Implement scrutiny command to validate whether or not an index is in sync with the data table

2017-07-28 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas D'Silva updated PHOENIX-2460: Attachment: PHOENIX-2460.patch [~vincentpoon] Here is wip patch you can use. > Implement

[jira] [Assigned] (PHOENIX-2460) Implement scrutiny command to validate whether or not an index is in sync with the data table

2017-07-28 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas D'Silva reassigned PHOENIX-2460: --- Assignee: Vincent Poon (was: Thomas D'Silva) > Implement scrutiny command to valid

[jira] [Updated] (PHOENIX-4051) Prevent out-of-order updates for mutable index updates

2017-07-28 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-4051: -- Attachment: PHOENIX-4051_v2.patch Parking v2 of patch with the feedback implemented. [~tdsilva

[jira] [Commented] (PHOENIX-4022) Add PhoenixMetricsLog interface that can be used to log metrics for queries and mutations.

2017-07-28 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16105300#comment-16105300 ] James Taylor commented on PHOENIX-4022: --- Thanks for the updated patch, [~tdsilva].

[jira] [Commented] (PHOENIX-4022) Add PhoenixMetricsLog interface that can be used to log metrics for queries and mutations.

2017-07-28 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16105305#comment-16105305 ] James Taylor commented on PHOENIX-4022: --- Or another alternative is to got back to

[jira] [Commented] (PHOENIX-3556) Remove usage of com.google.common.collect.Iterators.emptyIterator()

2017-07-28 Thread Sergey Soldatov (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16105585#comment-16105585 ] Sergey Soldatov commented on PHOENIX-3556: -- Actually that problem was supposed

[jira] [Assigned] (PHOENIX-4053) Lock row exclusively when necessary for mutable secondary indexing

2017-07-28 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor reassigned PHOENIX-4053: - Assignee: James Taylor > Lock row exclusively when necessary for mutable secondary inde

[jira] [Created] (PHOENIX-4053) Lock row exclusively when necessary for mutable secondary indexing

2017-07-28 Thread James Taylor (JIRA)
James Taylor created PHOENIX-4053: - Summary: Lock row exclusively when necessary for mutable secondary indexing Key: PHOENIX-4053 URL: https://issues.apache.org/jira/browse/PHOENIX-4053 Project: Phoen

[jira] [Updated] (PHOENIX-4053) Lock row exclusively when necessary for mutable secondary indexing

2017-07-28 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-4053: -- Attachment: PHOENIX-4053_wip.patch Attaching WIP patch that does it's own locking. Still need

[jira] [Commented] (PHOENIX-4053) Lock row exclusively when necessary for mutable secondary indexing

2017-07-28 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16105649#comment-16105649 ] James Taylor commented on PHOENIX-4053: --- Confirmed that row lock became a read loc

[jira] [Updated] (PHOENIX-4053) Lock row exclusively when necessary for mutable secondary indexing

2017-07-28 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-4053: -- Description: From HBase 1.2 on, rows are not exclusively locked when the preBatchMutate call i

[jira] [Commented] (PHOENIX-4053) Lock row exclusively when necessary for mutable secondary indexing

2017-07-28 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16105837#comment-16105837 ] James Taylor commented on PHOENIX-4053: --- Need new patch as the row locks need to b

[jira] [Commented] (PHOENIX-3556) Remove usage of com.google.common.collect.Iterators.emptyIterator()

2017-07-28 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16105907#comment-16105907 ] Thomas D'Silva commented on PHOENIX-3556: - [~sergey.soldatov] We have an applica