ACCUMULO-2386 Update release guide to include specific CHANGES generation
ACCUMULO-2571 Define replication state machines for data
ACCUMULO-2572 Define ReplicaSystem interface
ACCUMULO-2573 Define Thrift IDL for data transfer
ACCUMULO-2574 Define storage data structure for data that needs replication
ACCUMULO-2575 Update GC to not remove files before replication has happened
ACCUMULO-2579 Modify "live ingest" code path to create replication entries
ACCUMULO-2581 Create service in Master to assign replication work
ACCUMULO-2582 Create insight to replication in the Monitor
ACCUMULO-2583 Create services that handles replication "receives"
ACCUMULO-2587 Provide authentication criteria between a master and slave
ACCUMULO-2650 Property additions for configuration of replication
ACCUMULO-2684Cannot easily print long Key
ACCUMULO-2705 Don't try to assign permissions to !SYSTEM user when creating a table
ACCUMULO-2709 Create service in Master to manage replication records
ACCUMULO-2799 Create ReplicationOperations
ACCUMULO-2808 Update to Jetty 9
ACCUMULO-2819 Provide WorkAssigner which is order-aware
ACCUMULO-2829 tool.sh doesn't include new mapreduce jar in libjars
ACCUMULO-2830 Example configurations/templates reference incorrect class name for Shell audit log
ACCUMULO-2833 Create and configure a shell formatter for Status messages
ACCUMULO-2834 Immediately re-queue files which have more data to replicate
ACCUMULO-2835Track explicit lengths of WALs for more accurate reporting
ACCUMULO-2846 Need to re-use DataInputStream for reading files that need replication
ACCUMULO-2847 Update user documentation ACCUMULO-2858 Inadvertently always falling back on sync
ACCUMULO-2858 Inadvertently always falling back on sync
ACCUMULO-2901 Document practical use-cases for replication
ACCUMULO-2910 Ineffective null check for replicationSources in Mutation#write()
ACCUMULO-2912 java.lang.NoClassDefFoundError: com/google/protobuf/GeneratedMessage
ACCUMULO-2913 Continue stabilization of replication UTs/ITs
ACCUMULO-2914 Move ReplicationTest into an IT
ACCUMULO-2918 TServers expect zookeeper to have parent nodes created
ACCUMULO-2923 Replication configuration expected numeric only table IDs
ACCUMULO-2925 Timestamp is not propagated to peer
ACCUMULO-2939 Missing protobuf dependency in tarball
ACCUMULO-2963 ReplicationDriver daemon dies from RTE thrown out of BatchScanner
ACCUMULO-2964Unexpected ThriftSecurityException from BatchScanner
ACCUMULO-2973 ShellServerIT\#namespaces is timing out
ACCUMULO-2997 Race condition in resizing of TServer client pool
ACCUMULO-3028 Extraneous trace logging
ACCUMULO-3040 Create JMX endpoint for replication status
ACCUMULO-3071 Add replication service ports to user manual
ACCUMULO-3077 File never picked up for replication
ACCUMULO-3111 Race condition in MetaSplitIT
ACCUMULO-3130 Some replication ITs fail with SSL enabled
ACCUMULO-3131 CyclicReplicationIT doesn't adhere to useSslForIT option <
ACCUMULO-3132 Fate uses java serialization which is error-prone between upgrades
ACCUMULO-3160 ExamplesIT usage of MAC is sub-par
ACCUMULO-3175More IT stabilizations
ACCUMULO-3194 BulkSplitOptimizationIT failed with 5 files associated with tablet instead of 1-4 files
ACCUMULO-3212 Configuration objects created with CredentialProvider load defaults unnecessarily
ACCUMULO-3213 EOFException on metadata tablet during DeleteTableDuringSplitIT
ACCUMULO-3214 NPE checking if replication is enabled during tablet assignment
ACCUMULO-3215 Import tries to use default DFS directory instead of configured
ACCUMULO-3217 KeyValue doesn't implement equals or hashCode
ACCUMULO-3218 ZooKeeperInstance only uses first ZooKeeper in list of quorum
ACCUMULO-3220 Division by zero if encryption cipher isn't a block cipher
ACCUMULO-3221 Unintential integer overflow in Shell authorization timeout
ACCUMULO-3223 DefaultLoadBalancer allows a NPE just to catch it
ACCUMULO-3225 Dead code in ConfigCommand
ACCUMULO-3226Unnecessary null check in Authorizations constructor
ACCUMULO-3228 fix potential resource leaks
ACCUMULO-3233 Random port for ZK in MiniAccumulo might not be unique
ACCUMULO-3242 Consolidate ZK code WRT retries
ACCUMULO-3243 Ensure all ITs have some timeout
ACCUMULO-3247 ZooKeeperInstance could use a toString
ACCUMULO-3249 New replication status message created for file that was already replicated
ACCUMULO-3257 Make Randomwalk respect timeout (maxSec) more reliably
ACCUMULO-3258 Warning about synconclose is way too spammy
ACCUMULO-3259 Randomwalk Bulk.xml create queued threads without bound.
ACCUMULO-3261 Image Randomwalk fails if no rows are found
ACCUMULO-3264 AuditMessageIT broken
ACCUMULO-3271 Add splits to tables in MultiTable randomwalk module
ACCUMULO-3275 "not balancing because of unhosted tablets" message should include number of unhosted tablets
ACCUMULO-3276 Shard.xml hung with no client output
ACCUMULO-3279 BackupMasterIT failed with BadVersion ZK Exception
ACCUMULO-3286 ConditionalWriterIT.testTrace failed
ACCUMULO-3287 CyclicReplicationIT failed because it couldn't start ZK
ACCUMULO-3290 ShellServerIT#listscans fails if scan shows up a QUEUED
ACCUMULO-3292 ConditionalWriterIT#testOffline failed
ACCUMULO-3296 ZooUtil.recursiveDelete looping indefinitely
ACCUMULO-3301 TableOperationsImpl.waitForTableStateTransition(String,TableState) never fetches `future` column
ACCUMULO-3305 MiniAccumuloClusterImpl#killProcess should use the stopWithTimeout method
ACCUMULO-3316 Update TLS usage to mitigate POODLE
ACCUMULO-3317Change Jetty configuration to disallow SSLv3
ACCUMULO-3318 Alter Thrift RPC components to disallow SSLv3
ACCUMULO-3320 Replication reference prematurely closed and removed.
ACCUMULO-3338 Update example classpath configuration
ACCUMULO-378 Multi data center replication