| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
23 (0.128s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HBASE-8737] [replication] Change replication RPC to use cell blocks - HBase - [issue]
|
|
...Currently, the replication rpc that ships edits simply dumps the byte value of WAL edit key/value pairs into a protobuf message.Modify the replication rpc mechanism to use cell blocks so it ...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8737
Author: Chris Trezzo,
2013-06-19, 06:20
|
|
|
[HBASE-8439] [replication] Remove ReplicationZookeeper class - HBase - [issue]
|
|
...Once all of the logic in ReplicationZookeeper has been refactored into three interfaces (for status, queues, and peers), there is almost no logic in ReplicationZookeeper. It can now be remov...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8439
Author: Chris Trezzo,
2013-05-29, 18:42
|
|
|
[HBASE-8440] [replication] Rename ReplicationStateInterface and ReplicationStateImpl - HBase - [issue]
|
|
...As per Stack and J-D's comments:ReplicationStateInterface should drop the interface part and ReplicationStateImpl should indicate that it is the Zookeeper implementation....
|
|
|
http://issues.apache.org/jira/browse/HBASE-8440
Author: Chris Trezzo,
2013-05-29, 06:39
|
|
|
[HBASE-7567] [replication] Create an interface for replication peers - HBase - [issue]
|
|
|
|
http://issues.apache.org/jira/browse/HBASE-7567
Author: Chris Trezzo,
2013-05-18, 05:59
|
|
|
[HBASE-8460] [replication] Fix the three TODOs in TestReplicationStateBasic.testReplicationQueues - HBase - [issue]
|
|
...There are three TODO's in TestReplicationStateBasic.testReplicationQueues.1. Possible NPE when getLogPosition is called on a Bogus HLog file.2. The assertion that tested setting a log positi...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8460
Author: Chris Trezzo,
2013-05-02, 05:05
|
|
|
[HBASE-7564] [replication] Create interfaces for manipulation of replication state - HBase - [issue]
|
|
...Currently ReplicationZookeeper maintains all the zookeeper state for replication. This makes the class relatively large and slightly confusing. There are three major pieces of zookeeper stat...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7564
Author: Chris Trezzo,
2013-04-25, 22:04
|
|
|
[HBASE-8441] [replication] Refactor KeeperExceptions thrown from replication state interfaces into replication specific exceptions - HBase - [issue]
|
|
...Currently, the replication state interfaces (state, peers and queues) throw KeeperExceptions from some of their methods. Refactor these into replication specific exceptions to prevent the im...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8441
Author: Chris Trezzo,
2013-04-25, 22:04
|
|
|
[HBASE-7576] Update formatter so that all lines are wrapped when over 100 characters - HBase - [issue]
|
|
...Currently some of the statements in the eclipse formatter are set to "Do not wrap." Set these to "Wrap when necessary" so that no lines are over 100 characters....
|
|
|
http://issues.apache.org/jira/browse/HBASE-7576
Author: Chris Trezzo,
2013-04-06, 08:07
|
|
|
[HBASE-7568] [replication] Create an interface for replication queues - HBase - [issue]
|
|
|
|
http://issues.apache.org/jira/browse/HBASE-7568
Author: Chris Trezzo,
2013-04-04, 14:21
|
|
|
Re: Review for HBASE-7568 [replication] Create an interface for replication queues - HBase - [mail # dev]
|
|
...Thanks J-D! On Thu, Mar 28, 2013 at 2:10 PM, Jean-Daniel Cryans wrote: Good point. I do have a follow on jira (HBASE-8149) for increasing coverage around the new interfaces, but...
|
|
|
Author: Chris Trezzo,
2013-03-28, 21:17
|
|
|
|