| Jun | JUL | Aug |
| 10 | ||
| 2020 | 2021 | 2022 |
COLLECTED BY
Collection: github.com
$ etcdctl set /baa schnorp
$ etcdctl get /baa
schnorp
$ echo -ne 'PUT /v2/keys/baa HTTP/1.1\r\nHost: boo\r\nContent-Length: 123\r\n\r\n' | nc localhost 2379
HTTP/1.1 200 OK
...
$ et
Read more
area/clientv3
good first issue
integration_test.go as well as unifying test infrastructure in testify.
For the detailed design, see also:
● #26023
fdbcli flags currently contain a mixture of _ and - (probably for historic reasons). I would propose to unify the flags and only use either _or- personally I tend to hyphens like recommended in the POSXI standard (https://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html). Current fdbcli help output:
FoundationDB CLI 6.2 (v6.2.29)
usage: /usr/bin/fdb/6.2/fdbcli
Read more
good first issue
Open
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-
Read more
good first issue
Open
Number "interface" has proven to be able to mask bugs in the code.
We should remove these conversions from io.trino.spi.type.TypeUtils#writeNativeValue.
Read more
good first issue
maintenance
Open
CREATE SNAPSHOT statement.
2.) A user may want to transfer users & privileges, custom analyzers or user-defined-functions from one cluster to another without backing up a complete cluster including all data (tables).
*Feature description
Read more
complexity: no estimate
contributions welcome
feature: backup
good first issue
Open
Key, a Value and a TTL. We should also add a field specifying the type of the Value
Read more
enhancement
good first issue
Read more
bug
good first issue
low-pri
Open