Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1E4221161C for ; Wed, 30 Apr 2014 15:50:26 +0000 (UTC) Received: (qmail 95109 invoked by uid 500); 30 Apr 2014 15:50:18 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 95031 invoked by uid 500); 30 Apr 2014 15:50:16 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 94898 invoked by uid 99); 30 Apr 2014 15:50:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Apr 2014 15:50:15 +0000 Date: Wed, 30 Apr 2014 15:50:15 +0000 (UTC) From: "Benedict (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CASSANDRA-7116) Use ConcurrentLinkedQueue instead of NonBlockingHashSet in AbstractRowResolver MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Benedict created CASSANDRA-7116: ----------------------------------- Summary: Use ConcurrentLinkedQueue instead of NonBlockingHashSet in AbstractRowResolver Key: CASSANDRA-7116 URL: https://issues.apache.org/jira/browse/CASSANDRA-7116 Project: Cassandra Issue Type: Improvement Components: Core Reporter: Benedict Assignee: Benedict Priority: Trivial Fix For: 2.1 rc1 Attachments: 7116.txt There's no reason to use a NBHM in this class, as we only add unique elements. A CLQ seems a more appropriate lightweight datastructure to use -- This message was sent by Atlassian JIRA (v6.2#6252)