[jira] [Created] (IGNITE-945) HTTP REST prepend/append commands failed

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-945) HTTP REST prepend/append commands failed

Anton Vinogradov (Jira)
Sergey Kozlov created IGNITE-945:
------------------------------------

             Summary: HTTP REST prepend/append commands failed
                 Key: IGNITE-945
                 URL: https://issues.apache.org/jira/browse/IGNITE-945
             Project: Ignite
          Issue Type: Bug
    Affects Versions: sprint-5
            Reporter: Sergey Kozlov
             Fix For: sprint-5


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}

Is there a limitation for use non-transactional caches for prepend/append commands?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)