Marek Prochera

Results 8 issues of Marek Prochera

My use case is very easy, I'm using off-heap map to store some counters. Read and write is single threaded. Very frequently my application is not functioning correctly because it...

bug

I'm getting a high rate of `ClosedChannelException` with the persistent map configuration described below. * does it have any impact on data consistency? * is there any way to optimize...

bug

I'm trying to reduce memory pressure of the caching to the minimum. I manage to reduce it a lot using the configuration below, but I still see leftovers that have...

In a single application life cycle I have a need to use multiple times fresh instance of persistence map to reduce pressure on memory. ``` val map = { persistent.Map[String,...

bug
production release

Some of the MRs are causing exception and the root cause is 'latestCommit:null' What's worst this exception is causing stop processing of all other MRs ``` java.lang.NullPointerException at org.jenkinsci.plugins.gitlab.GitlabMergeRequestWrapper.check(GitlabMergeRequestWrapper.java:113) at...

Definitely minor thing ``` Feb 18, 2014 9:34:07 PM hudson.triggers.Trigger checkTriggers WARNING: org.jenkinsci.plugins.gitlab.GitlabBuildTrigger.run() failed for build_transition_merge_request java.lang.Error: java.io.FileNotFoundException: http://....../api/v3/projects/2/merge_requests?private_token=..... at org.gitlab.api.http.GitlabHTTPRequestor$1.fetch(GitlabHTTPRequestor.java:195) at org.gitlab.api.http.GitlabHTTPRequestor$1.hasNext(GitlabHTTPRequestor.java:150) at org.gitlab.api.GitlabAPI.getAllMergeRequests(GitlabAPI.java:131) at org.gitlab.api.GitlabAPI.getOpenMergeRequests(GitlabAPI.java:103) at org.jenkinsci.plugins.gitlab.GitlabRepository.check(GitlabRepository.java:56) at...

bug

``` 2 aur/libturpial-git 1.7.0.602.3de626f-1 [installed] (4) (0.08) A library that handles multiple microblogging protocols. 4 aur/turpial-git 3.0.r1647.2c44359-1 [installed: 3.0.r1656.cc59bde-1] (5) (0.05) A multi-interface Twitter client written in Python ``` ```...

`@op` annotation causing compilation error on 2.13.1 `@typeclass` works perfectly fine Reference project [hicolour/simulacrum-2.13-op](https://github.com/hicolour/simulacrum-2.13-op) Reference build: * [without `@op`](https://travis-ci.org/hicolour/simulacrum-2.13-op/builds/635383233) * [with `@op`](https://travis-ci.org/hicolour/simulacrum-2.13-op/builds/635384936) ``` sbt.version=1.3.6 lazy val root = (project in...