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 | 524,835,798 | 4,953 | filimonov | Let's continue in https://github.com/yandex/ClickHouse/issues/6459 | 2019-08-26T12:12:17 | 2019-08-26T12:12:17 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,994,642 | 6,676 | dimarub2000 | Tests will be added later. | 2019-08-26T19:22:10 | 2019-08-26T19:22:10 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,593,977 | 6,575 | yingfeng | Bitmap functions are the ones accepting intermediate aggregation results as the input parameters. Others such as array functions do not support this feature, for example this following SQL could not be accepted unless `groupArrayState` is replaced with `groupArray`:
```
SELECT * FROM dist_trips2 WHERE has((SELECT gro... | 2019-08-25T02:02:45 | 2019-08-25T02:02:45 | {} | NONE |
ClickHouse | ClickHouse | 524,686,537 | 6,480 | alexey-milovidov | @nrv9999 Could you please also install `clickhouse-common-static-dbg` package so we can see functions with internal linkage and line numbers?
```
#11 0x00000000037b9768 in ?? ()
``` | 2019-08-26T01:48:47 | 2019-08-26T01:48:47 | {} | MEMBER |
ClickHouse | ClickHouse | 524,834,692 | 2,232 | filimonov | Let's continue in #6459 | 2019-08-26T12:08:23 | 2019-08-26T12:08:23 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,841,556 | 6,661 | filimonov | @bl17zar unfortunately you have a buggy version. :\ Please update to 19.13.3 | 2019-08-26T12:31:26 | 2019-08-26T12:31:26 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,823,873 | 6,429 | alexey-milovidov | But you don't have to wait this task: you can continue to fix it and send a PR. | 2019-08-26T11:27:48 | 2019-08-26T11:27:48 | {} | MEMBER |
ClickHouse | ClickHouse | 524,859,246 | 6,638 | alexey-milovidov | @akuzm It's not necessarily to compile ClickHouse with TSan, because we provide pre-compiled builds: https://clickhouse-builds.s3.yandex.net/6112/41a3af255e00811c5def01531f382e2fab9178e7/report.html (sanitizer = thread) | 2019-08-26T13:25:29 | 2019-08-26T13:25:29 | {} | MEMBER |
ClickHouse | ClickHouse | 524,964,393 | 6,590 | alexey-milovidov | @dimarub2000 You have to add dependency in CMakeLists. | 2019-08-26T18:03:46 | 2019-08-26T18:03:46 | {} | MEMBER |
ClickHouse | ClickHouse | 525,011,216 | 4,449 | heyciao | Hi
Maybe I saw something related to this while I was testing ClickHouse with the ZFS filesystem.
Two weeks ago I created my tables for example like this on a ZFS filesystem...
```
create table allchars_data
(
combo String CODEC(ZSTD(1))
,fam_id UInt64 CODEC(ZSTD(3))
...
,some_other_column Array(UInt8) CODE... | 2019-08-26T20:07:29 | 2019-08-26T20:07:29 | {} | NONE |
ClickHouse | ClickHouse | 524,625,141 | 6,651 | nikvas0 | > We have to fill description for changelog.
>
> Do I understand correctly that now Set index can work for any expressions?
Yes, but it still does not support subqueries https://github.com/yandex/ClickHouse/issues/6601 .
I tried to add subqueries support, however, I faced some problems with it, so I'll do it a... | 2019-08-25T12:11:14 | 2019-08-25T12:11:14 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,710,174 | 5,568 | gle4er | With next client configuration, connect with SSL is works.
```
<openSSL>
<client>
<loadDefaultCAFile>true</loadDefaultCAFile>
<caConfig>/etc/ssl/certs/ca-certificates.crt</caConfig>
<cacheSessions>true</cacheSessions>
<disableProtocols>sslv2,sslv3</disableProtocols>
<preferS... | 2019-08-26T04:24:21 | 2019-08-26T04:24:21 | {} | NONE |
ClickHouse | ClickHouse | 524,876,136 | 6,422 | abyss7 | @alexey-milovidov Have you checked that all the made changes are necessary in the way they are made? Why to remove me as a reviewer? | 2019-08-26T14:10:59 | 2019-08-26T14:10:59 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,880,506 | 6,668 | alexey-milovidov | Dictionaries will load on first use. | 2019-08-26T14:22:49 | 2019-08-26T14:22:49 | {} | MEMBER |
ClickHouse | ClickHouse | 525,044,327 | 4,449 | heyciao | Thank you!! I will then try to use it again :) | 2019-08-26T21:40:51 | 2019-08-26T21:40:51 | {} | NONE |
ClickHouse | ClickHouse | 524,628,604 | 6,654 | den-crane | in your setup CH treats '2019-01-01 00:00:00' as a date
it's 4236390 years after today.
SELECT (toInt32(toDateTime('2019-01-01 00:00:00')) - toInt32(today())) / 365 AS x
┌─────────────────x─┐
│ 4236390.868493151 │
└───────────────────┘
| 2019-08-25T13:01:30 | 2019-08-25T13:01:56 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,638,741 | 6,575 | yingfeng | Hi, @alexey-milovidov
I've found the reason leading to strange `\0\0\0\0\0` in the query exception:
It happened du to following code snippet in `dbms/src/Common/FieldVisitors.cpp`
```
String FieldVisitorDump::operator() (const AggregateFunctionStateData & x) const
{
WriteBufferFromOwnString wb;
writeQuo... | 2019-08-25T15:24:52 | 2019-08-26T00:50:22 | {} | NONE |
ClickHouse | ClickHouse | 524,686,038 | 6,626 | sc750531323 | > It's implementations specific. Datatypes that have problems with fixed string representation are hached.
Thank you for your reply,i want to know if the string be hached cause the row number of the table incorrect. such as when i use a date type as the partition,the row number is 1000,this number is correct, but it... | 2019-08-26T01:44:55 | 2019-08-26T01:44:55 | {} | NONE |
ClickHouse | ClickHouse | 524,821,614 | 6,657 | filimonov | Does it work like that?
```CREATE VIEW test AS
SELECT B.COM_ID FROM ITEM_DPT_MONTH
LEFT join DC_CUST USING (COM_ID)
``` | 2019-08-26T11:18:33 | 2019-08-26T11:18:33 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,843,060 | 6,661 | filimonov | @bespilotnayakartoshka your case sounds different. Please collect / provide more details. | 2019-08-26T12:36:36 | 2019-08-26T12:36:36 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,853,273 | 6,656 | alexey-milovidov | @vzakaznikov Just enable it in every `.sql` test by
`SET allow_experimental_live_view = 1`
and in every `.sh` test by `--allow_experimental_live_view 1` option for clickhouse-client. | 2019-08-26T13:07:54 | 2019-08-26T13:07:54 | {} | MEMBER |
ClickHouse | ClickHouse | 524,573,014 | 6,651 | alexey-milovidov | We have to fill description for changelog.
Do I understand correctly that now Set index can work for any expressions? | 2019-08-24T18:53:28 | 2019-08-24T18:53:28 | {} | MEMBER |
ClickHouse | ClickHouse | 524,720,336 | 6,480 | alexey-milovidov | It is https://github.com/yandex/ClickHouse/blob/v19.13.1.11-stable/dbms/programs/server/Server.cpp#L250
The is caused by mismatched owner of data directory.
But the root cause is probably that exception handling does not work at all.
https://github.com/yandex/ClickHouse/pull/4828 | 2019-08-26T05:25:33 | 2019-08-26T05:25:33 | {} | MEMBER |
ClickHouse | ClickHouse | 524,738,212 | 1,037 | filimonov | @et2010 maybe related to #6426
It was already fixed in 19.13.3
Try to update. | 2019-08-26T06:45:43 | 2019-08-26T06:46:17 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,820,659 | 5,568 | filimonov | https://github.com/pocoproject/poco/blob/5e7d652c7518b3f3e9242f9618ce03ffd309a07a/NetSSL_OpenSSL/src/Context.cpp#L125
https://github.com/pocoproject/poco/blob/5e7d652c7518b3f3e9242f9618ce03ffd309a07a/NetSSL_OpenSSL/src/Context.cpp#L139
https://www.openssl.org/docs/man1.1.0/man3/SSL_CTX_set_default_verify_paths.ht... | 2019-08-26T11:14:55 | 2019-08-26T11:14:55 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,830,253 | 6,462 | santonuk | Hello! I can confirm the bug for ClickHouse server version 19.11.3.
**Scenario to reproduce the problem (current ts is 2019-08-26 14:45:00) :**
```sql
CREATE TABLE default.ttl_test10 (`ts` DateTime, `param` UInt32) ENGINE = MergeTree() PARTITION BY toYYYYMM(ts) ORDER BY ts TTL ts + toIntervalDay(2) ;
INSERT INT... | 2019-08-26T11:52:12 | 2019-08-26T12:21:34 | {} | NONE |
ClickHouse | ClickHouse | 524,839,700 | 6,462 | filimonov | > It’s altered but like month ago. Still had to delete them manually. So I created the table from scratch with TTL set on creation. It’s not dropping old parts anyway thinking
merge_with_ttl_timeout - that says how often cleanups happen. Did you wait such amount of time?
| 2019-08-26T12:25:37 | 2019-08-26T12:25:37 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,860,143 | 6,462 | santonuk | > @santonuk your testcase is incorrect. You need to use
>
> ```sql
> OPTIMIZE TABLE default.ttl_test10 FINAL;
> ```
>
> instead of
>
> ```sql
> OPTIMIZE TABLE default.ttl_test10;
> ```
Thank you. I agree, OPTIMIZE with FINAL keyword deletes the records.
The problem persists also for another huge tes... | 2019-08-26T13:27:56 | 2019-08-26T13:28:45 | {} | NONE |
ClickHouse | ClickHouse | 524,883,447 | 6,668 | lzy305 | I restart clickhouse-server and then wait for an hour. I find still "NOT_LOADED". | 2019-08-26T14:30:19 | 2019-08-26T14:30:19 | {} | NONE |
ClickHouse | ClickHouse | 524,890,808 | 6,668 | vitlibar | > I restart clickhouse-server and then wait for an hour. I find still "NOT_LOADED".
If a dictionary is "NOT LOADED" it means it hasn't been loaded because none needed it.
Just start using any dictionary and check the status then:
```
SELECT dictHas('dw_good_info', 1)
SELECT * from system.dictionaries;
```
| 2019-08-26T14:48:26 | 2019-08-26T14:49:47 | {} | MEMBER |
ClickHouse | ClickHouse | 524,632,492 | 6,575 | yingfeng | Here are some more hints:
Within the code of `dbms/src/Interpreters/ExecuteScalarSubqueriesVisitor.cpp`:
```
void ExecuteScalarSubqueriesMatcher::visit(const ASTSubquery & subquery, ASTPtr & ast, Data & data)
{
...
if (columns == 1)
{
auto lit = std::make_unique<ASTLiteral>((*block.safeGetB... | 2019-08-25T13:56:53 | 2019-08-25T14:00:00 | {} | NONE |
ClickHouse | ClickHouse | 524,706,575 | 6,656 | vzakaznikov | Hi @KochetovNicolai, I can't seem to enable allow_experimental_live_view option for tests.
Do you know how it can be enabled? I've tried modifying dbms/tests/server-test.xml and
dbms/tests/clickhouse-client.xml but both attempts did not work. Thanks. | 2019-08-26T04:00:53 | 2019-08-26T04:00:53 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,707,182 | 5,907 | alexey-milovidov | SET max_threads = 1, max_block_size = min_insert_block_size_rows. | 2019-08-26T04:05:02 | 2019-08-26T04:05:02 | {} | MEMBER |
ClickHouse | ClickHouse | 524,809,938 | 6,661 | mikekytyzov | @filimonov thanks for the answer :)
this issue is reproduced on cluster in docker also with the same versions above
I will try to reproduce and send logs, thanks :) coz its very flaky
@josepowera Yes, i saw those fixes in changelog, but it has much more dups with higher versions
on 10kk messages it was li... | 2019-08-26T10:32:29 | 2019-08-26T10:36:34 | {
"+1": 2
} | NONE |
ClickHouse | ClickHouse | 524,819,324 | 6,638 | akuzm | This reminds me of #4402, but it's something different.
Do you have sample data and query for which the crash can be reproduced? It would be very helpful if I could see it myself.
If providing a full reproduction is not possible, could you compile CH with ThreadSanitizer, reproduce the issue and post its output? ... | 2019-08-26T11:09:52 | 2019-08-26T11:09:52 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,836,237 | 5,338 | alexey-milovidov | I cannot confirm this issue (need a way to reproduce).
In my experience, when the server is restarted during a query, client will display "broken pipe" message. | 2019-08-26T12:13:38 | 2019-08-26T12:13:38 | {} | MEMBER |
ClickHouse | ClickHouse | 524,987,401 | 6,674 | alexey-milovidov | There is no such function in ClickHouse. | 2019-08-26T19:02:47 | 2019-08-26T19:02:47 | {} | MEMBER |
ClickHouse | ClickHouse | 525,147,861 | 6,594 | vmarkovtsev | I wonder if this has something to do with my FS mount options:
```
/dev/md0 on /mnt/data type ext4 (rw,noatime,nodiratime,block_validity,delalloc,nojournal_checksum,barrier,user_xattr,acl,stripe=1024)
tune2fs -O ^has_journal /dev/md0
```
| 2019-08-27T05:46:00 | 2019-08-27T05:46:00 | {} | NONE |
ClickHouse | ClickHouse | 525,164,336 | 6,459 | Tasselmi | so how can I build a early version?
where can I get early version original code?
Thanks. | 2019-08-27T06:48:49 | 2019-08-27T06:48:49 | {} | NONE |
ClickHouse | ClickHouse | 525,178,599 | 6,397 | thomas955 | Hi,
After a few more weeks of, the same segfault occured again with the release version from Bionic repository.
```
/var/log/clickhouse-server/clickhouse-server.err.log
2019.08.18 18:48:38.351537 [ 8041500 ] {} <Error> BaseDaemon: ########################################
2019.08.18 18:48:38.366586 [ 8041500 ... | 2019-08-27T07:33:40 | 2019-08-27T07:33:40 | {} | NONE |
ClickHouse | ClickHouse | 524,558,899 | 6,645 | nikvas0 | fixed | 2019-08-24T15:20:13 | 2019-08-24T15:20:13 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,617,880 | 5,318 | 4ertus2 | It’s also interesting to look at R sample() function that could generate samples with or without replacement. | 2019-08-25T10:15:36 | 2019-08-25T10:15:36 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,707,595 | 6,106 | alexey-milovidov | Merged in #3796, #6324. | 2019-08-26T04:07:54 | 2019-08-26T04:07:54 | {} | MEMBER |
ClickHouse | ClickHouse | 524,702,493 | 6,652 | alexey-milovidov | СС @NanoBjorn | 2019-08-26T03:33:18 | 2019-08-26T03:33:18 | {} | MEMBER |
ClickHouse | ClickHouse | 524,707,483 | 6,480 | nrv9999 | With clickhouse-common-static-dbg
```
(gdb) r
Starting program: /usr/bin/clickhouse-server --config-file=/etc/clickhouse-server/config.xml
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7ffffd310700 (LWP 56)]
[New Thread 0x7f... | 2019-08-26T04:07:10 | 2019-08-26T04:07:10 | {} | NONE |
ClickHouse | ClickHouse | 524,707,723 | 6,191 | alexey-milovidov | @CurtizJ ? | 2019-08-26T04:08:50 | 2019-08-26T04:08:50 | {} | MEMBER |
ClickHouse | ClickHouse | 524,799,350 | 6,429 | javisantana | is there any plans to make it work again? | 2019-08-26T09:55:04 | 2019-08-26T09:55:04 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,840,322 | 6,462 | simPod | > Did you wait such amount of time?
🤔 Yes, it's 86400 (I suppose seconds, 1 day).
Still deleting data from time to time by hand (script) now. | 2019-08-26T12:27:40 | 2019-08-26T12:27:40 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,852,761 | 6,366 | alexey-milovidov | Minor changes required. Please do in next PR. | 2019-08-26T13:06:18 | 2019-08-26T13:06:18 | {} | MEMBER |
ClickHouse | ClickHouse | 524,902,730 | 6,668 | den-crane | @lzy305 you can change this behavior <dictionaries_lazy_load>false</dictionaries_lazy_load> if you need a fast response on the first dictionary use. | 2019-08-26T15:18:38 | 2019-08-26T15:18:38 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,178,565 | 6,562 | MetikovVadim | When i attached backuped 1 partition of both tables on staging and run OPTIMIZE table ... PARTITION '2019-08-22' i get the same results:
SELECT
table,
floor(elapsed, 2) AS elapsed1,
floor(progress, 2) AS progress1,
floor((elapsed / progress) * (1 - progress), 2) AS estimated,
result_part_... | 2019-08-23T05:33:00 | 2019-08-27T07:59:34 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,834,348 | 6,459 | filimonov | Relates: #235 | 2019-08-26T12:07:10 | 2019-08-26T12:07:10 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,879,810 | 6,422 | alexey-milovidov | > Have you checked that all the made changes are necessary in the way they are made?
I've read all the changes and noticed that some changes are already in master and some changes have their motivation.
> Why to remove me as a reviewer?
Don't want to wait. | 2019-08-26T14:20:59 | 2019-08-26T14:20:59 | {} | MEMBER |
ClickHouse | ClickHouse | 524,880,052 | 6,422 | alexey-milovidov | Now I'm waiting for build check. Then I will merge and remove MiAllocator. | 2019-08-26T14:21:38 | 2019-08-26T14:21:38 | {} | MEMBER |
ClickHouse | ClickHouse | 524,590,116 | 6,575 | alexey-milovidov | How does it relate to bitmap functions? I can say that they are not thoroughly tested. | 2019-08-25T00:22:08 | 2019-08-25T00:22:08 | {} | MEMBER |
ClickHouse | ClickHouse | 524,686,115 | 6,655 | alexey-milovidov | Suggest is a singleton and thread is joined in global destructors.
If I understand correctly, Thread Sanitizer also checks for joined threads in global destructors and the result is depending on the destruction order.
Nevertheless, it's Ok for clickhouse-client to not wait for suggest thread to finish. | 2019-08-26T01:45:35 | 2019-08-26T01:46:26 | {} | MEMBER |
ClickHouse | ClickHouse | 524,806,957 | 6,661 | filimonov | Not enough information to reproduce the issue :\
At least you should try to enable kafka debug logging
```xml
<!-- add it to config.xml -->
<kafka>
<debug>all</debug>
</kafka>
```
and send the fragment of logs in /var/log/clickhouse-server.log when duplicate happens.
Ideally - if you will be able to... | 2019-08-26T10:20:58 | 2019-08-26T10:40:37 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,813,006 | 6,661 | filimonov | @bl17zar what is your version?
There was an awful bug with infinite consuming of Kafka messages fixed recently: #6308 | 2019-08-26T10:44:48 | 2019-08-26T10:44:48 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,835,344 | 5,234 | filimonov | Let's continue in https://github.com/yandex/ClickHouse/issues/6460 and https://github.com/yandex/ClickHouse/issues/6459 | 2019-08-26T12:10:48 | 2019-08-26T12:12:36 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,894,564 | 6,657 | 4ertus2 | The error message is straightforward. There's an USING keyword into your multiple JOIN that is not supported. You are able to rewrite it with ON. | 2019-08-26T14:57:45 | 2019-08-26T14:57:45 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,896,178 | 6,590 | dimarub2000 | Build with shared linking still doesn't work. Some boost related problem. | 2019-08-26T15:01:41 | 2019-08-26T15:32:43 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 525,022,647 | 4,449 | alexey-milovidov | @heyciao
> Is it possible that DirectIO is really the cause of these problems?
Yes, this is the exact cause of these issue. This is exactly what this task is intended for.
> should ZFS work ok with ClickHouse or do you recommend not to use ZFS because of some other potential issues?
ClickHouse works fine w... | 2019-08-26T20:38:42 | 2019-08-26T20:38:42 | {} | MEMBER |
ClickHouse | ClickHouse | 525,178,804 | 6,683 | filimonov | It looks like it's connected to some query from system.parts. Can you try to find that query in /var/log/clickhouse-server/clickhouse-server.log ? It should be somewhere before the segfault. | 2019-08-27T07:34:15 | 2019-08-27T07:34:15 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,628,125 | 6,654 | den-crane | You've missed a range datatype as a result your dictionary looks like:
```
SELECT * FROM dict.d_test
┌─id─┬──────start─┬────────end─┬─atr─┐
│ 1 │ 0000-00-00 │ 0000-00-00 │ 1 │
└────┴────────────┴────────────┴─────┘
```
If you add datatype <type>DateTime</type>
```
<range_min>
... | 2019-08-25T12:56:31 | 2019-08-25T13:04:35 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,695,578 | 6,480 | alexey-milovidov | ```
$ addr2line -afiCe clickhouse-19.13.1.11 0x00000000037b9768
0x00000000037b9768
DB::Server::main(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) [clone .cold]
/u... | 2019-08-26T02:47:04 | 2019-08-26T02:47:04 | {} | MEMBER |
ClickHouse | ClickHouse | 524,801,099 | 6,661 | josepowera | There were some fixes for Kafka on 19.13 released only 4 days ago...
For debugging what is happening also try to add to destination table Kafka virtual columns for offset and partition (I believe this was added only lately in 19.13).
| 2019-08-26T10:00:40 | 2019-08-26T10:01:33 | {} | NONE |
ClickHouse | ClickHouse | 524,811,704 | 6,661 | blitzarx1 | Hello, it's some kind of magic, but I just wanted to create the same issue, cause I have the same problem, and found no answers in google, and found this issue created only 3 hours ago.
I prepared logs as you asked @bespilotnayakartoshka. I have the simplest setup:
https://hub.docker.com/r/yandex/clickhouse-server
... | 2019-08-26T10:39:30 | 2019-08-26T10:39:30 | {} | NONE |
ClickHouse | ClickHouse | 524,817,286 | 6,661 | filimonov | @bl17zar
Try:
```
docker exec some-clickhouse-server clickhouse server --version
```
PS. And actually you can run the client in similar way:
```
docker exec -it some-clickhouse-server clickhouse client
``` | 2019-08-26T11:01:47 | 2019-08-26T11:02:54 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,840,094 | 6,462 | filimonov | BTW: this feature can be helpful for that too: https://github.com/yandex/ClickHouse/issues/5486 | 2019-08-26T12:26:56 | 2019-08-26T12:26:56 | {
"rocket": 1
} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,844,731 | 6,661 | blitzarx1 | @filimonov Thanks, I will update and come with results. | 2019-08-26T12:41:45 | 2019-08-26T12:41:45 | {} | NONE |
ClickHouse | ClickHouse | 524,944,857 | 6,594 | vmarkovtsev | I get this error when I build an index `tokenbf_v1(256, 4, 7) granularity 8` or `bloom_filter(0.01) granularity 8` on strings. | 2019-08-26T17:11:38 | 2019-08-27T05:47:52 | {} | NONE |
ClickHouse | ClickHouse | 524,603,005 | 6,480 | nrv9999 | I also get this problem in WSL, only difference that Debian 9
```
(gdb) r
Starting program: /usr/bin/clickhouse-server --config-file=/etc/clickhouse-server/config.xml
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7ffffd310700... | 2019-08-25T05:57:02 | 2019-08-25T05:59:11 | {} | NONE |
ClickHouse | ClickHouse | 524,743,953 | 6,533 | arruzk | @den-crane Potential workaround is just dropping a table with `Engine = Kafka`. It will stop consumers. In this case `MVs` will continue exists and you will be able to insert data manually\change offsets\... . After recreating a source table (`Engine = Kafka`) `MVs` will continue consuming data. | 2019-08-26T07:06:59 | 2019-08-26T07:06:59 | {} | NONE |
ClickHouse | ClickHouse | 524,782,976 | 6,429 | alexey-milovidov | @Tasselmi This pull request was abandoned and Mac OS build was not fixed. | 2019-08-26T09:03:52 | 2019-08-26T09:03:52 | {} | MEMBER |
ClickHouse | ClickHouse | 524,818,857 | 6,661 | mikekytyzov | @filimonov
del | 2019-08-26T11:07:58 | 2019-08-26T11:33:25 | {} | NONE |
ClickHouse | ClickHouse | 524,846,758 | 6,664 | Tasselmi | Thanks | 2019-08-26T12:47:50 | 2019-08-26T12:47:50 | {} | NONE |
ClickHouse | ClickHouse | 524,846,962 | 6,638 | SaltTan | I have not been able to reproduce the issue on an instance that is not a member of the cluster.
I'm still trying though... | 2019-08-26T12:48:34 | 2019-08-26T12:48:34 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,849,201 | 6,657 | samz406 | SELECT B.COM_ID FROM ITEM_DPT_MONTH
LEFT join DC_CUST USING (COM_ID)
this is ok,but I want to use more than 4 table join it's not work

| 2019-08-26T12:55:24 | 2019-08-26T12:55:24 | {} | NONE |
ClickHouse | ClickHouse | 524,864,228 | 6,657 | filimonov | Can you please update ClickHouse version to 19.11.8 and retry? | 2019-08-26T13:39:06 | 2019-08-26T13:39:24 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,702,082 | 1,037 | et2010 | I have the same issue.
```
Code: 117. DB::Exception: Expected end of line: (at row 16453)
Row 16452:
Column 0, name: SYS_AVG_Current_I_U, type: Int64, parsed text: "342"
...
Column 137, name: t_204, type: Float64, parsed text: "-8.8"
Column 138, name: t_216, type: F... | 2019-08-26T03:30:51 | 2019-08-26T03:30:51 | {} | NONE |
ClickHouse | ClickHouse | 524,741,052 | 6,626 | 4ertus2 | Could you show the queries that return 1000 and 1300? Are all the partitions active? | 2019-08-26T06:56:25 | 2019-08-26T06:56:25 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,835,687 | 4,763 | filimonov | Let's continue in https://github.com/yandex/ClickHouse/issues/6459 | 2019-08-26T12:11:56 | 2019-08-26T12:11:56 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,838,785 | 6,462 | filimonov | @santonuk your testcase is incorrect. You need to use
```sql
OPTIMIZE TABLE default.ttl_test10 FINAL;
```
instead of
```sql
OPTIMIZE TABLE default.ttl_test10;
``` | 2019-08-26T12:22:35 | 2019-08-26T12:22:35 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,993,243 | 5,891 | alexey-milovidov | ```
milovidov-Pro-P30 :) CREATE TABLE check (x UInt64, CONSTRAINT c1 CHECK x < 10000000) ENGINE = Memory
CREATE TABLE check
(
`x` UInt64,
CONSTRAINT c1 CHECK x < 10000000
)
ENGINE = Memory
Ok.
0 rows in set. Elapsed: 0.033 sec.
milovidov-Pro-P30 :) Bye.
$ seq 1 11000000 | clickhouse-client ... | 2019-08-26T19:18:27 | 2019-08-26T19:18:44 | {} | MEMBER |
ClickHouse | ClickHouse | 525,023,742 | 6,676 | alexey-milovidov | BTW, you can use unit test (`gtest_transform_query_for_external_database.cpp`). | 2019-08-26T20:41:40 | 2019-08-26T20:41:40 | {} | MEMBER |
ClickHouse | ClickHouse | 525,029,606 | 6,533 | den-crane | @arruzk OK. it's not a cry for help.
This is a feature request for sort of graceful nondestructive consuming temporary pause. | 2019-08-26T20:57:40 | 2019-08-26T20:57:40 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,555,492 | 6,590 | alexey-milovidov | Still have to fix build with shared linking. | 2019-08-24T14:40:07 | 2019-08-24T14:40:07 | {} | MEMBER |
ClickHouse | ClickHouse | 524,629,895 | 6,654 | iFoton | @den-crane Thanks, it works! Would be nice explicitly point on this aspect in the documentation. Also, I noticed that not all dict functions work with range_hashed dictionaries (for example dictHas() doesn't). Now I store dummy attribute with 1 to check is a key in the dictionary or not. Maybe there is a more elegant w... | 2019-08-25T13:19:32 | 2019-08-25T13:19:32 | {} | NONE |
ClickHouse | ClickHouse | 524,706,945 | 5,682 | alexey-milovidov | @abyss7
Have you failed this task? | 2019-08-26T04:03:19 | 2019-08-26T04:03:19 | {} | MEMBER |
ClickHouse | ClickHouse | 524,816,707 | 6,661 | blitzarx1 | @filimonov how can I easily check it without clickhouse-client? I use latest tag from this docker image https://hub.docker.com/r/yandex/clickhouse-server and run clickhouse with this command for dev purposes on my local machine
```
docker run --network='host' -d --name some-clickhouse-server --ulimit nofile=262144:26... | 2019-08-26T10:59:46 | 2019-08-26T11:00:29 | {} | NONE |
ClickHouse | ClickHouse | 524,817,836 | 5,568 | filimonov | Most probably that means that openssl (statically linked in ClickHouse) is looking for default root certificates in bad place... :\
May be related to https://github.com/yandex/ClickHouse/pull/4167 and https://github.com/yandex/ClickHouse/issues/3983
What build do you use? | 2019-08-26T11:03:59 | 2019-08-26T11:04:44 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,824,748 | 6,459 | Tasselmi | so how can I build a early version?
where can I get early version original code?
Thanks. | 2019-08-26T11:31:17 | 2019-08-26T11:31:17 | {} | NONE |
ClickHouse | ClickHouse | 525,114,131 | 974 | den-crane | @sc750531323 @dongchaohui
Just set JDBC property socket_timeout = 300000
https://github.com/yandex/clickhouse-jdbc/issues/159
| 2019-08-27T02:52:02 | 2019-08-27T02:52:02 | {
"+1": 23
} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,734,330 | 6,429 | Tasselmi | ++17 -MD -MT libs/libcommon/CMakeFiles/common.dir/src/sleep.cpp.o -MF libs/libcommon/CMakeFiles/common.dir/src/sleep.cpp.o.d -o libs/libcommon/CMakeFiles/common.dir/src/sleep.cpp.o -c ../libs/libcommon/src/sleep.cpp
../libs/libcommon/src/sleep.cpp: In function 'void sleepForNanoseconds(uint64_t)':
../libs/libcommon/s... | 2019-08-26T06:30:57 | 2019-08-26T06:30:57 | {} | NONE |
ClickHouse | ClickHouse | 524,823,450 | 6,429 | alexey-milovidov | Yes: https://github.com/yandex/ClickHouse/issues/6459 | 2019-08-26T11:26:03 | 2019-08-26T11:26:03 | {} | MEMBER |
ClickHouse | ClickHouse | 524,838,908 | 6,661 | blitzarx1 | @filimonov Thanks for the info on checking version. I ran the command and got the following response:
```
ClickHouse server version 19.13.1.11 (official build).
```
I suppose this is the latest ver. Could you please check the report I provided regarding the version. | 2019-08-26T12:23:03 | 2019-08-26T12:24:10 | {} | NONE |
ClickHouse | ClickHouse | 524,842,151 | 6,664 | filimonov | Check that https://clickhouse.yandex/docs/en/query_language/functions/splitting_merging_functions/ | 2019-08-26T12:33:30 | 2019-08-26T12:33:30 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 524,845,790 | 6,661 | mikekytyzov | @filimonov sorry, i was sending to you a wrong log :< .
```
2019.08.26 12:36:53.022008 [ 20 ] {} <Trace> StorageKafka (my_table_with_kafka_engine): Polled batch of 2234 messages
2019.08.26 12:36:53.529912 [ 20 ] {} <Trace> StorageKafka (my_table_with_kafka_engine): Polled batch of 4471 messages
2019.08.26 12:36:... | 2019-08-26T12:44:45 | 2019-08-26T12:44:45 | {} | NONE |
ClickHouse | ClickHouse | 524,897,068 | 6,657 | 4ertus2 | Cannot reproduce on current master build.
```
CREATE VIEW test AS SELECT A.dummy FROM system.one A LEFT join system.one B ON A.dummy=B.dummy
CREATE VIEW test AS
SELECT A.dummy
FROM system.one AS A
LEFT JOIN system.one AS B ON A.dummy = B.dummy
Ok.
``` | 2019-08-26T15:03:48 | 2019-08-26T15:03:48 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 527,396,004 | 6,778 | filimonov | It's a duplicate of: https://github.com/yandex/ClickHouse/issues/4165 | 2019-09-03T10:12:59 | 2019-09-03T10:12:59 | {} | CONTRIBUTOR |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.