Dmitry Kropachev

Results 344 issues of Dmitry Kropachev

Test fails with: ``` junit.framework.AssertionFailedError: Expected to find pattern exactly 1 times but found it 0 times. Pattern: [.*\.2:19042.*Reconnection attempt complete, 6/6 channels.*] ``` Due to the socket collision: ```...

After recent changes in scylla it start triggering tablets migration early on. Some of the tests in `DefaultMetadataTabletMapIT` (in particular `should_receive_each_tablet_exactly_once`) assume that once driver got a tablet record from...

Sonatype is [sunsetting](https://central.sonatype.org/news/20250326_ossrh_sunset/) OSSRH at the end of June. We need to move publishing to a new account and new API, new plugin: `central-publishing-maven-plugin `

Sonatype is [sunsetting](https://central.sonatype.org/news/20250326_ossrh_sunset/) OSSRH at the end of June. We need to move publishing to a new account and new API, new plugin: `central-publishing-maven-plugin `

Currently there are two distinct configurations for server side (**DefaultDriverOption.METADATA_SCHEMA_REQUEST_TIMEOUT**) and client side (**DefaultDriverOption.CONTROL_CONNECTION_TIMEOUT**) timeouts for admin queries. both these timeouts have to have similar value, client-side could be a...

enhancement

Currently only it is only done for `src/main/java/com/datastax/oss/driver/internal/core/metadata/schema/queries/CassandraSchemaQueries.java` We need to cover: `src/main/java/com/datastax/oss/driver/internal/core/metadata/DefaultTopologyMonitor.java` Probably it would be better to move this logic to `src/main/java/com/datastax/oss/driver/internal/core/adminrequest/AdminRequestHandler.java`

enhancement

Interface Endpoint contains only one method: ``` InetSocketAddress resolve() ``` Which returns only one record from only one endpoint. It makes impossible to address problem when first DNS record points...

A customer claims to have performance issue with the driver on kubernetes on pods with vCPU: `4`. They explain that looking at the pods they observed that java is mostly...

Failure: ``` [INFO] Running com.datastax.oss.driver.core.metadata.SchemaAgreementIT 02:41:43.436 [main] INFO c.d.o.d.api.testinfra.ccm.CcmBridge - Executing: [ccm, node2, pause, --config-dir=/tmp/ccm3906584837836212904] 02:41:50.871 [main] INFO c.d.o.d.api.testinfra.ccm.CcmBridge - Executing: [ccm, node2, resume, --config-dir=/tmp/ccm3906584837836212904] 02:41:52.430 [main] INFO c.d.o.d.api.testinfra.ccm.CcmBridge -...

CI Stability