| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
91 (0.095s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HBASE-6689] HRegion.increment comment nits - HBase - [issue]
|
|
...Just a couple of trivial nits with the comments in this area of code: In the test, a thread is called reader when it never actually reads, just flushes The WAL edits are prepared per column ...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6689
Author: Gregory Chanan,
2012-08-31, 04:54
|
|
|
[HBASE-6678] TestMergeTool picks unlikely ZK port that could conflict - HBase - [issue]
|
|
...In TestMergeTool, we pick an "unlikely" port for zookeeper to be on. Perhaps it would be better if this was a privileged port < 1024.// Make it so we try and connect to a zk that is...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6678
Author: Gregory Chanan,
2012-08-28, 21:00
|
|
|
[HBASE-6477] Use PB filter definitions in RPC - HBase - [issue]
|
|
...Use the filters introduced in HBASE-6454 in the rpc so they are extensible...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6477
Author: Gregory Chanan,
2012-08-28, 01:19
|
|
|
Re: Build failed in Jenkins: HBase-TRUNK #3283 - HBase - [mail # dev]
|
|
...test seems flaky to me. Ran it 4 times locally and it failed twice. Here's one of the failures: Running org.apache.hadoop.hbase.replication.TestReplication Tests run: 10, Failure...
|
|
|
Author: Gregory Chanan,
2012-08-27, 21:36
|
|
|
[HBASE-6663] NPE race in HConnection if zookeeper is reset - HBase - [issue]
|
|
...On 0.94, HConnectionImplementation has code like this:getZooKeeperWatcher();String tableNameStr = Bytes.toString(tableName);try { if (online) { return ZKTable.is...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6663
Author: Gregory Chanan,
2012-08-25, 12:37
|
|
|
[HBASE-6606] Test for reconnecting with HBaseAdmin using unmanaged HConnection - HBase - [issue]
|
|
...HBASE-5058 allowed HBaseAdmin to work with an existing and unmanaged HConnection. The retry semantics of managed vs unmanaged connections are different. From the JIRA:"For an HCo...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6606
Author: Gregory Chanan,
2012-08-24, 00:40
|
|
|
[HBASE-6576] HBaseAdmin.createTable should wait until the table is enabled - HBase - [issue]
|
|
...The function:public void createTable(final HTableDescriptor desc, byte [][] splitKeys)in HBaseAdmin is synchronous and returns once all the regions of the table are online, but does not wait...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6576
Author: Gregory Chanan,
2012-08-23, 23:02
|
|
|
[HBASE-6454] Write PB definitions for filters - HBase - [issue]
|
|
...See HBASE-5447.Conversion to protobuf requires writing protobuf definitions....
|
|
|
http://issues.apache.org/jira/browse/HBASE-6454
Author: Gregory Chanan,
2012-08-23, 01:26
|
|
|
[HBASE-6510] Fix HConnection typo in TestFromClientSide - HBase - [issue]
|
|
...* API that accept a pre-created HConnction instance...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6510
Author: Gregory Chanan,
2012-08-09, 23:56
|
|
|
Re: Use of required keyword in protobuf messages - HBase - [mail # dev]
|
|
...Good question, Lars. I'm going off of the proposal ( http://wiki.apache.org/hadoop/Hbase/HBaseWireCompatibility ) and the slides at the meetup ( http://files.meetup.com/1350427/wire-co...
|
|
|
Author: Gregory Chanan,
2012-08-08, 19:39
|
|
|
|