Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 006B11121E for ; Thu, 17 Jul 2014 06:46:06 +0000 (UTC) Received: (qmail 37529 invoked by uid 500); 17 Jul 2014 06:46:05 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 37479 invoked by uid 500); 17 Jul 2014 06:46:05 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 37466 invoked by uid 99); 17 Jul 2014 06:46:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jul 2014 06:46:05 +0000 Date: Thu, 17 Jul 2014 06:46:05 +0000 (UTC) From: "Virag Kothari (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-11535) ReplicationPeer map is not thread safe MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Virag Kothari created HBASE-11535: ------------------------------------- Summary: ReplicationPeer map is not thread safe Key: HBASE-11535 URL: https://issues.apache.org/jira/browse/HBASE-11535 Project: HBase Issue Type: Bug Components: Replication Affects Versions: 0.98.4 Reporter: Virag Kothari Assignee: Virag Kothari Attachments: HBASE-11535.patch ReplicationPeersZKImpl has a map of Peer id to ReplicationPeer which is accessed by replication source threads through getStatusOfPeer(). So, it needs to be thread safe. -- This message was sent by Atlassian JIRA (v6.2#6252)