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

distributed-database

Here are 214 public repositories matching this topic...

cockroach
miretskiy
miretskiy commented Nov 11, 2020

Informs #56536

Use of external storage temp tokens, together with explicit authentication is dangerous.
In general, explicitly specified tokens could expire while long running operation (backup, restore)
is still executing, without any way for us to regenerate such temp token.

We should error out if external storage URI uses temporary credentials for backup, restore,
import, scheduled ba

ClickHouse
yunchat
yunchat commented Nov 13, 2018

Now insert and query share the resource ( Max Process Count control) 。 When the query with high TPS,the insert will get error (“error: too many process”). I think separator the resource for Insert and Query will makes sense. Ensure enough resource for insert。It looks like Use Yarn, Insert and Query use the different resource quota。
Or the simple way , Can we set Ratio for Insert and

tristaZero
tristaZero commented Nov 12, 2020

Background

Considering the check-style for functions,
public ASTNode visitQuerySpecification(final QuerySpecificationContext ctx) is expected rather than
public ASTNode visitQuerySpecification(final MySQLStatementParser.QuerySpecificationContext ctx).

Hence, this issue aims to correct the nonstandard visit function check-style.

How?

  1. Enter into directory `~/sh
dongxinEric
dongxinEric commented Oct 29, 2020

This issue is the umbrella issue tracking the effort to add namespace to FDB code base. Idea is that with namespace in place, code would be much easier to read and understand at the call site. The coupling between different parts of the system would be easier to be seen and understood. Also this can help with potential symbol collisions.

JeanGolang
JeanGolang commented Feb 7, 2017

Hello Philip!
I think there is an issue with this part of the code of rqlite (store/store.go).

func (s *Store) Database(leader bool) ([]byte, error) {
	if leader && s.raft.State() != raft.Leader {
		return nil, ErrNotLeader
	}
	// Ensure only one snapshot can take place at once, and block all queries.
	s.mu.Lock()
	defer s.mu.Unlock()

	f, err := ioutil.TempFile("", "rqlilte-snap-
yugabyte-db
jaki
jaki commented Nov 7, 2020

For commands that stop processes (e.g. destroy, stop, stop_node, restart), add a -f/--force flag that kills them with SIGKILL. This is in response to the recent regression that caused yb-ctl to be unable to stop postgres processes. For developers, we need to manually kill the processes each time (or write a script ourselves). Having this built into yb-ctl will help for now and o

JamesRTaylor
JamesRTaylor commented Nov 11, 2020

Seeing the following exception which ends up being classified as an INTERNAL_ERROR instead of a USER_ERROR:

java.time.DateTimeException: Invalid value for HourOfDay (valid values 0 - 23): 24
	at java.base/java.time.temporal.ValueRange.checkValidValue(ValueRange.java:311)
	at java.base/java.time.temporal.ChronoField.checkValidValue(ChronoField.java:717)
	at java.base/java.time

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

You can’t perform that action at this time.