Return-Path: X-Original-To: apmail-ignite-issues-archive@minotaur.apache.org Delivered-To: apmail-ignite-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1425C1751B for ; Mon, 1 Jun 2015 08:05:36 +0000 (UTC) Received: (qmail 33180 invoked by uid 500); 1 Jun 2015 08:05:35 -0000 Delivered-To: apmail-ignite-issues-archive@ignite.apache.org Received: (qmail 33155 invoked by uid 500); 1 Jun 2015 08:05:35 -0000 Mailing-List: contact issues-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list issues@ignite.incubator.apache.org Received: (qmail 33146 invoked by uid 99); 1 Jun 2015 08:05:35 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jun 2015 08:05:35 +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 55A8BCA542 for ; Mon, 1 Jun 2015 08:05:35 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.79 X-Spam-Level: X-Spam-Status: No, score=0.79 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id UpkDe52ILaJT for ; Mon, 1 Jun 2015 08:05:20 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id B7F8043CB6 for ; Mon, 1 Jun 2015 08:05:19 +0000 (UTC) Received: (qmail 33028 invoked by uid 99); 1 Jun 2015 08:05:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jun 2015 08:05:19 +0000 Date: Mon, 1 Jun 2015 08:05:19 +0000 (UTC) From: "Dmitriy Setrakyan (JIRA)" To: issues@ignite.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (IGNITE-945) HTTP REST prepend/append commands failed MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IGNITE-945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy Setrakyan reassigned IGNITE-945: ---------------------------------------- Assignee: Marko Jevtic > HTTP REST prepend/append commands failed > ---------------------------------------- > > Key: IGNITE-945 > URL: https://issues.apache.org/jira/browse/IGNITE-945 > Project: Ignite > Issue Type: Bug > Components: newbie > Affects Versions: sprint-5 > Reporter: Sergey Kozlov > Assignee: Marko Jevtic > > Requests http://localhost:8080/ignite?cacheName=partitioned_cache&key=1&cmd=prepend&val=p > http://localhost:8080/ignite?cacheName=partitioned_cache&key=1&cmd=append&val=a > returns same error: > {noformat} > {"error":"Failed to start transaction on non-transactional cache: partitioned_cache","response":null,"sessionToken":"","successStatus":1} > {noformat} > Node output is following: > {noformat} > [14:01:32,555][SEVERE][ignite-#12%pub-null%][GridRestProcessor] Failed to handle request: CACHE_PREPEND > class org.apache.ignite.IgniteCheckedException: Failed to start transaction on non-transactional cache: partitioned_cache > at org.apache.ignite.internal.util.IgniteUtils.cast(IgniteUtils.java:6732) > at org.apache.ignite.internal.processors.closure.GridClosureProcessor$2.body(GridClosureProcessor.java:901) > at org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:108) > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) > at java.lang.Thread.run(Thread.java:745) > Caused by: class org.apache.ignite.IgniteException: Failed to start transaction on non-transactional cache: partitioned_cache > at org.apache.ignite.internal.processors.cache.transactions.IgniteTransactionsImpl.checkTransactional(IgniteTransactionsImpl.java:193) > at org.apache.ignite.internal.processors.cache.transactions.IgniteTransactionsImpl.txStartEx(IgniteTransactionsImpl.java:121) > at org.apache.ignite.internal.processors.cache.GridCacheAdapter.txStartEx(GridCacheAdapter.java:3239) > at org.apache.ignite.internal.processors.cache.GridCacheProxyImpl.txStartEx(GridCacheProxyImpl.java:808) > at org.apache.ignite.internal.processors.rest.handlers.cache.GridCacheCommandHandler$1.call(GridCacheCommandHandler.java:405) > at org.apache.ignite.internal.util.IgniteUtils.wrapThreadLoader(IgniteUtils.java:6124) > at org.apache.ignite.internal.processors.closure.GridClosureProcessor$2.body(GridClosureProcessor.java:893) > ... 4 more > {noformat} > Is there a limitation for use non-transactional caches for prepend/append commands? -- This message was sent by Atlassian JIRA (v6.3.4#6332)