You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2019/06/20 14:15:00 UTC

[hbase] branch branch-1.4 updated: HBASE-22605 Ref guide includes dev guidance only applicable to EOM versions

This is an automated email from the ASF dual-hosted git repository.

busbey pushed a commit to branch branch-1.4
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-1.4 by this push:
     new e608a61  HBASE-22605 Ref guide includes dev guidance only applicable to EOM versions
e608a61 is described below

commit e608a6175c9eb89ee3c4b1ad1a8c578b85a75f73
Author: Mingliang Liu <li...@apache.org>
AuthorDate: Wed Jun 19 13:38:50 2019 -0700

    HBASE-22605 Ref guide includes dev guidance only applicable to EOM versions
    
    Signed-off-by: Sean Busbey <bu...@apache.org>
    (cherry picked from commit 6a068da4dc55e5f1adb0c18c80c268beb03dc8cb)
---
 src/main/asciidoc/_chapters/developer.adoc | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/src/main/asciidoc/_chapters/developer.adoc b/src/main/asciidoc/_chapters/developer.adoc
index 4d8e99b..208ad73 100644
--- a/src/main/asciidoc/_chapters/developer.adoc
+++ b/src/main/asciidoc/_chapters/developer.adoc
@@ -1729,18 +1729,6 @@ Likewise, don't add unrelated cleanup or refactorings outside the scope of your
 
 Make sure that you're clear about what you are testing in your unit tests and why.
 
-[[common.patch.feedback.writable]]
-===== Implementing Writable
-
-.Applies pre-0.96 only
-[NOTE]
-====
-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.
-====
-
-Every class returned by RegionServers must implement the `Writable` interface.
-If you are creating a new class that needs to implement this interface, do not forget the default constructor.
-
 ==== Garbage-Collection Conserving Guidelines
 
 The following guidelines were borrowed from http://engineering.linkedin.com/performance/linkedin-feed-faster-less-jvm-garbage.