Skip to content

Commit 6a068da

Browse files
liuml07busbey
authored andcommitted
HBASE-22605 Ref guide includes dev guidance only applicable to EOM versions
Signed-off-by: Sean Busbey <[email protected]>
1 parent c7c6140 commit 6a068da

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/main/asciidoc/_chapters/developer.adoc

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1995,18 +1995,6 @@ Likewise, don't add unrelated cleanup or refactorings outside the scope of your
19951995

19961996
Make sure that you're clear about what you are testing in your unit tests and why.
19971997

1998-
[[common.patch.feedback.writable]]
1999-
===== Implementing Writable
2000-
2001-
.Applies pre-0.96 only
2002-
[NOTE]
2003-
====
2004-
In 0.96, HBase moved to protocol buffers (protobufs). The below section on Writables applies to 0.94.x and previous, not to 0.96 and beyond.
2005-
====
2006-
2007-
Every class returned by RegionServers must implement the `Writable` interface.
2008-
If you are creating a new class that needs to implement this interface, do not forget the default constructor.
2009-
20101998
==== Garbage-Collection Conserving Guidelines
20111999

20122000
The following guidelines were borrowed from http://engineering.linkedin.com/performance/linkedin-feed-faster-less-jvm-garbage.

0 commit comments

Comments
 (0)