Rong-Kang

Results 10 issues of Rong-Kang

### What is this PR for? * For `zeppelin-0.9.0`, Windows, `bin\interpreter.cmd` calls `RemoteInterpreterServer` but misses `groupId` paramters, resulting in `ArrayIndexOutOfBoundsException` when any paragraphs are executed. ### What type of PR...

I find there are many parameters in training phase. Have you run this project on large datasets, like SIFT1M(even SIFT1B) and GIST1M? And how to choose the appropriate parameters? Thanks...

## Description This pull request is about the index framework, aiming at enabling IoTDB to support similar research and other index types. We appreciate all comments and suggestions. Thanks to...

readme中说是继承和拓展,不过两个项目的代码结构看起来的并不相同,是同一个团队的吗?而且DjangoX最近更新已经是三个月前了,xadmin却三天前还在更新啊

Copy all files in apache/incubator-iotdb except .git into thulab/iotdb. the file modification is twofold: 1. code changes for improving code quality by sonar. 2. File changes for code style format...

1. change involved code in query processing package. 2. refine the test code of KVIndex. 3. change involved lines of TSParser.g. 4. Note that, Index query is conflict with `Aggregation`...

T和F大写的`TsFile`是否是正确写法?如果是,在`TsfileDBConfig`应该整体重命名一下

FileNodeProcessor会向下传递三个action,在close的时候会用到 其中的两个: ![image](https://user-images.githubusercontent.com/5548915/31545391-e23e73c0-afe4-11e7-818d-8b6e19918e6a.png) close是同步操作,在`recordWriter.close()`之后可以结束,然后在FileNode的close函数中完成这两个操作,似乎没有必要下放到这里完成。

bug

line 114,这里备份的lastUpdateTimeMap是一个map数组,应该深拷贝,否则这里备份了仍然会被外界修改,没有意义 ``` private Action bufferwriteCloseAction = new Action() { @Override public void act() throws Exception { // update the lastUpdatetime, newIntervalList and Notice: thread // safe synchronized (fileNodeProcessorStore) {...

bug

`cn.edu.tsinghua.iotdb.engine.filenode.FileNodeManager`中,`addNameSpaceToOverflowList`函数会在每个FileNode增删改操作时被执行,overflowNameSpaceSet中是当前所有被更改过的nameSpacePath。 但是,`overflowBackUpAction`和`overflowFlushAction`两个函数(line62,72)是在某个FileNode的flush之前先备份一下,flush结束后刷写备份前的set,这样做似乎欠考虑。

bug