Delete buildV9Directly in Kafka and Kinesis Indexing Service#11351
Conversation
|
Thanks for cleaning up the code. I see this parameter is still referenced in 'native-batch.md' but not used in the |
I find it, but I'm not very sure delete this parameter from batch job is safe. |
Actually it's not used in the code, you could check it. |
I delete this method from every where I can find it and pass all unit tests. This is a field in restful API, so I think it's safe to remove it even if some old config had it, because it will not be used and cause no exception. |
|
Pls check the CI. |
Thanks! Checking now. |
|
Hi, @FrankChen021 , happy weekend! I run some integration tests on one EC2 like -Dgroups=batch-index, -Dgroups=query-retry, this branch passed those tests. But it failed on Travis. Is there something wrong for integration tests in Travis? |
Might be due to flaky test. I re-triggered the failed tasks. Let's wait to see the result. |
Thank you very much! |
|
Added release notes, just in case someone is still using this even though it was deprecated for a very long time If the release manager thinks we don't need to call this out - we can exclude this from the release notes |
This isn't necessary, it looks like this was left in place for upgrades between 0.11 and 0.12, and we just forgot to remove it. It's not hooked into anything, since all of that stuff was removed in #4420. |
…11351) * delete_buildV9Directly_in_kafka_and_kinesis_indexing_service * delete * delete them from server * delete buildV9Directly from hadoop indexing * bug fixed Co-authored-by: yuanyi <yuanyi@freewheel.tv>
Parameter "buildV9Directly" in Kafka and Kinesis tunningConfig will be removed 0.12, but it still reserved in code. I think it is safe to remove it.
This PR has: