aloyszhang commented on code in PR #10673:
URL: https://github.com/apache/inlong/pull/10673#discussion_r1687481167
##########
CHANGES.md:
##########
@@ -22,178 +22,326 @@
# of release header or remove the below marker. This file is generated.
# DO NOT REMOVE THIS MARKER; FOR INTERPOLATING CHANGES!-->
-# Release InLong 1.12.0 - Released (as of 2024-04-21)
+# Release InLong 1.13.0 - Released (as of 2024-07-18)
### Agent
-| <div style="width:130px">ISSUE</div> | <div
style="width:950px">Summary</div>
|
-|:---------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| [INLONG-9801](https://github.com/apache/inlong/issues/9801) |
[Umbrella][Agent] Add an agent installer module for agent installation
|
-| [INLONG-9698](https://github.com/apache/inlong/issues/9698) |
[Improve][Agent] Optimize file collection initialization logic toIO
|
-| [INLONG-9700](https://github.com/apache/inlong/issues/9700) |
[Improve][Agent] Optimize the message ack logic to reduce semaphore
competition.
|
-| [INLONG-9702](https://github.com/apache/inlong/issues/9702) |
[Improve][Agent] Change the data transmission interval to depend on local file
configuration
|
-| [INLONG-9704](https://github.com/apache/inlong/issues/9704) |
[Improve][Agent] Modify the default value of memory control semaphores to adapt
to businesses with large amounts of data
|
-| [INLONG-9710](https://github.com/apache/inlong/issues/9710) |
[Improve][Agent] Improve the accuracy of instance heartbeat auditing
|
-| [INLONG-9712](https://github.com/apache/inlong/issues/9712) |
[Improve][Agent] Adjusting task configuration verification logic
|
-| [INLONG-9714](https://github.com/apache/inlong/issues/9714) |
[Improve][Agent] SQL injection in pgjdbc
|
-| [INLONG-9716](https://github.com/apache/inlong/issues/9716) |
[Improve][Agent] Delete useless code when storing tasks
|
-| [INLONG-9721](https://github.com/apache/inlong/issues/9721) |
[Improve][Agent] Add a common cycle parameter to the task configuration
|
-| [INLONG-9736](https://github.com/apache/inlong/issues/9736) |
[Improve][Agent] Make time zone a common parameter
|
-| [INLONG-9772](https://github.com/apache/inlong/issues/9772) |
[Improve][Agent] Increase auditing for sending exceptions and resending
|
-| [INLONG-9798](https://github.com/apache/inlong/issues/9798) |
[Improve][Agent] Add type for agent installer
|
-| [INLONG-9802](https://github.com/apache/inlong/issues/9802) |
[Improve][Agent] Add an agent installer module for agent installation
|
-| [INLONG-9806](https://github.com/apache/inlong/issues/9806) |
[Improve][Agent] Add installer configuration file
|
-| [INLONG-9816](https://github.com/apache/inlong/issues/9816) |
[Improve][Agent] Add config class for installer
|
-| [INLONG-9829](https://github.com/apache/inlong/issues/9829) |
[Improve][Agent] Add guardian scripts
|
-| [INLONG-9831](https://github.com/apache/inlong/issues/9831) |
[Improve][Agent] Increase configuration acquisition capability
|
-| [INLONG-9833](https://github.com/apache/inlong/issues/9833) |
[Improve][Agent] Add module state to distinguish whether the module has been
downloaded or installed
|
-| [INLONG-9844](https://github.com/apache/inlong/issues/9844) |
[Improve][Agent] Add agent installer config request class
|
-| [INLONG-9848](https://github.com/apache/inlong/issues/9848) |
[Improve][Agent] Add the getAuthHeader function in the HttpManager class
|
-| [INLONG-9850](https://github.com/apache/inlong/issues/9850) |
[Improve][Agent] Add a function to retrieve HttpManager in the ModuleManager
class
|
-| [INLONG-9852](https://github.com/apache/inlong/issues/9852) |
[Improve][Agent] Place the configuration item for the installation package
storage path in the installation package configuration
|
-| [INLONG-9858](https://github.com/apache/inlong/issues/9858) |
[Improve][Agent] Increase local read and write capabilities for module config
|
-| [INLONG-9859](https://github.com/apache/inlong/issues/9859) |
[Improve][Agent] Increase installation package download capability and local
MD5 computing power
|
-| [INLONG-9863](https://github.com/apache/inlong/issues/9863) |
[Improve][Agent] To avoid data loss caused by too many supplementary files
|
-| [INLONG-9889](https://github.com/apache/inlong/issues/9889) |
[Improve][Agent] Delete test code
|
-| [INLONG-9906](https://github.com/apache/inlong/issues/9906) |
[Improve][Agent] Add configuration comparison logic and processing of
comparison results
|
-| [INLONG-9909](https://github.com/apache/inlong/issues/9909) |
[Improve][Agent] Add unit test for installer
|
-| [INLONG-9910](https://github.com/apache/inlong/issues/9910) |
[Improve][Agent] Increase daily verification for process monitoring,
reinstallation, or re downloading
|
-| [INLONG-9922](https://github.com/apache/inlong/issues/9922) |
[Improve][Agent] Add a configuration copy script to copy the configuration from
the installer to the agent
|
-| [INLONG-9946](https://github.com/apache/inlong/issues/9946) |
[Improve][Agent] Verify the return code, only proceed with the subsequent
process if the return code is successful
|
-| [INLONG-9948](https://github.com/apache/inlong/issues/9948) |
[Improve][Agent] The instance class has many code similarities, abstract a
common class
|
-| [INLONG-9955](https://github.com/apache/inlong/issues/9955) |
[Improve][Agent] Rename Job to Task
|
-| [INLONG-9969](https://github.com/apache/inlong/issues/9969) |
[Improve][Agent] Release the memory semaphore of the source only when the data
is placed in the queue
|
-| [INLONG-9982](https://github.com/apache/inlong/issues/9982) |
[Improve][Agent] Adjusting the abstraction of source code to facilitate rapid
addition of sources
|
-| [INLONG-9983](https://github.com/apache/inlong/issues/9983) |
[Improve][Agent] Renew the doc of adding sources
|
-| [INLONG-9987](https://github.com/apache/inlong/issues/9987) |
[Improve][Agent] Fix the issue of deleting the first digit whent0
|
-| [INLONG-9990](https://github.com/apache/inlong/issues/9990) |
[Improve][Agent] Avoid MD5 calculation functions directly return""
|
-| [INLONG-9997](https://github.com/apache/inlong/issues/9997) |
[Improve][Agent] Handling situations where the installation package md5 remains
unchanged and other parameters md5 change
|
-| [INLONG-9999](https://github.com/apache/inlong/issues/9999) |
[Improve][Agent] Handle scenarios where the module list is empty to prevent
accidental deletion
|
-| [INLONG-10010](https://github.com/apache/inlong/issues/10010) |
[Improve][Agent] Adjust source encapsulation, keep public initialization in the
base class init, and place specific source <br/> related initialization in the
subclass's initSource |
-| [INLONG-10012](https://github.com/apache/inlong/issues/10012) |
[Improve][Agent] Adjust task encapsulation to place common logic in the base
class
|
-| [INLONG-9804](https://github.com/apache/inlong/issues/9804) |
[Feature][Agent] Add Pulsar Source for Agent
|
-| [INLONG-10006](https://github.com/apache/inlong/issues/10006) |
[Feature][Agent] Add MongoDB data source for Agent
|
-| [INLONG-8962](https://github.com/apache/inlong/issues/8962) |
[Bug][Agent] Before state and after state are the same in StateCallback.call
|
-| [INLONG-9683](https://github.com/apache/inlong/issues/9683) |
[Bug][Agent] time to remove Akka and use Apache Pekko?
|
+| <div style="width:150px">ISSUE</div> | <div
style="width:950px">Summary</div>
|
+|:--------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| [INLONG-10094](https://github.com/apache/inlong/issues/10094)
|[Improve][Agent] The task record for data supplementation has not expired|
+| [INLONG-10107](https://github.com/apache/inlong/issues/10107)
|[Improve][Agent] There is a bug in updating the module configuration|
+| [INLONG-10113](https://github.com/apache/inlong/issues/10113)
|[Improve][Agent] Delete useless code|
+| [INLONG-10115](https://github.com/apache/inlong/issues/10115)
|[Improve][Agent] Offset needs to be changed to save in string format because
some data sources have non integer positions|
+| [INLONG-10187](https://github.com/apache/inlong/issues/10187)
|[Improve][Agent] Need to handle situations where timeoffset is empty, default
to no offset|
+| [INLONG-10189](https://github.com/apache/inlong/issues/10189)
|[Improve][Agent] There is a risk of agent getting stuck after SDK
initialization exception|
+| [INLONG-10191](https://github.com/apache/inlong/issues/10191)
|[Improve][Agent] Delete useless code|
+| [INLONG-10210](https://github.com/apache/inlong/issues/10210)
|[Improve][Agent] The installer needs to add a script for environment
initialization|
+| [INLONG-10268](https://github.com/apache/inlong/issues/10268)
|[Improve][Agent] Suggest not using task ID as the data version|
+| [INLONG-10281](https://github.com/apache/inlong/issues/10281)
|[Improve][Agent] Real time collection of files with audit data errors|
+| [INLONG-10298](https://github.com/apache/inlong/issues/10298)
|[Improve][Agent] The command related code is no longer useful, it is
recommended to delete it|
+| [INLONG-10302](https://github.com/apache/inlong/issues/10302)
|[Improve][Agent] The Task base class needs to add an interface that limits the
number of instances obtained|
+| [INLONG-10318](https://github.com/apache/inlong/issues/10318)
|[Feature][Agent] Add PostgreSQL data source for Agent|
+| [INLONG-10319](https://github.com/apache/inlong/issues/10319)
|[Improve][Agent] Agent should get audit id from audit sdk|
+| [INLONG-10384](https://github.com/apache/inlong/issues/10384)
|[Improve][Agent] Add functions to the Store interface to extend new storage
plugins|
+| [INLONG-10399](https://github.com/apache/inlong/issues/10399)
|[Improve][Agent] Add global configurations updater|
+| [INLONG-10410](https://github.com/apache/inlong/issues/10410)
|[Improve][Agent] Add ZK plugin to save offset info|
+| [INLONG-10443](https://github.com/apache/inlong/issues/10443)
|[Improve][Agent] Put Rocksdb into the plugins module|
+| [INLONG-10446](https://github.com/apache/inlong/issues/10446)
|[Improve][Agent] Adjusting audit SDK address settings|
+| [INLONG-10476](https://github.com/apache/inlong/issues/10476)
|[Improve][Agent] The audit address should only be obtained from the manager|
+| [INLONG-10535](https://github.com/apache/inlong/issues/10535)
|[Improve][Agent] Support minute level tasks|
+| [INLONG-10542](https://github.com/apache/inlong/issues/10542)
|[Improve][Agent] Remove the deleted watch directions|
+| [INLONG-10547](https://github.com/apache/inlong/issues/10547)
|[Improve][Agent] Provide a clear prompt after the mq type is incorrect|
+| [INLONG-10564](https://github.com/apache/inlong/issues/10564)
|[Improve][Agent] Request configuration with md5 included|
+| [INLONG-10598](https://github.com/apache/inlong/issues/10598)
|[Improve][Agent] Delete excess unit tests|
+| [INLONG-10611](https://github.com/apache/inlong/issues/10611)
|[Improve][Agent] Update configuration only when the version number is
increased|
+| [INLONG-10633](https://github.com/apache/inlong/issues/10633)
|[Improve][Agent] The initialization function of AuditUtils needs to pass in
the configuration|
+| [INLONG-10645](https://github.com/apache/inlong/issues/10645)
|[Improve][Agent] Installer needs to add process protection|
+| [INLONG-10650](https://github.com/apache/inlong/issues/10650)
|[Improve][Agent] When the installer updates the configuration, it is necessary
to first determine the version|
### Dashboard
-| <div style="width:130px">ISSUE</div> | <div
style="width:950px">Summary</div>
|
-|:---------------------------------------------------------------|:-------------------------------------------------------------------------------------|
-| [INLONG-9708](https://github.com/apache/inlong/issues/9708) |
[Improve][Dashboard] Module audit query date optimization
|
-| [INLONG-9723](https://github.com/apache/inlong/issues/9723) |
[Improve][Dashboard] Module audit id query item optimization
|
-| [INLONG-9729](https://github.com/apache/inlong/issues/9729) |
[Improve][Dashboard] Data access sink field mapping supports underscores
|
-| [INLONG-9747](https://github.com/apache/inlong/issues/9747) |
[Improve][Dashboard] Module audit ID query data display optimization
|
-| [INLONG-9777](https://github.com/apache/inlong/issues/9777) |
[Improve][Dashboard] Module audit ip query display optimization
|
-| [INLONG-9820](https://github.com/apache/inlong/issues/9820) |
[Improve][Dashboard] Update Pulsar source field
|
-| [INLONG-9842](https://github.com/apache/inlong/issues/9842) |
[Improve][Dashboard] Data access resource details support paging
|
-| [INLONG-9895](https://github.com/apache/inlong/issues/9895) |
[Improve][Dashboard] It also needs to support restarting when the task fails
|
-| [INLONG-9963](https://github.com/apache/inlong/issues/9963) |
[Improve][Dashboard] Kafka and Pulsar source is missing agent ip field
|
-| [INLONG-10008](https://github.com/apache/inlong/issues/10008) |
[Improve][Dashboard][Manager] Supplement fields of MongoDB data source for
Dashboard |
-| [INLONG-9837](https://github.com/apache/inlong/issues/9837) |
[Bug][Dasgboard] Pulsar cluster management displays errors
|
-| [INLONG-9950](https://github.com/apache/inlong/issues/9950) |
[Bug][Dashboard] Audit query uses incorrect end time
|
-| [INLONG-10001](https://github.com/apache/inlong/issues/10001) |
[Bug][Dashboard] End date time initialization error on the audit page
|
+| <div style="width:150px">ISSUE</div> | <div
style="width:950px">Summary</div>
|
+|:--------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| [INLONG-10179](https://github.com/apache/inlong/issues/10179)
|[Bug][Dashboard] There are redundant All types in cluster management|
+| [INLONG-10226](https://github.com/apache/inlong/issues/10226)
|[Bug][Dashboard] Audit items cannot be searched|
+| [INLONG-10256](https://github.com/apache/inlong/issues/10256)
|[Improve][DashBoard] Modify the data source IP item of the file data source
form in the data access module|
+| [INLONG-10314](https://github.com/apache/inlong/issues/10314)
|[Improve][DashBoard] Add an operation time to the operation log table|
+| [INLONG-10347](https://github.com/apache/inlong/issues/10347)
|[Improve][Dashboard] Add Agent IP field to PostgreSQL data source|
+| [INLONG-10350](https://github.com/apache/inlong/issues/10350)
|[Bug][Dashboard] Audit item search failed|
+| [INLONG-10377](https://github.com/apache/inlong/issues/10377)
|[Improve][DashBoard] add Source Data Field Template|
+| [INLONG-10394](https://github.com/apache/inlong/issues/10394)
|[Improve][DashBoard] Agent page modifies the version and sets the default
values for the commands|
+| [INLONG-10409](https://github.com/apache/inlong/issues/10409)
|[Feature][Dashboard] Support installing agents by SSH key-based authentication|
+| [INLONG-10417](https://github.com/apache/inlong/issues/10417)
|[Bug][Dashboard] There is an issue with the MODE display on the approval
screen, and data synchronization is not displayed|
+| [INLONG-10419](https://github.com/apache/inlong/issues/10419)
|[Feature][Dashboard] Automatically switch tenants when opening a page with
groupId|
+| [INLONG-10449](https://github.com/apache/inlong/issues/10449)
|[Bug][Dashboard] The field template for selecting a new data flow does not
take effect|
+| [INLONG-10468](https://github.com/apache/inlong/issues/10468)
|[Feature][Dashboard] Audit data showing totals and variances|
+| [INLONG-10500](https://github.com/apache/inlong/issues/10500)
|[Improve][Dashboard] When you edit tenants in a template, you need to change
the scope to hide them|
+| [INLONG-10501](https://github.com/apache/inlong/issues/10501)
|[Improve][Dashboard] Modify component type to be more intuitive|
+| [INLONG-10504](https://github.com/apache/inlong/issues/10504)
|[Improve][Dashboard] Added details button to tag management|
+| [INLONG-10584](https://github.com/apache/inlong/issues/10584)
|[Improve][Dashboard] New cluster type adds sortkafka types|
+| [INLONG-10592](https://github.com/apache/inlong/issues/10592)
|[Improve][Dashboard] When there are too many selections in the drop-down box,
omit some of them|
+| [INLONG-10614](https://github.com/apache/inlong/issues/10614)
|[Improve][Dashboard] The template list does not need to display Id|
+| [INLONG-10617](https://github.com/apache/inlong/issues/10617)
|[Improve][Dashboard] The mq type should not exist on the data synchronization
page|
+| [INLONG-10620](https://github.com/apache/inlong/issues/10620)
|[Bug][Dashboard] Page error occurs wrong|
+| [INLONG-10640](https://github.com/apache/inlong/issues/10640)
|[Improve][Dashboard] Approval page display item modification|
+| [INLONG-10651](https://github.com/apache/inlong/issues/10651)
|[Improve][Dashboard] File Type data stream supports minute-level periods|
+| [INLONG-10681](https://github.com/apache/inlong/issues/10681)
|[Bug][Dashboard] There is a nesting problem in moduleIdList|
+| [INLONG-10691](https://github.com/apache/inlong/issues/10691)
|[Improve][Dashboard] Added monitoring and auditing page|
+
+### Tube
+| <div style="width:150px">ISSUE</div> | <div
style="width:950px">Summary</div>
|
+|:--------------------------------------------------------------|:-------------------------------------------------------------------------------------|
+| [INLONG-10126](https://github.com/apache/inlong/issues/10126)
|[Bug][tubemq-server] Maven sleepycat je.version 7.3.7 can not found in maven
repository|
+
+### DataProxy
+| <div style="width:150px">ISSUE</div> | <div
style="width:950px">Summary</div>
|
+|:-------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------|
+| [INLONG-10066](https://github.com/apache/inlong/issues/10066)
|[Improve][DataProxy] Optimize the related configuration settings in the
CommonConfigHolder.java file|
+| [INLONG-10067](https://github.com/apache/inlong/issues/10067)
|[Improve][DataProxy] Simplify the configuration and acquisition of the Manager
address| |
+| [INLONG-10080](https://github.com/apache/inlong/issues/10080)
|[Improve][DataProxy] DataProxy implementation optimization|
+| [INLONG-10081](https://github.com/apache/inlong/issues/10081)
|[Improve][DataProxy] Modify the data format of metadata saved in the
metadata.json file|
+| [INLONG-10102](https://github.com/apache/inlong/issues/10102)
|[Improve][DataProxy] Adjust the position where Source calls
addSourceReportInfo()|
+| [INLONG-10111](https://github.com/apache/inlong/issues/10111)
|[Improve][DataProxy] Add auditVersion field processing|
+| [INLONG-10313](https://github.com/apache/inlong/issues/10313)
|[Improve][DataProxy] Replace audit ID macro with audit API|
+| [INLONG-10441](https://github.com/apache/inlong/issues/10441)
|[Improve][DataProxy] DataProxy supports obtaining Audit-Proxy through InLong
Manager|
+
### Manager
-| <div style="width:130px">ISSUE</div> | <div
style="width:950px">Summary</div>
|
-|:---------------------------------------------------------------|:---------------------------------------------------------------------------------------------------|
-| [INLONG-9689](https://github.com/apache/inlong/issues/9689) |
[Improve][Manager] Optimize MySQL JDBC URL check
|
-| [INLONG-9706](https://github.com/apache/inlong/issues/9706) |
[Improve][Manager] Supports jdbc verification under multiple hosts
|
-| [INLONG-9718](https://github.com/apache/inlong/issues/9718) |
[Improve][Manager] Transform supports function type fields
|
-| [INLONG-9727](https://github.com/apache/inlong/issues/9727) |
[Improve][Manager] Support configuring the timezone for agent collection
addresses to streamSource |
-| [INLONG-9733](https://github.com/apache/inlong/issues/9733) |
[Improve][Manager] Support querying audit data at the minute level
|
-| [INLONG-9735](https://github.com/apache/inlong/issues/9735) |
[Improve][Manager] Spring Web vulnerable to Open Redirect or Server Side
Request Forgery |
-| [INLONG-9752](https://github.com/apache/inlong/issues/9752) |
[Improve][Manager] Operation logs support querying based on successful or
unsuccessful calls |
-| [INLONG-9756](https://github.com/apache/inlong/issues/9756) |
[Improve][Manager] flink job name should be more readable
|
-| [INLONG-9768](https://github.com/apache/inlong/issues/9768) |
[Improve][Manager] Optimize flink job building and manage procedure
|
-| [INLONG-9770](https://github.com/apache/inlong/issues/9770) |
[Improve][Manager] Unified compression type configuration
|
-| [INLONG-9808](https://github.com/apache/inlong/issues/9808) |
[Improve][Manager] Set the ignoreParseError field to null
|
-| [INLONG-9818](https://github.com/apache/inlong/issues/9818) |
[Improve][Manger] Decode Msg based on the manager's configuration
|
-| [INLONG-9825](https://github.com/apache/inlong/issues/9825) |
[Improve][Manager] reduce the creation of RestClusterClient
|
-| [INLONG-9839](https://github.com/apache/inlong/issues/9839) |
[Improve][Manager] Optimize the auto assign logic of SortStandalocluster
|
-| [INLONG-9846](https://github.com/apache/inlong/issues/9846) |
[Improve][Manager] Optimize slow query SQL
|
-| [INLONG-9860](https://github.com/apache/inlong/issues/9860) |
[Improve][Manager] Manager client supports querying workflow logs
|
-| [INLONG-9873](https://github.com/apache/inlong/issues/9873) |
[Improve][Manager] Support adding data add tasks for file collection
|
-| [INLONG-9881](https://github.com/apache/inlong/issues/9881) |
[Improve][Manager] Add unit test of AuditController
|
-| [INLONG-9883](https://github.com/apache/inlong/issues/9883) |
[Improve][Manager] Add unit test of HeartbeatController
|
-| [INLONG-9902](https://github.com/apache/inlong/issues/9902) |
[Improve][Manager] Data preview supports pulsar multi cluster
|
-| [INLONG-9932](https://github.com/apache/inlong/issues/9932) |
[Improve][Manager] Add an agent installer module management for agent
installation |
-| [INLONG-9962](https://github.com/apache/inlong/issues/9962) |
[Improve][Manager] Data preview supports returning header and specific field
information |
-| [INLONG-9968](https://github.com/apache/inlong/issues/9968) |
[Improve][Manager] Support pulsar multi cluster when creating pulsar
consumption groups |
-| [INLONG-9974](https://github.com/apache/inlong/issues/9974) |
[Improve][Manager] Data preview simplifies interface field information
|
-| [INLONG-9976](https://github.com/apache/inlong/issues/9976) |
[Improve][Manager] Support multiple types of audit indicator queries
|
-| [INLONG-9980](https://github.com/apache/inlong/issues/9980) |
[Improve][Manager] Remove the derby.jar file from the manager project
|
-| [INLONG-9985](https://github.com/apache/inlong/issues/9985) |
[Improve][Manager] Support authentication params for pulsar source
|
-| [INLONG-9995](https://github.com/apache/inlong/issues/9995) |
[Improve][Manager] Support batch saving of group information and other
operations |
-| [INLONG-9884](https://github.com/apache/inlong/issues/9884) |
[Improve][Manager] Optimized code AuditServiceImpl.java
|
-| [INLONG-9886](https://github.com/apache/inlong/issues/9886) |
[Improve][Manager] Optimized code DataProxyConfigRepositoryV2
|
-| [INLONG-9696](https://github.com/apache/inlong/issues/9696) |
[Feature][Manager] Manager client support delete inlong tenant
|
-| [INLONG-9773](https://github.com/apache/inlong/issues/9773) |
[Feature][Manager] SortSdk configuration support acquire tenant from
InlongGroup |
-| [INLONG-9781](https://github.com/apache/inlong/issues/9781) |
[Feature][Manager] Support offline synchronization task definition
|
-| [INLONG-9813](https://github.com/apache/inlong/issues/9813) |
[Feature][Manager] Support offline data sync management
|
-| [INLONG-9822](https://github.com/apache/inlong/issues/9822) |
[Feature][Manager] Support flink job runtime execution mode configuration
|
-| [INLONG-9862](https://github.com/apache/inlong/issues/9862) |
[Feature][Manager] Support submit flink job for offline data sync
|
-| [INLONG-9870](https://github.com/apache/inlong/issues/9870) |
[Feature][Manager] Pulsar DataNode support to set compression type
|
-| [INLONG-9960](https://github.com/apache/inlong/issues/9960) |
[Feature][Manager] Manager support to config Kafka data node
|
-| [INLONG-9742](https://github.com/apache/inlong/issues/9742) |
[Bug][Manager] Mysql miss field data_time_zone
|
-| [INLONG-9760](https://github.com/apache/inlong/issues/9760) |
[Bug][Manager] resource may leak due to BufferedReader not closed
|
-| [INLONG-9793](https://github.com/apache/inlong/issues/9793) |
[Bug][Manager] Manager client workflowApi.listprocess failed to pass parameters
correctly |
-| [INLONG-9827](https://github.com/apache/inlong/issues/9827) |
[Bug][Manager] Failed to check if the consumption group exists
|
-| [INLONG-9856](https://github.com/apache/inlong/issues/9856) |
[Bug][Manager] Missing tenant information when listTag
|
-| [INLONG-9876](https://github.com/apache/inlong/issues/9876) |
[Bug][Manager] manager client error message has wrong format
|
-| [INLONG-9917](https://github.com/apache/inlong/issues/9917) |
[Bug][Manager] Manager restart data sync job failed
|
-| [INLONG-9921](https://github.com/apache/inlong/issues/9921) |
[Bug][Mananger] manager can't stop data sync job
|
-| [INLONG-9953](https://github.com/apache/inlong/issues/9953) |
[Bug][Manager] stop stream source failed
|
-
+| <div style="width:150px">ISSUE</div> | <div
style="width:950px">Summary</div>
|
+|:--------------------------------------------------------------|:---------------------------------------------------------------------------------------------------|
+| [INLONG-10056](https://github.com/apache/inlong/issues/10056)
|[Feature][Manager] Support new manager plugin for flink 1.18|
+| [INLONG-10071](https://github.com/apache/inlong/issues/10071)
|[Improve][Manager] Supplementary statement trailing semicolon in
apache_inlong_manager.sql|
+| [INLONG-10074](https://github.com/apache/inlong/issues/10074)
|[Bug][Manager] Error in querying audit information based on IP address|
+| [INLONG-10076](https://github.com/apache/inlong/issues/10076)
|[Bug][[Manager] Data type 'doris' not support|
Review Comment:
```suggestion
| [INLONG-10076](https://github.com/apache/inlong/issues/10076)
|[Bug][Manager] Data type 'doris' not support|
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]