Sergey Bespalov
Sergey Bespalov
@anki2189 is there any PR for this?
would it be possible to create a PR so we could have a look?
@carlspring I think this should be done within `LayoutProvider` as it's layout specific feature.
@LeifBrooks this is now called `StorageFileSystemProvider`.
also there was #1005 implemented, so now you should first try to read checksums from `ArtifactEntry` if there is one, and only after this from checksum files.
[PermanentLockingException while committing one of the concurrent transactions #2065 ](https://github.com/JanusGraph/janusgraph/issues/2065)
> I assume this has something to do with all the writes going on...? @carlspring could you please clarify what it means?
ok, thanks for clarifying I'll create a task to fix it
seems that `org.carlspring.strongbox.cron.jobs.OnePerRepositoryJavaCronJob#beforeScheduleCallback` not prevent from parallel task execution but just don't allow to create same(identical) Cron Jobs for repository. Within this issue we should guarantee that same Job will...
@carlspring I will fix it The anticipated solution is that task will be canceled if same already triggered and not finished.