From e2ef4bf8cdba8d0908cf4523b239787c493aed33 Mon Sep 17 00:00:00 2001 From: Mingliang Liu Date: Wed, 19 Jun 2019 13:38:50 -0700 Subject: [PATCH] HBASE-22605 Ref guide includes dev guidance only applicable to EOM versions --- 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 0814fd84f3..3c02fe50bd 100644 --- a/src/main/asciidoc/_chapters/developer.adoc +++ b/src/main/asciidoc/_chapters/developer.adoc @@ -1995,18 +1995,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. -- 2.22.0