Tony Zeng

Results 15 comments of Tony Zeng

版本: > curl localhost:9200/ { "name" : "SHDPaA2", "cluster_name" : "searcher-dev", "cluster_uuid" : "0AeHWcY6QF6idSlOEiuHTA", "version" : { "number" : "5.6.1", "build_hash" : "667b497", "build_date" : "2017-09-14T19:22:05.189Z", "build_snapshot" : false, "lucene_version"...

另外,“高亮可以选择其他字段”是什么意思?

@nail1208 the memory of ES is configured only 512m when run correctness test, so write a new compose config or share the same large one?

## Done: - Output need customization of Spring EL -- Remove spring EL - Mysql input field check - Add new cold start: batch select (order by id) & batch...

## Testing & Implementing - Update position even not interested in - Share storage in k8sMode - Sync meta info to ZK like - k8sMode need a instanceId to differentiate...

## Not Do - Schema mis-match problem -- fix by new cold-start method -- `ETL` - Write schema of all tables to local file, then parse all DDL to update...

Try to add this repo: ```xml sonatype Sonatype https://repository.sonatype.org/content/groups/public/ ``` Or you may be package it from code by yourself. If you need more help, leave me a message.

## Done - ES `bulkByScrollRequest` not handling `NoNodeAvailableException` - FilterJob/BatchJob not catch `Throwable`, cause some scheduled task stopped silently. - MySQL output channel update by field (other than id) not...

I suppose parser can tell differences between the keyword and col by the function `timestampadd`?

@benfred So, today if I want to see which thread holds the GIL now in cmd line, how can I do? `py-spy record -g -f raw -t -p xxx` seems...