[jira] [Commented] (SOLR-599) Lightweight SolrJ client

2020-02-22 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/SOLR-599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17042487#comment-17042487 ] Robert Muir commented on SOLR-599: -- Can the lightweight solrj client have lightweight *tes

[GitHub] [lucene-solr] s1monw commented on issue #1274: LUCENE-9164: Prevent IW from closing gracefully if threads are still modifying

2020-02-22 Thread GitBox
s1monw commented on issue #1274: LUCENE-9164: Prevent IW from closing gracefully if threads are still modifying URL: https://github.com/apache/lucene-solr/pull/1274#issuecomment-589987566 @dnhatn I did change some parts slightly to wait for threads after all resources are closed like merge

[GitHub] [lucene-solr] dnhatn edited a comment on issue #1274: LUCENE-9164: Prevent IW from closing gracefully if threads are still modifying

2020-02-22 Thread GitBox
dnhatn edited a comment on issue #1274: LUCENE-9164: Prevent IW from closing gracefully if threads are still modifying URL: https://github.com/apache/lucene-solr/pull/1274#issuecomment-589706428 @s1monw There are two related test failures: testHangDuringRollback and testCloseWithThreads. W

[jira] [Created] (SOLR-14278) data loss during live shard split if leader dies

2020-02-22 Thread Yonik Seeley (Jira)
Yonik Seeley created SOLR-14278: --- Summary: data loss during live shard split if leader dies Key: SOLR-14278 URL: https://issues.apache.org/jira/browse/SOLR-14278 Project: Solr Issue Type: Bug

[GitHub] [lucene-solr] yonik opened a new pull request #1277: SOLR-14278: draft test for data loss when leader dies during live split

2020-02-22 Thread GitBox
yonik opened a new pull request #1277: SOLR-14278: draft test for data loss when leader dies during live split URL: https://github.com/apache/lucene-solr/pull/1277 Draft patch of the simplest test to show an issue (not for committing yet). See SOLR-14278 for details.

[jira] [Created] (LUCENE-9241) fix most memory-hungry tests

2020-02-22 Thread Robert Muir (Jira)
Robert Muir created LUCENE-9241: --- Summary: fix most memory-hungry tests Key: LUCENE-9241 URL: https://issues.apache.org/jira/browse/LUCENE-9241 Project: Lucene - Core Issue Type: Improvement

[jira] [Updated] (LUCENE-9241) fix most memory-hungry tests

2020-02-22 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-9241: Attachment: LUCENE-9241.patch > fix most memory-hungry tests > > >

[jira] [Commented] (LUCENE-9241) fix most memory-hungry tests

2020-02-22 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17042782#comment-17042782 ] Robert Muir commented on LUCENE-9241: - Attached patch. [~dawid.weiss] I didn't yet m

[jira] [Commented] (LUCENE-9241) fix most memory-hungry tests

2020-02-22 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17042785#comment-17042785 ] Robert Muir commented on LUCENE-9241: - There are a few "real" code changes here to r