sqlpad icon indicating copy to clipboard operation
sqlpad copied to clipboard

This is my cassandra dev dockerized - how can set sqlpad forms?

Open johnfelipe opened this issue 3 years ago • 4 comments

Datacenter: datacenter1
=======================
Status=Up/Down
|/ State=Normal/Leaving/Joining/Moving
--  Address     Load       Tokens       Owns (effective)  Host ID                               Rack
UN  172.19.0.2  129.71 KiB  256          100.0%            a7d794cb-e963-4692-bda8-6f273bb7b88f  rack1

and

 broadcast_address
-------------------
        172.19.0.2

(1 rows)

next

select rpc_address from system.peers where peer = '172.19.0.2';


 rpc_address
-------------

(0 rows)


SNAG-0008

johnfelipe avatar Jun 22 '22 23:06 johnfelipe

anyone?

johnfelipe avatar Jul 05 '22 15:07 johnfelipe

anyone?

johnfelipe avatar Jul 12 '22 18:07 johnfelipe

Hey @johnfelipe - I added cassandra a long time ago when trying something out and since haven't had a use for it. I never got too familiar with it beyond what exists today.

I would try putting the IP address 172.19.0.2 as contact point and/or for local datacenter. If one of those combinations doesn't work I'm not sure what next steps would be.

rickbergfalk avatar Jul 12 '22 20:07 rickbergfalk

All host(s) tried for query failed. First host tried, 172.18.0.3:9042: DriverError: Connection timeout at Socket.connectTimedOut (/usr/app/node_modules/cassandra-driver/lib/connection.js:205:19) at Object.onceWrapper (node:events:641:28) at Socket.emit (node:events:527:28) at Socket.emit (node:domain:475:12) at Socket._onTimeout (node:net:516:8) at listOnTimeout (node:internal/timers:559:17) at processTimers (node:internal/timers:502:7) { info: 'Cassandra Driver Error' }. See innerErrors.

SNAG-0029

SNAG-0030

pls update and make sure cassandra is compatible

johnfelipe avatar Jul 12 '22 21:07 johnfelipe