[ 
https://issues.apache.org/jira/browse/SOLR-13884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16996245#comment-16996245
 ] 

Ishan Chattopadhyaya commented on SOLR-13884:
---------------------------------------------

I got a precommit failure that seems like it is related to this change, but not 
sure:
https://github.com/apache/lucene-solr/pull/1083/checks?check_run_id=348511065
{code}
ng 
https://repo1.maven.org/maven2/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.jar
 ...
[ivy:cachepath] 
............................................................................................................................................................................................................................................................................
 (4091kB)
[ivy:cachepath] .. (0kB)
[ivy:cachepath]         [SUCCESSFUL ] 
org.bouncycastle#bcprov-jdk15on;1.60!bcprov-jdk15on.jar (158ms)
[ivy:cachepath] downloading 
https://repo1.maven.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.jar
 ...
[ivy:cachepath] ............................................................ 
(777kB)
[ivy:cachepath] .. (0kB)
[ivy:cachepath]         [SUCCESSFUL ] 
org.bouncycastle#bcpkix-jdk15on;1.60!bcpkix-jdk15on.jar (62ms)
[ivy:cachepath] :: resolution report :: resolve 3043ms :: artifacts dl 586ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   9   |   9   |   9   |   0   ||   9   |   9   |
        ---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] Checking working copy status...

rat-sources-typedef:
[ivy:cachepath] :: resolving dependencies :: 
org.apache.rat#apache-rat-caller;working [not transitive]
[ivy:cachepath]         confs: [master]
[ivy:cachepath]         found org.apache.rat#apache-rat;0.11 in public
[ivy:cachepath] downloading 
https://repo1.maven.org/maven2/org/apache/rat/apache-rat/0.11/apache-rat-0.11.jar
 ...
[ivy:cachepath] 
..................................................................................................
 (1382kB)
[ivy:cachepath] .. (0kB)
[ivy:cachepath]         [SUCCESSFUL ] 
org.apache.rat#apache-rat;0.11!apache-rat.jar (55ms)

rat-sources-typedef:
[ivy:cachepath] :: resolving dependencies :: 
org.apache.rat#apache-rat-caller;working [not transitive]
[ivy:cachepath]         confs: [master]
[ivy:cachepath]         found org.apache.rat#apache-rat;0.11 in public
[ivy:cachepath] downloading 
https://repo1.maven.org/maven2/org/apache/rat/apache-rat/0.11/apache-rat-0.11.jar
 ...
[ivy:cachepath] 
..................................................................................................
 (1382kB)
[ivy:cachepath] .. (0kB)
[ivy:cachepath]         [SUCCESSFUL ] 
org.apache.rat#apache-rat;0.11!apache-rat.jar (55ms)
[ivy:cachepath] :: resolution report :: resolve 1192ms :: artifacts dl 57ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      master      |   1   |   1   |   1   |   0   ||   1   |   1   |
        ---------------------------------------------------------------------

validate-source-patterns:
[source-patterns] nocommit: 
solr/core/src/test/org/apache/solr/cloud/api/collections/ConcurrentCreateCollectionTest.java

BUILD FAILED
/home/runner/work/lucene-solr/lucene-solr/build.xml:128: Found 1 violations in 
source files (nocommit).
{code}

> Concurrent collection creation leads to multiple replicas placed on same node
> -----------------------------------------------------------------------------
>
>                 Key: SOLR-13884
>                 URL: https://issues.apache.org/jira/browse/SOLR-13884
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Yonik Seeley
>            Priority: Major
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> When multiple collection creations are done concurrently with a 
> collection-level policy, multiple replicas of a single shard can end up on 
> the same node, violating the specified policy.
> This was observed on both 8.2 and master.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to