Skip to content

small QoL fixes#3916

Open
awildturtok wants to merge 1 commit into
developfrom
fix/minor-usability-fixes
Open

small QoL fixes#3916
awildturtok wants to merge 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


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

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