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

2017-07-27 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16104455#comment-16104455 ] James Taylor commented on PHOENIX-4051: --- Looks like this quick patch didn't solve the issue that

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

2017-07-27 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16104454#comment-16104454 ] Samarth Jain commented on PHOENIX-4051: --- bq. For an UPSERT VALUES, the timestamp is gotten from

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

2017-07-27 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16104417#comment-16104417 ] Thomas D'Silva commented on PHOENIX-4051: - +1 For DELETE and UPSERT SELECT mutations, instead

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

2017-07-27 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16104289#comment-16104289 ] James Taylor commented on PHOENIX-4051: --- I think this patch prevents out-of-order mutations for a

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

2017-07-27 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16104261#comment-16104261 ] Hadoop QA commented on PHOENIX-4051: {color:red}-1 overall{color}. Here are the results of testing

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

2017-07-27 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16104225#comment-16104225 ] Samarth Jain commented on PHOENIX-4051: --- I think updatesLock is more of a region level lock. It

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

2017-07-27 Thread Vincent Poon (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16104172#comment-16104172 ] Vincent Poon commented on PHOENIX-4051: --- Hey [~jamestaylor] , I see this in HRegion: {code} //