Skip to content

small QoL fixes#3916

Merged
awildturtok merged 1 commit into
developfrom
fix/minor-usability-fixes
Jul 13, 2026
Merged

small QoL fixes#3916
awildturtok merged 1 commit into
developfrom
fix/minor-usability-fixes

Conversation

@awildturtok

Copy link
Copy Markdown
Collaborator

No description provided.

@awildturtok awildturtok requested a review from thoniTUB as a code owner July 9, 2026 09:58
@awildturtok awildturtok force-pushed the fix/minor-usability-fixes branch 2 times, most recently from 97523ec to 778fff1 Compare July 9, 2026 14:43

return createNamespace(datasetStorage, metaStorage, environment);
}catch (Exception e) {
log.error("Error while creating namespace for dataset {}. Deleting.", dataset.getId(), e);

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Das müsste so reichen, aber ich muss es noch testen

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Du müsstest das try vielleicht erst nach dem

// Each store injects its own IdResolveCtx so each needs its own mapper
datasetStorage.openStores(Jackson.copyMapperAndInjectables(persistenceMapper));

öffnen.

@awildturtok awildturtok force-pushed the fix/minor-usability-fixes branch from 778fff1 to d43d9bd Compare July 9, 2026 15:28
@awildturtok awildturtok requested a review from Kadrian as a code owner July 9, 2026 15:28
Comment on lines +67 to +68
hikariConfig.setConnectionTimeout(60_000);
hikariConfig.setMinimumIdle(3);

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Warum machst du die nicht parametriesiert? Du bist doch schon in der richtigen Klasse

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ups, das war testcode, der muss aus der config kommen.


return createNamespace(datasetStorage, metaStorage, environment);
}catch (Exception e) {
log.error("Error while creating namespace for dataset {}. Deleting.", dataset.getId(), e);

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Du müsstest das try vielleicht erst nach dem

// Each store injects its own IdResolveCtx so each needs its own mapper
datasetStorage.openStores(Jackson.copyMapperAndInjectables(persistenceMapper));

öffnen.


assertThat(histogram.nodes()).hasSize(3);
List<Map.Entry<Range<Double>, Histogram.Counter>> nodes = histogram.nodes();
log.info("{}", nodes);

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
log.info("{}", nodes);

oder die message noch ergänzen

@awildturtok awildturtok force-pushed the fix/minor-usability-fixes branch 2 times, most recently from 35e4b16 to 221df88 Compare July 13, 2026 08:49
@awildturtok awildturtok force-pushed the fix/minor-usability-fixes branch from 221df88 to 45b9cfd Compare July 13, 2026 09:24
@awildturtok awildturtok merged commit c99e198 into develop Jul 13, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants