Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / reactor/reactor-pool issues and pull requests

#170 - Problems when warmup procedure and database query procedure running in parallel.

Issue - State: open - Opened by 1528110566 over 1 year ago
Labels: :question:need-triage

#169 - Add support to pool to do scheduled connection validation

Issue - State: closed - Opened by ifindya over 1 year ago - 11 comments
Labels: for/stackoverflow

#168 - Update Micrometer version to 1.10.0

Pull Request - State: closed - Opened by violetagg almost 2 years ago
Labels: type/dependency-upgrade

#167 - Use new gha API for setting output, latest core actions

Pull Request - State: closed - Opened by simonbasle almost 2 years ago - 1 comment
Labels: type/chore

#166 - Update Micrometer dependency to RC1

Pull Request - State: closed - Opened by violetagg almost 2 years ago
Labels: type/dependency-upgrade

#165 - Update Micrometer to SNAPSHOT, use MeterDocumentation

Pull Request - State: closed - Opened by simonbasle almost 2 years ago - 1 comment
Labels: type/dependency-upgrade

#164 - Add `reactor-pool-micrometer` module with recorder and gauges

Pull Request - State: closed - Opened by simonbasle about 2 years ago - 1 comment
Labels: type/enhancement, for/user-attention, for/team-attention

#163 - Turn build and structure into multi-project

Pull Request - State: closed - Opened by simonbasle about 2 years ago - 3 comments
Labels: type/chore, type/dependency-upgrade

#162 - Improve JapiCmp: avoid misses, improve reporting and exclusions

Pull Request - State: closed - Opened by simonbasle about 2 years ago - 1 comment
Labels: type/chore

#161 - Provide Micrometer PoolMetricsRecorder adapter

Issue - State: closed - Opened by philwebb about 2 years ago - 3 comments
Labels: type/enhancement

#159 - Add template for GitHub's Generate Changelog button

Pull Request - State: closed - Opened by simonbasle over 2 years ago
Labels: type/chore

#158 - Add PoolConfig#pendingAcquireTimer config option

Pull Request - State: closed - Opened by pderop over 2 years ago - 6 comments
Labels: type/enhancement

#157 - Soft eviction for in-use connections

Issue - State: closed - Opened by nihsmik over 2 years ago
Labels: :question:need-triage

#156 - Remove deprecated APIs (fifo/lifo...)

Pull Request - State: closed - Opened by simonbasle over 2 years ago
Labels: warn/api-change, type/chore

#155 - fix #154 by accounting pending/idle sizes as separate atomic ints

Pull Request - State: closed - Opened by simonbasle over 2 years ago - 2 comments
Labels: type/enhancement

#154 - Performance issue in SimpleDequePool class

Issue - State: closed - Opened by pderop over 2 years ago
Labels: type/enhancement, status/need-investigation

#153 - Fix flaky disposeGracefullyTwice test

Pull Request - State: closed - Opened by simonbasle over 2 years ago - 1 comment
Labels: type/chore

#152 - Start of branch 3.4.x, adapt CI and build

Pull Request - State: closed - Opened by simonbasle over 2 years ago
Labels: type/chore

#151 - [chores] Update the build and realign it with core / Gradle 7.4

Pull Request - State: closed - Opened by simonbasle over 2 years ago
Labels: type/chore

#150 - Add config() accessor to Pool

Pull Request - State: closed - Opened by simonbasle about 3 years ago
Labels: type/enhancement

#149 - Introduce decorators, add GracefulShutdown feature as decorator

Pull Request - State: closed - Opened by simonbasle about 3 years ago - 4 comments
Labels: type/enhancement

#148 - Quiet period & timeout wait for waiting requests and active connections

Issue - State: closed - Opened by Agraphie about 3 years ago - 4 comments
Labels: type/enhancement

#147 - Correctly guard invalidate() usage vs release(), fix acquireCount

Pull Request - State: closed - Opened by simonbasle about 3 years ago - 1 comment
Labels: type/bug, type/enhancement, type/documentation

#146 - Wrong pool metrics when invalidating an idle resource

Issue - State: closed - Opened by violetagg about 3 years ago - 4 comments
Labels: type/bug, status/invalid

#145 - [build] Split the publish workflow preparation to parallelize slow tests

Pull Request - State: closed - Opened by simonbasle about 3 years ago - 4 comments
Labels: type/chore

#144 - Refine spotless configuration and copyright ranges

Pull Request - State: closed - Opened by simonbasle about 3 years ago - 1 comment
Labels: type/chore, for/merge-with-rebase

#143 - [build] Use Spotless plugin to enforce/update copyright headers

Pull Request - State: closed - Opened by simonbasle over 3 years ago - 2 comments
Labels: type/chore

#142 - [chores] Remove outdated community files

Pull Request - State: closed - Opened by simonbasle over 3 years ago - 3 comments
Labels: type/chore

#141 - Update copyright headers in 0.1.x

Pull Request - State: closed - Opened by simonbasle over 3 years ago - 1 comment
Labels: type/chore, for/merge-with-rebase

#140 - Remove outdated issue template and Contributing.md

Issue - State: closed - Opened by simonbasle over 3 years ago
Labels: type/chore

#139 - Better handle exceptions in releaseHandler/destroyHandler

Pull Request - State: closed - Opened by simonbasle over 3 years ago - 1 comment
Labels: type/bug

#138 - Don't record interaction when the eviction task does nothing

Pull Request - State: closed - Opened by violetagg over 3 years ago - 3 comments
Labels: type/enhancement

#137 - Compare seconds to seconds in AbstractPool#isInactiveForMoreThan

Pull Request - State: closed - Opened by violetagg over 3 years ago - 1 comment
Labels: type/bug

#136 - Constantly keeping 10 idle connections

Issue - State: closed - Opened by petromir over 3 years ago - 16 comments
Labels: type/bug, for/user-attention

#135 - Add inactivity insights (secondsSinceLastInteraction)

Pull Request - State: closed - Opened by simonbasle over 3 years ago - 1 comment
Labels: type/enhancement

#134 - InstrumentedPool: better insights into pool inactivity

Issue - State: closed - Opened by simonbasle over 3 years ago - 1 comment
Labels: type/enhancement

#133 - Renamed default branch to `main`, update CI

Pull Request - State: closed - Opened by violetagg over 3 years ago - 2 comments
Labels: type/chore

#132 - GitHub Actions Release Process: signing, artifactory, sonatype

Pull Request - State: closed - Opened by simonbasle over 3 years ago - 1 comment
Labels: type/chore

#131 - Make log quieter in CommonPoolTest#pendingLimitAsync

Pull Request - State: closed - Opened by simonbasle over 3 years ago - 1 comment

#130 - Only increment acquiredSize() once resource has been allocated

Pull Request - State: closed - Opened by simonbasle over 3 years ago - 1 comment
Labels: type/enhancement

#129 - Implementation review, make a few small improvements...

Pull Request - State: closed - Opened by simonbasle over 3 years ago - 1 comment
Labels: type/enhancement

#128 - [backport] Remove jcenter from build in 0.1.x

Pull Request - State: closed - Opened by simonbasle over 3 years ago - 1 comment
Labels: type/chore

#127 - Missing SimpleDequePool.drain() when SimpleDequePool.cancelAcquire()

Issue - State: closed - Opened by andreisilviudragnea over 3 years ago - 1 comment
Labels: status/declined

#126 - PoolMetrics.acquiredSize() is incremented too early

Issue - State: closed - Opened by andreisilviudragnea over 3 years ago - 1 comment
Labels: type/enhancement

#125 - Suppress CommonPoolTest#pendingLimitAsync(Function) onErrorDropped logging

Issue - State: closed - Opened by simonbasle over 3 years ago
Labels: type/enhancement

#124 - Possible pool resource release bug

Issue - State: open - Opened by andreisilviudragnea over 3 years ago - 6 comments
Labels: type/bug, status/need-investigation

#123 - maxPending limit is enforced with some de-facto leniency under heavy load

Issue - State: open - Opened by simonbasle over 3 years ago - 4 comments
Labels: type/enhancement

#122 - Rework drainLoop so that extra pending acquires are better culled

Pull Request - State: closed - Opened by simonbasle over 3 years ago - 3 comments

#121 - Pending Connections exceeding Max Pending Limit

Issue - State: closed - Opened by daanishsarguru over 3 years ago - 3 comments
Labels: type/bug

#120 - Polish ParameterizedTest reports

Pull Request - State: closed - Opened by simonbasle over 3 years ago - 2 comments
Labels: type/chore, type/dependency-upgrade

#119 - Hint at how to emulate async evictionPredicate in PoolBuilder

Pull Request - State: closed - Opened by simonbasle over 3 years ago
Labels: type/documentation

#118 - WIP always above zero in SimpleDequePool

Issue - State: open - Opened by machao23 over 3 years ago - 22 comments
Labels: type/bug, for/user-attention, status/need-investigation

#117 - fix #116 publish to artifactory via Github Actions

Pull Request - State: closed - Opened by ericbottard over 3 years ago - 1 comment
Labels: status/duplicate

#116 - Migrate artifact publication to GHA

Issue - State: closed - Opened by ericbottard over 3 years ago
Labels: type/chore

#115 - Use api dependency for core, ie compile scope in pom

Pull Request - State: closed - Opened by ericbottard over 3 years ago - 2 comments

#114 - Polish: license header Pivotal to VMware, tabs formatting

Pull Request - State: closed - Opened by simonbasle almost 4 years ago - 1 comment
Labels: type/chore

#113 - Add SamplingAllocationStrategy, in new introspection util package

Pull Request - State: closed - Opened by simonbasle almost 4 years ago - 7 comments
Labels: type/enhancement

#112 - Remove deprecated APIs from 0.1.x and 0.2.x

Issue - State: closed - Opened by simonbasle almost 4 years ago
Labels: warn/api-change, type/chore

#111 - fix #110 Switch to Github Actions for CI

Pull Request - State: closed - Opened by simonbasle almost 4 years ago
Labels: type/chore

#110 - Switch to Github Actions for CI

Issue - State: closed - Opened by simonbasle almost 4 years ago
Labels: type/chore

#109 - fix #108 Adapt OSGI metadata to Europium version scheme

Pull Request - State: closed - Opened by simonbasle almost 4 years ago - 2 comments
Labels: type/chore

#108 - Adapt OSGI Bundle-Version to new Europium scheme

Issue - State: closed - Opened by simonbasle almost 4 years ago
Labels: type/enhancement, type/chore

#107 - dependency to reactor-core should be api instead of implementation

Issue - State: closed - Opened by ericbottard almost 4 years ago - 3 comments
Labels: type/chore

#106 - SimpleDequePool not getting drained

Issue - State: closed - Opened by daanishsarguru almost 4 years ago - 5 comments
Labels: type/bug

#105 - polish #103 0.2.0 Context propagation uses latest Context APIs

Pull Request - State: closed - Opened by simonbasle almost 4 years ago
Labels: type/chore

#104 - fix #103 Propagate context from acquire/warmup to allocator

Pull Request - State: closed - Opened by simonbasle almost 4 years ago - 2 comments
Labels: type/enhancement

#103 - Propagate Context from acquire to the resource creation

Issue - State: closed - Opened by violetagg almost 4 years ago
Labels: type/enhancement

#102 - [build] Polish CircleCI docker img, add DockerHub creds

Pull Request - State: closed - Opened by simonbasle almost 4 years ago - 1 comment

#101 - items returned to the pool multiple times

Issue - State: closed - Opened by osi almost 4 years ago - 7 comments
Labels: status/invalid

#100 - fix #86 Add background eviction

Pull Request - State: closed - Opened by simonbasle almost 4 years ago - 1 comment

#99 - fix #98 Don't fail too fast to acquire if maxPending is reached

Pull Request - State: closed - Opened by simonbasle almost 4 years ago - 2 comments

#97 - [build] fix #96 Upgrade gradle and add japicmp

Pull Request - State: closed - Opened by ericbottard about 4 years ago - 3 comments

#96 - Bump to Gradle 6.5.1 and add japicmp

Issue - State: closed - Opened by simonbasle about 4 years ago
Labels: type/chore

#95 - [polish] Fix binary compatibility: DefaultPoolConfig ctor

Pull Request - State: closed - Opened by simonbasle about 4 years ago - 1 comment
Labels: type/enhancement, warn/deprecation

#94 - Deprecate lifo() vs fifo() distinction, preparing to remove lifo() flavor

Issue - State: closed - Opened by simonbasle about 4 years ago - 1 comment
Labels: type/enhancement, warn/deprecation

#93 - fix #87 Allow to chose between LRU and MRU for idle resources

Pull Request - State: closed - Opened by simonbasle about 4 years ago - 2 comments
Labels: for/merge-with-rebase, warn/deprecation

#92 - fix #89 Expose timestamps for allocation/release on PooledRefMetadata

Pull Request - State: closed - Opened by simonbasle about 4 years ago - 1 comment
Labels: type/enhancement, for/merge-with-rebase

#91 - fix #90 Eliminate isEmpty in shutdown fixes NPE

Pull Request - State: closed - Opened by simonbasle about 4 years ago - 1 comment
Labels: for/merge-with-rebase

#90 - NullPointerException race condition when shutting down fifo pool

Issue - State: closed - Opened by simonbasle about 4 years ago
Labels: type/bug

#89 - Expose the release and allocation "timestamps" on `PooledRefMetadata`

Issue - State: closed - Opened by simonbasle about 4 years ago
Labels: type/enhancement

#88 - Add a `PriorityQueue`-for-idle-resources variant

Issue - State: open - Opened by simonbasle about 4 years ago - 1 comment
Labels: type/enhancement, for/user-attention, status/need-investigation

#87 - Support MRU poll order for idle resources

Issue - State: closed - Opened by simonbasle about 4 years ago - 1 comment
Labels: type/enhancement, status/need-design

#86 - Provide automatic background eviction of pooled objects

Issue - State: closed - Opened by mbanaszkiewicz-vonage about 4 years ago - 2 comments
Labels: type/enhancement, help wanted

#85 - fix #84 Prevent warmup from breaking the FIFO order

Pull Request - State: closed - Opened by simonbasle over 4 years ago

#84 - Warmup should not decrement ACQUIRE and should run after main attempt

Issue - State: closed - Opened by simonbasle over 4 years ago
Labels: type/bug

#83 - fix #82 Invoke drain() when the allocator fails

Pull Request - State: closed - Opened by violetagg over 4 years ago

#82 - When allocator fails to create a resource, acquire operation hangs for the pending requests

Issue - State: closed - Opened by violetagg over 4 years ago - 1 comment
Labels: type/bug

#81 - fix #80 Fix race between pool disposal and ref release

Pull Request - State: closed - Opened by simonbasle over 4 years ago - 1 comment

#80 - Race condition when releasing at the same time the pool is disposed

Issue - State: closed - Opened by simonbasle over 4 years ago - 4 comments
Labels: type/bug

#75 - prepare switch to europium: gradle.properties

Pull Request - State: closed - Opened by simonbasle over 4 years ago
Labels: type/chore, for/merge-with-rebase

#74 - Various improvements of pool

Pull Request - State: closed - Opened by simonbasle over 4 years ago
Labels: type/enhancement

#56 - fix #53 Remove initSize, add permitMinimum and do warmup on acquire

Pull Request - State: closed - Opened by simonbasle about 5 years ago - 2 comments

#36 - Document how to emulate async evictionPredicate

Issue - State: closed - Opened by smaldini over 5 years ago - 6 comments
Labels: type/documentation

#32 - Round of tweaks

Pull Request - State: closed - Opened by smaldini over 5 years ago - 3 comments

#16 - wip #5 Remove initialSize, add growIdle

Pull Request - State: closed - Opened by simonbasle over 5 years ago - 2 comments

#13 - Compile a list of potential pool metrics

Issue - State: closed - Opened by simonbasle over 5 years ago - 1 comment

#12 - Unadressed review elements to be fleshed out

Issue - State: closed - Opened by simonbasle over 5 years ago - 1 comment
Labels: status/declined

#4 - Review ben stephane

Pull Request - State: closed - Opened by smaldini over 5 years ago - 5 comments