-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Require the data_dir
option for the file
source and default it to the global data_dir
#644
Labels
meta: good first issue
Anything that is good for new contributors.
needs: approval
Needs review & approval before work can begin.
source: file
Anything `file` source related
type: bug
A code related bug.
Milestone
Comments
binarylogic
added
type: bug
A code related bug.
source: file
Anything `file` source related
meta: good first issue
Anything that is good for new contributors.
needs: approval
Needs review & approval before work can begin.
labels
Jul 15, 2019
seeekr
added a commit
to seeekr/vector
that referenced
this issue
Jul 22, 2019
…#644) also makes global options (currently only data_dir) available to all sources via SourceConfig::build()
seeekr
added a commit
to seeekr/vector
that referenced
this issue
Jul 22, 2019
…#644) also makes global options (currently only data_dir) available to all sources via SourceConfig::build() Signed-off-by: Denis Andrejew <[email protected]>
3 tasks
seeekr
added a commit
to seeekr/vector
that referenced
this issue
Jul 22, 2019
…#644) also makes global options (currently only data_dir) available to all sources via SourceConfig::build() Signed-off-by: Denis Andrejew <[email protected]>
#673 should solve this and tick all 3 boxes. |
seeekr
added a commit
to seeekr/vector
that referenced
this issue
Jul 22, 2019
…#644) also makes global options (currently only data_dir) available to all sources via SourceConfig::build() Signed-off-by: Denis Andrejew <[email protected]>
seeekr
added a commit
to seeekr/vector
that referenced
this issue
Jul 29, 2019
…#644) also makes global options (currently only data_dir) available to all sources via SourceConfig::build() Signed-off-by: Denis Andrejew <[email protected]>
seeekr
added a commit
to seeekr/vector
that referenced
this issue
Jul 29, 2019
…#644) also makes source name and global options (currently only data_dir) available to all sources via SourceConfig::build() Signed-off-by: Denis Andrejew <[email protected]>
seeekr
added a commit
to seeekr/vector
that referenced
this issue
Jul 29, 2019
…#644) also makes source name and global options (currently only data_dir) available to all sources via SourceConfig::build() Signed-off-by: Denis Andrejew <[email protected]>
Closed
seeekr
added a commit
to seeekr/vector
that referenced
this issue
Jul 31, 2019
…#644) also makes source name and global options (currently only data_dir) available to all sources via SourceConfig::build() Signed-off-by: Denis Andrejew <[email protected]>
binarylogic
pushed a commit
that referenced
this issue
Aug 6, 2019
Signed-off-by: Denis Andrejew <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
meta: good first issue
Anything that is good for new contributors.
needs: approval
Needs review & approval before work can begin.
source: file
Anything `file` source related
type: bug
A code related bug.
Currently, the
file
source requires adata_dir
for checkpointing, yet this requirement is not enforced when Vector is started. You can see here that thedata_dir
option defaults to an empty path. This should not be allowed since an explicit data directory should be specified to store the checkpoint positions.Requirements
file
sourcedata_dir
option to the globaldata_dir
file
sourcedata_dir
option is empty.data_dir
option in the file source itself to override the globaldata_dir
.The text was updated successfully, but these errors were encountered: