ovalhub opened a new pull request, #71:
URL: https://github.com/apache/lucene-jira-archive/pull/71
Added mapping for va...@apache.org
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific
mocobeta merged PR #71:
URL: https://github.com/apache/lucene-jira-archive/pull/71
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@lu
mocobeta commented on PR #71:
URL:
https://github.com/apache/lucene-jira-archive/pull/71#issuecomment-1193261692
Thank you @ovalhub
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific
mikemccand commented on issue #61:
URL:
https://github.com/apache/lucene-jira-archive/issues/61#issuecomment-1193281812
Thanks @mocobeta !
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the spe
mikemccand commented on issue #70:
URL:
https://github.com/apache/lucene-jira-archive/issues/70#issuecomment-1193281961
OK weird but this is likely rare so let's do nothing?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
mikemccand closed issue #70: {{ X }} did not convert to backticks correctly?
URL: https://github.com/apache/lucene-jira-archive/issues/70
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific
mikemccand commented on issue #70:
URL:
https://github.com/apache/lucene-jira-archive/issues/70#issuecomment-1193282048
Thanks for explaining it @mocobeta.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above
mocobeta commented on issue #61:
URL:
https://github.com/apache/lucene-jira-archive/issues/61#issuecomment-1193285953
> But I think that is Search problem. And what we consider noise might be
signal to people. Maybe people want to search for bugs related to `jvm` and
they want `jvm bugs` t
mocobeta commented on issue #61:
URL:
https://github.com/apache/lucene-jira-archive/issues/61#issuecomment-1193286815
Well, GitHub search result is not ranked by relevancy ("newest" sort is the
default).
--
This is an automated message from the Apache Git Service.
To respond to the messa
mikemccand commented on issue #61:
URL:
https://github.com/apache/lucene-jira-archive/issues/61#issuecomment-1193287224
> Well, GitHub search result is not ranked by relevancy ("newest" sort is
the default).
Ugh LOL. Maybe it will improve with time? If only it were open-source! I
mikemccand commented on issue #61:
URL:
https://github.com/apache/lucene-jira-archive/issues/61#issuecomment-1193287560
> There are some Jira metadata that are not ported at all to GitHub labels
such as `Priority`, `Resolution`, `Lucene Fields`.
Thanks @mocobeta. I've been looking a
mikemccand opened a new issue, #72:
URL: https://github.com/apache/lucene-jira-archive/issues/72
Spinoff of #61.
I think Resolution has value. I wrote a quick Python script to count/sort
them across all Jira issues:
```
import os
import glob
import json
with_re
mikemccand commented on issue #60:
URL:
https://github.com/apache/lucene-jira-archive/issues/60#issuecomment-1193288954
Sorry, I erased and regenerated my repo, breaking the above comment link.
It is now
[here](https://github.com/mikemccand/stargazers-migration-test/issues/329#issuecommen
mikemccand commented on issue #60:
URL:
https://github.com/apache/lucene-jira-archive/issues/60#issuecomment-1193290388
> I'm not yet sure exactly how that `\u0010` is supposed to be interpreted -
OK it looks like [it is
hexadecimal](https://tools.ietf.org/id/draft-ietf-json-rfc4627b
mikemccand commented on issue #60:
URL:
https://github.com/apache/lucene-jira-archive/issues/60#issuecomment-1193291103
Indeed, I can see that we converted it "correctly" (preserving the U+0010
character):
```
"body": "Patch is available but it involves a binary file
change
mikemccand commented on issue #60:
URL:
https://github.com/apache/lucene-jira-archive/issues/60#issuecomment-1193291357
Let's see what happens if I try to add this character myself:
Patch is available but it involves a binary file change.
So no easy to review and not easy to chec
mikemccand commented on issue #60:
URL:
https://github.com/apache/lucene-jira-archive/issues/60#issuecomment-1193291405
Whoa, indeed, even if you try to enter this character, GitHub remaps it. I
wonder what else they remap?
--
This is an automated message from the Apache Git Service.
To
mocobeta opened a new pull request, #73:
URL: https://github.com/apache/lucene-jira-archive/pull/73
Close #72
Resolved issue:

For
mocobeta commented on issue #72:
URL:
https://github.com/apache/lucene-jira-archive/issues/72#issuecomment-1193292176
> Maybe we could add `legacy-jira-resolution:X`?
I opened #73, will merge this soon.
--
This is an automated message from the Apache Git Service.
To respond to the
mocobeta merged PR #73:
URL: https://github.com/apache/lucene-jira-archive/pull/73
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@lu
mocobeta closed issue #72: Should we migrate Legacy Jira Resolution?
URL: https://github.com/apache/lucene-jira-archive/issues/72
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
mocobeta commented on issue #60:
URL:
https://github.com/apache/lucene-jira-archive/issues/60#issuecomment-1193293896
Regarding to "\u0010", fortunately it's relatively rare.
```
migration $ find jira-dump -name "*.json" | xargs -I{} cat {} | grep
"\u0010" | wc -l
13
```
Not
mikemccand commented on issue #72:
URL:
https://github.com/apache/lucene-jira-archive/issues/72#issuecomment-1193299188
Wow, thanks @mocobeta!!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to th
mikemccand commented on issue #60:
URL:
https://github.com/apache/lucene-jira-archive/issues/60#issuecomment-1193300994
> Regarding to "\u0010", fortunately it's relatively rare.
Phew, thanks for checking. Kinda crazy this exotic character occurs that
many time in our Jira issues!
mikemccand opened a new pull request, #74:
URL: https://github.com/apache/lucene-jira-archive/pull/74
Just changed words presented to humans ;) No actual code change for the
machines.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
mikemccand commented on issue #61:
URL:
https://github.com/apache/lucene-jira-archive/issues/61#issuecomment-1193307444
I was curious about the `Lucene Fields`, so I wrote up a quick aggregator of
all populated fields on our Jira issues:
```
import os
import glob
import json
mocobeta commented on issue #61:
URL:
https://github.com/apache/lucene-jira-archive/issues/61#issuecomment-1193312929
I think "Lucene Fields" has only two values - "New" and "Patch Available".

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL ab
luyuncheng closed pull request #1046: Reduce mem copy byte store2
URL: https://github.com/apache/lucene/pull/1046
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe
luyuncheng opened a new pull request, #1047:
URL: https://github.com/apache/lucene/pull/1047
This is derived from
[LUCENE-10627](https://github.com/apache/lucene/pull/987) AND
[LUCENE-10657](https://github.com/apache/lucene/pull/1034)
The abstract method copyBytes in DataOutput have
LuYunCheng created LUCENE-10661:
---
Summary: Reduce memory copy in BytesStore
Key: LUCENE-10661
URL: https://issues.apache.org/jira/browse/LUCENE-10661
Project: Lucene - Core
Issue Type: Improvem
34 matches
Mail list logo