Skip to content

Commit

Permalink
Updated ExaImport comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bobozaur committed Feb 6, 2024
1 parent 7b20c13 commit ba1c345
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/connection/etl/import/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ use writer::ExaWriter as ImportWriter;
/// From what I could gather from the logs, providing no data (although the request is
/// responded to gracefully) makes Exasol retry the connection. With these workers being
/// implemented as one-shot HTTP servers, there's nothing to connect to anymore. Even if it
/// were, it's possible the connection would just be re-attempted over and over since we'd still
/// be sending no data (I did not test this, though).
/// were, the connection would just be re-attempted over and over since we'd still be sending no data.
///
/// Since not using one or more import workers seems to be treated as an error on Exasol's side,
/// it's best not to create excess writers that you don't plan on using to avoid such issues.
Expand Down

0 comments on commit ba1c345

Please sign in to comment.