[jira] [Updated] (IGNITE-13244) Transaction commit completes successfully if partition is lost on commit phase

2020-11-09 Thread Vyacheslav Koptilin (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-13244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vyacheslav Koptilin updated IGNITE-13244:
-
Ignite Flags:   (was: Docs Required,Release Notes Required)

> Transaction commit completes successfully if partition is lost on commit phase
> --
>
> Key: IGNITE-13244
> URL: https://issues.apache.org/jira/browse/IGNITE-13244
> Project: Ignite
>  Issue Type: Bug
>Reporter: Sergey Uttsel
>Assignee: Sergey Uttsel
>Priority: Major
> Attachments: tx_commit_partition_loss.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Reproducer is attached.
> Steps:
> 1) Run startNode()
> 2) Run poorTransaction() in a separate JVM
> 3) Hang first node in GridCacheMapEntry#innerSet with a breakpoint
> 4) kill -9 first node while hanging on breakpoint
> 5) Result: tx.commit() succeeds, data is commited in partition 1 and not 
> commited in partition 2



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (IGNITE-13244) Transaction commit completes successfully if partition is lost on commit phase

2020-11-09 Thread Vyacheslav Koptilin (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-13244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vyacheslav Koptilin updated IGNITE-13244:
-
Fix Version/s: 2.10

> Transaction commit completes successfully if partition is lost on commit phase
> --
>
> Key: IGNITE-13244
> URL: https://issues.apache.org/jira/browse/IGNITE-13244
> Project: Ignite
>  Issue Type: Bug
>Reporter: Sergey Uttsel
>Assignee: Sergey Uttsel
>Priority: Major
> Fix For: 2.10
>
> Attachments: tx_commit_partition_loss.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Reproducer is attached.
> Steps:
> 1) Run startNode()
> 2) Run poorTransaction() in a separate JVM
> 3) Hang first node in GridCacheMapEntry#innerSet with a breakpoint
> 4) kill -9 first node while hanging on breakpoint
> 5) Result: tx.commit() succeeds, data is commited in partition 1 and not 
> commited in partition 2



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (IGNITE-13244) Transaction commit completes successfully if partition is lost on commit phase

2020-11-05 Thread Alexey Scherbakov (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-13244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexey Scherbakov updated IGNITE-13244:
---
Reviewer: Alexey Scherbakov

> Transaction commit completes successfully if partition is lost on commit phase
> --
>
> Key: IGNITE-13244
> URL: https://issues.apache.org/jira/browse/IGNITE-13244
> Project: Ignite
>  Issue Type: Bug
>Reporter: Sergey Uttsel
>Assignee: Sergey Uttsel
>Priority: Major
> Attachments: tx_commit_partition_loss.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Reproducer is attached.
> Steps:
> 1) Run startNode()
> 2) Run poorTransaction() in a separate JVM
> 3) Hang first node in GridCacheMapEntry#innerSet with a breakpoint
> 4) kill -9 first node while hanging on breakpoint
> 5) Result: tx.commit() succeeds, data is commited in partition 1 and not 
> commited in partition 2



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (IGNITE-13244) Transaction commit completes successfully if partition is lost on commit phase

2020-07-10 Thread Sergey Uttsel (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-13244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Uttsel updated IGNITE-13244:
---
Attachment: tx_commit_partition_loss.patch

> Transaction commit completes successfully if partition is lost on commit phase
> --
>
> Key: IGNITE-13244
> URL: https://issues.apache.org/jira/browse/IGNITE-13244
> Project: Ignite
>  Issue Type: Bug
>Reporter: Sergey Uttsel
>Assignee: Sergey Uttsel
>Priority: Major
> Attachments: tx_commit_partition_loss.patch
>
>
> Reproducer is attached.
> Steps:
> 1) Run startNode()
> 2) Run poorTransaction() in a separate JVM
> 3) Hang first node in GridCacheMapEntry#innerSet with a breakpoint
> 4) kill -9 first node while hanging on breakpoint
> 5) Result: tx.commit() succeeds, data is commited in partition 1 and not 
> commited in partition 2



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (IGNITE-13244) Transaction commit completes successfully if partition is lost on commit phase

2020-07-10 Thread Sergey Uttsel (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-13244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Uttsel updated IGNITE-13244:
---
Description: 
Reproducer is attached.
Steps:
1) Run startNode()
2) Run poorTransaction() in a separate JVM
3) Hang first node in GridCacheMapEntry#innerSet with a breakpoint
4) kill -9 first node while hanging on breakpoint
5) Result: tx.commit() succeeds, data is commited in partition 1 and not 
commited in partition 2

> Transaction commit completes successfully if partition is lost on commit phase
> --
>
> Key: IGNITE-13244
> URL: https://issues.apache.org/jira/browse/IGNITE-13244
> Project: Ignite
>  Issue Type: Bug
>Reporter: Sergey Uttsel
>Assignee: Sergey Uttsel
>Priority: Major
>
> Reproducer is attached.
> Steps:
> 1) Run startNode()
> 2) Run poorTransaction() in a separate JVM
> 3) Hang first node in GridCacheMapEntry#innerSet with a breakpoint
> 4) kill -9 first node while hanging on breakpoint
> 5) Result: tx.commit() succeeds, data is commited in partition 1 and not 
> commited in partition 2



--
This message was sent by Atlassian Jira
(v8.3.4#803005)