[jira] [Commented] (OMID-74) Efficient column family deletion in Row level conflict analysis

2017-08-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/OMID-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16108669#comment-16108669 ] ASF GitHub Bot commented on OMID-74: Github user ebortnik commented on a diff in the pull request:

[jira] [Commented] (OMID-74) Efficient column family deletion in Row level conflict analysis

2017-08-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/OMID-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16108667#comment-16108667 ] ASF GitHub Bot commented on OMID-74: Github user ebortnik commented on a diff in the pull request:

[jira] [Commented] (OMID-74) Efficient column family deletion in Row level conflict analysis

2017-08-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/OMID-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16108662#comment-16108662 ] ASF GitHub Bot commented on OMID-74: Github user ebortnik commented on a diff in the pull request:

[jira] [Commented] (OMID-74) Efficient column family deletion in Row level conflict analysis

2017-08-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/OMID-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16108664#comment-16108664 ] ASF GitHub Bot commented on OMID-74: Github user ebortnik commented on a diff in the pull request:

[jira] [Commented] (OMID-74) Efficient column family deletion in Row level conflict analysis

2017-08-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/OMID-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16108666#comment-16108666 ] ASF GitHub Bot commented on OMID-74: Github user ebortnik commented on a diff in the pull request:

[jira] [Commented] (OMID-74) Efficient column family deletion in Row level conflict analysis

2017-08-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/OMID-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16108668#comment-16108668 ] ASF GitHub Bot commented on OMID-74: Github user ebortnik commented on a diff in the pull request:

[GitHub] incubator-omid pull request #13: [OMID-74] Efficient column family deletion ...

2017-08-01 Thread ebortnik
Github user ebortnik commented on a diff in the pull request: https://github.com/apache/incubator-omid/pull/13#discussion_r130549676 --- Diff: hbase-client/src/main/java/org/apache/omid/transaction/TTable.java --- @@ -346,11 +373,31 @@ public ResultScanner getScanner(Transaction

[GitHub] incubator-omid pull request #13: [OMID-74] Efficient column family deletion ...

2017-08-01 Thread ebortnik
Github user ebortnik commented on a diff in the pull request: https://github.com/apache/incubator-omid/pull/13#discussion_r130563983 --- Diff: hbase-client/src/main/java/org/apache/omid/transaction/TTable.java --- @@ -158,12 +162,40 @@ public Result get(Transaction tx, final Get

[GitHub] incubator-omid pull request #13: [OMID-74] Efficient column family deletion ...

2017-08-01 Thread ebortnik
Github user ebortnik commented on a diff in the pull request: https://github.com/apache/incubator-omid/pull/13#discussion_r130567034 --- Diff: hbase-client/src/main/java/org/apache/omid/transaction/TTable.java --- @@ -794,13 +871,24 @@ private HBaseTransaction

[GitHub] incubator-omid pull request #13: [OMID-74] Efficient column family deletion ...

2017-08-01 Thread ebortnik
Github user ebortnik commented on a diff in the pull request: https://github.com/apache/incubator-omid/pull/13#discussion_r130566417 --- Diff: hbase-client/src/main/java/org/apache/omid/transaction/TTable.java --- @@ -333,7 +360,7 @@ public ResultScanner getScanner(Transaction tx,

[GitHub] incubator-omid pull request #13: [OMID-74] Efficient column family deletion ...

2017-08-01 Thread ebortnik
Github user ebortnik commented on a diff in the pull request: https://github.com/apache/incubator-omid/pull/13#discussion_r130566612 --- Diff: hbase-client/src/main/java/org/apache/omid/transaction/TTable.java --- @@ -396,20 +443,48 @@ public ResultScanner getScanner(Transaction