[jira] [Commented] (PHOENIX-4610) Converge 4.x and 5.x branches

2018-06-13 Thread Rajeshbabu Chintaguntla (JIRA)


[ 
https://issues.apache.org/jira/browse/PHOENIX-4610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16510866#comment-16510866
 ] 

Rajeshbabu Chintaguntla commented on PHOENIX-4610:
--

5.x branch has all the commits other than PHOENIX-4528(has dependency of HBase) 
so just moved out of 5.0.0.

> Converge 4.x and 5.x branches
> -
>
> Key: PHOENIX-4610
> URL: https://issues.apache.org/jira/browse/PHOENIX-4610
> Project: Phoenix
>  Issue Type: Task
>Reporter: Josh Elser
>Assignee: Rajeshbabu Chintaguntla
>Priority: Major
> Fix For: 4.15.0
>
>
> We have a quite a few improvements which have landed on the 4.x branches 
> which have missed the 5.x branch due to its earlier instability. Rajeshbabu 
> volunteered offline to me to start this onerous task.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (PHOENIX-4610) Converge 4.x and 5.x branches

2018-05-24 Thread Rajeshbabu Chintaguntla (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16488554#comment-16488554
 ] 

Rajeshbabu Chintaguntla commented on PHOENIX-4610:
--

PHOENIX-4671 is missing in 5.x branch. Going to commit it.

> Converge 4.x and 5.x branches
> -
>
> Key: PHOENIX-4610
> URL: https://issues.apache.org/jira/browse/PHOENIX-4610
> Project: Phoenix
>  Issue Type: Task
>Reporter: Josh Elser
>Assignee: Rajeshbabu Chintaguntla
>Priority: Major
> Fix For: 5.0.0
>
>
> We have a quite a few improvements which have landed on the 4.x branches 
> which have missed the 5.x branch due to its earlier instability. Rajeshbabu 
> volunteered offline to me to start this onerous task.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (PHOENIX-4610) Converge 4.x and 5.x branches

2018-03-01 Thread Josh Elser (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16382505#comment-16382505
 ] 

Josh Elser commented on PHOENIX-4610:
-

The list of changes to go from 5.x to master is a bit larger...


PHOENIX-4298 refactoring to avoid using deprecated API for Put/Delete(Sergey 
Soldatov)
PHOENIX-4303 Fixing getting table from RegionCoprocessorEnvironment(Rajeshbabu)
PHOENIX-4303 Remove HTable and Use Table APIs(Rajeshbabu)
PHOENIX-4303 Replace HTableInterface,HConnection with Table,Connection 
interfaces respectively(Rajeshbabu)
PHOENIX-4304 Adding coprocessor existence checks to avoid failures.(Rajeshbabu)
PHOENIX-4304 Refactoring to avoid using deprecated HTableDescriptor, 
HColumnDescriptor, HRegionInfo( Rajeshbabu Chintaguntla)
PHOENIX-4304 adding checks whether coprocesseros presently already before 
adding again(Rajeshbabu)
PHOENIX-4304 fixing the coprocessor checks(Rajeshbabu)
PHOENIX-4305 Make use of Cell interface APIs where ever possible.(Rajeshbabu)
PHOENIX-4317 Update RPC controller to use the updated APIs
PHOENIX-4317 Update RPC controller to use the updated APIs(Test fixes)
PHOENIX-4318 Fix IndexHalfStoreFileReader and related classes(Rajeshbabu)
PHOENIX-4321 Replace deprecated HBaseAdmin with Admin
PHOENIX-4339 Use BlockingRpcCallback class inherited from non-shaded RpcCallback
PHOENIX-4340 Implements Observer interfaces instead of extending base observers 
classes
PHOENIX-4350 Replace deprecated or changed Region methods with new 
APIs(Rajeshbabu)
PHOENIX-4368 Fix MapReduce related classes
PHOENIX-4376 Fix all compilation error for package 
org.apache.phoenix.schema.stats and org.apache.phoenix.coprocessor
PHOENIX-4376 Some more fixes for Coprocessor
PHOENIX-4382 Immutable table SINGLE_CELL_ARRAY_WITH_OFFSETS values starting 
with separator byte return null in query results
PHOENIX-4399 Remove explicit abort on RegionServerServices
PHOENIX-4409 Fix all IT tests failing with NPE in Encoded columns(Rajeshbabu)
PHOENIX-4410 Fix IT related to group by aggregates(addendum)
PHOENIX-4410 Fix IT related to group by aggregates(addendum)
PHOENIX-4411 Fix all IT tests failing with ClassCastException with new cell 
interface(Rajeshbabu)
PHOENIX-4422 Connection to server is very slow.(Sergey Soldatov)
PHOENIX-4471 Time related queries are failing
PHOENIX-4472 Altering properties in the table descriptor is not working 
properly.
PHOENIX-4481 Some IT tests are failing with wrong bytes count after updating 
statistics(Rajeshbabu)
PHOENIX-4485 Fix CsvBulkLoadToolIT for RowTimestamp table upload.

I haven't gone through all of these (so I assume some are irrelevant), but I 
wanted to get a list here we can track progress working through.

> Converge 4.x and 5.x branches
> -
>
> Key: PHOENIX-4610
> URL: https://issues.apache.org/jira/browse/PHOENIX-4610
> Project: Phoenix
>  Issue Type: Task
>Reporter: Josh Elser
>Assignee: Rajeshbabu Chintaguntla
>Priority: Major
> Fix For: 5.0.0
>
>
> We have a quite a few improvements which have landed on the 4.x branches 
> which have missed the 5.x branch due to its earlier instability. Rajeshbabu 
> volunteered offline to me to start this onerous task.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (PHOENIX-4610) Converge 4.x and 5.x branches

2018-03-01 Thread Josh Elser (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16382426#comment-16382426
 ] 

Josh Elser commented on PHOENIX-4610:
-

I also found this list of changes that need to go from 5.x to master.

PHOENIX-4389 Flapping tests SystemTablePermissionsIT and 
MigrateSystemTablesToSystemNamespaceIT
PHOENIX-4460 High GC / RS shutdown when we use select query with IN clause 
using 4.10 phoenix client on 4.13 phoenix server
PHOENIX-4530 Do not collect delete markers during major compaction of table 
with disabled mutable indexes
PHOENIX-4630 Reverse scan with row_timestamp does not working

I think we should start trying to port these ourselves if the original authors 
are busy.

> Converge 4.x and 5.x branches
> -
>
> Key: PHOENIX-4610
> URL: https://issues.apache.org/jira/browse/PHOENIX-4610
> Project: Phoenix
>  Issue Type: Task
>Reporter: Josh Elser
>Assignee: Rajeshbabu Chintaguntla
>Priority: Major
> Fix For: 5.0.0
>
>
> We have a quite a few improvements which have landed on the 4.x branches 
> which have missed the 5.x branch due to its earlier instability. Rajeshbabu 
> volunteered offline to me to start this onerous task.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (PHOENIX-4610) Converge 4.x and 5.x branches

2018-02-28 Thread Josh Elser (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16380767#comment-16380767
 ] 

Josh Elser commented on PHOENIX-4610:
-

Any update, [~rajeshbabu]?

> Converge 4.x and 5.x branches
> -
>
> Key: PHOENIX-4610
> URL: https://issues.apache.org/jira/browse/PHOENIX-4610
> Project: Phoenix
>  Issue Type: Task
>Reporter: Josh Elser
>Assignee: Rajeshbabu Chintaguntla
>Priority: Major
> Fix For: 5.0.0
>
>
> We have a quite a few improvements which have landed on the 4.x branches 
> which have missed the 5.x branch due to its earlier instability. Rajeshbabu 
> volunteered offline to me to start this onerous task.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (PHOENIX-4610) Converge 4.x and 5.x branches

2018-02-23 Thread Rajeshbabu Chintaguntla (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16374759#comment-16374759
 ] 

Rajeshbabu Chintaguntla commented on PHOENIX-4610:
--

[~jamestaylor]
I will merge once this sync up work is done. Thanks

> Converge 4.x and 5.x branches
> -
>
> Key: PHOENIX-4610
> URL: https://issues.apache.org/jira/browse/PHOENIX-4610
> Project: Phoenix
>  Issue Type: Task
>Reporter: Josh Elser
>Assignee: Rajeshbabu Chintaguntla
>Priority: Major
> Fix For: 5.0.0
>
>
> We have a quite a few improvements which have landed on the 4.x branches 
> which have missed the 5.x branch due to its earlier instability. Rajeshbabu 
> volunteered offline to me to start this onerous task.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (PHOENIX-4610) Converge 4.x and 5.x branches

2018-02-21 Thread James Taylor (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16372146#comment-16372146
 ] 

James Taylor commented on PHOENIX-4610:
---

Thanks, [~rajeshbabu]. Have we back ported the change to remove deprecated APIs 
from 5.x to 4.x? This would probably make future merges easier, no?

> Converge 4.x and 5.x branches
> -
>
> Key: PHOENIX-4610
> URL: https://issues.apache.org/jira/browse/PHOENIX-4610
> Project: Phoenix
>  Issue Type: Task
>Reporter: Josh Elser
>Assignee: Rajeshbabu Chintaguntla
>Priority: Major
> Fix For: 5.0.0
>
>
> We have a quite a few improvements which have landed on the 4.x branches 
> which have missed the 5.x branch due to its earlier instability. Rajeshbabu 
> volunteered offline to me to start this onerous task.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (PHOENIX-4610) Converge 4.x and 5.x branches

2018-02-21 Thread Josh Elser (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371847#comment-16371847
 ] 

Josh Elser commented on PHOENIX-4610:
-

Looks like your list is all crossed off, Rajesh :)

More to do or is this ready to be resolved (and tell the rest of the team that 
they should make sure future changes also land on 5.x)?

> Converge 4.x and 5.x branches
> -
>
> Key: PHOENIX-4610
> URL: https://issues.apache.org/jira/browse/PHOENIX-4610
> Project: Phoenix
>  Issue Type: Task
>Reporter: Josh Elser
>Assignee: Rajeshbabu Chintaguntla
>Priority: Major
> Fix For: 5.0.0
>
>
> We have a quite a few improvements which have landed on the 4.x branches 
> which have missed the 5.x branch due to its earlier instability. Rajeshbabu 
> volunteered offline to me to start this onerous task.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (PHOENIX-4610) Converge 4.x and 5.x branches

2018-02-19 Thread Rajeshbabu Chintaguntla (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16369012#comment-16369012
 ] 

Rajeshbabu Chintaguntla commented on PHOENIX-4610:
--

[~elserj]
Here are the list of issues not committed to 5.x branch. Will check with the 
corresponding developers whether they can port it otherwise will take up and 
commit.
PHOENIX-4278
PHOENIX-1556
PHOENIX-4130
PHOENIX-4548
PHOENIX-4528
PHOENIX-4523
PHOENIX-4414
PHOENIX-4473
PHOENIX-4487
PHOENIX-4488
PHOENIX-4437
PHOENIX-4424
PHOENIX-3837
PHOENIX-3050
PHOENIX-4322
PHOENIX-4288
PHOENIX-672
PHOENIX-4360
PHOENIX-4198 - Ankit is working on this.
PHOENIX-4322

> Converge 4.x and 5.x branches
> -
>
> Key: PHOENIX-4610
> URL: https://issues.apache.org/jira/browse/PHOENIX-4610
> Project: Phoenix
>  Issue Type: Task
>Reporter: Josh Elser
>Assignee: Rajeshbabu Chintaguntla
>Priority: Major
> Fix For: 5.0.0
>
>
> We have a quite a few improvements which have landed on the 4.x branches 
> which have missed the 5.x branch due to its earlier instability. Rajeshbabu 
> volunteered offline to me to start this onerous task.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)