[jira] [Commented] (IGNITE-6736) Java 9: rework GridCacheMapEntry synchronization logic to avoid Unsafe.monitor* methods

2018-02-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-6736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16365441#comment-16365441 ] ASF GitHub Bot commented on IGNITE-6736: Github user andrey-kuznetsov closed the pull request at:

[jira] [Commented] (IGNITE-6736) Java 9: rework GridCacheMapEntry synchronization logic to avoid Unsafe.monitor* methods

2018-01-12 Thread Andrey Gura (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-6736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16323860#comment-16323860 ] Andrey Gura commented on IGNITE-6736: - LGTM. Perfromance tests are ok. But now we have additional

[jira] [Commented] (IGNITE-6736) Java 9: rework GridCacheMapEntry synchronization logic to avoid Unsafe.monitor* methods

2017-12-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-6736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16295134#comment-16295134 ] ASF GitHub Bot commented on IGNITE-6736: GitHub user andrey-kuznetsov opened a pull request:

[jira] [Commented] (IGNITE-6736) Java 9: rework GridCacheMapEntry synchronization logic to avoid Unsafe.monitor* methods

2017-12-15 Thread Andrey Kuznetsov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-6736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16292814#comment-16292814 ] Andrey Kuznetsov commented on IGNITE-6736: -- I've made a naïve benchmark to compare performance

[jira] [Commented] (IGNITE-6736) Java 9: rework GridCacheMapEntry synchronization logic to avoid Unsafe.monitor* methods

2017-12-15 Thread Andrey Kuznetsov (JIRA)
[ https://issues.apache.org/jira/browse/IGNITE-6736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16292218#comment-16292218 ] Andrey Kuznetsov commented on IGNITE-6736: -- Choosing ReentrantLock approach. See [1]. [1]