upenbendre
upenbendre
Jira Link: [DB-2954](https://yugabyte.atlassian.net/browse/DB-2954) ### Description As of core v2.12, to enable async replication between two clusters for a database, the process is tedious. The entire list of tables to be...
### Description TServer config: ```ini --tserver_master_addrs=ybc2ms01.ssnc-corp.cloud:7100, ybc2ms02.ssnc-corp.cloud:7100, ybc2ms03.ssnc-corp.cloud:7100 --fs_data_dirs=/home/svc_pgdev/mnt/d0 --rpc_bind_addresses=ybc2ms03.ssnc-corp.cloud:9100 --cql_proxy_bind_address=ybc2ms03.ssnc-corp.cloud:9042 --redis_proxy_bind_address=ybc2ms03.ssnc-corp.cloud:6379 --pgsql_proxy_bind_address=ybc2ms03.ssnc-corp.cloud:5433 --max_clock_skew_usec=5000000 --webserver_interface=ybc2ms03.ssnc-corp.cloud --certs_dir=/home/svc_pgdev/mnt/d0/yb-data/tserver/data/venaficerts --use_node_to_node_encryption=true --server_broadcast_addresses=ybc2ms03.ssnc-corp.cloud:9100 --certs_for_client_dir=/home/svc_pgdev/mnt/d0/yb-data/tserver/data/venaficerts --use_client_to_server_encryption=true --allow_insecure_connections=true --cert_file_pattern=node.crt --key_file_pattern=node.key ``` Master config: ```ini --master_addresses=ybc2ms01.ssnc-corp.cloud:7100, ybc2ms02.ssnc-corp.cloud:7100, ybc2ms03.ssnc-corp.cloud:7100...
### Description This feature is good to have. Yugabyte Core needs to support using a passphrase to read the private key for Encyrption. There is no way to specify the...
I am facing the exact same issue as #176, but it could not be resolved using the same fix. I get a 401 Unauthorized, when running the test: "http://test:testpassword@:4444/wd/hub" as...
**Is your feature request related to a problem? Please describe.** If I have two different data service e.g. 2 Postgres DBs is it possible to have a data quality test...
While making ingestion work for a z/OS DB2 database, I had to make changes to the reflection.py and base.py of the ibm_db_sa, otherwise it would skip over most of the...
**Describe the bug** it seems like get_indexes of base.py in ibm_db_sa gets invoked by metadata only if the table is indexed. I searched for get_indexes and get_table_indexes in the metadata...