Re: Are we ready for 4.8.0 RC?

2016-05-31 Thread Samarth Jain
There are a few issues that I am working on currently that I hope to have fixes for by early next week: https://issues.apache.org/jira/browse/PHOENIX-2919 https://issues.apache.org/jira/browse/PHOENIX-2814 https://issues.apache.org/jira/browse/PHOENIX-2920 https://issues.apache.org/jira/browse/PHOE

Re: [DISCUSS] Regarding PHOENIX-1734

2016-06-08 Thread Samarth Jain
Considering the footprint of PHOENIX-1734, it would make development onerous if the feature is merged only to 4.x-HBase-1.2. There is already an overhead of having to merge patches in 4 branches. It also has the potential of increasing the likelihood of bugs being introduced arising out of having t

Re: RC today (Fri 6/24)?

2016-06-27 Thread Samarth Jain
I am working on PHOENIX-3028. We noticed in our internal testing that there is still some code path in our stats collection that is executing synchronously on the compaction thread (which could cause compaction to fail in case of network partition/hbase misconfiguration etc). Also another blocker i

Re: where are we at with the RC?

2016-06-28 Thread Samarth Jain
PHOENIX-3028 is in. PHOENIX-2724 is a blocker as of now. Will work on this today to see if it is just a matter of tuning phoenix config or something more. If time permits, I would like to opportunistically get PHOENIX-3035 in. On Mon, Jun 27, 2016 at 10:56 PM, James Taylor wrote: > What are the

Re: where are we at with the RC?

2016-06-30 Thread Samarth Jain
tps://issues.apache.org/jira/browse/PHOENIX-2902>99 On Thu, Jun 30, 2016 at 9:48 PM, wrote: > PHOENIX-3037 (Andy just committed) needs to get in. > -- Lars > From: Samarth Jain > To: dev > Cc: Ankit Singhal > Sent: Tuesday, June 28, 2016 9:58 AM > Subject: Re:

Re: [VOTE] Release of Apache Phoenix 4.8.0-HBase-0.98 RC0

2016-07-15 Thread Samarth Jain
+1 On Fri, Jul 15, 2016 at 4:13 PM, Mujtaba Chohan wrote: > +1 > > Checked backward compatibility and performance > > On Fri, Jul 15, 2016 at 1:13 AM, James Taylor > wrote: > > > +1. Great work on the release, everyone! > > > > James > > > > On Thu, Jul 14, 2016 at 6:51 AM, Ankit Singhal >

Re: [VOTE] Release of Apache Phoenix 4.8.0 RC1

2016-08-05 Thread Samarth Jain
+1 Successfully compiled and ran tests. Did some sanity checks around creating tables, views, queries and indexes on them and things look good. On Fri, Aug 5, 2016 at 4:50 PM, Mujtaba Chohan wrote: > +1. > > For HBase 0.98 Verified backward compatibility with v4.7, performance on > par with pre

Re: [VOTE] Release of Apache Phoenix 4.8.0 RC2

2016-08-10 Thread Samarth Jain
+1 Successfully compiled and ran integration tests Ran some basic tests around views, view indexes and basic upsert, select, delete, create and alter queries and things looked good. On Wednesday, August 10, 2016, Ankit Singhal wrote: > +1 , > > - Ran some tests related to namespace and upgrade

Re: [VOTE] Release of Apache Phoenix 4.12.0 RC0

2017-10-09 Thread Samarth Jain
+1 - built from source - successfully ran all unit and integration tests - collected stats using major compaction and update stats - estimates look correct - ran some basic manual tests involving global mutable and immutable secondary indexes, looks good. On Fri, Oct 6, 2017 at 1:03 PM, lars hofha

Re: [ANNOUNCE] New Phoenix committer: Vincent Poon

2017-10-12 Thread Samarth Jain
Congrats, Vincent! On Thu, Oct 12, 2017 at 9:25 AM Thomas D'Silva wrote: > Congrats Vincent! > > On Thu, Oct 12, 2017 at 8:27 AM, Geoffrey Jacoby > wrote: > > > Congrats, Vincent! Thanks for all your help on the index stabilization. > > > > On Thu, Oct 12, 2017 at 1:32 AM, rajeshb...@apache.org

Re: [ANNOUNCE] New Phoenix committer: Ethan Wang

2017-10-12 Thread Samarth Jain
Congrats, Ethan! On Thu, Oct 12, 2017 at 9:25 AM Thomas D'Silva wrote: > Congrats Ethan! > > On Thu, Oct 12, 2017 at 8:28 AM, Geoffrey Jacoby > wrote: > > > Congrats, Ethan! Looking forward to using those new functions soon. > > > > Geoffrey > > > > On Thu, Oct 12, 2017 at 1:32 AM, rajeshb...@a

Re: [VOTE] Release of Apache Phoenix 4.13.0 RC1

2017-11-07 Thread Samarth Jain
+1 On Tue, Nov 7, 2017 at 12:06 PM, Andrew Purtell wrote: > My bad. Ignore my -1. Somehow the bin downloads failed. Let me try again. > > > On Tue, Nov 7, 2017 at 12:05 PM, Andrew Purtell > wrote: > > > -1 > > > > Signature verification fails > > > > $ gpg --verify apache-phoenix-4.13.0-HBase-0

Re: [VOTE] Release of Apache Phoenix 4.13.0 RC1

2017-11-09 Thread Samarth Jain
+1 Successfully ran all unit tests. Verified recent changes and bug fixes around stats collection and reporting. On Thu, Nov 9, 2017 at 5:02 PM, James Taylor wrote: > +1. Verified bug fixes around delete. > > On Thu, Nov 9, 2017 at 10:21 AM, Mujtaba Chohan > wrote: > > > +1. > > > > Verified p

Re: [VOTE] Release of Apache Phoenix 4.13.2 for CDH 5.11.2 RC0

2018-01-16 Thread Samarth Jain
+1. Ran unit tests successfully. Executed some manual tests around secondary indexes and stats collection - looks fine. On Sat, Jan 13, 2018 at 3:30 AM, Pedro Boado wrote: > Hello Everyone, > > This is a call for a vote on Apache Phoenix 4.13.2 for CDH 5.11.2 RC0. This > is > a first release of

Re: [DISCUSS] Design for a "query log"

2018-03-02 Thread Samarth Jain
A couple more points which I think you alluded to, Josh, but I would still like to call out: 1) Writing of these query logs to a phoenix table should be best effort i.e. a query definitely shouldn't fail because we encountered an issue while writing its log 2) Writing of query logs should happen in

Making upgrade to a new minor release a manual step

2016-09-27 Thread Samarth Jain
Hello Phoenix folks, The purpose of this email is two fold: 1) to introduce folks about the new optional upgrade process and, 2) to get a consensus on what should the default behavior of the process be. As you may already know, when a new minor release is rolled out, in order to support new featu

[DISCUSS] Making upgrade to a new minor release a manual step

2016-09-28 Thread Samarth Jain
(Resending email with a proper subject) Hello Phoenix folks, The purpose of this email is two fold: 1) to introduce folks about the new optional upgrade process and, 2) to get a consensus on what should the default behavior of the process be. As you may already know, when a new minor release is

Re: 4.8.2 and/or 4.9.0

2016-11-02 Thread Samarth Jain
Before cutting the RC, I would like to get https://issues.apache.org/jira/browse/PHOENIX-3436 in. I didn't anticipate that we will be doing more releases on the 4.8 branch. So didn't checkin the fixes there. Will work on cherry picking the changes and commit them. On Wed, Nov 2, 2016 at 2:00 PM,

Re: 4.8.2 and/or 4.9.0

2016-11-02 Thread Samarth Jain
I am done porting changes as part of https://issues.apache.org/jira/browse/PHOENIX-3436. On Wed, Nov 2, 2016 at 2:34 PM, James Taylor wrote: > Sounds good, except we've already moved on to 4.9 as we're voting on it > now. Second RC will be up today. > > On Wednesday, November 2, 2016, Andrew Pur

Re: 4.8.2 and/or 4.9.0

2016-11-02 Thread Samarth Jain
Changes in PHOENIX-3432 were committed as part of PHOENIX-3436. On Wed, Nov 2, 2016 at 3:29 PM, wrote: > Need to wait PHOENIX-3432 in both branches. > > From: "la...@apache.org" > To: "dev@phoenix.apache.org" > Sent: Wednesday, November 2, 2016 3:27 PM > Subject: Re: 4.8.2 and/or 4.9.

Re: [VOTE] Release of Apache Phoenix 4.9.0 RC4

2016-11-07 Thread Samarth Jain
-1 Found a blocker - https://issues.apache.org/jira/browse/PHOENIX-3461. The fix has been checked in. On Mon, Nov 7, 2016 at 10:42 AM, James Taylor wrote: > Hello Everyone, > > This is a call for a vote on Apache Phoenix 4.9.0 RC4. This is the next > minor release of Phoenix 4, compatible wit

Re: [jira] [Updated] (PHOENIX-3501) Push limit to server for distinct optimization

2016-11-18 Thread Samarth Jain
+1 On Fri, Nov 18, 2016 at 3:20 PM James Taylor (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/PHOENIX-3501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > James Taylor updated PHOENIX-3501: > -- > Attachment: PHOENI

Re: [VOTE] Release of Apache Phoenix 4.9.0 RC5

2016-11-21 Thread Samarth Jain
+1 On Mon, Nov 21, 2016 at 3:43 PM Mujtaba Chohan wrote: > +1. > > Verified it's backward compatible and performance is on par with Phoenix > 4.8.0-HBase0.98. > > On Mon, Nov 21, 2016 at 3:16 PM, Thomas D'Silva > wrote: > > > +1 > > > > Ran integration tests. > > Manually tested indexes and tra

Re: Dropping local index on large table caused crash of region servers

2017-01-05 Thread Samarth Jain
That is correct. Renew lease feature is available starting Phoenix 4.7.0+ and HBase 1.1.3+. Youngwoo, it would be great if you can provide us stacktraces of the timeout exceptions you are seeing. On Thu, Jan 5, 2017 at 10:37 AM, James Taylor wrote: > It should not be necessary to increase the RP

Re: [VOTE] Release of Apache Phoenix 4.3.1 RC0

2015-04-02 Thread Samarth Jain
> > Mark > > > > -Original Message- > > From: Samarth Jain [mailto:sama...@apache.org] > > Sent: March-31-15 7:38 PM > > To: dev > > Subject: [VOTE] Release of Apache Phoenix 4.3.1 RC0 > > > > Hello everyone, > > > > This is a ca

[CANCEL][VOTE] Release of Apache Phoenix 4.3.1 RC0

2015-04-02 Thread Samarth Jain
Found couple of issues that sunk this RC: https://issues.apache.org/jira/browse/PHOENIX-1798 https://issues.apache.org/jira/browse/PHOENIX-1799 Fix for the two issues are checked in. We will roll out a new RC soon.

[CANCEL][VOTE]Release of Apache Phoenix 3.3.1 RC0

2015-04-02 Thread Samarth Jain
Found couple of issues that sunk this RC: https://issues.apache.org/jira/browse/PHOENIX-1798 https://issues.apache.org/jira/browse/PHOENIX-1799 Fixes for the two issues are checked in. We will roll out a new RC soon.

[VOTE] Release of Apache Phoenix 4.3.1 RC1

2015-04-03 Thread Samarth Jain
Hello everyone, This is a call for a vote on Apache Phoenix 4.3.1 RC1. This is a bug fix/patch release of Phoenix 4.3, compatible with the 0.98 branch of Apache HBase. The previous RC was dropped because of PHOENIX-1798, PHOENIX-1799 and PHOENIX-1800 all of which are fixed now. The release includ

[VOTE] Release of Apache Phoenix 3.3.1 RC1

2015-04-03 Thread Samarth Jain
Hello everyone, This is a call for a vote on Apache Phoenix 3.3.1 RC1. This is a bug fix/patch release of Phoenix 3.3, compatible with the 0.94 branch of Apache HBase. The previous RC was dropped because of PHOENIX-1798 and PHOENIX-1799 both of which are fixed now. The release includes both a sou

Re: [VOTE] Release of Apache Phoenix 3.3.1 RC1

2015-04-07 Thread Samarth Jain
+1 On Mon, Apr 6, 2015 at 10:32 PM, James Taylor wrote: > +1 > > On Fri, Apr 3, 2015 at 3:31 PM, Samarth Jain wrote: > > Hello everyone, > > > > This is a call for a vote on Apache Phoenix 3.3.1 RC1. This is a bug > > fix/patch release of Phoenix 3.3, c

Re: [VOTE] Release of Apache Phoenix 4.3.1 RC1

2015-04-07 Thread Samarth Jain
4.3.1 RC1 > > > > +1 > > > > On Mon, Apr 6, 2015 at 2:24 PM, Mujtaba Chohan > wrote: > > > +1. > > > > > > * Verified performance is on par with Phoenix 4.3.0. > > > * Verified RAT. > > > > > > //mujtaba > > >

[RESULT][VOTE] Release of Apache Phoenix 4.3.1 RC1

2015-04-07 Thread Samarth Jain
The vote for the release of Apache Phoenix 4.3.1 RC1 is now closed and has passed with 4 binding +1s and no 0 or -1s: James Taylor* Gabriel Reid* Mujtaba Chohan* Samarth Jain* *=binding We'll push out the new release to maven. Thanks to those who voted.

[RESULT][VOTE] Release of Apache Phoenix 3.3.1 RC1

2015-04-07 Thread Samarth Jain
The vote for the release of Apache Phoenix 3.3.1 RC1 is now closed and has passed with 4 binding +1s and no 0 or -1s: James Taylor* Gabriel Reid* Mujtaba Chohan* Samarth Jain* *=binding We'll push out the new release to maven. Thanks to those who voted.

[ANNOUNCE] Apache Phoenix 4.3.1 released

2015-04-08 Thread Samarth Jain
The Apache Phoenix team is pleased to announce the immediate availability of the 4.3.1 release. Highlights of the release being: - Global client side resource metrics - SQL command to turn Phoenix tracing ON/OFF - SQL command to allow setting tracing sampling frequency - Capability to pass guide p

Re: Thinking of RC on Thursday

2015-04-21 Thread Samarth Jain
I would also like to get in https://issues.apache.org/jira/browse/PHOENIX-1819 (Report resource/metrics at per phoenix request level) and https://issues.apache.org/jira/browse/PHOENIX-1899. On Tue, Apr 21, 2015 at 4:32 PM, James Taylor wrote: > Another couple that need to go into 4.4.0 release I

Re: [VOTE] Release of Apache Phoenix 4.4.0-HBase-0.98 RC0

2015-05-05 Thread Samarth Jain
+1 On Fri, May 1, 2015 at 6:57 PM, rajeshb...@apache.org < chrajeshbab...@gmail.com> wrote: > This is a call for a vote on Apache Phoenix 4.4.0-HBase-0.98 RC0. This is > the > next minor release of Phoenix 4, compatible with the 0.98 branch of > Apache HBase. The release includes both a source-on

Re: [VOTE] Release of Apache Phoenix 4.4.0-HBase-1.0 RC0

2015-05-05 Thread Samarth Jain
+1 On Fri, May 1, 2015 at 7:15 PM, rajeshb...@apache.org < chrajeshbab...@gmail.com> wrote: > This is a call for a vote on Apache Phoenix 4.4.0-HBase-1.0 RC0. This is > the > next minor release of Phoenix 4, compatible with the 1.0(branch of > Apache HBase(1.0.1+) . The release includes both a so

Re: [DISCUSS] drop 4.x-HBase-1.1 branch

2015-06-21 Thread Samarth Jain
+1 to removing 4.x-HBase-1.1 branch and recreating it later from master, if needed. Another feature that isn't on that branch because other commits were missing is PHOENIX-1504. On Sunday, June 21, 2015, James Taylor wrote: > Nick - based on your last email, I wasn't sure if you meant you're ok

Re: [ANNOUNCE] Josh Mahonin added as Apache Phoenix committer

2015-06-23 Thread Samarth Jain
Congratulations and welcome, Josh. On Tuesday, June 23, 2015, Gabriel Reid wrote: > Congrats and welcome Josh! > > > On Tue, Jun 23, 2015 at 7:10 PM Jesse Yates > wrote: > > > Congrats and welcome! > > > > On Tue, Jun 23, 2015, 10:01 AM Ravi Kiran > > > wrote: > > > > > Welcome Josh!! > > > > >

Re: [VOTE] Release of Apache Phoenix 4.5.0-HBase-0.98 RC0

2015-07-22 Thread Samarth Jain
+1 All unit tests pass. Backward compatible. Tested various upgrade scenarios for tables with views. Statement/connection level metrics collection working. On Wed, Jul 22, 2015 at 5:28 PM, James Taylor wrote: > Hi Everyone, > > This is a call for a vote on Apache Phoenix 4.5.0-HBase-0.98 RC0. T

Re: Issue with PhoenixHBaseStorage

2015-08-04 Thread Samarth Jain
The jdbc url doesn't look correct - jdbc:phoenix:jdbc:phoenix: remoteclusterZkQuorum:2181 It should be jdbc:phoenix:remoteclusterZkQuorum:2181 Do you have the phoneix.mapreduce.output.cluster.quorum configured (take note of the typo)? Or hbase.zookeeper.quorum? If yes, what are the values set as?

Re: [VOTE] Release of Apache Phoenix 4.5.1-HBase-0.98 RC1

2015-08-17 Thread Samarth Jain
+1 - Ran the suite of tests successfully. - Ran various tests to check if the upgrade to this release is working correctly when upgrading from 4.3* and 4.4* On Mon, Aug 17, 2015 at 12:10 PM, Eli Levine wrote: > +1 on the release. > > - Tried 4.5.1-HBase-0.98 RC1 using binary artifacts. Ran the

Re: [VOTE] Release of Apache Phoenix 4.5.1-HBase-1.0 RC1

2015-08-17 Thread Samarth Jain
+1 - Ran the suite of tests successfully. - Ran various tests to check if the upgrade to this release is working correctly when upgrading from 4.3* and 4.4* On Fri, Aug 14, 2015 at 9:52 PM, James Taylor wrote: > Hi Everyone, > > This is a call for a vote on Apache Phoenix 4.5.1-HBase-1.0 RC1. Th

Re: [VOTE] Release of Apache Phoenix 4.5.1-HBase-1.1 RC1

2015-08-17 Thread Samarth Jain
+1 - Ran the suite of tests successfully. - Ran various tests to check if the upgrade to this release is working correctly when upgrading from 4.3* and 4.4* On Fri, Aug 14, 2015 at 9:54 PM, James Taylor wrote: > Hi Everyone, > > This is a call for a vote on Apache Phoenix 4.5.1-HBase-1.1 RC1. Th

Re: thinking to make 4.4.1 rc

2015-08-24 Thread Samarth Jain
+1 to just taking the latest from 4.5 branches. In your list, there are a few bug fixes that include follow up work to new features that were added in 4.5. For ex - [PHOENIX-2111 ] - Race condition on creation of new view and adding of column to

Re: [VOTE] Release of Apache Phoenix 4.5.2-HBase-1.0 RC1

2015-09-16 Thread Samarth Jain
+1 On Tue, Sep 15, 2015 at 10:14 AM, Maryann Xue wrote: > +1 > > On Fri, Sep 11, 2015 at 7:38 PM, James Taylor > wrote: > > > Hi Everyone, > > > > This is a call for a vote on Apache Phoenix 4.5.2-HBase-1.0 RC1. This is > a > > patch release of Phoenix 4, compatible with the 1.0 branch of Apach

Re: [VOTE] Release of Apache Phoenix 4.5.2-HBase-1.1 RC1

2015-09-16 Thread Samarth Jain
+1 On Tue, Sep 15, 2015 at 10:14 AM, Maryann Xue wrote: > +1 > > On Fri, Sep 11, 2015 at 7:40 PM, James Taylor > wrote: > > > Hi Everyone, > > > > This is a call for a vote on Apache Phoenix 4.5.2-HBase-1.1 RC1. This is > a > > patch release of Phoenix 4, compatible with the 1.1 branch of Apach

Re: [ANNOUNCE] Welcome our newest Committer Dumindu Buddhika

2015-09-18 Thread Samarth Jain
Congrats and welcome, Dumindu! On Fri, Sep 18, 2015 at 9:41 AM, Andrew Purtell wrote: > Congratulations and welcome! > > > On Thu, Sep 17, 2015 at 9:18 PM, Vasudevan, Ramkrishna S < > ramkrishna.s.vasude...@intel.com> wrote: > >> Hi All >> >> >> >> Please welcome our newest committer Dumindu Bud

[VOTE] Release of Apache Phoenix 4.6.0-HBase-0.98 RC0

2015-10-19 Thread Samarth Jain
Hi Everyone, This is a call for a vote on Apache Phoenix 4.6.0-HBase-0.98 RC0. This is a patch release of Phoenix 4, compatible with the 0.98 branch of Apache HBase. The release includes both a source-only release and a convenience binary release. The source tarball, including signatures, digests

[VOTE] Release of Apache Phoenix 4.6.0-HBase-1.0 RC0

2015-10-19 Thread Samarth Jain
Hi Everyone, This is a call for a vote on Apache Phoenix 4.6.0-HBase-1.0 RC0. This is a patch release of Phoenix 4, compatible with the 1.0 branch of Apache HBase. The release includes both a source-only release and a convenience binary release. *Apache Phoenix Release - 4.6.0-HBase-1.0-rc0 Info*

[VOTE] Release of Apache Phoenix 4.6.0-HBase-1.1 RC0

2015-10-19 Thread Samarth Jain
Hi Everyone, This is a call for a vote on Apache Phoenix 4.6.0-HBase-1.1 RC0. This is a patch release of Phoenix 4, compatible with the 1.1 branch of Apache HBase. The release includes both a source-only release and a convenience binary release. *Apache Phoenix Release - 4.6.0-HBase-1.1-rc0 Info*

Re: [VOTE] Release of Apache Phoenix 4.6.0-HBase-1.1 RC0

2015-10-20 Thread Samarth Jain
's not). > Thanks, > James > > On Tuesday, October 20, 2015, Cody Marcel > wrote: > > > I'd like to get this one in if I can. I am working on a patch and will > try > > to get in today. > > > > https://issues.apache.org/jira/browse/PHOENIX

Re: [VOTE] Release of Apache Phoenix 4.6.0-HBase-0.98 RC0

2015-10-21 Thread Samarth Jain
> > > > > On Tue, Oct 20, 2015 at 5:01 PM, Eli Levine > wrote: > > > > > > > +1 > > > > > > > > Tested for regressions using internal Salesforce use-cases. Looks > good! > > > > > > > > On Mon, Oct 19, 2015 at

Re: [VOTE] Release of Apache Phoenix 4.6.0-HBase-1.1 RC0

2015-10-21 Thread Samarth Jain
; > Ran full test suite successfully. > > Performed various adhoc secondary index tests. > > > > On Mon, Oct 19, 2015 at 4:38 PM, Samarth Jain > wrote: > > > > > Hi Everyone, > > > > > > This is a call for a vote on Apache Phoenix 4.6.0-HBase-1.1 RC

Re: [VOTE] Release of Apache Phoenix 4.6.0-HBase-1.0 RC0

2015-10-21 Thread Samarth Jain
; > Ran full test suite successfully. > > Performed various adhoc secondary index tests. > > > > On Mon, Oct 19, 2015 at 4:36 PM, Samarth Jain > wrote: > > > > > Hi Everyone, > > > > > > This is a call for a vote on Apache Phoenix 4.6.0-HBase-1.0 RC

Re: [VOTE] Release of Apache Phoenix 4.6.0-HBase-0.98 RC0

2015-10-23 Thread Samarth Jain
The vote for the release of Apache Phoenix 4.6.0-HBase-0.98 RC0 is now closed and has passed with 6 binding +1s and no 0 or -1s: Samarth Jain* Mujtaba Chohan* Ravi Kiran* James Taylor* Eli Levine* Jan Fernando* *=binding We'll push out the new release soon. Thanks to those who voted. - Sa

Re: [VOTE] Release of Apache Phoenix 4.6.0-HBase-1.0 RC0

2015-10-23 Thread Samarth Jain
The vote for the release of Apache Phoenix 4.6.0-HBase-1.0 RC0 is now closed and has passed with 3 binding +1s and no 0 or -1s: Samarth Jain* Mujtaba Chohan* James Taylor* *=binding We'll push out the new release soon. Thanks to those who voted. On Wed, Oct 21, 2015 at 2:32 PM, Samarth

Re: [VOTE] Release of Apache Phoenix 4.6.0-HBase-1.1 RC0

2015-10-23 Thread Samarth Jain
The vote for the release of Apache Phoenix 4.6.0-HBase-1.1 RC0 is now closed and has passed with 3 binding +1s , one 0 and no -1s: +1 Samarth Jain* Mujtaba Chohan* James Taylor* 0 Cody Marcel* *=binding We'll push out the new release soon. Thanks to those who voted. On Wed, Oct 21, 2015

[ANNOUNCE] Apache Phoenix 4.6 released

2015-10-26 Thread Samarth Jain
The Apache Phoenix team is pleased to announce the immediate availability of the 4.6 release with support for HBase 0.98/1.0/1.1. Some of the highlights of this release include: Support for surfacing HBase native timestamp [1] Support for correlate variable [2] Alpha version of a web-app for visu

Re: [ANNOUNCE] Thomas D'Silva added to Apache Phoenix PMC

2015-11-23 Thread Samarth Jain
Congrats, Thomas! On Monday, November 23, 2015, Dumindu Buddhika < dumindukarunathil...@gmail.com> wrote: > Congratulations Thomas! > > On Mon, Nov 23, 2015 at 10:01 PM, Jan Fernando > > wrote: > > > Congrats Thomas!! > > > > > > > > > On Nov 22, 2015, at 7:07 PM, Eli Levine > wrote: > > > > >

Re: [VOTE] Release of Apache Phoenix 4.7.0-HBase-0.98 RC0

2016-01-26 Thread Samarth Jain
-1 as well as I believe we should have PHOENIX-1726 in the release too. On Tue, Jan 26, 2016 at 12:05 AM, James Taylor wrote: > -1. PHOENIX-2630 needs to be fixed and there's got to be a better answer > for PHOENIX-2629 than requiring all of our users to upgrade to 0.98.16.1 > and above. > > On

Re: [VOTE] Release of Apache Phoenix 4.7.0-HBase-1.0 RC0

2016-01-26 Thread Samarth Jain
-1 as well as I believe we should have PHOENIX-1726 in the release too. On Tue, Jan 26, 2016 at 12:10 AM, James Taylor wrote: > -1. PHOENIX-2630 needs to be fixed and we need to understand our options > for PHOENIX-2629. > > On Sat, Jan 23, 2016 at 1:18 AM, James Taylor > wrote: > > > Hello Eve

Re: [VOTE] Release of Apache Phoenix 4.7.0-HBase-1.1 RC0

2016-01-26 Thread Samarth Jain
-1 as well as I believe we should have PHOENIX-1726 in the release too. On Tue, Jan 26, 2016 at 12:10 AM, James Taylor wrote: > -1. PHOENIX-2630 needs to be fixed and we need to understand our options > for PHOENIX-2629. > > On Sat, Jan 23, 2016 at 1:16 AM, James Taylor > wrote: > > > Hello Eve

Re: [VOTE] Release of Apache Phoenix 4.7.0-HBase-1.0 RC1

2016-02-02 Thread Samarth Jain
+1 On Tue, Feb 2, 2016 at 11:50 AM, Ravi Kiran wrote: > +1. Ran all tests. > > On Tue, Feb 2, 2016 at 6:35 AM, Maryann Xue wrote: > > > +1. > > > > On Tue, Feb 2, 2016 at 9:31 AM, Josh Mahonin wrote: > > > > > +1 > > > > > > Compiled, ran unit / integration tests, and verified Spark/Phoenix >

Re: [VOTE] Release of Apache Phoenix 4.7.0-HBase-1.1 RC1

2016-02-02 Thread Samarth Jain
+1 On Tue, Feb 2, 2016 at 11:50 AM, Ravi Kiran wrote: > +1. Ran all tests. > > On Tue, Feb 2, 2016 at 6:35 AM, Maryann Xue wrote: > > > +1. > > > > On Tue, Feb 2, 2016 at 9:31 AM, Josh Mahonin wrote: > > > > > +1 > > > > > > Compiled, ran unit / integration tests, and verified Spark/Phoenix >

Re: [VOTE] Release of Apache Phoenix 4.7.0-HBase-0.98 RC1

2016-02-02 Thread Samarth Jain
+1 On Tue, Feb 2, 2016 at 6:36 AM, Maryann Xue wrote: > +1. > > On Tue, Feb 2, 2016 at 9:31 AM, Josh Mahonin wrote: > > > +1 > > > > Compiled, ran unit / integration tests, and verified Spark/Phoenix > > integration using a Docker container > > https://github.com/jmahonin/docker-phoenix/tree/ph

Re: [VOTE] Release of Apache Phoenix 4.7.0-HBase-1.1 RC6

2016-03-06 Thread Samarth Jain
+1 On Sun, Mar 6, 2016 at 12:03 PM, Ravi Kiran wrote: > +1. Ran the tests . All look good. > > On Sun, Mar 6, 2016 at 10:30 AM, rajeshb...@apache.org < > chrajeshbab...@gmail.com> wrote: > > > +1 > > > > Installed this RC with HBase 1.1.2 ran performance tests and kill and > > restart scenarios.

Re: [VOTE] Release of Apache Phoenix 4.7.0-HBase-0.98 RC6

2016-03-06 Thread Samarth Jain
+1 On Sun, Mar 6, 2016 at 11:24 AM, Ravi Kiran wrote: > +1. Ran the tests . All look good > > On Sun, Mar 6, 2016 at 10:52 AM, rajeshb...@apache.org < > chrajeshbab...@gmail.com> wrote: > > > +1 ran all integration tests and all are passed. > > > > On Sat, Mar 5, 2016 at 8:53 AM, Thomas D'Silva

Re: [VOTE] Release of Apache Phoenix 4.7.0-HBase-1.0 RC6

2016-03-06 Thread Samarth Jain
+1 On Sun, Mar 6, 2016 at 11:23 AM, rajeshb...@apache.org < chrajeshbab...@gmail.com> wrote: > +1 Ran integration tests and all passed. > > On Sat, Mar 5, 2016 at 8:53 AM, Thomas D'Silva > wrote: > > > +1 , ran salesforce ftests and verified no regressions. > > > > On Thu, Mar 3, 2016 at 1:20 PM

Re: [VOTE] Release of Apache Phoenix 4.10.0 RC1

2017-03-10 Thread Samarth Jain
Sorry about that. I just resolved it. It is part of the RC. On Fri, Mar 10, 2017 at 11:20 AM, Andrew Purtell wrote: > What is the disposition of PHOENIX-3726? Is it in this RC? It appears in > the change log but the issue is unresolved. I would guess not? > > > > On Thu, Mar 9, 2017 at 7:27 PM,

Re: [VOTE] Release of Apache Phoenix 4.10.0 RC1

2017-03-14 Thread Samarth Jain
+1 Built and ran all tests - looks good On Mon, Mar 13, 2017 at 5:40 PM Andrew Purtell wrote: > +1 > > Checked sums and signatures: ok > Built from source against HBase 0.98.24-hadoop2: ok (7u80) > Built from source against HBase 1.2.4: ok (7u80) > Unit tests pass against HBase 0.98.24-hadoop2: o

Re: RC for 4.11.0 by end of week?

2017-05-31 Thread Samarth Jain
I would like to get a fix for https://issues.apache.org/jira/browse/PHOENIX-3836 in too. Taking a look at it right now. On Wed, May 31, 2017 at 1:37 PM, Josh Elser wrote: > https://issues.apache.org/jira/browse/PHOENIX-3891 would be nice to get > in. If a user runs into this, things would blow u

Re: [VOTE] Release of Apache Phoenix 4.11.0 RC1

2017-06-20 Thread Samarth Jain
+1 On Mon, Jun 19, 2017 at 5:47 PM, Mujtaba Chohan wrote: > +1. > > Verified backward compat. and perf. with previous release. > > On Mon, Jun 19, 2017 at 12:16 PM Thomas D'Silva > wrote: > > > +1 > > > > Ran some manual tests. > > > > On Thu, Jun 15, 2017 at 5:18 PM, Josh Elser wrote: > > > >

Re: Build failed in Jenkins: Phoenix | 3.0 | Hadoop1 #264

2014-10-17 Thread Samarth Jain
mary key > information from the optimized query plan (Samarth Jain) > > [jtaylor] PHOENIX-1365 Make sequence salt buckets configurable > > [jtaylor] PHOENIX-973 Lexer skips unexpected characters > > -- > [...truncated 425 lines...] >

Re: [jira] [Created] (PHOENIX-1408) Don't disable table before modifying HTable metadata

2014-11-07 Thread Samarth Jain
URL: https://issues.apache.org/jira/browse/PHOENIX-1408 > > Project: Phoenix > > Issue Type: Bug > >Reporter: James Taylor > >Assignee: Samarth Jain > > > > In 0.98, HBase supports modifying the HTable me

Re: why syntax Error LPAREN?

2014-11-19 Thread Samarth Jain
Also, Ahmed can you tell us the Phoenix version you are using? On Wed, Nov 19, 2014 at 3:30 PM, Eli Levine wrote: > Maryann, is the JOIN statement Ahmed is running supposed to work? > > Thanks, > > Eli > > > On Wed, Nov 19, 2014 at 1:16 PM, Ahmed Hussien > wrote: > > > Yes, > > but it didn't wo

Re: why syntax Error LPAREN?

2014-11-19 Thread Samarth Jain
Ahmed's response: the version is 4.0.0. Ahmed, please try with 4.1 or 4.2 as Maryann suggests. Thanks! On Wed, Nov 19, 2014 at 3:58 PM, Ahmed Hussien wrote: > Not working > > On 20 نوف, 2014 ص 02:30, Eli Levine wrote: > >> e JOIN statement Ahmed is running supp >> > >

Re: Is there any support for paging or offset like mysql limit m,n grammer?

2014-11-23 Thread Samarth Jain
Supporting limit/offset like queries is inherently not efficient for HBase. Alternatively you could use Phoenix's support for row value constructors to page through query results. See http://phoenix.apache.org/paged.html for details. On Sunday, November 23, 2014, su...@certusnet.com.cn wrote: >

Re: [jira] [Created] (PHOENIX-1516) Add RANDOM built-in function

2014-12-11 Thread Samarth Jain
An alternative to get rid of lock contention in Random() would be to use ThreadLocalRandom - https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ThreadLocalRandom.html On Thursday, December 11, 2014, Gabriel Reid (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/PHOENIX

Re: [ANNOUNCE] Samarth Jain added as Apache Phoenix committer

2014-12-11 Thread Samarth Jain
arth! > > > > On Dec 7, 2014 4:41 AM, "lars hofhansl" wrote: > > > > > > > > > Welcome Samarth! > > > > > From: James Taylor > > > > > To: "dev@phoenix.apache.org" > > > > > Sent: Satur

Re: Weird memory leak for phoenix tracing

2015-01-28 Thread Samarth Jain
Hey Sun, I believe you are running into an HTrace bug. See this: https://issues.apache.org/jira/browse/HTRACE-92 With the tracing on, we end up publishing a lot many metrics record than we should. These records find there way to the tracing table which ends up causing an infinite loop which ends

Re: Phoenix monitoring

2015-02-11 Thread Samarth Jain
Hi Pariksheet, Phoenix Tracing might help you here. See: http://phoenix.apache.org/tracing.html With tracing on, you can get information on the the scans being executed - duration of each scan, region server on which it is being executed, query plan etc. All this is logged in the trace table (def

Re: Phoenix monitoring

2015-02-11 Thread Samarth Jain
Hi Rohit, I am interested in knowing more about DSM and its capabilities. I have some questions: 1) Phoenix logs the traces in a Phoenix table. Can a Phoenix table work as a DSM repository? 2) Does DSM expect data to be in a particular format or does it provide a means to plug in you own data pul

PHOENIX-1452 in 4.3.1 ?

2015-03-05 Thread Samarth Jain
Hello Phoenix devs, I am planning on checking in PHOENIX-1452 to our 4.3 branch so that it can be part of our next 4.3.1 release. The feature doesn't break any backward compatibility and doesn't put any restrictions on which side of jar, client or server, should be upgraded first. PHOENIX-1452 pr

Re: PHOENIX-1452 in 4.3.1 ?

2015-03-06 Thread Samarth Jain
that exception. > > I'm +1 for checking this into 4.3. > > As a side note, it's awesome this change is behind a config. We should do > that more where it makes sense IMHO. Thanks for your work, Samarth! > > Eli > > > > On Thu, Mar 5, 2015 at 4:23 PM, Samarth Jai

cutting release candidates for 3.3.1 and 4.3.1 on Tuesday

2015-03-19 Thread Samarth Jain
I'd like to cut RCs for our next patch releases - 3.3.1 and 4.3.1 on next Tuesday, March 24th and initiate a vote on our dev list. Below are the unresolved JIRAs which would be good to include in the next RC: https://issues.apache.org/jira/browse/PHOENIX-1746 https://issues.apache.org/jira/browse/

Re: non pk present before pk in RVC cause wrong execute plan

2015-03-19 Thread Samarth Jain
Hi Daniel, James just uploaded a patch for https://issues.apache.org/jira/browse/PHOENIX-1753 which might have fixed this issue. Would you be able to confirm that after applying this patch things look good? The fix for the mentioned JIRA will be part of our next patch releases 4.3.1 and 3.3.1 whic

Re: cutting release candidates for 3.3.1 and 4.3.1 on Tuesday

2015-03-19 Thread Samarth Jain
r 19, 2015 at 8:44 PM, Sergey Belousov wrote: > We would really have use of > https://issues.apache.org/jira/browse/PHOENIX-1580 > > if possible. > > Thank you > SB > > On Thu, Mar 19, 2015 at 11:26 PM, Samarth Jain wrote: > > > I'd like to cut RCs fo

Last call for 4.3.1 JIRAs

2015-03-25 Thread Samarth Jain
We are planning on cutting release candidate for 4.3.1 by tomorrow morning. As of now we have the following JIRAs targeted for 4.3.1 that are in progress: https://issues.apache.org/jira/browse/PHOENIX-1457 https://issues.apache.org/jira/browse/PHOENIX-1770 Let us know if there is any other work t

Re: Phoenix schema versionning

2015-03-27 Thread Samarth Jain
Hi Sergey, Take a look at the tests in PointInTimeQueryIT. For point in time schema and query, you essentially need to set the timestamp in your PhoenixConnection by setting the PhoenixRuntime.CURRENT_SCN_ATTRIB property. Once that property is set, Phoenix will recognize the schema of the table th

[VOTE] Release of Apache Phoenix 4.3.1 RC0

2015-03-31 Thread Samarth Jain
Hello everyone, This is a call for a vote on Apache Phoenix 4.3.1 RC0. This is a bug fix/patch release of Phoenix 4.3, compatible with the 0.98 branch of Apache HBase. The release includes both a source-only release and a convenience binary release. For a complete list of changes, see: https://ra

[VOTE] Release of Apache Phoenix 3.3.1 RC0

2015-03-31 Thread Samarth Jain
Hello everyone, This is a call for a vote on Apache Phoenix 3.3.1 RC0. This is a bug fix/patch release of Phoenix 3.3, compatible with the 0.94 branch of Apache HBase. The release includes both a source-only release and a convenience binary release. For a complete list of changes, see: https://ra

Re: Build failed in Jenkins: Phoenix | Master | Hadoop1 #307

2014-07-29 Thread Samarth Jain
needs to pad row key values > to max column length (Samarth Jain) > > -- > [...truncated 487 lines...] > Tests run: 925, Failures: 0, Errors: 0, Skipped: 3 > > [INFO] > [INFO] --- maven-failsafe-plugin:2.17:integration-test > (HBase

Re: Build failed in Jenkins: Phoenix | Master | Hadoop1 #307

2014-07-29 Thread Samarth Jain
I can make the change. > > > On Tue, Jul 29, 2014 at 11:18 PM, Samarth Jain > wrote: > >> Looking into these test failures now. >> >> >> On Tue, Jul 29, 2014 at 10:59 PM, Apache Jenkins Server < >> jenk...@builds.apache.org> wrote: >> &

Re: mvn install hanging?

2014-08-08 Thread Samarth Jain
It was hanging for me on 3.0 too. After downgrading to failsafe plugin to version 2.16 tests I don't see them hanging anymore. Although I am not sure if that is the root cause of the problem because we have been running 2.17 for a while now. On Fri, Aug 8, 2014 at 12:52 PM, Kyle Buzsaki wrote:

[jira] [Created] (PHOENIX-2796) Remove unnecessary code for handling array data type

2016-03-24 Thread Samarth Jain (JIRA)
Samarth Jain created PHOENIX-2796: - Summary: Remove unnecessary code for handling array data type Key: PHOENIX-2796 URL: https://issues.apache.org/jira/browse/PHOENIX-2796 Project: Phoenix

[jira] [Commented] (PHOENIX-2156) Support drop of column from table with views

2016-03-28 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15215099#comment-15215099 ] Samarth Jain commented on PHOENIX-2156: --- Thanks for the patch, [~tdsilva]. P

[jira] [Commented] (PHOENIX-2758) Ordered GROUP BY not occurring with leading PK equality expression

2016-03-30 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15218205#comment-15218205 ] Samarth Jain commented on PHOENIX-2758: --- +1, looks good. > Ordered GROUP

[jira] [Created] (PHOENIX-2824) PhoenixTransactionalIndexer rollback doesn't work correctly

2016-04-07 Thread Samarth Jain (JIRA)
Samarth Jain created PHOENIX-2824: - Summary: PhoenixTransactionalIndexer rollback doesn't work correctly Key: PHOENIX-2824 URL: https://issues.apache.org/jira/browse/PHOENIX-2824 Project: Ph

[jira] [Created] (PHOENIX-2826) Remove test only indexing code

2016-04-07 Thread Samarth Jain (JIRA)
Samarth Jain created PHOENIX-2826: - Summary: Remove test only indexing code Key: PHOENIX-2826 URL: https://issues.apache.org/jira/browse/PHOENIX-2826 Project: Phoenix Issue Type: Bug

  1   2   3   4   5   6   7   8   9   10   >