fuweng11 opened a new issue, #7284:
URL: https://github.com/apache/inlong/issues/7284
### Description
Use `Preconditions.expectNotBlank` to check whether a string is null.
### InLong Component
InLong Manager
### Are you willing to submit PR?
- [X] Yes, I am
fuweng11 opened a new pull request, #7285:
URL: https://github.com/apache/inlong/pull/7285
### Prepare a Pull Request
- Fixes #7284
### Motivation
Use Preconditions.expectNotBlank to check whether a string is null.
### Modifications
Use Preconditions.expect
yunqingmoswu commented on code in PR #7241:
URL: https://github.com/apache/inlong/pull/7241#discussion_r1090371967
##
inlong-sort/sort-common/src/main/java/org/apache/inlong/sort/protocol/node/load/RedisLoadNode.java:
##
@@ -0,0 +1,249 @@
+/*
+ * Licensed to the Apache Software
dockerzhang closed issue #7284: [Improve][Manager] Use
Preconditions.expectNotBlank to check whether a string is null
URL: https://github.com/apache/inlong/issues/7284
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
U
dockerzhang merged PR #7285:
URL: https://github.com/apache/inlong/pull/7285
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@inlong.
Yizhou-Yang opened a new issue, #7286:
URL: https://github.com/apache/inlong/issues/7286
### What happened
java.lang.ArrayIndexOutOfBoundsException: 1
at
org.apache.inlong.sort.doris.table.DorisDynamicSchemaOutputFormat.load(DorisDynamicSchemaOutputFormat.java:742)
~[pool-1-
Yizhou-Yang opened a new pull request, #7287:
URL: https://github.com/apache/inlong/pull/7287
### Prepare a Pull Request
*(Change the title refer to the following example)*
- Title Example: [INLONG-XYZ][Component] Title of the pull request
*(The following *XYZ* should be repl
Yizhou-Yang opened a new pull request, #7288:
URL: https://github.com/apache/inlong/pull/7288
### Prepare a Pull Request
*(Change the title refer to the following example)*
- Title Example: [INLONG-XYZ][Component] Title of the pull request
*(The following *XYZ* should be repl
Yizhou-Yang opened a new pull request, #7289:
URL: https://github.com/apache/inlong/pull/7289
### Prepare a Pull Request
*(Change the title refer to the following example)*
- Title Example: [INLONG-XYZ][Component] Title of the pull request
*(The following *XYZ* should be repl
Yizhou-Yang opened a new pull request, #7290:
URL: https://github.com/apache/inlong/pull/7290
### Prepare a Pull Request
*(Change the title refer to the following example)*
- Title Example: [INLONG-XYZ][Component] Title of the pull request
*(The following *XYZ* should be repl
Yizhou-Yang opened a new issue, #7291:
URL: https://github.com/apache/inlong/issues/7291
### What happened
the ${} is not replaced.
### What you expected to happen
replace all literals dynamically
### How to reproduce
bug for multiple sink dirty data
Yizhou-Yang opened a new issue, #7292:
URL: https://github.com/apache/inlong/issues/7292
### What happened
the method could not accurately detect and archive dirty data
### What you expected to happen
it should archive data properly
### How to reproduce
do a
Yizhou-Yang opened a new issue, #7293:
URL: https://github.com/apache/inlong/issues/7293
### What happened
For jdbc multiple sink and other multiple sinks, when invoke is more
frequent then the scheduler's batch interval, the dirty data will flush at a
faster rate.
### What y
bigdaronlee163 commented on issue #7252:
URL: https://github.com/apache/inlong/issues/7252#issuecomment-1408461946
TubeMQ go sdk for producing message
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to g
fuweng11 opened a new issue, #7294:
URL: https://github.com/apache/inlong/issues/7294
### What happened
Suspend, restart, delete sort task failed.
### What you expected to happen
Suspend, restart, delete sort task success.
### How to reproduce
Suspend, resta
fuweng11 opened a new pull request, #7295:
URL: https://github.com/apache/inlong/pull/7295
### Prepare a Pull Request
- Fixes #7294
### Motivation
Fix the problem of suspend, restart, delete sort task failed.
### Modifications
If `sort.properties` is empty,
gosonzhang merged PR #7295:
URL: https://github.com/apache/inlong/pull/7295
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@inlong.a
gosonzhang closed issue #7294: [Bug][Manager] Failed to suspend, restart and
delete Sort task
URL: https://github.com/apache/inlong/issues/7294
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the sp
This is an automated email from the ASF dual-hosted git repository.
gosonzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new a675d88a3 [INLONG-7294][Manager] Fix the pro
EMsnap commented on code in PR #7290:
URL: https://github.com/apache/inlong/pull/7290#discussion_r1091361721
##
inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/dirty/sink/s3/S3DirtySink.java:
##
@@ -130,8 +131,16 @@ public synchronized void invoke(Dirt
EMsnap commented on code in PR #7290:
URL: https://github.com/apache/inlong/pull/7290#discussion_r1091363311
##
inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/dirty/sink/s3/S3DirtySink.java:
##
@@ -130,8 +131,16 @@ public synchronized void invoke(Dirt
EMsnap commented on code in PR #7289:
URL: https://github.com/apache/inlong/pull/7289#discussion_r1091364011
##
inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/dirty/DirtySinkHelper.java:
##
@@ -110,22 +118,56 @@ public void invokeMultiple(T dirtyData,
EMsnap commented on code in PR #7289:
URL: https://github.com/apache/inlong/pull/7289#discussion_r1091365276
##
inlong-sort/sort-connectors/jdbc/src/main/java/org/apache/inlong/sort/jdbc/internal/JdbcMultiBatchingOutputFormat.java:
##
@@ -566,7 +566,8 @@ protected void attemptFl
EMsnap commented on PR #7288:
URL: https://github.com/apache/inlong/pull/7288#issuecomment-1409654356
https://github.com/apache/inlong/issues/7291 the description for the code
mismatch
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
EMsnap merged PR #7269:
URL: https://github.com/apache/inlong/pull/7269
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@inlong.apach
EMsnap closed issue #7268: [Feature][Sort] Support Apache Kudu LoadNode
URL: https://github.com/apache/inlong/issues/7268
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To uns
This is an automated email from the ASF dual-hosted git repository.
zirui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
from a675d88a3 [INLONG-7294][Manager] Fix the problem of suspend, restart,
delete sort task failed (#7295)
add 5413ab7
EMsnap merged PR #7228:
URL: https://github.com/apache/inlong/pull/7228
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@inlong.apach
This is an automated email from the ASF dual-hosted git repository.
zirui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
from 5413ab78a [INLONG-7268][Sort] Support load node of Apache Kudu (#7269)
add 479ff3ab9 [INLONG-7060][Sort] Support w
EMsnap closed issue #7060: [Feature][Sort] Support write redis in
sort-connector-redis
URL: https://github.com/apache/inlong/issues/7060
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific
healchow commented on code in PR #7289:
URL: https://github.com/apache/inlong/pull/7289#discussion_r1091391336
##
inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/dirty/DirtySinkHelper.java:
##
@@ -136,6 +185,51 @@ public void invokeMultiple(T dirtyData
healchow commented on issue #7292:
URL: https://github.com/apache/inlong/issues/7292#issuecomment-1409690701
What bug? Please add more info for the Issue.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above t
healchow commented on PR #7289:
URL: https://github.com/apache/inlong/pull/7289#issuecomment-1409692370
Please add more info for the PR, such as the Motivation, Modifications and
Verifying…
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
healchow commented on code in PR #7289:
URL: https://github.com/apache/inlong/pull/7289#discussion_r1091413467
##
inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/Constants.java:
##
@@ -135,6 +135,8 @@ public final class Constants {
public static
healchow commented on PR #7290:
URL: https://github.com/apache/inlong/pull/7290#issuecomment-1409705993
1. The `INLONG-7292` was incorrect in the PR title.
2. Please add more info for the PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please
featzhang commented on code in PR #7241:
URL: https://github.com/apache/inlong/pull/7241#discussion_r1091421191
##
inlong-sort/sort-common/src/main/java/org/apache/inlong/sort/protocol/node/load/RedisLoadNode.java:
##
@@ -0,0 +1,249 @@
+/*
+ * Licensed to the Apache Software Fou
featzhang commented on code in PR #7243:
URL: https://github.com/apache/inlong/pull/7243#discussion_r1091421735
##
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/sort/util/LoadNodeUtils.java:
##
@@ -651,4 +715,59 @@ public static void checkPartitionFiel
featzhang commented on code in PR #7243:
URL: https://github.com/apache/inlong/pull/7243#discussion_r1091423317
##
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/resource/sink/redis/RedisResourceOperator.java:
##
@@ -0,0 +1,47 @@
+/*
+ * Licensed
featzhang commented on code in PR #7243:
URL: https://github.com/apache/inlong/pull/7243#discussion_r1091435748
##
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/sink/redis/RedisSinkOperator.java:
##
@@ -0,0 +1,167 @@
+/*
+ * Licensed to the Apach
featzhang commented on code in PR #7270:
URL: https://github.com/apache/inlong/pull/7270#discussion_r1091437291
##
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/sink/kudu/KuduPartitionField.java:
##
@@ -0,0 +1,41 @@
+/*
+ * Licensed to the Apache Softw
featzhang commented on code in PR #7270:
URL: https://github.com/apache/inlong/pull/7270#discussion_r1091437529
##
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/sink/kudu/KuduPartition.java:
##
@@ -0,0 +1,54 @@
+/*
+ * Licensed to the Apache Software F
dockerzhang merged PR #7241:
URL: https://github.com/apache/inlong/pull/7241
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@inlong.
dockerzhang closed issue #7240: [Feature][Sort] Support load node of Redis
URL: https://github.com/apache/inlong/issues/7240
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To
This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new ab88b914e [INLONG-7240][Sort] Support load
This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 2b83000ff [INLONG-7264][Dashboard] Support
dockerzhang closed issue #7264: [Feature][Dashboard] Support sink Apache Kudu
URL: https://github.com/apache/inlong/issues/7264
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
dockerzhang merged PR #7267:
URL: https://github.com/apache/inlong/pull/7267
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@inlong.
yunqingmoswu commented on code in PR #7148:
URL: https://github.com/apache/inlong/pull/7148#discussion_r1091499008
##
inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/dirty/DirtySinkHelper.java:
##
@@ -110,22 +114,59 @@ public void invokeMultiple(T dirt
yunqingmoswu commented on code in PR #7287:
URL: https://github.com/apache/inlong/pull/7287#discussion_r1091507002
##
inlong-sort/sort-connectors/doris/src/main/java/org/apache/inlong/sort/doris/table/DorisDynamicSchemaOutputFormat.java:
##
@@ -441,7 +441,10 @@ private void addB
yunqingmoswu commented on code in PR #7289:
URL: https://github.com/apache/inlong/pull/7289#discussion_r1091509651
##
inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/Constants.java:
##
@@ -135,6 +135,8 @@ public final class Constants {
public st
dockerzhang commented on issue #4959:
URL: https://github.com/apache/inlong/issues/4959#issuecomment-1409845875

we can check the execution log from group->stream.
--
This
dockerzhang closed issue #4959: [Feature] Improve the log report for data stream
URL: https://github.com/apache/inlong/issues/4959
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment
dockerzhang closed issue #4990: Apache InLong Roadmap 2022 H2
URL: https://github.com/apache/inlong/issues/4990
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe,
This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch branch-1.5
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/branch-1.5 by this push:
new 4a0175797 [INLONG-7294][Manager] Fi
Yizhou-Yang commented on code in PR #7289:
URL: https://github.com/apache/inlong/pull/7289#discussion_r1091525820
##
inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/Constants.java:
##
@@ -135,6 +135,8 @@ public final class Constants {
public sta
Yizhou-Yang commented on code in PR #7287:
URL: https://github.com/apache/inlong/pull/7287#discussion_r1091534406
##
inlong-sort/sort-connectors/doris/src/main/java/org/apache/inlong/sort/doris/table/DorisDynamicSchemaOutputFormat.java:
##
@@ -441,7 +441,10 @@ private void addBa
Yizhou-Yang commented on PR #7290:
URL: https://github.com/apache/inlong/pull/7290#issuecomment-1409883987
>
the batchinterval was used to make sure that it will flush every 6ms.
But it does not stop the connector from calling .invoke before 6ms.
This is to stop the S3
dockerzhang opened a new pull request, #7296:
URL: https://github.com/apache/inlong/pull/7296
### Prepare a Pull Request
*(Change the title refer to the following example)*
- Title Example: [INLONG-XYZ][Component] Title of the pull request
*(The following *XYZ* should be repl
58 matches
Mail list logo