This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Licensed to the Apache Software Foundation (ASF) under one | |
| * or more contributor license agreements. See the NOTICE file | |
| * distributed with this work for additional information | |
| * regarding copyright ownership. The ASF licenses this file | |
| * to you under the Apache License, Version 2.0 (the | |
| * "License"); you may not use this file except in compliance | |
| * with the License. You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ✔ ~/dev/cassandra/cassandra-instaclustr/cassandra [CASSANDRA-17021-yifan L|✚ 1⚑ 172] | |
| 18:16 $ ./bin/cqlsh | |
| Connected to Test Cluster at 127.0.0.1:9042 | |
| [cqlsh 6.3.0 | Cassandra 5.1-SNAPSHOT | CQL spec 3.4.8 | Native protocol v5] | |
| Use HELP for help. | |
| cassandra@cqlsh> CREATE KEYSPACE ks WITH replication = {'class': 'SimpleStrategy', 'replication_factor': 1}; | |
| cassandra@cqlsh> CREATE TABLE ks.tb (id int primary key, val text) WITH compression = {'class': 'ZstdDictionaryCompressor'}; | |
| cassandra@cqlsh> INSERT INTO ks.tb (id , val ) VALUES ( 1, 'abcd'); | |
| cassandra@cqlsh> exit | |
| .✔ ~/dev/cassandra/cassandra-instaclustr/cassandra [CASSANDRA-17021-yifan L|✚ 1⚑ 172] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| import requests | |
| import json | |
| import jq | |
| import re | |
| pulls_url_template = "https://api.github.com/repos/apache/cassandra/pulls?state=open&per_page=100&page=%s" | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| import sys | |
| import argparse | |
| import json | |
| import requests | |
| import os | |
| from jira import JIRA | |
| from datetime import datetime, timezone | |
| import random |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| import webbrowser | |
| import subprocess | |
| import hashlib | |
| import argparse | |
| import json | |
| import requests | |
| import jq | |
| import os |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| fermat@thor:~/dev/cassandra/cassandra-instaclustr/cassandra/pylib$ ./cassandra-cqlsh-tests.sh /home/fermat/dev/cassandra/cassandra-instaclustr/cassandra | |
| + WORKSPACE=/home/fermat/dev/cassandra/cassandra-instaclustr/cassandra | |
| + '[' /home/fermat/dev/cassandra/cassandra-instaclustr/cassandra = '' ']' | |
| + PYTHON_VERSION=python3 | |
| + export PYTHONIOENCODING=utf-8 | |
| + PYTHONIOENCODING=utf-8 | |
| + export PYTHONUNBUFFERED=true | |
| + PYTHONUNBUFFERED=true | |
| + export CASS_DRIVER_NO_EXTENSIONS=true | |
| + CASS_DRIVER_NO_EXTENSIONS=true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| commit a1cd27e406b2671fd43600ab3bed060197348844 | |
| Author: DuyHai DOAN <doanduyhai@gmail.com> | |
| Date: Sat Apr 23 22:56:37 2016 +0200 | |
| Debug SASI OnDiskIndex structure | |
| diff --git a/src/java/org/apache/cassandra/index/sasi/disk/AbstractTokenTreeBuilder.java b/src/java/org/apache/cassandra/index/sasi/disk/AbstractTokenTreeBuilder.java | |
| index 9a1f7f1..d874467 100644 | |
| --- a/src/java/org/apache/cassandra/index/sasi/disk/AbstractTokenTreeBuilder.java | |
| +++ b/src/java/org/apache/cassandra/index/sasi/disk/AbstractTokenTreeBuilder.java |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Bootstrap 83edd7c0-e213-11ea-b653-b9aaf3de32ab | |
| /127.0.0.2 | |
| Sending 6 files, 1868156 bytes total. Already fully sent 5 files (83.33%), 1166533 bytes total (62.44%) V | |
| /tmp/dtests2841635694764269138/node1/data/netstats_test/test_table-6c309280e21311eaaf47b3bc3e4f6030/na-2-big-Data.db 131072/280912 bytes (46%) sent to idx:0/127.0.0.2 | |
| /tmp/dtests2841635694764269138/node1/data/netstats_test/test_table-6c309280e21311eaaf47b3bc3e4f6030/na-1-big-Data.db 264109/264109 bytes (100%) sent to idx:0/127.0.0.2 | |
| /tmp/dtests2841635694764269138/node1/data/netstats_test/test_table-6c309280e21311eaaf47b3bc3e4f6030/na-5-big-Data.db 220832/220832 bytes (100%) sent to idx:0/127.0.0.2 | |
| /tmp/dtests2841635694764269138/node1/data/netstats_test/test_table-6c309280e21311eaaf47b3bc3e4f6030/na-4-big-Data.db 269399/269399 bytes (100%) sent to idx:0/127.0.0.2 | |
| /tmp/dtests2841635694764269138/node1/data/system_auth/roles-5bc52802de2535edaeab188eecebb090 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Adjusting node count to 2 for supplied network topology | |
| DEBUG [node1_isolatedExecutor:1] node1 2020-08-18 19:31:08,683 DatabaseDescriptor.java:382 - Syncing log with batch mode | |
| INFO [node1_isolatedExecutor:1] node1 2020-08-18 19:31:08,686 DatabaseDescriptor.java:414 - DiskAccessMode 'auto' determined to be mmap, indexAccessMode is mmap | |
| INFO [node1_isolatedExecutor:1] node1 2020-08-18 19:31:08,688 DatabaseDescriptor.java:472 - Global memtable on-heap threshold is enabled at 10MB | |
| INFO [node1_isolatedExecutor:1] node1 2020-08-18 19:31:08,688 DatabaseDescriptor.java:476 - Global memtable off-heap threshold is enabled at 1769MB | |
| WARN 17:31:08 Small commitlog volume detected at '/tmp/dtests2876178479202265154/node1/commitlog'; setting commitlog_total_space_in_mb to 3981. You can override this in cassandra.yaml | |
| WARN [node1_isolatedExecutor:1] node1 2020-08-18 19:31:08,697 DatabaseDescriptor.java:855 - Small commitlog volume detected at '/tmp/dtests2876178479202265154/node1/commitlog'; setting commitlog_total_sp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| openapi: "3.0.3" | |
| info: | |
| description: "REST API for Cassandra Sidecar from Instaclustr" | |
| version: "1.1.0" | |
| title: "Instaclustr Cassandra Sidecar" | |
| termsOfService: "https://github.com/instaclustr/cassandra-sidecar" | |
| contact: | |
| email: "support@instaclustr.com" | |
| license: | |
| name: "Apache 2.0" |
NewerOlder