Re: Phoenix upgrade from 4.7.0(base 1.1.2) to 5.1.2(base 2.3.0) is failing with ColumnNotFoundException

2022-07-25 Thread Istvan Toth
Yes, this is PHOENIX-6534. There is no released Apache version with the fix, you need to manually apply the fix to 5.1.2, or use the 5.1 branch head. regards István On Fri, Jul 22, 2022 at 10:35 PM Arshad, Mohammad wrote: > Hello All, > > > > Upgraded HBase from 1.1.2 to 2.3.0. After applying H

Re: Phoenix upgrade from 4.7.0(base 1.1.2) to 5.1.2(base 2.3.0) is failing with ColumnNotFoundException

2022-07-25 Thread Arshad, Mohammad
Thanks a lot Istvan Toth for sharing this usefull information. I took this PHOENIX-6534 changes applied on release-5.1.2, built and used phoenix-core-5.1.2.jar. It worked. Phoenix clients connected succesfully. Thanks once again. On 25/07/22, 12:54 PM, "Istvan Toth" wrote: Yes, this is P