The Wayback Machine - https://web.archive.org/web/20220615201322/https://github.com/topics/distributed-database
Skip to content
#

distributed-database

Here are 280 public repositories matching this topic...

aphyr
aphyr commented Jun 13, 2022

What happened?

In a Jepsen test run of five etcd 3.5.3 nodes, with process pauses (sending processes SIGSTOP and SIGCONT), compaction (performed via the admin API), and defragmentation (via etcdctl), one etcd process crashed with the following error message:

{"level":"panic","ts":"2022-06-13T14:11:27.870Z","caller":"etcdserver/apply.go:638","msg":"unexpected error during txn","error
cockroach
mgartner
mgartner commented Apr 19, 2022

There are several optimization the execution engine can perform when evaluating LIKE patterns with %, which matches zero or any number of any character. For example, see #80073.

Sequential %s can prevent these optimizations, but they are semantically equivalent to a single %, so the optimizer should normalize them to a single %.

For example:

-- The following expressions 
C-enhancement good first issue T-sql-queries
sfc-gh-ajbeamon
sfc-gh-ajbeamon commented Aug 9, 2021

Our CMake build process produces tarball packages using the cpack TGZ target. This produces a server and client package with a file layout meant to match where the various artifacts go.

Meanwhile, the packages we include on the download page are a flat archive of various binaries produced by the build process. This include one regular package and one debug package with debug symbols for a few

yugabyte-db
shashwat-yb
shashwat-yb commented Jun 13, 2022

Jira Link: DB-2620

Description

Steps to repro -

  • Setup xcluster replication between 2 universes with TLS ON and different certs.
  • Start replication in demo1 table.
  • Edit replication by adding demo2 table → fails.

Failing on 2.14, 2.15.0 and 2.15.1.

Platform Error message -

java.lang.RuntimeException: java.lang.RuntimeExce
kind/bug good first issue area/docdb priority/medium
risingwave
BugenZhao
BugenZhao commented Jun 13, 2022
dev=> create table t (v int);
CREATE_TABLE

dev=> drop materialized view t;
ERROR:  Invalid input syntax: Use `DROP TABLE` to drop a table.
dev=> drop source t;
ERROR:  Invalid input syntax: Use `DROP TABLE` to drop a table.

dev=> create materialized view mv as select * from t;
CREATE_MATERIALIZED_VIEW
dev=> drop table mv;
ERROR:  Invalid input syntax: Use `DROP MATERIALIZED VIEW`
type/enhancement good first issue component/frontend
dengn
dengn commented May 3, 2022

Is there an existing issue for the same feature request?

  • I have checked the existing issues.

Is your feature request related to a problem?

Several showcase SQL requires the support of this function:


select DATE_FORMAT(b.measurement_time,'%Y-%m-%d') 

select DATE_FORMAT(FROM_UNIXTIME(tm.create_time), %Y%m%d)

Describe the feature you'd like

good first issue kind/feature MatrixCamp Challenging

Improve this page

Add a description, image, and links to the distributed-database topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the distributed-database topic, visit your repo's landing page and select "manage topics."

Learn more