[jira] [Commented] (IGNITE-12181) Rebalance hangs on BLT change on cluster with in-memory regions

2019-10-03 Thread Maxim Muzafarov (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-12181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16943581#comment-16943581
 ] 

Maxim Muzafarov commented on IGNITE-12181:
--

[~xtern]

Merged to the master branch.
Thanks for your contribution!

> Rebalance hangs on BLT change on cluster with in-memory regions
> ---
>
> Key: IGNITE-12181
> URL: https://issues.apache.org/jira/browse/IGNITE-12181
> Project: Ignite
>  Issue Type: Bug
>Reporter: Maxim Muzafarov
>Assignee: Pavel Pereslegin
>Priority: Blocker
> Fix For: 2.8
>
> Attachments: RebalanceInMemoryWithPersistence.java
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> # Configured BLT on the _node-1_ (cluster activated)
> # Configured in-memory region with a single cache on the _node-1_
> # A new _node-2_  join to the cluster
> # Set new BLT based on two nodes
> # Rebalance hangs
> Reproducer attached.



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


[jira] [Commented] (IGNITE-12181) Rebalance hangs on BLT change on cluster with in-memory regions

2019-10-03 Thread Ignite TC Bot (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-12181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16943429#comment-16943429
 ] 

Ignite TC Bot commented on IGNITE-12181:


{panel:title=Branch: [pull/6929/head] Base: [master] : No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity *-- Run :: All* 
Results|https://ci.ignite.apache.org/viewLog.html?buildId=4654959buildTypeId=IgniteTests24Java8_RunAll]

> Rebalance hangs on BLT change on cluster with in-memory regions
> ---
>
> Key: IGNITE-12181
> URL: https://issues.apache.org/jira/browse/IGNITE-12181
> Project: Ignite
>  Issue Type: Bug
>Reporter: Maxim Muzafarov
>Assignee: Pavel Pereslegin
>Priority: Blocker
> Fix For: 2.8
>
> Attachments: RebalanceInMemoryWithPersistence.java
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> # Configured BLT on the _node-1_ (cluster activated)
> # Configured in-memory region with a single cache on the _node-1_
> # A new _node-2_  join to the cluster
> # Set new BLT based on two nodes
> # Rebalance hangs
> Reproducer attached.



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


[jira] [Commented] (IGNITE-12181) Rebalance hangs on BLT change on cluster with in-memory regions

2019-10-02 Thread Ignite TC Bot (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-12181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16942743#comment-16942743
 ] 

Ignite TC Bot commented on IGNITE-12181:


{panel:title=Branch: [pull/6929/head] Base: [master] : No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity *-- Run :: All* 
Results|https://ci.ignite.apache.org/viewLog.html?buildId=4653528buildTypeId=IgniteTests24Java8_RunAll]

> Rebalance hangs on BLT change on cluster with in-memory regions
> ---
>
> Key: IGNITE-12181
> URL: https://issues.apache.org/jira/browse/IGNITE-12181
> Project: Ignite
>  Issue Type: Bug
>Reporter: Maxim Muzafarov
>Assignee: Pavel Pereslegin
>Priority: Blocker
> Fix For: 2.8
>
> Attachments: RebalanceInMemoryWithPersistence.java
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> # Configured BLT on the _node-1_ (cluster activated)
> # Configured in-memory region with a single cache on the _node-1_
> # A new _node-2_  join to the cluster
> # Set new BLT based on two nodes
> # Rebalance hangs
> Reproducer attached.



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


[jira] [Commented] (IGNITE-12181) Rebalance hangs on BLT change on cluster with in-memory regions

2019-10-01 Thread Maxim Muzafarov (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-12181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16941793#comment-16941793
 ] 

Maxim Muzafarov commented on IGNITE-12181:
--

It seems to me that the issue is related to these lines:

{code:title=RowStore.java:135}
public void addRows(Collection rows,
IoStatisticsHolder statHolder) throws IgniteCheckedException {
assert ctx.database().checkpointLockIsHeldByThread(); <- HERE

freeList.insertDataRows(rows, statHolder);
}
{code}

{code:title=GridDhtPartitionDemander.java:981}
private boolean preloadEntry(CacheDataRow row, AffinityTopologyVersion 
topVer) throws IgniteCheckedException {
assert !grp.mvccEnabled();
assert ctx.database().checkpointLockIsHeldByThread();

...
}
{code}



> Rebalance hangs on BLT change on cluster with in-memory regions
> ---
>
> Key: IGNITE-12181
> URL: https://issues.apache.org/jira/browse/IGNITE-12181
> Project: Ignite
>  Issue Type: Bug
>Reporter: Maxim Muzafarov
>Assignee: Maxim Muzafarov
>Priority: Blocker
> Fix For: 2.8
>
> Attachments: RebalanceInMemoryWithPersistence.java
>
>
> # Configured BLT on the _node-1_ (cluster activated)
> # Configured in-memory region with a single cache on the _node-1_
> # A new _node-2_  join to the cluster
> # Set new BLT based on two nodes
> # Rebalance hangs
> Reproducer attached.



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