Vladimir Kotal

Results 94 issues of Vladimir Kotal

I wonder if using madvise() sycall (where supported) might be beneficial, especially with the `MADV_WILLNEED` flag to trigger read-ahead/prefetch.

Recently the release build of the Docker image started failing with: ``` Unable to push README to Docker Hub, response code: 400 Error: Process completed with exit code 1. ```...

bug
build

This change changes how the Docker hub README is updated. It uses https://github.com/christian-korneck/docker-pushrm based Github action. The pro is that this avoids common pitfalls when updating the README. As mentioned...

docker
OCA Verified

I was hoping that this issue was resolved in the past year, unfortunately it is still the case: ![screenshot-20220720-135334](https://user-images.githubusercontent.com/10406217/179984033-582e65ce-3925-40c1-91e7-f1ee4436d3ef.png) I guess we'll stay forever on the last 1.5 release as...

indexer

There is the `indexVersionedFilesOnly` tunable in configuration (currently undocumented on https://github.com/oracle/opengrok/wiki/Indexer-configuration), used by `IndexDatabase`. This needs to be revisited w.r.t. history based reindex.

indexer

> the HistoryGuru cannot be tested with Mockito because it is final class so the fallback to repository.getLastHistoryEntry() in HistoryGuru#getLastHistoryEntry() is not really covered There are workarounds for mocking final...

bug
testing

status NEW severity _major_ in component _analyzer_ for _---_ Reported in version _unspecified_ on platform _ANY/Generic_ Assigned to: Trond Norbye On 2011-12-19 13:26:15 +0000, Knut Anders Hatlen wrote: > The...

bug

status NEW severity _enhancement_ in component _indexer_ for _---_ Reported in version _unspecified_ on platform _ANY/Generic_ Assigned to: Trond Norbye On 2012-02-15 13:52:01 +0000, Vladimir Kotal wrote: > Recent reindexing...

enhancement
indexer

Once is done #3245 it should provide a framework for adding metrics to `opengrok-mirror` et al. Python should have a statsd integration module.

enhancement
tools
monitoring

The XML encoder used for configuration serialization is not very robust (e.g. in the face of changing class hierarchy and removing configuration options) and has some quirks (#2002). We should...

enhancement