Hopefully this week, maybe next.
--
--
To unsubscribe, email repo-discuss+unsubscribe@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
--- You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
We just turned on secondary index searches for gerrit.googlesource.com; it's live in the western US and should be rolling out globally in the next few minutes.This means you can take all the new search operators for a spin, like file, message, etc. Try it out and let us know what you think, or if you run into anything that looks like an inconsistency.
This sounds like a bug in master that should be tracked down and fixed.
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
> And running it on a local system with latest master and enabled secondary
> index support produces the following error:
>
> "line 1:17 no viable alternative at character '%'"
>
> I think it worked already for me.Have you tried it with a regexp that doesn't conatin '%'? At least this works for me.
--
Sounds like an issue with your browser or reverse proxy encoding those special chars. What is the request URL that search corresponds to?
On Wed, Sep 11, 2013 at 1:11 PM, David Ostrovsky <david.o...@gmail.com> wrote:
Am Mittwoch, 11. September 2013 16:18:06 UTC+2 schrieb Dave Borowitz:Sounds like an issue with your browser or reverse proxy encoding those special chars. What is the request URL that search corresponds to?So it doesn't hurt to use the right browser: i activated buck_daemon_ui_firefox debug configuration but used Chrome.So the query was called twice:1: [file:^.*BUCK]2: [file:%5E.*BUCK]With the right browser the "file:^regex" pattern works as expected.I noticed, that the `reindex` throws a lot of errors on me, but still generates the index data [1].Thanks for the report. This one AFAICT is harmless:org.h2.jdbc.JdbcSQLException: Error opening database: "Sleep interrupted" [8000-173]I think it's what happens if you open and then close a database connection too quickly.The ones about loading plugins we should address. I'm assuming this is built from master as of this morning, when I submitted a change to load plugins in pgm.Reindex. Apparently that doesn't work for everyone. Blame guice.
On Wed, Sep 11, 2013 at 1:11 PM, David Ostrovsky <david.o...@gmail.com> wrote:
Am Mittwoch, 11. September 2013 16:18:06 UTC+2 schrieb Dave Borowitz:Sounds like an issue with your browser or reverse proxy encoding those special chars. What is the request URL that search corresponds to?So it doesn't hurt to use the right browser: i activated buck_daemon_ui_firefox debug configuration but used Chrome.So the query was called twice:1: [file:^.*BUCK]2: [file:%5E.*BUCK]With the right browser the "file:^regex" pattern works as expected.I noticed, that the `reindex` throws a lot of errors on me, but still generates the index data [1].Thanks for the report. This one AFAICT is harmless:org.h2.jdbc.JdbcSQLException: Error opening database: "Sleep interrupted" [8000-173]I think it's what happens if you open and then close a database connection too quickly.The ones about loading plugins we should address.
We just turned on secondary index searches for gerrit.googlesource.com; it's live in the western US and should be rolling out globally in the next few minutes.This means you can take all the new search operators for a spin, like file, message, etc. Try it out and let us know what you think, or if you run into anything that looks like an inconsistency.
--
--