Commit Graph

1104 Commits

Author SHA1 Message Date
qiaojialingithub 4a8ab0e57d v0.6.0 2018-05-06 17:35:25 +08:00
aoei.me 03dc388a7f fix a bug in aggregation without filter process (#377) 2018-05-06 10:15:06 +08:00
aoei.me 25254be661 fix a bug in AggregateRecordReader (#371) 2018-04-20 10:06:04 +08:00
March250 2411687070 fix a bug in data directories (#369) 2018-04-18 10:49:49 +08:00
aoei.me 5a6582fb2e Fix issue 364,修复聚合操作带filter的bug (#365) 2018-04-12 22:37:55 +08:00
March250 a8f855167d Adjust data directories (#342) 2018-04-09 11:24:19 +08:00
March250 2e127419b8 fix a bug (#357) 2018-04-09 10:58:52 +08:00
XuYi 10a6be0c93
Fix issue 360 (#362) 2018-04-03 12:10:31 +08:00
XuYi 30ae3a27de
Fix issue 335 (#353) 2018-04-03 12:10:19 +08:00
XuYi 0e77dc0ea2
change to 0.5.0 and remove derby in pom (#361) 2018-04-03 12:01:30 +08:00
XuYi 37e3fc35b6
close #358 (#359) 2018-04-03 11:07:41 +08:00
jt2594838 2c68db24c2 New authorizer (#349) 2018-03-27 10:06:42 +08:00
jt2594838 d371fe777c fix a bug that overflow WAL won't be recovered (#346) 2018-03-21 15:09:50 +08:00
XuYi f90dcd8a64
fix isse 344 (#351) 2018-03-19 12:03:25 +08:00
XuYi 4fe05f5143
remove main class for JDBCService in service package (#348) 2018-03-14 17:23:52 +08:00
XuYi f0f22fc334
Unseq overflow impl (#329) 2018-03-13 21:58:47 +08:00
Rui Liu ecc6eb2508 Fix issue#316 (#323) 2018-02-01 16:40:13 +08:00
XuYi 137ed47eea
Fix issue 271 (#308) 2018-01-29 15:41:05 +08:00
XuYi bf6ce79a4c
add cost time for client tool (#322) 2018-01-27 11:53:17 +08:00
XuYi c8094a8166
add display how many lines in console in client tools (#318) 2018-01-25 19:04:23 +08:00
jt2594838 5383f9c933 Add new wal (#311) 2018-01-24 12:03:05 +08:00
liukun 51b733ef73 fix bug: control the mergeConcurrentThreads (#312) 2018-01-22 21:51:41 +08:00
liukun e14263f299 Fix issue#286 (#289) 2018-01-20 17:56:17 +08:00
XuYi 570d2eae56
add exception handler and remove System.exit(0) (#307) 2018-01-17 14:51:11 +08:00
Liliang 8a6fd25e22 fix issue (#303) 2018-01-17 11:43:50 +08:00
aoei.me 2da8acf501 Solve the problem that stream can not be closed in windows (#305) 2018-01-17 10:45:41 +08:00
aoei.me 3348e82e3a
Merge pull request #300 from thulab/solve_toomanyfiles_readermanager
Solve too many files problem
2018-01-16 15:30:04 +08:00
CGF 47da08964d fix FileReaderMap singleton usage 2018-01-16 15:02:17 +08:00
CGF 690758b2e3 improve too many open files implementation 2018-01-16 00:24:40 +08:00
CGF be364148e7 Merge branch 'master' into solve_toomanyfiles_readermanager 2018-01-15 23:46:53 +08:00
East 5039f97e93 add FileReaderMap to manage streams 2018-01-15 17:55:23 +08:00
aoei.me e7eaa4a7b0 Fix issue#280 new (#293) 2018-01-15 15:56:34 +08:00
XuYi ec9457728e
add exception in batch execute statement (#299) 2018-01-15 12:00:46 +08:00
Liliang 2855405770 fix_issue#294 (#295) 2018-01-12 20:15:41 +08:00
liukun d43263cad3 Support to close buffer write when the size of tsfile or the size of … (#277) 2018-01-12 16:54:29 +08:00
jt2594838 525cad5ecf set MemStatisticThread‘s interval to 10min and log level to debug (#292) 2018-01-12 13:58:37 +08:00
aoei.me f2ff722cf8 Close the file stream in RecordReader class. (#287) 2018-01-11 19:08:20 +08:00
jt2594838 d526713f63 change log level of policies in safe memory conditions to debug (#284) 2018-01-11 12:18:42 +08:00
aoei.me 0e68ec8d25 Rewrite some code in IoTDB read process (#273) 2018-01-11 10:17:40 +08:00
jt2594838 e9b6fd97ab Add aggr last (#267) 2018-01-10 18:40:08 +08:00
Liliang 134f868df6 Fix issue#260 (#266) 2018-01-10 15:16:35 +08:00
liukun 83fdf35be9 Fix issue#274 (#275) 2018-01-10 12:35:50 +08:00
Liliang 825bfc1313 Fix the bug in issue#246 (#265) 2018-01-08 17:07:57 +08:00
XuYi 85ebcc9648
Update iotdb-engine.properties 2018-01-05 15:03:00 +08:00
liukun 0df54aefeb add detailed error log for iotdb metadata cache and add exception (#262) 2018-01-05 12:20:40 +08:00
liukun 4e78412799 add close memory control in unit test (#270) 2018-01-05 11:47:15 +08:00
xingtanzjr 280c9b78a8
Merge pull request #269 from thulab/f_zjr_LogbackJMX
configure logback settings dynamically by JMX
2018-01-05 11:23:29 +08:00
xingtanzjr cba7f509a5 Merge branch 'f_zjr_LogbackJMX' of github.com:thulab/iotdb into f_zjr_LogbackJMX 2018-01-05 10:58:05 +08:00
xingtanzjr ff500a8145 add JMXConfigurator for Logback to configure logback settings dynamically by JMX 2018-01-05 10:55:54 +08:00
jt2594838 db9683522c add configurations of small flush and MemMonitor (#264) 2018-01-05 10:32:20 +08:00