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
273,870,346
365
proller
doc fixed https://github.com/yandex/ClickHouse/commit/7201e2846ad4170702c86a32d749328af0044f28 Also no need in gcc now. but use `cmake .. -DUSE_INTERNAL_GPERFTOOLS_LIBRARY=0`
2017-01-19T19:16:15
2017-01-19T19:16:15
{}
CONTRIBUTOR
ClickHouse
ClickHouse
274,009,566
344
jbfavre
testing right now
2017-01-20T08:34:42
2017-01-20T08:34:42
{}
NONE
ClickHouse
ClickHouse
274,983,299
132
DmitryBe
Do you consider an option of centralised storing remote server config in ZK?
2017-01-25T00:26:35
2017-01-25T00:26:35
{}
NONE
ClickHouse
ClickHouse
275,254,787
360
proller
https://github.com/yandex/ClickHouse/commit/70e641f58a9e9630f398bc4484fbfe7229951fef
2017-01-25T22:35:31
2017-01-25T22:35:31
{}
CONTRIBUTOR
ClickHouse
ClickHouse
275,762,074
412
alexey-milovidov
Hi. Thank you for the report! Does it reproduce if you change compression level to 2? There could be several reasons: 1. We recently have changed usual zlib library to [zlib-ng](https://github.com/Dead2/zlib-ng). It could be related. Try to get reproducible test case: could you create one file, which always trig...
2017-01-27T20:09:31
2017-01-27T20:09:31
{}
MEMBER
ClickHouse
ClickHouse
275,773,093
412
vavrusa
We use [cgzip](https://github.com/youtube/vitess/tree/master/go/cgzip), not sure what gzip lib is it linked against but it's possible it's broken only with the best speed compression level. It's working fine with [v1.1.54127-stable](https://github.com/yandex/ClickHouse/releases/tag/v1.1.54127-stable)
2017-01-27T20:59:45
2017-01-27T20:59:45
{}
CONTRIBUTOR
ClickHouse
ClickHouse
275,797,877
379
alpha123
If I understand this correctly, you're looking for a way of grouping aggregates instead of an aggregate function itself, I think. The way [KDB+](https://kx.com/discover/) solves this is [xbar](http://code.kx.com/wiki/Reference/xbar): group by intervals, basically. In Q (KDB+ query language): `select last price by...
2017-01-27T22:58:45
2017-01-27T22:58:45
{}
NONE
ClickHouse
ClickHouse
277,052,101
445
alexey-milovidov
Most likely this is not enough due to: ``` /// Send end of headers delimiter. *response_header_ostr << "\r\n" << std::flush; ```
2017-02-02T19:09:28
2017-02-02T19:09:28
{}
MEMBER
ClickHouse
ClickHouse
277,096,795
444
ipolevoy
hm... ulimit -c -H 0 is this normal?
2017-02-02T21:55:51
2017-02-02T21:55:51
{}
NONE
ClickHouse
ClickHouse
277,448,248
414
jbfavre
Build now works with 1.1.54152-testing 2 tests are failing (`00302_http_compression` & `00416_progress_in_http_headers`) but I think this is because I use `USE_STATIC_LIBRARIES=0` build flag. Will check that asap
2017-02-04T14:11:15
2017-02-04T14:23:25
{}
NONE
ClickHouse
ClickHouse
275,127,317
360
proller
Please remove build/CMakeCache.txt before running cmake now cmake should write Using icu: /usr/local/opt/icu4c/include : ... Using mysqlclient: /usr/local/include : ...
2017-01-25T14:50:07
2017-01-25T14:50:07
{}
CONTRIBUTOR
ClickHouse
ClickHouse
275,554,549
132
DmitryBe
What have you decided in results? Do you plan to support ZK based config in the nearest future? If yes, approximately when?
2017-01-27T00:13:40
2017-01-27T00:13:40
{}
NONE
ClickHouse
ClickHouse
275,765,161
412
alexey-milovidov
And also quick question. If we will add support of Brotli (`Content-Encoding: br`), it will be more efficient than gzip both in terms of compression ratio and compression speed. Do you appreciate?
2017-01-27T20:23:12
2017-01-27T20:23:12
{}
MEMBER
ClickHouse
ClickHouse
275,766,077
412
ztlpn
Hi, a couple more questions: how do you create your compressed data? Is it with stock zlib? Can you make sure that the stream is indeed correct (i.e. stock gzip decompresses it without problems)? There are bugs in level 1 compression algorithm in some of the zlib forks floating around (including zlib-ng and Intel zlib)...
2017-01-27T20:27:36
2017-01-27T20:27:36
{}
CONTRIBUTOR
ClickHouse
ClickHouse
275,806,963
360
proller
Can you try build with latest available clang ? `rm build/CMakeCache.txt` and dont do ``` export CC=gcc-6 export CXX=g++-6 ``` just ```cd build && cmake .. && make -j `sysctl -n hw.ncpu` clickhouse```
2017-01-28T00:01:38
2017-01-28T00:01:38
{}
CONTRIBUTOR
ClickHouse
ClickHouse
277,112,894
220
proller
Это было поправлено в 1d7c5f63dfe9b49c92a8b5ea00fd3b26d8abef10
2017-02-02T23:03:15
2017-02-02T23:03:15
{}
CONTRIBUTOR
ClickHouse
ClickHouse
275,098,908
371
proller
also all tests with 127.0.0.2 127.0.0.3 will fail
2017-01-25T12:43:36
2017-01-25T12:43:36
{}
CONTRIBUTOR
ClickHouse
ClickHouse
276,132,225
360
proller
Please update and try again https://github.com/yandex/ClickHouse/commit/33347ad9c32fb3cd4dff859193057a103064fe6c https://github.com/yandex/ClickHouse/commit/f3526cb592a6b570e7ee349673ad2717871a7ab0
2017-01-30T17:41:57
2017-01-30T17:41:57
{}
CONTRIBUTOR
ClickHouse
ClickHouse
276,251,674
422
kmeaw
This PR also fixes issues with building 54134-stable and newer on gcc-5 systems (e.g. Gentoo amd64 hardened nomultilib profile).
2017-01-31T02:00:26
2017-01-31T02:00:26
{}
CONTRIBUTOR
ClickHouse
ClickHouse
276,363,939
412
ztlpn
Could you try to reproduce with the version compiled from [this branch](https://github.com/yandex/ClickHouse/tree/original-zlib)? Meanwhile I'll try to reproduce the issue on our servers.
2017-01-31T13:34:15
2017-01-31T13:34:15
{}
CONTRIBUTOR
ClickHouse
ClickHouse
276,902,903
434
marklit
I've bumped the VM up to 8 GB and the data imported without issue.
2017-02-02T09:04:11
2017-02-02T09:04:11
{}
NONE
ClickHouse
ClickHouse
276,952,478
220
proller
пока самое простое - собирать последний рабочий коммит `git checkout 1adf0bb` но скоро либа будет поправлена.
2017-02-02T13:07:53
2017-02-02T13:32:26
{}
CONTRIBUTOR
ClickHouse
ClickHouse
276,960,764
220
kolossus2
``` [ 57%] Building CXX object libs/libmysqlxx/CMakeFiles/mysqlxx.dir/src/Connection.cpp.o /root/ClickHouse/ClickHouse/libs/libmysqlxx/src/Connection.cpp:1:10: fatal error: 'mysql.h' file not found #include <mysql.h> ``` Может где какие пути не прописаны?
2017-02-02T13:45:59
2017-02-02T13:45:59
{}
NONE
ClickHouse
ClickHouse
277,126,376
444
ipolevoy
It worked!!! Thanks much for your help!
2017-02-03T00:11:32
2017-02-03T00:11:32
{}
NONE
ClickHouse
ClickHouse
277,211,461
220
kolossus2
сделал make -C dbms/src/Server install установил вроде как, сам clickhouse тут - /usr/local/bin/clickhouse - запускаем - ``` # /usr/local/bin/clickhouse --server --config-file=/usr/local/etc/clickhouse-server/config.xml 2017.02.03 13:06:34.569217 [ 1 ] <Warning> Application: Logging to console 2017.02.03 13:06:34...
2017-02-03T10:12:56
2017-02-03T10:12:56
{}
NONE
ClickHouse
ClickHouse
273,994,727
360
jacktang
Hello, I update the latest code ``` $ git show commit 94bfc2ee4bff0d674c61bb99341d52b7a1da7223 Author: Alexey Milovidov <milovidov@yandex-team.ru> Date: Fri Jan 20 09:05:27 2017 +0300 Added test [#CLICKHOUSE-2761]. ``` and run the commands, the deprecated APIs become warnings now. But still some er...
2017-01-20T07:20:23
2017-01-20T07:21:28
{}
NONE
ClickHouse
ClickHouse
274,058,729
365
stofel
> cmake .. -DUSE_INTERNAL_GPERFTOOLS_LIBRARY=0 Yes, it work. Thanks.
2017-01-20T12:14:11
2017-01-20T12:14:47
{}
NONE
ClickHouse
ClickHouse
274,137,898
63
ztlpn
in stable now
2017-01-20T18:02:11
2017-01-20T18:02:11
{ "+1": 1 }
CONTRIBUTOR
ClickHouse
ClickHouse
274,241,684
364
sirkon
Happens to me as well. As far as I remember Alexey mentioned this issue is planned to be fixed.
2017-01-21T06:38:16
2017-01-21T06:38:16
{}
NONE
ClickHouse
ClickHouse
275,093,357
371
proller
problem: ::1 does not listen 127.0.0.1 need split <listen_host> to allow listen multiple addresses
2017-01-25T12:13:56
2017-01-25T12:13:56
{}
CONTRIBUTOR
ClickHouse
ClickHouse
275,784,502
412
ztlpn
> It's working fine with v1.1.54127-stable That means the compressed data is OK and the problem is either with zlib-ng or our code. I'm going to create a branch with zlib-ng substituted for stock zlib after the weekend. It would be great if you'll be able to build it and test against it.
2017-01-27T21:50:10
2017-01-27T21:50:10
{}
CONTRIBUTOR
ClickHouse
ClickHouse
276,739,627
412
rohitagarwal003
I will try this out very soon.
2017-02-01T18:29:51
2017-02-01T18:29:51
{}
CONTRIBUTOR
ClickHouse
ClickHouse
277,003,427
220
proller
freebsd fix: https://github.com/yandex/ClickHouse/commit/5a9c317b656656b401ce387d0c353295b2894551
2017-02-02T16:17:14
2017-02-02T16:17:14
{}
CONTRIBUTOR
ClickHouse
ClickHouse
277,028,115
442
ztlpn
Confirmed.
2017-02-02T17:41:27
2017-02-02T17:41:27
{}
CONTRIBUTOR
ClickHouse
ClickHouse
277,096,383
444
ztlpn
Ok, it seems another limit is the culprit: the core file size. What is the hard limit? (`ulimit -c -H`) Or just lower the core_dump/size_limit setting (the default is 1GB).
2017-02-02T21:54:20
2017-02-02T21:54:20
{}
CONTRIBUTOR
ClickHouse
ClickHouse
277,176,974
220
kolossus2
да, вроде собралось, спасибо!
2017-02-03T06:48:38
2017-02-03T06:48:38
{}
NONE
ClickHouse
ClickHouse
273,801,746
368
ludv1x
It is possible. 1) create table with Array(String) field and add values with double quotes: ``` :) create table test (a Array(String)) ENGINE = Memory CREATE TABLE test ( a Array(String) ) ENGINE = Memory Ok. 0 rows in set. Elapsed: 0.004 sec. :) insert into test VALUES (['a', 'ab']) INSERT ...
2017-01-19T15:13:06
2017-01-19T15:13:06
{}
CONTRIBUTOR
ClickHouse
ClickHouse
273,868,394
23
alexey-milovidov
Now we have translated 50.6% of all comments :)
2017-01-19T19:08:58
2017-01-19T19:08:58
{}
MEMBER
ClickHouse
ClickHouse
274,230,498
360
jacktang
Hello, I pulled latest commit and built from scratch again, `ClickHouse/contrib/libpoco/Foundation/include/Poco/AtomicCounter.h` passed compiling and other errors here: ``` In file included from /Users/jack/Code/ClickHouse/libs/libzkutil/src/ZooKeeperHolder.cpp:1: In file included from /Users/jack/Code/ClickHou...
2017-01-21T03:26:02
2017-01-21T03:42:42
{}
NONE
ClickHouse
ClickHouse
277,240,345
448
hatarist
Perhaps related? https://github.com/yandex/ClickHouse/issues/127
2017-02-03T12:55:08
2017-02-03T12:55:08
{}
CONTRIBUTOR
ClickHouse
ClickHouse
277,284,963
220
proller
Пока никаких идей кроме отключенного в ядре INET6 нет. есть ли inet6 адреса в ifconfig ? а что если в конфиге покрутить <listen_host>::</listen_host> на всякие 127.0.0.1 ::1 или настоящие адреса?
2017-02-03T15:56:25
2017-02-03T15:56:25
{}
CONTRIBUTOR
ClickHouse
ClickHouse
277,436,270
360
jacktang
`ComplexKeyCacheDictionary.cpp` still can't be compiled. The logs ``` rm CMakeCache.txt cmake .. -DUSE_STATIC_LIBRARIES=0 -DNO_WERROR=1 .... make -j 2 clickhouse .... In file included from /Users/jack/Code/ClickHouse/contrib/libpoco/Foundation/include/Poco/RefCountedObject.h:24: /Users/jack/Code/ClickHouse/...
2017-02-04T11:14:06
2017-02-04T11:14:06
{}
NONE
ClickHouse
ClickHouse
275,927,273
414
proller
Yes, compatibility with upstream poco again broken. i will fix it in few days.
2017-01-29T16:52:24
2017-01-29T16:52:24
{ "+1": 2 }
CONTRIBUTOR
ClickHouse
ClickHouse
276,901,958
434
marklit
It looks like a memory allocation failure. ``` 2017.01.25 00:41:55.513494 [ 3 ] <Error> executeQuery: Code: 173, e.displayText() = DB::Exception: Allocator: Cannot mmap., errno: 12, strerror: Cannot allocate memory, e.what() = DB::Exception (from [::1]...
2017-02-02T08:59:40
2017-02-02T08:59:40
{}
NONE
ClickHouse
ClickHouse
277,093,892
444
ipolevoy
Tried to set `<max_open_files>262144</max_open_files>`, but got the same result: ``` $ sudo clickhouse-server --config-file=/etc/clickhouse-server/config.xml POCO ERROR: Exception: Cannot setrlimit Exception: Cannot setrlimit ```
2017-02-02T21:44:34
2017-02-02T21:44:34
{}
NONE
ClickHouse
ClickHouse
274,079,346
368
goranc
Thanks for explanation and clarifying how to escape double quote. I works for my case. There is still issue with unix timestamp in numeric format load from csv, but that is different problem, it should be supported to have same functionality with scv and tsv formats. Regards, g.c.
2017-01-20T14:04:52
2017-01-20T14:04:52
{ "+1": 1 }
NONE
ClickHouse
ClickHouse
276,074,065
413
ztlpn
Arrays inside Nested are equivalent to multidimensional arrays which are not supported by MergeTree engines. Duplicates: #234 #193. As this bug surfaces pretty frequently, we will add checks forbidding the creation of such tables. For now you should stick to single-level nested structures.
2017-01-30T14:22:00
2017-01-30T14:22:00
{ "+1": 1 }
CONTRIBUTOR
ClickHouse
ClickHouse
276,947,594
220
kolossus2
Добрый день! Сборка на FreeBSD Пробовал на FreeBSD 10.3-STABLE и на FreeBSD 11.0-STABLE ``` [ 51%] Building CXX object contrib/libcctz/CMakeFiles/cctz.dir/src/time_zone_libc.cc.o /www/work/YandexDB/ClickHouse/contrib/libcctz/src/time_zone_libc.cc: In member function 'virtual cctz::time_zone::absolute_lookup cctz...
2017-02-02T12:43:44
2017-02-02T12:43:44
{}
NONE
ClickHouse
ClickHouse
273,874,733
360
proller
can you update and try with `cmake .. -DUSE_STATIC_LIBRARIES=0 -DNO_WERROR=1` ?
2017-01-19T19:32:50
2017-01-19T19:34:16
{}
CONTRIBUTOR
ClickHouse
ClickHouse
275,807,303
220
proller
Стало лучше?
2017-01-28T00:04:13
2017-01-28T00:04:13
{}
CONTRIBUTOR
ClickHouse
ClickHouse
276,087,382
360
jacktang
Hello, I post full logs below, with exporting CC/CXX and without exporting. * git revision ``` 23:02 $ git show commit 7ecfbfe53a80077058e2c8e619836da40500d01b Author: Alexey Milovidov <milovidov@yandex-team.ru> Date: Mon Jan 30 15:28:23 2017 +0300 ``` * clang version ``` 23:01 $ clang --version Apple ...
2017-01-30T15:10:52
2017-01-30T15:10:52
{}
NONE
ClickHouse
ClickHouse
276,965,637
220
proller
make VERBOSE=1 есть ли там -I/usr/local/include/mysql ? и что говорил cmake ? должен был -- Using mysqlclient: /usr/local/include/mysql : ; static=/usr/local/lib/mysql/libmysqlclient.a
2017-02-02T14:04:37
2017-02-02T14:04:37
{}
CONTRIBUTOR
ClickHouse
ClickHouse
277,014,313
426
goranc
I'm using CollapsingMergeTree table with few columns and nested arrays as key, value store (one for keys and one for values). Tables are created for each day, and additional Merge type table is created as view to be able to query all tables at once. ` CREATE TABLE events.events_<yyyymmdd> ( event_id String, ...
2017-02-02T16:53:38
2017-02-02T16:55:43
{}
NONE
ClickHouse
ClickHouse
277,036,442
426
ztlpn
Could you also send the exception description (two lines preceding the stack trace)? Judging from the fact that the exception is thrown from MemoryTracker::alloc(), there is some problem with memory consumption. What are the configured memory limits (`SELECT * FROM system.settings WHERE name='max_memory_usage'` and ...
2017-02-02T18:12:41
2017-02-02T18:14:36
{}
CONTRIBUTOR
ClickHouse
ClickHouse
277,091,177
444
ztlpn
Regarding the message: ClickHouse opens a lot of files during its operation, so it tries to increase the max number of open files to the hard limit. Hard limit can be determined using `ulimit -n -H`, if it is `unlimited` that might be the problem. In this case try uncommenting max_open_files setting in the config. The ...
2017-02-02T21:34:26
2017-02-02T21:35:48
{}
CONTRIBUTOR
ClickHouse
ClickHouse
277,093,546
444
ipolevoy
Currently we have it uncommented, <max_open_files>65534</max_open_files> Our system: ``` $lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.1 LTS Release: 16.04 Codename: xenial ``` RAM (almost 200GB): ``` $free total used ...
2017-02-02T21:43:19
2017-02-02T21:47:53
{}
NONE
ClickHouse
ClickHouse
274,093,707
232
hatarist
Seems to be fixed after f63a3ab1. Thanks!
2017-01-20T15:05:48
2017-01-20T15:05:48
{}
CONTRIBUTOR
ClickHouse
ClickHouse
275,557,652
132
alexey-milovidov
I have added it to the list, we will decide time estimate for this task at next week.
2017-01-27T00:32:35
2017-01-27T00:32:35
{}
MEMBER
ClickHouse
ClickHouse
275,839,805
220
stalkerg
Лучше стало хотя конечно ещё есть куда стремится. Без правок cmake всё равно пока не завелось (правда уже небольших). Вот патч: ```diff diff --git a/cmake/find_readline_edit.cmake b/cmake/find_readline_edit.cmake index 76a704dc2..10678108b 100644 --- a/cmake/find_readline_edit.cmake +++ b/cmake/find_readline_edit...
2017-01-28T10:15:21
2017-01-28T10:15:21
{}
NONE
ClickHouse
ClickHouse
277,015,482
220
kolossus2
``` [ 48%] Building CXX object libs/libmysqlxx/CMakeFiles/mysqlxx.dir/src/Connection.cpp.o cd /www/work/YandexDB/ClickHouse/build/libs/libmysqlxx && /usr/local/bin/g++6 -DBOOST_SYSTEM_NO_DEPRECATED -I/www/work/YandexDB/ClickHouse/contrib/libdouble-conversion -I/www/work/YandexDB/ClickHouse/contrib/libcityhash/inclu...
2017-02-02T16:57:26
2017-02-02T16:57:26
{}
NONE
ClickHouse
ClickHouse
277,062,841
444
proller
sine https://github.com/yandex/ClickHouse/commit/20d6c20a7205b72755d5d3491ea2eca7b8b298f0 exception changed to warning
2017-02-02T19:49:09
2017-02-02T19:49:09
{}
CONTRIBUTOR
ClickHouse
ClickHouse
277,067,939
444
ipolevoy
Unfortunately, the server does not start at all, and does not write anything to a log file, so the problem is not in the message.
2017-02-02T20:06:35
2017-02-02T20:07:51
{}
NONE
ClickHouse
ClickHouse
277,214,849
220
proller
система с IPV6 собрана ?
2017-02-03T10:29:42
2017-02-03T10:29:42
{}
CONTRIBUTOR
ClickHouse
ClickHouse
277,328,620
448
bozerkins
possible
2017-02-03T18:46:43
2017-02-03T18:46:43
{}
CONTRIBUTOR
ClickHouse
ClickHouse
275,389,352
360
jacktang
Thanks @proller, include issue has been fixed. And some other errors list here ``` /Users/jacktang/Code/ClickHouse/dbms/src/Dictionaries/ComplexKeyCacheDictionary.cpp:185:41: error: call to unavailable member function 'value': const auto keys_size = dict_struct.key.value().size(); ...
2017-01-26T13:36:07
2017-01-26T13:36:07
{}
NONE
ClickHouse
ClickHouse
277,096,269
444
ipolevoy
Here is the same under strace: ``` sudo strace clickhouse-server --config-file=/etc/clickhouse-server/config.xml > /tmp/strace execve("/usr/bin/clickhouse-server", ["clickhouse-server", "--config-file=/etc/clickhouse-se"...], [/* 17 vars */]) = 0 brk(NULL) = 0x70d1000 access("/etc/...
2017-02-02T21:53:51
2017-02-02T21:53:51
{}
NONE
ClickHouse
ClickHouse
277,324,636
414
proller
https://github.com/yandex/ClickHouse/commit/85533eab57aaf479212880b829fe46afe865b117 https://github.com/yandex/ClickHouse/commit/edd9da119f29687dcb440b33544df81d5205bb9e
2017-02-03T18:30:41
2017-02-03T18:30:41
{}
CONTRIBUTOR
ClickHouse
ClickHouse
274,092,777
360
hatarist
By the way, the current master branch compiles OK for me with `cmake .. -DUSE_STATIC_LIBRARIES=0` on 10.11.6. I wasn't able to compile it for the last ~70 builds. Thanks a lot! 👍
2017-01-20T15:02:04
2017-01-20T15:02:04
{}
CONTRIBUTOR
ClickHouse
ClickHouse
277,052,351
443
alexey-milovidov
Name of script should be better.
2017-02-02T19:10:18
2017-02-02T19:10:18
{}
MEMBER
ClickHouse
ClickHouse
277,092,446
444
ztlpn
If the problem persists, please provide additional information: what is the nature of the system you are using to run ClickHouse (Unix flavour/Linux distribution, is it a physical server or VM, amount of RAM etc.) Does the server crash or just hangs? If the latter is the case, then please run the server under strace...
2017-02-02T21:38:58
2017-02-02T21:41:51
{}
CONTRIBUTOR
ClickHouse
ClickHouse
273,793,693
366
ludv1x
@alexey-milovidov Such conversion (UInt -> DateTime) is supported inside queries. Should this conversion be supported inside input formats?
2017-01-19T14:43:06
2017-01-19T14:43:06
{}
CONTRIBUTOR
ClickHouse
ClickHouse
274,331,295
300
alexey-milovidov
Please try to update to 54135.
2017-01-22T13:34:53
2017-01-22T13:34:53
{}
MEMBER
ClickHouse
ClickHouse
276,366,525
426
ztlpn
Could you provide more details? Does this error happen when you issue a particular query? Also please describe your database schema (column types, table engines, etc.). > Also noticed that when upgrading to 54135 version, files are named correctly, but services have old version 1.1.54134 displayed on client connecti...
2017-01-31T13:45:39
2017-01-31T13:45:39
{}
CONTRIBUTOR
ClickHouse
ClickHouse
277,034,884
434
ztlpn
Good. See also tips for operating ClickHouse: https://github.com/yandex/ClickHouse/blob/master/doc/administration/tips.txt
2017-02-02T18:06:38
2017-02-02T18:06:38
{ "+1": 1 }
CONTRIBUTOR
ClickHouse
ClickHouse
274,018,043
339
jbfavre
Works for me
2017-01-20T09:11:40
2017-01-20T09:11:40
{}
NONE
ClickHouse
ClickHouse
276,591,516
300
ghost
After the week of testing I can confirm that issue has gone. What was the reason, could you make a comment? Thanks.
2017-02-01T07:35:35
2017-02-01T07:35:35
{}
NONE
ClickHouse
ClickHouse
277,099,782
444
ztlpn
> is this normal? I don't know. At least it seems you won't be able to view the gorgeous ClickHouse core files :) Try increasing the hard limit or setting `<core_dump><size_limit>0</size_limit></core_dump>`
2017-02-02T22:07:24
2017-02-02T22:07:24
{}
CONTRIBUTOR
ClickHouse
ClickHouse
273,833,450
371
alexey-milovidov
Hello. Yes, that makes sense. Probably we should bind to 127.0.0.1 (::1) by default and highlight it in documentation and tutorials. Or we could still bind to wildcard address, but don't allow connections without password from everywhere except 127.0.0.1. (The only difficulty is that users frequently create c...
2017-01-19T16:59:02
2017-01-19T16:59:02
{}
MEMBER
ClickHouse
ClickHouse
274,009,632
339
jbfavre
testing right now
2017-01-20T08:35:06
2017-01-20T08:35:06
{}
NONE
ClickHouse
ClickHouse
274,018,122
344
jbfavre
Works for me 👍
2017-01-20T09:12:06
2017-01-20T09:12:06
{}
NONE
ClickHouse
ClickHouse
274,018,314
344
jbfavre
I close this PR since problem is solved in a better way
2017-01-20T09:12:49
2017-01-20T09:12:49
{}
NONE
ClickHouse
ClickHouse
274,920,155
360
proller
includes fixed ? https://github.com/yandex/ClickHouse/commit/b068ffb10031b8fbac1fafbb1a03d7c0c684b70d
2017-01-24T19:56:49
2017-01-24T19:56:49
{}
CONTRIBUTOR
ClickHouse
ClickHouse
275,124,696
360
jacktang
Not yet, I have updated the latest code. @proller ``` 22:31 $ cmake .. -DUSE_STATIC_LIBRARIES=0 -DNO_WERROR=1 -- Building for: Darwin-16.3.0 x86_64 -- CMAKE_BUILD_TYPE is not set, set to default = RELWITHDEBINFO -- CMAKE_BUILD_TYPE: RELWITHDEBINFO -- Tests are enabled -- Using Boost: /Users/jack/Code/ClickHous...
2017-01-25T14:40:38
2017-01-25T14:40:38
{}
NONE
ClickHouse
ClickHouse
276,670,595
228
proller
Some changes: https://github.com/yandex/ClickHouse/commit/c51801d7762bda374757cf61a062b6c6542762b5 Now you can adjust init script by creating /etc/default/clickhouse: ``` # to skip old path checks: CLICKHOUSE_DATADIR_OLD="" # to not touch cron: CLICKHOUSE_CRONFILE="" # change use/group: CLICKHOUSE_USER=superm...
2017-02-01T14:28:19
2017-02-01T14:28:33
{}
CONTRIBUTOR
ClickHouse
ClickHouse
276,758,659
434
ztlpn
This amount of data shouldn't be a problem. Is there anything interesting in server logs (`/var/log/clickhouse-server/clickhouse-server.log`, `/var/log/clickhouse-server/clickhouse-server.err.log`)?
2017-02-01T19:38:18
2017-02-01T19:38:18
{}
CONTRIBUTOR
ClickHouse
ClickHouse
277,037,138
438
alexey-milovidov
Ok.
2017-02-02T18:15:29
2017-02-02T18:15:29
{}
MEMBER
ClickHouse
ClickHouse
277,088,743
444
ipolevoy
We installed this on developer laptops and on our test servers, and everything was OK. Now we are ready to roll our new code to production, but it is not starting on those servers. Any help is appreciated!
2017-02-02T21:25:01
2017-02-02T21:25:01
{}
NONE
ClickHouse
ClickHouse
277,451,983
360
proller
Seems like problems with c++17 features in your compiler/stdlib. Can you try build with gcc6 ? install gcc6 and run something like: ``` cmake .. -DCMAKE_CXX_COMPILER=`which g++-6` -DCMAKE_C_COMPILER=`which gcc-6` ``` or look https://github.com/yandex/ClickHouse/blob/master/doc/build_osx.md
2017-02-04T15:11:19
2017-02-04T15:11:19
{}
CONTRIBUTOR
ClickHouse
ClickHouse
274,996,512
132
alexey-milovidov
We was thinking about possibility to load any configuration sections from ZK.
2017-01-25T01:48:57
2017-01-25T01:48:57
{}
MEMBER
ClickHouse
ClickHouse
275,237,614
398
alexey-milovidov
Missing file StorageSystemBuildOptions.h?
2017-01-25T21:25:35
2017-01-25T21:25:35
{}
MEMBER
ClickHouse
ClickHouse
275,558,698
132
DmitryBe
Sounds great! Thanks a lots for quick reply.
2017-01-27T00:39:37
2017-01-27T00:39:37
{}
NONE
ClickHouse
ClickHouse
275,953,101
412
rohitagarwal003
> Does it reproduce if you change compression level to 2? I deployed inserters with compression level 2, got the same error (v1.1.54134-stable) ``` 2017.01.29 22:44:36.505169 [ 352 ] <Error> executeQuery: Code: 354, e.displayText() = DB::Exception: inflate failed: buffer error: (at row 221474), e.what() = DB::Ex...
2017-01-29T22:52:00
2017-01-29T22:53:07
{}
CONTRIBUTOR
ClickHouse
ClickHouse
276,377,750
390
ludv1x
LGTM, it is really annoying in some cases.
2017-01-31T14:30:24
2017-01-31T14:30:24
{}
CONTRIBUTOR
ClickHouse
ClickHouse
276,424,654
425
ztlpn
UInt8 acts as a substitute for a boolean type in this function. Could you describe in more detail the particular use case for which you need arrayCount without lambda to work with non-UInt8 arrays?
2017-01-31T17:02:57
2017-01-31T17:02:57
{}
CONTRIBUTOR
ClickHouse
ClickHouse
277,103,609
444
ztlpn
It should be a direct descendant of the `<yandex>` tag.
2017-02-02T22:21:59
2017-02-02T22:21:59
{}
CONTRIBUTOR
ClickHouse
ClickHouse
273,865,248
366
alexey-milovidov
It is already supported for TSV, but for somewhat reason doesn't work for CSV, and it works for Values format only through very indirect way. It's better to make it work in all text formats.
2017-01-19T18:57:26
2017-01-19T18:57:26
{}
MEMBER
ClickHouse
ClickHouse
277,102,485
444
ipolevoy
haha, I was hoping to get a glimpse of the core dumps :( Our config file does not have this entry. Where does it belong?
2017-02-02T22:17:29
2017-02-02T22:17:29
{}
NONE
ClickHouse
ClickHouse
277,138,095
437
ztlpn
Confirmed, it is a bug.
2017-02-03T01:20:56
2017-02-03T01:20:56
{}
CONTRIBUTOR
ClickHouse
ClickHouse
277,215,992
220
kolossus2
да
2017-02-03T10:35:20
2017-02-03T10:35:20
{}
NONE
ClickHouse
ClickHouse
277,259,335
426
goranc
Server is 48 cores, 256GB RAM, 14TB SSD storage Memory limit is set for user queries to 16GB There should be exceptions when query is reaching limit and terminated by server, but server shouldn't crash if that happens, and in general didn't, just occasionally. Here are lines preceding stack trace: ` 2017.02.01...
2017-02-03T14:28:23
2017-02-03T14:32:12
{}
NONE