Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 49031200C32 for ; Thu, 9 Mar 2017 12:17:43 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 47A3E160B64; Thu, 9 Mar 2017 11:17:43 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 937F0160B84 for ; Thu, 9 Mar 2017 12:17:42 +0100 (CET) Received: (qmail 38745 invoked by uid 500); 9 Mar 2017 11:17:41 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 38736 invoked by uid 99); 9 Mar 2017 11:17:41 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Mar 2017 11:17:41 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 61BFAC1284 for ; Thu, 9 Mar 2017 11:17:41 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.451 X-Spam-Level: * X-Spam-Status: No, score=1.451 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id a4Rp43Ix02cK for ; Thu, 9 Mar 2017 11:17:40 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 84AD15FBC1 for ; Thu, 9 Mar 2017 11:17:40 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id CCF3CE09F0 for ; Thu, 9 Mar 2017 11:17:38 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 3A5C7243B4 for ; Thu, 9 Mar 2017 11:17:38 +0000 (UTC) Date: Thu, 9 Mar 2017 11:17:38 +0000 (UTC) From: "Andrey Gura (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (IGNITE-2552) Eviction policy must consider either max size or max entries count MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 09 Mar 2017 11:17:43 -0000 [ https://issues.apache.org/jira/browse/IGNITE-2552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15902894#comment-15902894 ] Andrey Gura edited comment on IGNITE-2552 at 3/9/17 11:17 AM: -------------------------------------------------------------- [~Alexey Kuznetsov] I don't see any {{pull/1545/head}} builds at TC. I've ran it and waiting for results. was (Author: agura): [~Alexey Kuznetsov] I don't see any {{pull/1545/head}} builds at TC. > Eviction policy must consider either max size or max entries count > ------------------------------------------------------------------ > > Key: IGNITE-2552 > URL: https://issues.apache.org/jira/browse/IGNITE-2552 > Project: Ignite > Issue Type: Bug > Components: cache > Affects Versions: 1.5.0.final > Reporter: Denis Magda > Assignee: Alexey Kuznetsov > Priority: Minor > Fix For: 2.0 > > > Presently both max size and max entries number are considered by eviction policy logic even if the only one is set by user explicitly. > This behavior must be reworked in a way that if one of the parameters is set explicitly then only it will be used by eviction policy while the other one will be ignored. -- This message was sent by Atlassian JIRA (v6.3.15#6346)