Johannes Schüth

Results 44 issues of Johannes Schüth

Vert.x 4 will be released Q2-Q3 2020 - This issue should track the development process https://vertx.io/blog/eclipse-vert-x-4-milestone-4-released/

It would be good to have an extra setting to configure the storage location for plugins. Otherwise it is difficult to configure a shared volume for plugin data in a...

enhancement
f/plugins

Current ES search requests will return an error if one or more selected indices can not be found. It would be better make it possible to handle this situation more...

enhancement
f/elasticsearch

The OAuth2 user sync is currently incompatible with Gentics Mesh replicas. It is not possible to determine (e.g. in Load balancer) whether a request will cause a user sync or...

f/clustering

We should improve the ETag performance. # Node ETag The ETag gets computed by checking the following values/references: * branch -> UUID * parent node (for branch) -> UUID [**node...

f/rest

Maybe we should add a soft wait for ES to prevent such errors? Especially when starting a docker stack the ES may not be up while Mesh already is. Plugins...

f/elasticsearch
stability

If i create a tag and and tag familly, and search it by endpoint `/api/v2/search/tags` : ``` { "query": { "bool": { "must": [ { "query_string": { "query": "name.raw: state-archive...

f/elasticsearch

I'm seeing the following errors in the log ``` Aug 20 14:03:15 redacted java[16344]: 2019-08-20 14:03:15:924 WARNI Record (#86:2986) is null [OrientEdgeIterator]14:03:15.925 [] ERROR [vert.x-worker-thread-44] - Error while handling event...

stability

``` @Test public void testCreateNodeViaPath() { NodeCreateRequest nodeCreateRequest = new NodeCreateRequest(); nodeCreateRequest.setLanguage("en"); nodeCreateRequest.setSchemaName("content"); nodeCreateRequest.getFields().put("teaser", FieldUtil.createStringField("some teaser")); //nodeCreateRequest.getFields().put("slug", FieldUtil.createStringField("new-page.html")); nodeCreateRequest.getFields().put("content", FieldUtil.createStringField("Blessed mealtime again!")); NodeResponse response = call(() -> client().webrootCreate(PROJECT_NAME, "/new-page.html", nodeCreateRequest));...

quick win

CORS config errors may throw `throw new IllegalStateException("wildcard origin with credentials is not allowed");` but that error is not logged during startup. Instead the startup process just freezes. Possible config:...

bug
minor