Github user conniey commented on a diff in the pull request:

    https://github.com/apache/lucenenet/pull/171#discussion_r62450886
  
    --- Diff: src/Lucene.Net.Tests/core/TestMergeSchedulerExternal.cs ---
    @@ -76,7 +76,9 @@ protected override MergeThread GetMergeThread(IndexWriter 
writer, MergePolicy.On
                 {
                     MergeThread thread = new MyMergeThread(this, writer, 
merge);
                     thread.ThreadPriority = MergeThreadPriority;
    +#if !FEATURE_TASKMERGESCHEDULER
                     thread.SetDaemon(true);
    +#endif
    --- End diff --
    
    Because Tasks are always run in the background so this method only applies 
to `ThreadClass`


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to