彭勇升 pengys
1057463812
Correct spelling errors in the network protocol. ( #3091 )
...
* Correct spelling errors in the network protocol.
* update protocol submodule commit id.
2019-07-16 09:19:48 +08:00
彭勇升 pengys
9025359163
Fixed a mistake that inject v1 segment producer into v2 standardization worker. ( #3090 )
2019-07-15 23:13:04 +08:00
kezhenxu94
4db1773d3e
Fix wrong logger names ( #3075 )
...
* Fix wrong logger name
* Fix more wrong logger names in agent side
2019-07-15 00:35:15 +08:00
吴晟 Wu Sheng
34b63ae135
Make persistent period configurable. ( #3070 )
2019-07-14 16:13:32 +08:00
彭勇升 pengys
10449aa51c
Logger class is incorrect. ( #3054 )
2019-07-12 09:46:36 +09:00
Alan Lau
52b674e3a5
Fix isSelf address. ( #3051 )
2019-07-12 08:25:41 +09:00
zhangwei
deb2d90029
fix deleteIndex repeat append namespace ( #3017 )
...
* fix deleteIndex repeat append namespace
* fix deleteIndex repeat append namespace
* fix checkStyle
* fix
* fix test assert
* update test method name
* fix test
* fix
* del elastic.search.namespace
* fix check style
* update ITElasticSearchNamespaceClient to ITElasticSearchClientOfNamespace
* move undoFormatIndexName to ITElasticSearchClien
* move #getIndex to ITElasticSearchClient
* add deleteByModelName and deleteByIndexName
* add deleteByModelName and deleteByIndexName
* revert ITElasticSearchClient#getIndex
* Use whitebox get from powermock to get this.
* undo namespacePrefix
2019-07-12 07:53:11 +09:00
吴晟 Wu Sheng
8b2cfa2cd8
Try to fix MySQL TTL failure. ( #3038 )
2019-07-10 23:29:13 +08:00
吴晟 Wu Sheng
ba24490166
Remove "IDs can't be null" in backend, as UI hasn't fixed this for a long time. ( #3039 )
2019-07-10 17:32:45 +08:00
Gao Hongtao
01b963c109
Adding deadline to gRPC client ( #2987 )
...
* Set up 10 seconds deadline after gRPC client sending
* The duration of deadline contains three segments: connecting,
request and response
For blocking stub, I just set deadline before invoke service. For
bi-streaming stub, I found all of them are used as a blocking style,
that after getting streaming response client stub just close current
streaming. Base on above reality, I pick the same way as blocking one.
2019-07-03 14:34:04 +08:00
kezhenxu94
9d7649d907
Set charset in web hook and replace magic number ( #2986 )
2019-07-03 09:22:53 +08:00
zhousiliang163
6c85693ca1
fix issue #2979 ( #2980 )
...
* fix issue #2979
* remove the unused import, which causes the CI failed
2019-07-02 11:34:19 +08:00
于玉桔
48ffd09239
Spring @Async plugin support ( #2902 )
...
* spring_async_plugin
* fix
* fix
* fix
* fix
* format fix
* rename
* fix
* fix version
* Update SWCallable.java
* Update Supported-list.md
* Update Supported-list.md
2019-07-02 07:46:25 +08:00
吴晟 Wu Sheng
0225711e26
Check duplicate providers in bootstrap ( #2976 )
...
* Enhance module manager
2019-07-01 15:54:12 +08:00
吴晟 Wu Sheng
11e7cd44f7
[Revert]etcd configuration is not implemented ( #2974 )
...
* etcd configuration is not implemented and the provider definition is copied from cluster management, which could cause multiple loading by module manager.
* Fix a missing delete.
2019-07-01 11:03:38 +08:00
吴晟 Wu Sheng
4faa950c14
Move master to 6.3.0 ( #2968 )
...
* [maven-release-plugin] prepare release v6.2.0
* [maven-release-plugin] prepare for next development iteration
2019-06-29 13:49:36 +08:00
daming
6827839c21
typo ( #2960 )
2019-06-27 19:34:17 +08:00
daming
1e584ddf50
fix missed condition in H2LogQueryDAO ( #2947 )
...
* fix missed condition
* fix missed condition
* fix missed condition
2019-06-26 15:23:02 +08:00
彭勇升 pengys
dea6cfb010
Change the statement column type from Keyword to Text. ( #2944 )
...
* Use ids query method instead of get method for metrics persistence.
#2933
* Query by alias name.
* #2943
Change the statement column type from Keyword to Text.
2019-06-25 17:55:12 +08:00
吴晟 Wu Sheng
4deae17fb3
Fix lose query data bug. ( #2941 )
2019-06-25 15:06:31 +08:00
吴晟 Wu Sheng
85acc1b191
Revert "Introduce dead line settings from gRPC document. ( #2917 )" ( #2936 )
...
This reverts commit db8c45465b .
2019-06-24 00:08:59 +08:00
彭勇升 pengys
129d2918ac
Use ids query method instead of get method for metrics persistence. ( #2934 )
...
* Use ids query method instead of get method for metrics persistence.
#2933
* Query by alias name.
2019-06-23 16:53:45 +08:00
daming
fa7a1983f9
Fix ModuleProvider is repeated loading ( #2923 )
2019-06-21 21:01:20 +08:00
吴晟 Wu Sheng
db8c45465b
Introduce dead line settings from gRPC document. ( #2917 )
2019-06-21 00:53:31 +08:00
于玉桔
adb7ac44d7
Provide Zookeeper dynamic configuration center implementation. fixes #2825 ( #2852 )
...
* configration-zookeeper
2019-06-18 13:53:28 +08:00
kezhenxu94
5df621390f
Remove unstable test temporarily ( #2893 )
...
Nacos standalone mode don't use in-memory storage therefore we don't
need mysql
2019-06-18 09:38:20 +08:00
daming
6ff33d8816
Restore solrj-plugin ( #2888 )
...
* restore solrj-plugin
* restore solrj-plugin
2019-06-17 18:48:18 +08:00
彭勇升 pengys
70064f47cb
Use the ids query method instead of get method. ( #2887 )
...
#2886
2019-06-17 12:05:21 +08:00
Alan Lau
a70a2b236e
Add cluster-etcd-plugin ( #2725 )
...
* Add cluster-etcd-plugin
2019-06-17 11:27:40 +08:00
kezhenxu94
fac940cdbe
Provide Apollo dynamic configuration center implementation. fixes #2825 ( #2826 )
...
* Provide Apollo dynamic configuration center implementation. fixes #2825
2019-06-16 22:49:44 +08:00
kezhenxu94
e3e06bb024
Bump up fabric docker plugin version ( #2875 )
2019-06-14 15:16:09 +08:00
吴晟 Wu Sheng
13303fb51e
Support pxx in service relation. ( #2785 )
2019-06-14 13:30:06 +08:00
吴晟 Wu Sheng
0103d8ad28
Fix no stream register. ( #2873 )
...
* Fix no stream register.
* Make sure list order.
* Refactor codes.
* Fix wrong revert.
2019-06-14 11:31:51 +08:00
吴晟 Wu Sheng
0f9c27d481
Revert SolrJ plugin. ( #2871 )
...
* Revert SolrJ plugin.
* Remove an unexpected test case.
* Revert "Remove an unexpected test case."
This reverts commit 359990e18b0c0ae1a6e1005ff985bf237ec05619.
* Clear context.
* Fix a leak.
2019-06-14 09:24:58 +08:00
kezhenxu94
5b6a890592
Adjust pom plugin position and add docs ( #2870 )
...
* Adjust pom plugin position and add docs
* Polishing
* Update as requested
2019-06-14 07:21:47 +08:00
tzy1316106836
bc0c25ad55
the static paramater is best to be referenced by the class ( #2868 )
...
* fix potential NullPointerException
* Revert "fix potential NullPointerException"
This reverts commit 8393656
* fix potential NullPointerException
the static paramater is best to use the class to reference
2019-06-13 20:23:46 +08:00
kezhenxu94
f5db90b8bd
Integrate Jenkins CI ( #2864 )
...
* Test
* Sync
* Update ITNacosConfigurationTest.java
* Trigger CI
* Trigger CI
* Trigger CI
* Trigger CI
* Trigger CI
* Remove unused imports to fix checkstyle
* Remove unused imports to fix checkstyle
* Increase timeout since nacos starts slowlly
* Bump up Oracle JDK version
* Remove OracleJDK due to license
* Add CI-with-IT profile and openjdk9
* Add missing profiles
* Lift failsafe plugin to root
* Update pom.xml
* Remove OPENJDK9
* Try parallel builds and add agent
* Try parallel build and windows
* Try parallel build and windows
* Try parallel build and windows
* Try parallel build
* Try parallel build
* Try parallel build
* Fix indentation
* Trigger CI
* Trigger CI
* Remove Windows stage
* Update mvnw.cmd
2019-06-13 17:06:21 +08:00
彭勇升 pengys
4e63331d35
#2860 ( #2861 )
...
Get the document by index name.
2019-06-12 18:56:11 +08:00
吴晟 Wu Sheng
dbb8bd8a7f
Fix wrong query condition ( #2858 )
2019-06-12 17:17:15 +08:00
于玉桔
ee7c4180ca
Optimize SegmentParseV2::parse code logic ( #2828 )
...
* Optimize code logic
* revert
* fix
2019-06-12 12:26:34 +08:00
彭勇升 pengys
1c545a3708
Fixed a time series bug about downsampling setting in processors are different from the setting in receivers. ( #2856 )
...
#2851
2019-06-12 08:17:15 +08:00
kezhenxu94
ec731b2ad8
Remove unnecessary docs and config keys ( #2845 )
2019-06-11 00:20:26 +08:00
吴晟 Wu Sheng
c983d85000
Fix miss change of envoy receiver. ( #2844 )
2019-06-10 16:15:34 +08:00
吴晟 Wu Sheng
2cdbe83f9c
Move zipkin and jaeger span source to disable from metrics. ( #2842 )
2019-06-09 22:36:52 +08:00
kezhenxu94
f683850b9a
Improve plugin performance ( #2838 )
...
* Improve plugin performance. fix #2837
2019-06-09 15:19:04 +08:00
kezhenxu94
e05e092677
Remove unstable tests ( #2841 )
2019-06-09 14:02:01 +08:00
吴晟 Wu Sheng
2197820577
Support exporter runs in increment and total modes ( #2840 )
...
* Make exporter interface better.
* Fix review.
2019-06-09 11:32:27 +08:00
kezhenxu94
7f2277091d
Provide Nacos dynamic configuration center implementation. fixes #2816 ( #2817 )
...
* Provide Nacos dynamic configuration center implementation. fixes #2816
* Add unit tests
* Sync
* Replace pull-mode with watch-mode
* Fix ci
* Unify dependency management
* Add integration tests
* Revert unexpected changes
* Add more test cases
* Revert unexpected changes
* Suppress IDE warning
* Correctify volumes position
* Add license header
* Remove Chinese comments
* Sync
* Sync
* Sync
* Sync
* Revert unexpected changes
* Rebase on refactored code and add missing config to docker
* Fix unit test
* Revert unnecessary changes
2019-06-07 12:01:24 +08:00
kezhenxu94
57aedb8017
Refactor ConfigWatcherRegister to only read interested configs. fixes #2834 ( #2835 )
2019-06-07 07:32:57 +08:00
daming
6ae517423c
Provide plugin for Solr-7.x(client) ( #2730 )
...
* new branch for solrj-plugin
* rollback and add module solrj-plugin
* preparing to pr
* to resolve reviewers' suggestions
* remove unused code
* remove unused code
* remove unused comments
* To avoid NPE
* fix typo
* Change to JRE6
* fix pom.xml merge incorrectly. and java.net.URL instead of Regex
* Using RuntimeContext instead of ThreadLocal
* To reduce unnecessary tags
* add test cases
* fix validation fail
* add solrj-plugin into component-libraries & Supported-list
* to trace all patch to avoid recheck status of span
* remove unnecessary properites
* remove unnecessary tags
* Add the config to document of setup
2019-06-05 22:54:45 +08:00