Re: Cache of region boundaries are out of date.

2016-07-18 Thread Michal Medvecky
On Mon, Jul 18, 2016 at 9:47 PM, iain wright wrote: > That caching mechanism is in the phoenix world, you may want to cross post > on their list: https://phoenix.apache.org/mailing_list.html Yep, sorry I picked up the wrong one. M.

Re: Cache of region boundaries are out of date.

2016-07-18 Thread iain wright
That caching mechanism is in the phoenix world, you may want to cross post on their list: https://phoenix.apache.org/mailing_list.html Based on this PHOENIX-2599 , there may be a SKIP_REGION_BOUNDARY_CHECK flag available in 4.7, but you'll

Cache of region boundaries are out of date.

2016-07-18 Thread Michal Medvecky
Hello, I have ~1B table and trying to select some columns. I get this exception: java.lang.RuntimeException: org.apache.phoenix.schema.StaleRegionBoundaryCacheException: ERROR 1108 (XCL08): Cache of region boundaries are out of date. at

Re: Running Hbase java tests under “test” folder for specific/remote hbase server(hbase 1.2.1)

2016-07-18 Thread Dima Spivak
Hello, No, the tests in test folders under most modules are unit tests that spin up miniclusters and/or use internal hooks to test small sections of code in isolation. For end-to-end tests that can be run on clusters, check out the tests in the hbase-it module. Details on running those can be

[ANNOUNCE] Apache HBase 1.2.2 is now available for download

2016-07-18 Thread Sean Busbey
The HBase team is happy to announce the immediate availability of HBase 1.2.2. Apache HBase is an open-source, distributed, versioned, non-relational database. Apache HBase gives you low latency random access to billions of rows with millions of columns atop non-specialized hardware. To learn

Re: Continuous Integration for Hbase 1.2.1

2016-07-18 Thread buddyhbase hbase
Awaiting your help here, Thanks. From: buddyhbase hbase Sent: 12 July 2016 12:46:30 To: user@hbase.apache.org; d...@hbase.apache.org Subject: Continuous Integration for Hbase 1.2.1 Hi, I would like to run the CI(Continuous Integration) tests for the hbase