Github user dsmiley commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/455#discussion_r223749656
--- Diff:
solr/core/src/java/org/apache/solr/update/processor/DistributedUpdateProcessor.java
---
@@ -111,6 +114,8 @@
public static final String DISTRIB_FROM = "distrib.from";
public static final String DISTRIB_INPLACE_PREVVERSION =
"distrib.inplace.prevversion";
private static final String TEST_DISTRIB_SKIP_SERVERS =
"test.distrib.skip.servers";
+ private static final char PATH_SEP_CHAR = '/';
--- End diff --
Please don't create frivolous constants like this.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]