[GitHub] phoenix pull request: Added custom annotations to logs in query-re...

2014-09-26 Thread elilevine
GitHub user elilevine opened a pull request: https://github.com/apache/phoenix/pull/21 Added custom annotations to logs in query-related functionality in client- and server-side code for PHOENIX-1198 @JamesRTaylor, take a look when you get a chance. Shouldn't be anything

[GitHub] phoenix pull request: Added custom annotations to logs in query-re...

2014-09-26 Thread elilevine
Github user elilevine commented on a diff in the pull request: https://github.com/apache/phoenix/pull/21#discussion_r18074893 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/coprocessor/BaseScannerRegionObserver.java --- @@ -61,6 +61,11 @@ public static final

[jira] [Commented] (PHOENIX-1198) Add ability to pass custom annotations to be added to log lines

2014-09-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14148821#comment-14148821 ] ASF GitHub Bot commented on PHOENIX-1198: - Github user elilevine commented on a

[GitHub] phoenix pull request: Added custom annotations to logs in query-re...

2014-09-26 Thread elilevine
Github user elilevine commented on a diff in the pull request: https://github.com/apache/phoenix/pull/21#discussion_r18074918 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/iterate/ChunkedResultIterator.java --- @@ -180,5 +181,12 @@ private boolean rowKeyChanged(Tuple

[GitHub] phoenix pull request: Added custom annotations to logs in query-re...

2014-09-26 Thread elilevine
Github user elilevine commented on a diff in the pull request: https://github.com/apache/phoenix/pull/21#discussion_r18074909 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/execute/MutationState.java --- @@ -275,7 +276,6 @@ public void remove() { private long[]

[jira] [Commented] (PHOENIX-1198) Add ability to pass custom annotations to be added to log lines

2014-09-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14148822#comment-14148822 ] ASF GitHub Bot commented on PHOENIX-1198: - Github user elilevine commented on a

[jira] [Commented] (PHOENIX-1198) Add ability to pass custom annotations to be added to log lines

2014-09-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14148824#comment-14148824 ] ASF GitHub Bot commented on PHOENIX-1198: - Github user elilevine commented on a

[jira] [Commented] (PHOENIX-1198) Add ability to pass custom annotations to be added to log lines

2014-09-26 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14148832#comment-14148832 ] James Taylor commented on PHOENIX-1198: --- +1. Thanks, [~elilevine]. Add ability

[jira] [Commented] (PHOENIX-1264) Add StatisticsCollector to existing tables on first connection to cluster

2014-09-26 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14148837#comment-14148837 ] Hudson commented on PHOENIX-1264: - SUCCESS: Integrated in Phoenix | 4.0 | Hadoop2 #168

Hbase namespaces

2014-09-26 Thread Nicolas Maillard
Hello everyone I was wondering if phoenix had a way of making use of Hbase namespaces, that is creating a phoenix table is a given namespace, maybe even creating this namespace. As we move n more heaby usage of phoenix it makes for a nice way to logically split up tables. regards --

[jira] [Commented] (PHOENIX-1263) Only cache guideposts on physical PTable

2014-09-26 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14148906#comment-14148906 ] ramkrishna.s.vasudevan commented on PHOENIX-1263: - When trying to work

Re: Hbase namespaces

2014-09-26 Thread Eli Levine
Views are a good way to reuse a single physical table in Phoenix for multiple purposes. They can be used to essentially partition a Phoenix table. http://phoenix.apache.org/views.html Is that something like what you have in mind? Thanks, Eli On Sep 25, 2014, at 11:44 PM, Nicolas Maillard

[jira] [Commented] (PHOENIX-1296) Scan entire region when tenant-specific table is analyzed

2014-09-26 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14149618#comment-14149618 ] James Taylor commented on PHOENIX-1296: --- Thanks for the patch, [~ramkrishna]. Much

[jira] [Updated] (PHOENIX-1264) Add StatisticsCollector to existing tables on first connection to cluster

2014-09-26 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ramkrishna.s.vasudevan updated PHOENIX-1264: Attachment: Phoenix-1264_3.0_1.patch Patch for 3.0. Add

[jira] [Commented] (PHOENIX-1296) Scan entire region when tenant-specific table is analyzed

2014-09-26 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14149644#comment-14149644 ] ramkrishna.s.vasudevan commented on PHOENIX-1296: - Ya this was mostly

[jira] [Commented] (PHOENIX-1263) Only cache guideposts on physical PTable

2014-09-26 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14149649#comment-14149649 ] James Taylor commented on PHOENIX-1263: --- The work you're doing on PHOENIX-1296

[jira] [Commented] (PHOENIX-1264) Add StatisticsCollector to existing tables on first connection to cluster

2014-09-26 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14149659#comment-14149659 ] James Taylor commented on PHOENIX-1264: --- +1. Thanks for follow up on this,

[jira] [Commented] (PHOENIX-1263) Only cache guideposts on physical PTable

2014-09-26 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14149674#comment-14149674 ] ramkrishna.s.vasudevan commented on PHOENIX-1263: - I tried different

[jira] [Commented] (PHOENIX-1296) Scan entire region when tenant-specific table is analyzed

2014-09-26 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14149683#comment-14149683 ] James Taylor commented on PHOENIX-1296: --- Let's start with the easy fix for this

[jira] [Commented] (PHOENIX-1198) Add ability to pass custom annotations to be added to log lines

2014-09-26 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14149805#comment-14149805 ] Hudson commented on PHOENIX-1198: - SUCCESS: Integrated in Phoenix | 4.0 | Hadoop2 #170

[jira] [Resolved] (PHOENIX-1198) Add ability to pass custom annotations to be added to log lines

2014-09-26 Thread Eli Levine (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Levine resolved PHOENIX-1198. - Resolution: Fixed I have made a pass and added annotations to all log lines that are within the

[jira] [Updated] (PHOENIX-1239) IN clause (and some others) cannot get moved from HAVING clause to WHERE clause when qualified

2014-09-26 Thread Maryann Xue (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maryann Xue updated PHOENIX-1239: - Attachment: 1239.patch IN clause (and some others) cannot get moved from HAVING clause to

[jira] [Assigned] (PHOENIX-1239) IN clause (and some others) cannot get moved from HAVING clause to WHERE clause when qualified

2014-09-26 Thread Maryann Xue (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maryann Xue reassigned PHOENIX-1239: Assignee: Maryann Xue IN clause (and some others) cannot get moved from HAVING clause

[jira] [Created] (PHOENIX-1297) Adding utility methods to get primary key information from the optimized query plan

2014-09-26 Thread Samarth Jain (JIRA)
Samarth Jain created PHOENIX-1297: - Summary: Adding utility methods to get primary key information from the optimized query plan Key: PHOENIX-1297 URL: https://issues.apache.org/jira/browse/PHOENIX-1297

[jira] [Updated] (PHOENIX-1298) Queries on fixed width type columns that have an index declared on them don't use that index.

2014-09-26 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-1298: -- Attachment: PHOENIX-1298.patch WIP patch, not yet tested. Queries on fixed width type

[jira] [Commented] (PHOENIX-1272) Avoid pulling in unintended HBase dependencies in phoenix-core

2014-09-26 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14150371#comment-14150371 ] James Taylor commented on PHOENIX-1272: --- Is this good to go, [~apurtell]? Avoid

[jira] [Updated] (PHOENIX-1298) Queries on fixed width type columns that have an index declared on them don't use that index

2014-09-26 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-1298: -- Summary: Queries on fixed width type columns that have an index declared on them don't use

[jira] [Resolved] (PHOENIX-1298) Queries on fixed width type columns that have an index declared on them don't use that index

2014-09-26 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor resolved PHOENIX-1298. --- Resolution: Fixed Fix Version/s: 3.2 4.2 5.0.0

[jira] [Commented] (PHOENIX-1298) Queries on fixed width type columns that have an index declared on them don't use that index

2014-09-26 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14150396#comment-14150396 ] Hudson commented on PHOENIX-1298: - UNSTABLE: Integrated in Phoenix | 4.0 | Hadoop2 #172

[jira] [Commented] (PHOENIX-1294) Provide rollback capability

2014-09-26 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14150399#comment-14150399 ] Lars Hofhansl commented on PHOENIX-1294: Generally this is actually a lot to

[jira] [Commented] (PHOENIX-1263) Only cache guideposts on physical PTable

2014-09-26 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14150406#comment-14150406 ] Lars Hofhansl commented on PHOENIX-1263: bq. I propose that we purposely don't

[jira] [Commented] (PHOENIX-1278) Performance degradation for salted tables with guideposts

2014-09-26 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14150413#comment-14150413 ] Lars Hofhansl commented on PHOENIX-1278: Another question: Why do we need to

[jira] [Commented] (PHOENIX-1278) Performance degradation for salted tables with guideposts

2014-09-26 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14150419#comment-14150419 ] James Taylor commented on PHOENIX-1278: --- If we want row key order for salted

[jira] [Commented] (PHOENIX-1298) Queries on fixed width type columns that have an index declared on them don't use that index

2014-09-26 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14150431#comment-14150431 ] James Taylor commented on PHOENIX-1298: --- The tests passed locally for me, but seem

[jira] [Commented] (PHOENIX-1278) Performance degradation for salted tables with guideposts

2014-09-26 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14150433#comment-14150433 ] Lars Hofhansl commented on PHOENIX-1278: Oh right. Can we relax this then? No