Page MenuHomePhabricator

helmo
User

Projects

User does not belong to any projects.

Today

  • No visible events.

Tomorrow

  • No visible events.

Monday

  • No visible events.

User Details

User Since
Jan 28 2020, 10:38 AM (323 w, 4 d)
Availability
Available
LDAP User
Unknown
MediaWiki User
Herman van Rink [ Global Accounts ]

Recent Activity

Oct 27 2020

helmo added a comment to T197220: Update mediawiki-docker automatically.

Ah, sorry... I see that wikibase does not build on top of the regular mediawiki docker image.

Oct 27 2020, 3:46 PM · MediaWiki-Releasing, Docker-Hub-MediaWiki
helmo created T266574: Wikibase docker update strategy.
Oct 27 2020, 3:45 PM · User-Addshore, Wikibase Release Strategy, Wikibase-Docker-2017+, Wikidata
helmo added a comment to T197220: Update mediawiki-docker automatically.

I'm also wondering about an update policy and what to expect.

Oct 27 2020, 11:56 AM · MediaWiki-Releasing, Docker-Hub-MediaWiki
helmo closed T264431: autocomplete in querybuilder is missing results as Resolved.

The last question is probably explained by the type of search that is done. It's probably a prefix search while we expected a full text search. With large datasets it probably makes sense to do it this way.

Oct 27 2020, 10:41 AM · Wikibase-Docker-2017+, Wikidata

Oct 14 2020

helmo updated subscribers of T264431: autocomplete in querybuilder is missing results.

Together with @despens we found that in the search box most letters give a result, but not the 'g' which you would expect 'van Gogh' to be found. It's still a mystery...

Oct 14 2020, 1:30 PM · Wikibase-Docker-2017+, Wikidata
helmo added a comment to T264431: autocomplete in querybuilder is missing results.

We're a bit further... Via Extension:CirrusSearch I ended up on the CirrusSearch README. Which mentioned the steps:

Oct 14 2020, 5:49 AM · Wikibase-Docker-2017+, Wikidata

Oct 13 2020

helmo added a comment to T264431: autocomplete in querybuilder is missing results.

No, here's the log after restarting elasticsearch and attempting a few searches:

wikibase@wikibase:~/wikibase-docker$ docker-compose  up elasticsearch
Starting wikibase-docker_elasticsearch_1 ... done
Attaching to wikibase-docker_elasticsearch_1
elasticsearch_1    | OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
elasticsearch_1    | OpenJDK 64-Bit Server VM warning: UseAVX=2 is not supported on this CPU, setting it to UseAVX=0
elasticsearch_1    | [2020-10-13T12:14:50,181][INFO ][o.e.e.NodeEnvironment    ] [7DEERnP] using [1] data paths, mounts [[/ (overlay)]], net usable_space [4.8gb], net total_space [14.9gb], types [overlay]
elasticsearch_1    | [2020-10-13T12:14:50,186][INFO ][o.e.e.NodeEnvironment    ] [7DEERnP] heap size [495.3mb], compressed ordinary object pointers [true]
elasticsearch_1    | [2020-10-13T12:14:50,189][INFO ][o.e.n.Node               ] [7DEERnP] node name derived from node ID [7DEERnPBTzujGriDPZxI8w]; set [node.name] to override
elasticsearch_1    | [2020-10-13T12:14:50,191][INFO ][o.e.n.Node               ] [7DEERnP] version[6.5.4], pid[1], build[default/tar/d2ef93d/2018-12-17T21:17:40.758843Z], OS[Linux/4.19.0-10-amd64/amd64], JVM[Oracle Corporation/OpenJDK 64-Bit Server VM/11.0.1/11.0.1+13]
elasticsearch_1    | [2020-10-13T12:14:50,192][INFO ][o.e.n.Node               ] [7DEERnP] JVM arguments [-Xms1g, -Xmx1g, -XX:+UseConcMarkSweepGC, -XX:CMSInitiatingOccupancyFraction=75, -XX:+UseCMSInitiatingOccupancyOnly, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -XX:-OmitStackTraceInFastThrow, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Djava.io.tmpdir=/tmp/elasticsearch.T6CKFqYS, -XX:+HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=data, -XX:ErrorFile=logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Djava.locale.providers=COMPAT, -XX:UseAVX=2, -Des.cgroups.hierarchy.override=/, -Xms512m, -Xmx512m, -Des.path.home=/usr/share/elasticsearch, -Des.path.conf=/usr/share/elasticsearch/config, -Des.distribution.flavor=default, -Des.distribution.type=tar]
elasticsearch_1    | [2020-10-13T12:14:52,638][INFO ][o.e.p.PluginsService     ] [7DEERnP] loaded module [aggs-matrix-stats]
elasticsearch_1    | [2020-10-13T12:14:52,639][INFO ][o.e.p.PluginsService     ] [7DEERnP] loaded module [analysis-common]
elasticsearch_1    | [2020-10-13T12:14:52,639][INFO ][o.e.p.PluginsService     ] [7DEERnP] loaded module [ingest-common]
elasticsearch_1    | [2020-10-13T12:14:52,639][INFO ][o.e.p.PluginsService     ] [7DEERnP] loaded module [lang-expression]
elasticsearch_1    | [2020-10-13T12:14:52,639][INFO ][o.e.p.PluginsService     ] [7DEERnP] loaded module [lang-mustache]
elasticsearch_1    | [2020-10-13T12:14:52,639][INFO ][o.e.p.PluginsService     ] [7DEERnP] loaded module [lang-painless]
elasticsearch_1    | [2020-10-13T12:14:52,639][INFO ][o.e.p.PluginsService     ] [7DEERnP] loaded module [mapper-extras]
elasticsearch_1    | [2020-10-13T12:14:52,639][INFO ][o.e.p.PluginsService     ] [7DEERnP] loaded module [parent-join]
elasticsearch_1    | [2020-10-13T12:14:52,639][INFO ][o.e.p.PluginsService     ] [7DEERnP] loaded module [percolator]
elasticsearch_1    | [2020-10-13T12:14:52,639][INFO ][o.e.p.PluginsService     ] [7DEERnP] loaded module [rank-eval]
elasticsearch_1    | [2020-10-13T12:14:52,639][INFO ][o.e.p.PluginsService     ] [7DEERnP] loaded module [reindex]
elasticsearch_1    | [2020-10-13T12:14:52,639][INFO ][o.e.p.PluginsService     ] [7DEERnP] loaded module [repository-url]
elasticsearch_1    | [2020-10-13T12:14:52,640][INFO ][o.e.p.PluginsService     ] [7DEERnP] loaded module [transport-netty4]
elasticsearch_1    | [2020-10-13T12:14:52,640][INFO ][o.e.p.PluginsService     ] [7DEERnP] loaded module [tribe]
elasticsearch_1    | [2020-10-13T12:14:52,640][INFO ][o.e.p.PluginsService     ] [7DEERnP] loaded module [x-pack-ccr]
elasticsearch_1    | [2020-10-13T12:14:52,640][INFO ][o.e.p.PluginsService     ] [7DEERnP] loaded module [x-pack-core]
elasticsearch_1    | [2020-10-13T12:14:52,640][INFO ][o.e.p.PluginsService     ] [7DEERnP] loaded module [x-pack-deprecation]
elasticsearch_1    | [2020-10-13T12:14:52,640][INFO ][o.e.p.PluginsService     ] [7DEERnP] loaded module [x-pack-graph]
elasticsearch_1    | [2020-10-13T12:14:52,640][INFO ][o.e.p.PluginsService     ] [7DEERnP] loaded module [x-pack-logstash]
elasticsearch_1    | [2020-10-13T12:14:52,640][INFO ][o.e.p.PluginsService     ] [7DEERnP] loaded module [x-pack-ml]
elasticsearch_1    | [2020-10-13T12:14:52,640][INFO ][o.e.p.PluginsService     ] [7DEERnP] loaded module [x-pack-monitoring]
elasticsearch_1    | [2020-10-13T12:14:52,640][INFO ][o.e.p.PluginsService     ] [7DEERnP] loaded module [x-pack-rollup]
elasticsearch_1    | [2020-10-13T12:14:52,640][INFO ][o.e.p.PluginsService     ] [7DEERnP] loaded module [x-pack-security]
elasticsearch_1    | [2020-10-13T12:14:52,640][INFO ][o.e.p.PluginsService     ] [7DEERnP] loaded module [x-pack-sql]
elasticsearch_1    | [2020-10-13T12:14:52,640][INFO ][o.e.p.PluginsService     ] [7DEERnP] loaded module [x-pack-upgrade]
elasticsearch_1    | [2020-10-13T12:14:52,641][INFO ][o.e.p.PluginsService     ] [7DEERnP] loaded module [x-pack-watcher]
elasticsearch_1    | [2020-10-13T12:14:52,641][INFO ][o.e.p.PluginsService     ] [7DEERnP] loaded plugin [experimental-highlighter]
elasticsearch_1    | [2020-10-13T12:14:52,641][INFO ][o.e.p.PluginsService     ] [7DEERnP] loaded plugin [extra]
elasticsearch_1    | [2020-10-13T12:14:52,641][INFO ][o.e.p.PluginsService     ] [7DEERnP] loaded plugin [ingest-geoip]
elasticsearch_1    | [2020-10-13T12:14:52,641][INFO ][o.e.p.PluginsService     ] [7DEERnP] loaded plugin [ingest-user-agent]
elasticsearch_1    | [2020-10-13T12:14:57,904][INFO ][o.e.x.s.a.s.FileRolesStore] [7DEERnP] parsed [0] roles from file [/usr/share/elasticsearch/config/roles.yml]
elasticsearch_1    | [2020-10-13T12:14:58,642][INFO ][o.e.x.m.j.p.l.CppLogMessageHandler] [7DEERnP] [controller/73] [Main.cc@109] controller (64 bit): Version 6.5.4 (Build b616085ef32393) Copyright (c) 2018 Elasticsearch BV
elasticsearch_1    | [2020-10-13T12:14:59,519][INFO ][o.e.d.DiscoveryModule    ] [7DEERnP] using discovery type [single-node] and host providers [settings]
elasticsearch_1    | [2020-10-13T12:15:00,503][INFO ][o.e.n.Node               ] [7DEERnP] initialized
elasticsearch_1    | [2020-10-13T12:15:00,505][INFO ][o.e.n.Node               ] [7DEERnP] starting ...
elasticsearch_1    | [2020-10-13T12:15:00,716][INFO ][o.e.t.TransportService   ] [7DEERnP] publish_address {172.18.0.2:9300}, bound_addresses {0.0.0.0:9300}
elasticsearch_1    | [2020-10-13T12:15:00,903][INFO ][o.e.x.s.t.n.SecurityNetty4HttpServerTransport] [7DEERnP] publish_address {172.18.0.2:9200}, bound_addresses {0.0.0.0:9200}
elasticsearch_1    | [2020-10-13T12:15:00,905][INFO ][o.e.n.Node               ] [7DEERnP] started
elasticsearch_1    | [2020-10-13T12:15:01,400][WARN ][o.e.x.s.a.s.m.NativeRoleMappingStore] [7DEERnP] Failed to clear cache for realms [[]]
elasticsearch_1    | [2020-10-13T12:15:01,508][INFO ][o.e.l.LicenseService     ] [7DEERnP] license [0c2df63d-7cd6-4d45-8610-e27c6818a667] mode [basic] - valid
elasticsearch_1    | [2020-10-13T12:15:01,535][INFO ][o.e.g.GatewayService     ] [7DEERnP] recovered [0] indices into cluster_state
Oct 13 2020, 12:19 PM · Wikibase-Docker-2017+, Wikidata

Oct 8 2020

helmo added a comment to T264431: autocomplete in querybuilder is missing results.

Removing the format=json part of that url shows a warning of type 'error'... that looks like https://phabricator.wikimedia.org/T260276

Oct 8 2020, 8:05 AM · Wikibase-Docker-2017+, Wikidata

Oct 2 2020

helmo updated the task description for T264431: autocomplete in querybuilder is missing results.
Oct 2 2020, 12:03 PM · Wikibase-Docker-2017+, Wikidata
helmo created T264431: autocomplete in querybuilder is missing results.
Oct 2 2020, 11:59 AM · Wikibase-Docker-2017+, Wikidata

Oct 1 2020

helmo added a comment to T260328: Documentation on setting up https access to the container services.

In the DockerWikibaseQueryService I also noticed CORS errors in the Firefox developer console,

Oct 1 2020, 10:15 AM · Wikibase Suite Team, Initial Setup & Configuration, Wikibase Release Strategy, [DEPRECATED] wdwb-tech, Wikidata

Sep 25 2020

helmo added a comment to T260328: Documentation on setting up https access to the container services.

I've created https://github.com/wmde/wikibase-docker/pull/133 for the network alias point above.

Sep 25 2020, 2:07 PM · Wikibase Suite Team, Initial Setup & Configuration, Wikibase Release Strategy, [DEPRECATED] wdwb-tech, Wikidata

Sep 24 2020

helmo added a comment to T260328: Documentation on setting up https access to the container services.

Thanks again for your help.

Sep 24 2020, 2:03 PM · Wikibase Suite Team, Initial Setup & Configuration, Wikibase Release Strategy, [DEPRECATED] wdwb-tech, Wikidata

Aug 13 2020

helmo created T260328: Documentation on setting up https access to the container services.
Aug 13 2020, 6:24 AM · Wikibase Suite Team, Initial Setup & Configuration, Wikibase Release Strategy, [DEPRECATED] wdwb-tech, Wikidata