owner stringclasses 14
values | repo stringclasses 14
values | id int64 116k 4.61B | issue_number int32 1 181k | author stringlengths 1 39 | body stringlengths 1 262k | created_at timestamp[us]date 2000-06-06 02:40:44 2026-06-02 20:16:18 | updated_at timestamp[us]date 2000-06-06 02:40:44 2026-06-02 20:22:56 | reactions unknown | author_association stringclasses 5
values |
|---|---|---|---|---|---|---|---|---|---|
ClickHouse | ClickHouse | 577,474,995 | 8,717 | alexey-milovidov | It looks like we have two bugs:
1. Different types were serialized under the same name in AvroOutputFormat.
2. AvroInputFormat doesn't support references to previously defined type.
Let me fix the first bug and you'll fix the second after merge. | 2020-01-23T02:21:00 | 2020-01-23T02:21:45 | {} | MEMBER |
ClickHouse | ClickHouse | 577,483,575 | 8,750 | azat | > Do I understand correctly?
Yes | 2020-01-23T03:02:17 | 2020-01-23T03:02:17 | {} | MEMBER |
ClickHouse | ClickHouse | 577,486,077 | 8,750 | alexey-milovidov | Ok. Let's proceed with the first variant of implementation. | 2020-01-23T03:15:37 | 2020-01-23T03:15:37 | {} | MEMBER |
ClickHouse | ClickHouse | 568,933,600 | 8,303 | nikitamikhaylov | New settings in dictionary configuration file.
```
<layout>
<cache>
<size_in_cells>??</size_in_cells>
<max_update_queue_size>100000</max_update_queue_size>
<allow_read_expired_keys>0</allow_read_expired_keys>
<update_queue_push_timeout_milliseconds>10</update_queue_push... | 2019-12-25T21:45:37 | 2020-01-23T18:54:15 | {} | MEMBER |
ClickHouse | ClickHouse | 578,140,239 | 8,818 | alexey-milovidov | We already have bugfix release. | 2020-01-24T13:57:12 | 2020-01-24T13:57:12 | {
"+1": 1
} | MEMBER |
ClickHouse | ClickHouse | 578,353,595 | 8,821 | den-crane | it seems Mutation works incorrectly and corrupts an index (ORDER BY (toStartOfHour(date))) ?
CH 20.2.1.2142
```
CREATE TABLE T_AuctionsLocal (date DateTime('UTC'))
Engine= MergeTree PARTITION BY toYYYYMMDD(date) ORDER BY (toStartOfHour(date));
insert into T_AuctionsLocal select toDateTime('2020-01-22 00:00:... | 2020-01-25T00:29:34 | 2020-01-25T00:37:08 | {
"heart": 2
} | CONTRIBUTOR |
ClickHouse | ClickHouse | 578,383,096 | 8,573 | filimonov | Can you please check that: https://github.com/ClickHouse/ClickHouse/issues/5160#issuecomment-488498503 | 2020-01-25T06:54:21 | 2020-01-25T06:54:21 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 578,406,648 | 8,827 | zlobober | As for me, I am OK with dropping this benchmark at all. It is quite easy to rewrite it from scratch, and I made it only to convince myself I'm not introducing performance degradation.
But if you feel like it is worth keeping, I will put it into Common/tests/allocator.cpp. What do you think? | 2020-01-25T13:32:13 | 2020-01-25T13:32:13 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 578,423,638 | 8,828 | alexey-milovidov | The library is in public domain: https://github.com/xz-mirror/xz/blob/master/COPYING | 2020-01-25T17:08:32 | 2020-01-25T17:08:32 | {} | MEMBER |
ClickHouse | ClickHouse | 577,724,590 | 8,790 | alexey-milovidov | This is tech debt of @excitoon | 2020-01-23T15:13:30 | 2020-01-23T15:13:30 | {} | MEMBER |
ClickHouse | ClickHouse | 577,917,296 | 8,804 | alexey-milovidov | I understand that it is something about query profiler.
But the root cause that query profiler doesn't work is different and it is still the case in HTTPHandler. | 2020-01-23T22:59:12 | 2020-01-23T22:59:12 | {} | MEMBER |
ClickHouse | ClickHouse | 577,926,668 | 8,305 | alexey-milovidov | `test_storage_mysql` failed again. | 2020-01-23T23:32:21 | 2020-01-23T23:32:21 | {} | MEMBER |
ClickHouse | ClickHouse | 577,978,653 | 8,765 | alexey-milovidov | Test failure is related. | 2020-01-24T03:38:15 | 2020-01-24T03:38:15 | {} | MEMBER |
ClickHouse | ClickHouse | 578,140,382 | 8,818 | alexey-milovidov | https://github.com/ClickHouse/ClickHouse/blob/master/CHANGELOG.md#clickhouse-release-v1917636-2019-12-27 | 2020-01-24T13:57:33 | 2020-01-24T13:57:33 | {
"+1": 1
} | MEMBER |
ClickHouse | ClickHouse | 578,439,853 | 8,830 | alexey-milovidov | We have some properties in virtual methods of IStorage. Some of them depends on concrete table instance (not only on engine type) but maybe some of them worth moving out to factory. | 2020-01-25T20:21:59 | 2020-01-25T20:21:59 | {} | MEMBER |
ClickHouse | ClickHouse | 577,471,808 | 8,717 | alexey-milovidov | @oandrew I started testing and found that it doesn't work at all. It cannot successfully round-trip our `hits` dataset. Because all FixedString data types are written under the same name `fixed` and collapsed to the same type in schema.
Example:
```
$ build_gcc9/dbms/programs/clickhouse local --input-format CSV ... | 2020-01-23T02:05:32 | 2020-01-23T02:05:32 | {} | MEMBER |
ClickHouse | ClickHouse | 577,477,007 | 8,717 | alexey-milovidov | Now it at least passes roundtrip test with `hits`. | 2020-01-23T02:30:05 | 2020-01-23T02:30:05 | {} | MEMBER |
ClickHouse | ClickHouse | 577,591,687 | 8,791 | excitoon | Spotted in #8402
```
Logging trace to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
Include not found: networks
Include not found: clickhouse_remote_servers
Include not found: clickhouse_compression
=====================================... | 2020-01-23T09:11:20 | 2020-01-23T09:11:45 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 577,604,819 | 2,326 | RaviTejaKomma | > As stated in [the docs](https://clickhouse.yandex/docs/en/query_language/queries/#into-outfile-clause), the output file is created on the client side. It is pretty hard to do via the HTTP interface :) So INTO OUTFILE is disabled in this case. You can use `clickhouse-client` for that.
Hey @ztlpn Can you please poin... | 2020-01-23T09:46:20 | 2020-01-23T09:46:20 | {
"+1": 8
} | NONE |
ClickHouse | ClickHouse | 577,610,716 | 8,717 | oandrew | @alexey-milovidov sounds good.
p.s. I am out of town until Jan 31. I'll fix those outstanding issues as soon as I'm back. | 2020-01-23T10:02:16 | 2020-01-23T10:02:16 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 577,907,834 | 8,810 | zlobober | I understood that this approach won't work as CH may be linked as a static library which does did not set this macro. Let me rework this PR. | 2020-01-23T22:28:00 | 2020-01-23T22:28:00 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 578,083,733 | 8,573 | dstruck | We setup a test cluster with the same data model and some sample data on the same hardware.
We get the same error on the test cluster with TLS enabled (although less often) and don't see the timeout error with TLS disabled.
The sample query takes about 1 sec. with TLS enabled and around 0.05 sec. without TLS. | 2020-01-24T10:57:51 | 2020-01-24T11:00:32 | {} | NONE |
ClickHouse | ClickHouse | 578,426,387 | 8,305 | Vxider | @alexey-milovidov @KochetovNicolai Thanks for your help! | 2020-01-25T17:41:04 | 2020-01-25T17:41:04 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 578,433,902 | 8,794 | azat | Since `clickhouse-copier` has `engine`, I guess `engine` is fine | 2020-01-25T19:06:35 | 2020-01-25T19:06:35 | {} | MEMBER |
ClickHouse | ClickHouse | 578,439,758 | 8,830 | alexey-milovidov | Ok. | 2020-01-25T20:20:53 | 2020-01-25T20:20:53 | {} | MEMBER |
ClickHouse | ClickHouse | 578,440,447 | 8,830 | zlobober | > We have some properties in virtual methods of IStorage. Some of them depends on concrete table instance (not only on engine type) but maybe some of them worth moving out to factory.
This PR mainly focuses on fixing the issue of not being able to specify some clauses in engine specification for third-party engines,... | 2020-01-25T20:30:08 | 2020-01-25T20:33:39 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 577,479,278 | 8,789 | den-crane | related https://github.com/ClickHouse/ClickHouse/issues/8646 | 2020-01-23T02:41:35 | 2020-01-23T02:41:35 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 577,737,428 | 8,798 | amarazm | ClickHouse client version 20.1.2.4 (official build).
Connecting to localhost:9000 as user default.
Connected to ClickHouse server version 20.1.2 revision 54431.
4a9eff2f417b :) select dt, toDateTime(dt,'GMT') dtt, dt = dtt from default.td r;
```
SELECT
dt,
toDateTime(dt, 'GMT') AS dtt,
dt = dtt
... | 2020-01-23T15:41:27 | 2020-01-23T15:43:08 | {
"heart": 1
} | NONE |
ClickHouse | ClickHouse | 578,405,900 | 8,827 | alexey-milovidov | Ok.
PS. It's too fat to include one simple benchmark tool into `clickhouse` tool.
It's better to make it a standalone program. You can put it inside `tests` subdir near Allocator source. (`test` subdirs are intended for gtest sources and also for unsorted test tools and programs that are not in CI) | 2020-01-25T13:22:09 | 2020-01-25T13:22:19 | {} | MEMBER |
ClickHouse | ClickHouse | 578,434,919 | 8,827 | zlobober | I dropped second commit. Would you mind checking? | 2020-01-25T19:18:38 | 2020-01-25T19:18:38 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 577,658,199 | 8,717 | alexey-milovidov | Avro has UB in its ZigZag encoder.
https://clickhouse-test-reports.s3.yandex.net/8717/64baafd24511aa97a0394092bb64510aec3327ea/functional_stateful_tests_(ubsan)/stderr.log
Requires patch. | 2020-01-23T12:21:02 | 2020-01-23T12:21:02 | {} | MEMBER |
ClickHouse | ClickHouse | 577,798,604 | 8,750 | azat | *Rebased to include #8790 (to make the tests pass)* | 2020-01-23T18:02:25 | 2020-01-23T18:02:25 | {} | MEMBER |
ClickHouse | ClickHouse | 577,812,181 | 8,794 | alexey-milovidov | I've made two changes to your code:
1. Changed 'custom_engine' to 'engine', because it is more simple.
2. Added a check to prevent unexpected configuration. | 2020-01-23T18:29:41 | 2020-01-23T18:32:51 | {} | MEMBER |
ClickHouse | ClickHouse | 577,974,481 | 5,601 | alexey-milovidov | In master. | 2020-01-24T03:14:53 | 2020-01-24T03:14:53 | {
"hooray": 4
} | MEMBER |
ClickHouse | ClickHouse | 578,086,416 | 8,802 | 4ertus2 | Yup, we have to move them into subquery's WHERE, not into query's one. It's possible if complex function depends only on one side columns. For expression that depends on both JOIN sides we have to make special filter logic inside JOIN itself (or just throw an exception in first version).
Or maybe I'm wrong and we ha... | 2020-01-24T11:06:08 | 2020-01-24T11:12:05 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 578,425,513 | 8,305 | alexey-milovidov | @Vxider Congratulations! | 2020-01-25T17:31:08 | 2020-01-25T17:31:08 | {} | MEMBER |
ClickHouse | ClickHouse | 578,430,285 | 7,278 | alexey-milovidov | Sorry, I almost forgot about this PR because it gets postponed due to TSan failure.
We should continue... | 2020-01-25T18:27:30 | 2020-01-25T18:27:49 | {} | MEMBER |
ClickHouse | ClickHouse | 578,099,909 | 8,804 | abyss7 | @KochetovNicolai already told me that my approach is wrong - will reimplement this. | 2020-01-24T11:50:17 | 2020-01-24T11:50:17 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 578,131,142 | 8,803 | KochetovNicolai | Closed in favour of #8806 | 2020-01-24T13:32:46 | 2020-01-24T13:32:46 | {} | MEMBER |
ClickHouse | ClickHouse | 578,350,427 | 8,808 | alexey-milovidov | Ok. I also moved the explanation into code. | 2020-01-25T00:10:38 | 2020-01-25T00:10:58 | {} | MEMBER |
ClickHouse | ClickHouse | 578,426,576 | 8,756 | azat | >Integration tests -- test_cluster_copier (does not looks related to this change)
Even though I cannot reproduce it when running manually, it fails constantly on CI, digging into logs | 2020-01-25T17:43:22 | 2020-01-25T17:43:22 | {} | MEMBER |
ClickHouse | ClickHouse | 578,440,763 | 8,820 | alexey-milovidov | Sorry, something is wrong. Revert:
https://clickhouse-test-reports.s3.yandex.net/8793/1bf614b3a2b44344a0a976a8b17882d9770fc929/functional_stateless_tests_(release)/clickhouse-server.log | 2020-01-25T20:34:08 | 2020-01-25T20:34:08 | {} | MEMBER |
ClickHouse | ClickHouse | 577,402,767 | 8,778 | vzakaznikov | Changes caused test regressions in `Functional stateless tests (debug)`
00975_recursive_materialized_view
00626_replace_partition_from_table_zookeeper
00508_materialized_view_to
https://clickhouse-test-reports.s3.yandex.net/8778/54c823437967cda5fe8b6a4ad9744a4fcf3b2241/functional_stateless_tests_(debug).html | 2020-01-22T21:51:10 | 2020-01-22T21:51:10 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 577,472,482 | 8,789 | jason-godden | If you can extract the finest granular level of the data in HLL format and reinsert it back into an aggregatingmergetree table that might work. Otherwise you don't need a raw events table. You can insert raw events directly into the aggregatingmergetree table and it will perform roll-up for you as you've specified.
... | 2020-01-23T02:08:45 | 2020-01-23T02:12:02 | {
"+1": 2
} | NONE |
ClickHouse | ClickHouse | 577,673,383 | 8,780 | akuzm | The tests still don't pass: https://clickhouse-test-reports.s3.yandex.net/8780/8bf260454e5c69453d4259bccc17d991ccd3b698/functional_stateless_tests_(memory)/stderr.log | 2020-01-23T13:06:11 | 2020-01-23T13:06:11 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 577,856,764 | 8,717 | alexey-milovidov | https://issues.apache.org/jira/browse/AVRO-2717 | 2020-01-23T20:15:44 | 2020-01-23T20:15:44 | {} | MEMBER |
ClickHouse | ClickHouse | 577,865,536 | 8,808 | zlobober | Remark on macro naming.
Currently, ClickHouse does not prefix its macro with any prefix, so it may form a clash with macro names from other projects (as happened with LOG_INFO before), so I'd prefer to keep macro name `CH_WEAK` rather than simply `WEAK`. I believe that prefixing macro names with something unique is ... | 2020-01-23T20:37:34 | 2020-01-23T20:37:49 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 578,426,364 | 8,166 | alexey-milovidov | @Vxider it's merged :tada: | 2020-01-25T17:40:51 | 2020-01-25T17:40:51 | {} | MEMBER |
ClickHouse | ClickHouse | 577,665,209 | 8,787 | alexey-milovidov | We will use it as default if this method will be more efficient or the performance drawback will be neglible. | 2020-01-23T12:42:08 | 2020-01-23T12:42:08 | {} | MEMBER |
ClickHouse | ClickHouse | 577,361,110 | 8,775 | CurtizJ | Also fixed #8779.
UPD: Fixed in separate PR #8800. | 2020-01-22T20:03:11 | 2020-01-23T13:15:47 | {} | MEMBER |
ClickHouse | ClickHouse | 577,986,648 | 8,756 | azat | #8750 had been merged, this PR rebased against master (WIP dropped) | 2020-01-24T04:30:31 | 2020-01-24T04:30:31 | {} | MEMBER |
ClickHouse | ClickHouse | 577,990,706 | 8,805 | azat | AFAICS the failures are not related to this change | 2020-01-24T04:53:50 | 2020-01-24T04:53:50 | {} | MEMBER |
ClickHouse | ClickHouse | 578,399,654 | 8,809 | azat | Style check is from #8808 I guess | 2020-01-25T11:47:44 | 2020-01-25T11:48:05 | {} | MEMBER |
ClickHouse | ClickHouse | 578,410,824 | 8,717 | alexey-milovidov | Yes, they are PVS own errors. Possibly due to misconfiguration. | 2020-01-25T14:30:43 | 2020-01-25T14:30:43 | {} | MEMBER |
ClickHouse | ClickHouse | 578,439,332 | 8,756 | azat | >2020.01.25 17:51:31.841341 [ 1 ] {} <Error> ClusterCopier: Will retry: Code: 49, e.displayText() = DB::Exception: Disk path must ends with '/', but '/var/log/clickhouse-server/copier/clickhouse-copier_20200125175131_66' doesn't., Stack trace (when copying this message, always include the lines below):
[Fixed](https... | 2020-01-25T20:15:53 | 2020-01-25T20:15:53 | {} | MEMBER |
ClickHouse | ClickHouse | 578,443,346 | 8,402 | alexey-milovidov | Still have failed tests. | 2020-01-25T21:10:49 | 2020-01-25T21:10:49 | {} | MEMBER |
ClickHouse | ClickHouse | 578,444,583 | 8,402 | excitoon | I can simply remove last commit and apply it elsewhere. | 2020-01-25T21:28:23 | 2020-01-25T21:28:36 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 577,472,615 | 8,717 | alexey-milovidov | And you forget to write comments:
```
std::vector<int> field_mapping;
std::vector<SkipFn> skip_fns;
std::vector<DeserializeFn> deserialize_fns;
```
I have to dig through that code. | 2020-01-23T02:09:22 | 2020-01-23T02:21:18 | {} | MEMBER |
ClickHouse | ClickHouse | 577,915,915 | 8,808 | alexey-milovidov | Ok. | 2020-01-23T22:54:23 | 2020-01-23T22:54:23 | {} | MEMBER |
ClickHouse | ClickHouse | 578,055,100 | 8,809 | azat | Tests has not been restarted after the push, @alexey-milovidov does CI works?
P.S. AFAIK CI requires `can be tested`, but this PR has not this label, something has been changed? | 2020-01-24T09:28:23 | 2020-01-24T09:28:23 | {} | MEMBER |
ClickHouse | ClickHouse | 578,441,559 | 8,830 | alexey-milovidov | > which of the IStorage::supports*() are worth exposing
Those that always return true/false. | 2020-01-25T20:44:47 | 2020-01-25T20:44:47 | {} | MEMBER |
ClickHouse | ClickHouse | 577,637,306 | 8,778 | vzakaznikov | This solution will not work. Closing this PR and moving work to https://github.com/ClickHouse/ClickHouse/pull/8788. | 2020-01-23T11:14:26 | 2020-01-23T11:14:26 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 577,974,684 | 5,601 | alexey-milovidov | > This task is assigned to external contributor, Pavel Kruglov @Avogar.
@Avogar didn't participate in Avro development but he will be happy to implement Thrift and MsgPack :) | 2020-01-24T03:15:58 | 2020-01-24T03:16:08 | {} | MEMBER |
ClickHouse | ClickHouse | 578,102,161 | 8,765 | abyss7 | > Test failure is related.
Yes, I will fix it. | 2020-01-24T11:58:23 | 2020-01-24T11:58:23 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 578,137,082 | 8,816 | bgranvea | nevermind, my 2nd replica was inserting data from Kafka, so this doesn't work. | 2020-01-24T13:50:13 | 2020-01-24T13:50:13 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 578,383,918 | 8,717 | filimonov | New errors from PVS? | 2020-01-25T07:12:00 | 2020-01-25T07:12:00 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 578,430,151 | 7,228 | alexey-milovidov | @alesapin I remember some rewrite around distributed DDL that requires query on leader. Is it related? | 2020-01-25T18:25:50 | 2020-01-25T18:25:50 | {} | MEMBER |
ClickHouse | ClickHouse | 578,430,825 | 8,820 | alexey-milovidov | @filimonov You can test it manually.
The functional test with INSERT query is also possible. | 2020-01-25T18:34:42 | 2020-01-25T18:34:42 | {} | MEMBER |
ClickHouse | ClickHouse | 578,431,529 | 8,794 | alexey-milovidov | Yes. An example is strictly necessarily, because the usage of this setting is unintuitive :(
It's named engine but instead of just accept `TinyLog` it requires to write `ENGINE = TinyLog`.
I will add an example. | 2020-01-25T18:43:45 | 2020-01-25T18:43:45 | {} | MEMBER |
ClickHouse | ClickHouse | 577,850,060 | 8,794 | azat | Also example in config.xml will be great | 2020-01-23T20:00:15 | 2020-01-23T20:00:15 | {} | MEMBER |
ClickHouse | ClickHouse | 577,916,903 | 8,804 | alexey-milovidov | > Enable memory tracking for insert queries
But memory tracking always worked for INSERT queries. At least changelog entry is incorrect. | 2020-01-23T22:57:52 | 2020-01-23T22:57:52 | {} | MEMBER |
ClickHouse | ClickHouse | 577,917,560 | 8,804 | alexey-milovidov | > Thread name cannot be longer than 15 bytes
https://clickhouse-test-reports.s3.yandex.net/8804/631c1b55c6d2b87bd26cfc6b805d8af238a0cf2e/functional_stateless_tests_(debug)/clickhouse-server.log | 2020-01-23T23:00:06 | 2020-01-23T23:00:06 | {} | MEMBER |
ClickHouse | ClickHouse | 578,079,804 | 8,815 | alesapin | Just script output at this moment. | 2020-01-24T10:45:06 | 2020-01-24T10:45:06 | {} | MEMBER |
ClickHouse | ClickHouse | 577,665,658 | 8,717 | filimonov | ```
../contrib/avro/lang/c++/impl/Zigzag.cc:27:20: runtime error: left shift of negative value -1
#0 0x213e5608 in avro::encodeZigzag64(long) /build/obj-x86_64-linux-gnu/../contrib/avro/lang/c++/impl/Zigzag.cc:27:20
#1 0x213e5608 in avro::encodeInt64(long, std::__1::array<unsigned char, 10ul>&) /build/obj-x8... | 2020-01-23T12:43:30 | 2020-01-23T12:43:30 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 577,908,975 | 8,802 | den-crane | Please be careful. JOIN ON (join predicates) WHERE (post-join predicates)
You can't just move.
```
psql
create table t(a int, b int);
insert into t values(1,1);
insert into t values(2,2);
create table s(a int, b int);
insert into s values(1,1);
insert into s values(1,null);
select t.*, s.* from t left ... | 2020-01-23T22:31:19 | 2020-01-23T22:44:05 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 578,383,623 | 5,601 | filimonov | > @Avogar didn't participate in Avro development but he will be happy to implement Thrift and MsgPack :)
One more format-related task: is to make all formats which are avaliable as input for output too (to make roundtrips possible) | 2020-01-25T07:05:46 | 2020-01-25T07:05:46 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 578,100,815 | 8,809 | alexey-milovidov | Yes, we've added you to the list for auto-launch. | 2020-01-24T11:53:31 | 2020-01-24T11:53:31 | {
"+1": 1
} | MEMBER |
ClickHouse | ClickHouse | 578,131,497 | 8,806 | KochetovNicolai | PVS checks are not related: `Unable to start the analysis on this file.` | 2020-01-24T13:33:50 | 2020-01-24T13:33:50 | {} | MEMBER |
ClickHouse | ClickHouse | 578,141,703 | 8,600 | abyss7 | Have you updated the docker image with newer SDK version? And have you updated documentation for cross-compilation? | 2020-01-24T14:01:05 | 2020-01-24T14:01:05 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 577,647,588 | 2,621 | urykhy | посмотрел на другие причины расхождений (какие всё ещё есть после патча выше)
кроме ситуации "данные есть в основной таблице но их нет в MV" бывает и наоборот:
лог выглядит примерно так
```
2020.01.23 14:21:56.665364 [ 19 ] <Debug> executeQuery: (from 172.19.0.5:52236, query_id: 8d1a617d-d242-45c5-9833-018032a47... | 2020-01-23T11:48:03 | 2020-01-24T14:37:42 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 578,433,749 | 8,794 | zlobober | Maybe it is a good idea to rename option to 'engine_line' or 'engine_specification'? | 2020-01-25T19:04:59 | 2020-01-25T19:04:59 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 578,443,654 | 8,794 | alexey-milovidov | Now it's Ok. | 2020-01-25T21:15:18 | 2020-01-25T21:15:18 | {} | MEMBER |
ClickHouse | ClickHouse | 577,388,781 | 8,750 | azat | >Hm, tmp subdirectory is missing, will fix it
So after looking into this again, I'm not sure which way this should goes:
- adding `tmp/` in all callers looks error-prone
- adding some interface for `<disk>` is not that useful, create the disk with that `<path>` is simpler (the directory will not be created but it ... | 2020-01-22T21:14:53 | 2020-01-22T21:14:53 | {} | MEMBER |
ClickHouse | ClickHouse | 577,534,504 | 8,787 | man-brain | > We can use this option to collect metrics as a fallback if CAP_NET_ADMIN is not available.
Why not use it as a default and the only way to collect metrics? | 2020-01-23T07:07:12 | 2020-01-23T07:07:12 | {} | NONE |
ClickHouse | ClickHouse | 578,052,176 | 8,422 | excitoon | In https://github.com/ClickHouse/ClickHouse/pull/8422/commits/cb416b0bfd4f679eb8d059a3739b1367e9703e84 I introduced a bug #8779, which was fixed in https://github.com/ClickHouse/ClickHouse/pull/8800/commits/b5d8baee7107f2e04632579ed51039b2c192b24d | 2020-01-24T09:19:10 | 2020-01-24T09:19:10 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 578,242,338 | 8,805 | azat | @alexey-milovidov I've squashed your commit to make history clean (and also to restart tests, maybe this time there will be no unrelated failures) | 2020-01-24T18:18:10 | 2020-01-24T18:18:10 | {} | MEMBER |
ClickHouse | ClickHouse | 578,410,565 | 8,827 | alexey-milovidov | Let's drop the benchmark. | 2020-01-25T14:27:08 | 2020-01-25T14:27:08 | {} | MEMBER |
ClickHouse | ClickHouse | 578,441,267 | 8,817 | alexey-milovidov | TSan report is related: https://clickhouse-test-reports.s3.yandex.net/8817/f26bad39d1f5933b98b8133136c7ec2769373615/stress_test_(thread)/stderr.log | 2020-01-25T20:41:17 | 2020-01-25T20:41:17 | {} | MEMBER |
ClickHouse | ClickHouse | 577,387,307 | 8,779 | CurtizJ | All alters are broken if ttl is set.
```
ap11-nix :) create table t (d Date, s String) engine = MergeTree order by d ttl d + interval 1 month
ap11-nix :) alter table t add column b Int32
Received exception from server (version 20.1.2):
Code: 450. DB::Exception: Received from localhost:9000. DB::Exception: No... | 2020-01-22T21:11:10 | 2020-01-22T21:11:10 | {} | MEMBER |
ClickHouse | ClickHouse | 578,071,136 | 8,402 | excitoon | Reverted #8790 here. | 2020-01-24T10:19:12 | 2020-01-24T10:19:12 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 578,193,367 | 2,278 | filimonov | PRs
https://github.com/ClickHouse/ClickHouse/issues/6074
https://github.com/ClickHouse/ClickHouse/pull/6438
Setting `max_part_loading_threads`
| 2020-01-24T16:07:00 | 2020-01-24T16:07:00 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 578,349,832 | 8,808 | alexey-milovidov | ```
./libs/libmemcpy/memcpy.h:void * __attribute__((__weak__)) memcpy(void * __restrict destination, const void * __restrict source, size_t size)
./libs/libcommon/src/DateLUTImpl.cpp:__attribute__((__weak__)) extern bool inside_main;
./libs/libcommon/src/LineReader.cpp: char * readline(const char *) __attribute__... | 2020-01-25T00:07:19 | 2020-01-25T00:07:28 | {} | MEMBER |
ClickHouse | ClickHouse | 578,426,534 | 8,166 | Vxider | Thanks for your help 🎉 | 2020-01-25T17:42:54 | 2020-01-25T17:42:54 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 577,482,071 | 8,755 | alexey-milovidov | Still broken. | 2020-01-23T02:54:35 | 2020-01-23T02:54:35 | {} | MEMBER |
ClickHouse | ClickHouse | 577,537,188 | 8,699 | orloffv | Can I help u? | 2020-01-23T07:17:56 | 2020-01-23T07:17:56 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 577,771,587 | 8,798 | Marge-m | @amarazm
the problem was in ClickHouse version, the bug is not reproduced in v. 20+ | 2020-01-23T16:56:09 | 2020-01-23T16:56:09 | {} | NONE |
ClickHouse | ClickHouse | 578,173,492 | 8,756 | azat | - PVS check - Unable to start the analysis on this file.
- Integration tests -- test_cluster_copier (does not looks related to this change) | 2020-01-24T15:19:07 | 2020-01-24T15:19:07 | {} | MEMBER |
ClickHouse | ClickHouse | 578,349,910 | 8,808 | alexey-milovidov | > Is ClickHouse buildable under MSVC?
No. | 2020-01-25T00:07:49 | 2020-01-25T00:07:49 | {} | MEMBER |
ClickHouse | ClickHouse | 578,410,969 | 5,601 | alexey-milovidov | @filimonov Ok and what are the priorities?
I think, the first priority is ORC, that was contributed by Andrey Konyaev from ArenaData. | 2020-01-25T14:32:44 | 2020-01-25T14:32:56 | {} | MEMBER |
ClickHouse | ClickHouse | 585,044,638 | 9,084 | RangerWolf | Hi,
Thanks for you help, I run the sql the the table actual size is 3M.
I checked files in the directory, most are something like :
```
drwxr-x--- 2 systemd-resolve systemd-journal 4096 Feb 12 01:47 f5f61b319bd8ff5933ad028f3a7c2ca3_681_109969_23_111268/
drwxr-x--- 2 systemd-resolve systemd-journal 4096 Feb ... | 2020-02-12T06:01:49 | 2020-02-12T06:01:49 | {} | NONE |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.