[
https://issues.apache.org/jira/browse/SOLR-14837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17235233#comment-17235233
]
Fadi Mohsen commented on SOLR-14837:
changed file name, [~janhoy] do you have any ide
[
https://issues.apache.org/jira/browse/SOLR-14837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Fadi Mohsen updated SOLR-14837:
---
Attachment: (was: patch.log)
> prometheus-exporter: different metrics ports publishes mixed metri
[
https://issues.apache.org/jira/browse/SOLR-14837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Fadi Mohsen updated SOLR-14837:
---
Attachment: SOLR-14837.patch
> prometheus-exporter: different metrics ports publishes mixed metrics
>
[
https://issues.apache.org/jira/browse/SOLR-14837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Fadi Mohsen updated SOLR-14837:
---
Attachment: SOLR-14837.log
> prometheus-exporter: different metrics ports publishes mixed metrics
> -
[
https://issues.apache.org/jira/browse/SOLR-14837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Fadi Mohsen updated SOLR-14837:
---
Attachment: (was: SOLR-14837.log)
> prometheus-exporter: different metrics ports publishes mixed
zacharymorn commented on a change in pull request #2052:
URL: https://github.com/apache/lucene-solr/pull/2052#discussion_r526615461
##
File path:
lucene/misc/src/test/org/apache/lucene/misc/store/TestDirectIODirectory.java
##
@@ -0,0 +1,57 @@
+/*
+ * Licensed to the Apache Sof
zacharymorn commented on a change in pull request #2052:
URL: https://github.com/apache/lucene-solr/pull/2052#discussion_r526607397
##
File path:
lucene/misc/src/test/org/apache/lucene/misc/store/TestDirectIODirectory.java
##
@@ -0,0 +1,57 @@
+/*
+ * Licensed to the Apache Sof
rmuir commented on pull request #2088:
URL: https://github.com/apache/lucene-solr/pull/2088#issuecomment-730067131
I'm suspicious that this is safe to do. What if another thread is calling
addDocument at the same time?
This
[
https://issues.apache.org/jira/browse/LUCENE-9616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17235072#comment-17235072
]
Julie Tibshirani edited comment on LUCENE-9616 at 11/19/20, 12:07 AM:
[
https://issues.apache.org/jira/browse/LUCENE-9616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17235072#comment-17235072
]
Julie Tibshirani commented on LUCENE-9616:
--
I also suspect it's enough to keep
[
https://issues.apache.org/jira/browse/SOLR-14999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17235050#comment-17235050
]
Houston Putman commented on SOLR-14999:
---
+1 I'm a fan of that idea. It might be dif
madrob commented on a change in pull request #2089:
URL: https://github.com/apache/lucene-solr/pull/2089#discussion_r526487616
##
File path: solr/solr-ref-guide/src/format-of-solr-xml.adoc
##
@@ -134,9 +134,10 @@ The hostname Solr uses to access cores.
The url context path.
[
https://issues.apache.org/jira/browse/SOLR-14999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17235047#comment-17235047
]
Mike Drob commented on SOLR-14999:
--
Borrowing from Mark's comments in the linked thread,
[
https://issues.apache.org/jira/browse/SOLR-14999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Houston Putman updated SOLR-14999:
--
Description:
Currently the default settings in {{solr.xml}} allow the specification of one
por
HoustonPutman opened a new pull request #2089:
URL: https://github.com/apache/lucene-solr/pull/2089
https://issues.apache.org/jira/browse/SOLR-14999
I am open to suggestions on the naming of this new option. Currently I have
`-Dsolr.port.advertise` and `SOLR_PORT_ADVERTISE`, because
msfroh opened a new pull request #2088:
URL: https://github.com/apache/lucene-solr/pull/2088
FieldNumbers.clear() is called from IndexWriter.deleteAll(), which is
supposed to completely reset the state of the index. This includes
clearing all known fields.
Prior to this change,
madrob commented on a change in pull request #2083:
URL: https://github.com/apache/lucene-solr/pull/2083#discussion_r526336171
##
File path: solr/docker/include/scripts/init-var-solr
##
@@ -31,31 +31,31 @@ function check_dir_writability {
}
if [ ! -d "$DIR/data" ]; then
-
madrob commented on a change in pull request #2083:
URL: https://github.com/apache/lucene-solr/pull/2083#discussion_r526336171
##
File path: solr/docker/include/scripts/init-var-solr
##
@@ -31,31 +31,31 @@ function check_dir_writability {
}
if [ ! -d "$DIR/data" ]; then
-
Michael Froh created LUCENE-9617:
Summary: FieldNumbers.clear() should reset
lowestUnassignedFieldNumber
Key: LUCENE-9617
URL: https://issues.apache.org/jira/browse/LUCENE-9617
Project: Lucene - Core
[
https://issues.apache.org/jira/browse/SOLR-14560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alessandro Benedetti updated SOLR-14560:
Fix Version/s: 8.8
master (9.0)
> Learning To Rank Interleaving
[
https://issues.apache.org/jira/browse/SOLR-14560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alessandro Benedetti resolved SOLR-14560.
-
Resolution: Fixed
Thanks [~cpoerschke] for all the reviewing help!
This new feat
madrob commented on pull request #2086:
URL: https://github.com/apache/lucene-solr/pull/2086#issuecomment-729873570
@thelabdude this seems like something you'd be interested in was well.
This is an automated message from the
madrob commented on a change in pull request #2086:
URL: https://github.com/apache/lucene-solr/pull/2086#discussion_r526311005
##
File path:
solr/solrj/src/test/org/apache/solr/client/solrj/impl/CountingHttpClusterStateProvider.java
##
@@ -0,0 +1,72 @@
+/*
+ * Licensed to the
[
https://issues.apache.org/jira/browse/SOLR-14560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17234899#comment-17234899
]
ASF subversion and git services commented on SOLR-14560:
Commit f
alessandrobenedetti commented on pull request #1571:
URL: https://github.com/apache/lucene-solr/pull/1571#issuecomment-729864396
Thanks @cpoerschke for the thorough review!
This is an automated message from the Apache Git Ser
[
https://issues.apache.org/jira/browse/SOLR-14560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17234888#comment-17234888
]
ASF subversion and git services commented on SOLR-14560:
Commit a
[
https://issues.apache.org/jira/browse/SOLR-14560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17234887#comment-17234887
]
ASF subversion and git services commented on SOLR-14560:
Commit a
alessandrobenedetti merged pull request #1571:
URL: https://github.com/apache/lucene-solr/pull/1571
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
[
https://issues.apache.org/jira/browse/LUCENE-9021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17234877#comment-17234877
]
Clemens Stukenbrock commented on LUCENE-9021:
-
Hello [~mkhl], do you have a
thelabdude commented on pull request #2010:
URL: https://github.com/apache/lucene-solr/pull/2010#issuecomment-729783538
Hi @noblepaul thanks for taking a look ... so we decided to not try to
handle the upgrade to TLS using a rolling restart (as described in my comment
^) in this PR ... als
[
https://issues.apache.org/jira/browse/LUCENE-9378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17234755#comment-17234755
]
Adrien Grand edited comment on LUCENE-9378 at 11/18/20, 3:56 PM:
-
[
https://issues.apache.org/jira/browse/LUCENE-9378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17234755#comment-17234755
]
Adrien Grand commented on LUCENE-9378:
--
[~gworah] I'm pretty sure that the drop is
[
https://issues.apache.org/jira/browse/LUCENE-9616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17234746#comment-17234746
]
Adrien Grand commented on LUCENE-9616:
--
I gave it a try on my PR for LUCENE-9613 by
[
https://issues.apache.org/jira/browse/LUCENE-9613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17234742#comment-17234742
]
Adrien Grand commented on LUCENE-9613:
--
I opened a pull request that writes ordinal
jpountz opened a new pull request #2087:
URL: https://github.com/apache/lucene-solr/pull/2087
This changes the way that doc values write ordinals so that Lucene splits
into
blocks if it would save more than 10% space, like we do for numeric fields.
By
the way, we are now using the sa
rmuir commented on pull request #2080:
URL: https://github.com/apache/lucene-solr/pull/2080#issuecomment-729757207
`totalTermFreq`/`sumTotalTermFreq` are about term frequencies, nothing to do
with the norms... but this norms check is the only thing guarding against
overflow. we can't just
[
https://issues.apache.org/jira/browse/LUCENE-9616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17234719#comment-17234719
]
Adrien Grand commented on LUCENE-9616:
--
I don't know if I would go as far as includ
[
https://issues.apache.org/jira/browse/SOLR-14973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17234714#comment-17234714
]
Tim Allison commented on SOLR-14973:
Backporting and confirming that I didn't break a
[
https://issues.apache.org/jira/browse/SOLR-14973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17234688#comment-17234688
]
Kevin Risden commented on SOLR-14973:
-
[~tallison] If its not a lot of work, then sur
[
https://issues.apache.org/jira/browse/SOLR-13821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17234644#comment-17234644
]
marian vasile caraiman commented on SOLR-13821:
---
I saw in the design docume
shalinmangar opened a new pull request #2086:
URL: https://github.com/apache/lucene-solr/pull/2086
# Description
HttpClusterStateProvider fetches and caches Aliases and Live Nodes for 5
seconds. But all calls to getState are live. These collection states are
supposed to be cached in
[
https://issues.apache.org/jira/browse/SOLR-15007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17234635#comment-17234635
]
Andrzej Bialecki commented on SOLR-15007:
-
Please check out {{MetricsCollectorHan
noblepaul commented on pull request #2010:
URL: https://github.com/apache/lucene-solr/pull/2010#issuecomment-729684303
Before I go further, can I know
* Does this work for a rolling restart?
* How does one migrate to this?
-
dsmiley commented on pull request #1769:
URL: https://github.com/apache/lucene-solr/pull/1769#issuecomment-729668076
> we could still document how to perform PGP checks on the jars
Just confirming... we agree that ./verify-docker.sh is needless, and we need
to just _document_ (e.g. i
s1monw commented on a change in pull request #2085:
URL: https://github.com/apache/lucene-solr/pull/2085#discussion_r526058298
##
File path: lucene/core/src/java/org/apache/lucene/index/DocumentsWriter.java
##
@@ -371,19 +371,15 @@ public void close() throws IOException {
pr
s1monw commented on a change in pull request #2085:
URL: https://github.com/apache/lucene-solr/pull/2085#discussion_r526058138
##
File path: lucene/core/src/test/org/apache/lucene/index/TestIndexWriter.java
##
@@ -4258,4 +4258,47 @@ public void testPendingNumDocs() throws Excep
dweiss commented on a change in pull request #2085:
URL: https://github.com/apache/lucene-solr/pull/2085#discussion_r526032942
##
File path: lucene/core/src/test/org/apache/lucene/index/TestIndexWriter.java
##
@@ -4258,4 +4258,47 @@ public void testPendingNumDocs() throws Excep
s1monw commented on pull request #2085:
URL: https://github.com/apache/lucene-solr/pull/2085#issuecomment-729631181
@mikemccand can you take a look pls
This is an automated message from the Apache Git Service.
To respond to t
s1monw opened a new pull request #2085:
URL: https://github.com/apache/lucene-solr/pull/2085
DWStallControl expects the caller to loop on top of the wait call to make
progress with flushing if the DW is stalled. This logic wasn't applied such
that
DW only stalled for one second and th
[
https://issues.apache.org/jira/browse/LUCENE-9584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17220608#comment-17220608
]
hackerwin7 edited comment on LUCENE-9584 at 11/18/20, 10:57 AM:
--
uschindler commented on a change in pull request #2052:
URL: https://github.com/apache/lucene-solr/pull/2052#discussion_r525918279
##
File path:
lucene/misc/src/test/org/apache/lucene/misc/store/TestDirectIODirectory.java
##
@@ -0,0 +1,57 @@
+/*
+ * Licensed to the Apache Soft
uschindler commented on a change in pull request #2052:
URL: https://github.com/apache/lucene-solr/pull/2052#discussion_r525917794
##
File path:
lucene/misc/src/test/org/apache/lucene/misc/store/TestDirectIODirectory.java
##
@@ -0,0 +1,57 @@
+/*
+ * Licensed to the Apache Soft
uschindler commented on a change in pull request #2052:
URL: https://github.com/apache/lucene-solr/pull/2052#discussion_r525912478
##
File path:
lucene/misc/src/test/org/apache/lucene/misc/store/TestDirectIODirectory.java
##
@@ -0,0 +1,57 @@
+/*
+ * Licensed to the Apache Soft
uschindler commented on a change in pull request #2052:
URL: https://github.com/apache/lucene-solr/pull/2052#discussion_r525910929
##
File path:
lucene/misc/src/test/org/apache/lucene/misc/store/TestDirectIODirectory.java
##
@@ -0,0 +1,57 @@
+/*
+ * Licensed to the Apache Soft
uschindler commented on a change in pull request #2052:
URL: https://github.com/apache/lucene-solr/pull/2052#discussion_r525909321
##
File path:
lucene/misc/src/java/org/apache/lucene/misc/store/DirectIODirectory.java
##
@@ -74,12 +65,12 @@
*
* @lucene.experimental
*/
-p
janhoy commented on pull request #1769:
URL: https://github.com/apache/lucene-solr/pull/1769#issuecomment-729525514
> what do you imagine `verify-docker.sh` would be doing under the hood
It would verify the sha512 sum of each jar with the corresponding checksum
published by the proje
zacharymorn commented on pull request #2052:
URL: https://github.com/apache/lucene-solr/pull/2052#issuecomment-729520080
> I stated a bit earlier, removing WindowsDirectory should be a separate PR.
It's not the same thing (it's not about DirectIO), it works around aproblem
with positional
uschindler commented on pull request #2052:
URL: https://github.com/apache/lucene-solr/pull/2052#issuecomment-729516294
I stated a bit earlier, removing WindowsDirectory should be a separate PR.
It's not the same thing (it's not about DirectIO), it works around aproblem
with positional rea
58 matches
Mail list logo