[jira] [Commented] (LUCENE-8780) Improve ByteBufferGuard in Java 11

2019-04-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16829739#comment-16829739 ] Uwe Schindler commented on LUCENE-8780: --- I did a second patch that uses AtomicBoolean instead of

[jira] [Commented] (LUCENE-8780) Improve ByteBufferGuard in Java 11

2019-04-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16829444#comment-16829444 ] Robert Muir commented on LUCENE-8780: - i imagine any slowdown only impacts stuff doing lots of tiny

[jira] [Commented] (LUCENE-8780) Improve ByteBufferGuard in Java 11

2019-04-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16829428#comment-16829428 ] Uwe Schindler commented on LUCENE-8780: --- Hi, I did some tests over the last night. The fluctuating

[jira] [Commented] (LUCENE-8780) Improve ByteBufferGuard in Java 11

2019-04-29 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16829031#comment-16829031 ] Dawid Weiss commented on LUCENE-8780: - Every time I read about those memory ordering models I seem

[jira] [Commented] (LUCENE-8780) Improve ByteBufferGuard in Java 11

2019-04-28 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16828826#comment-16828826 ] Mike Sokolov commented on LUCENE-8780: -- I don't have a good theory, but I was curious so I ran a

[jira] [Commented] (LUCENE-8780) Improve ByteBufferGuard in Java 11

2019-04-28 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16828039#comment-16828039 ] Uwe Schindler commented on LUCENE-8780: --- Thats the result after 20 runs with 6 searcher threads

[jira] [Commented] (LUCENE-8780) Improve ByteBufferGuard in Java 11

2019-04-28 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16827872#comment-16827872 ] Uwe Schindler commented on LUCENE-8780: --- I created a pull request for easier review and perf

[jira] [Commented] (LUCENE-8780) Improve ByteBufferGuard in Java 11

2019-04-27 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16827607#comment-16827607 ] Uwe Schindler commented on LUCENE-8780: --- Patch: [^LUCENE-8780.patch] > Improve ByteBufferGuard