You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was just trying out tailpipe to see if it could be useful to a question / problem i had..
first attempt to run
tailpipe collect --from T-90d
Error: collection error: failed to delete partition: failed to query parquet folder names: Invalid Input Error: File '/home/ubuntu/.tailpipe/data/default/tp_table=aws_cloudtrail_log/tp_partition=prod/tp_index=xxxxxxx/tp_date=2025-02-14/data_20250220191824_037313_0.parquet' too small to be a Parquet file
tweaked my config to ignore read events / manually deleted data directories, reran, two hours later get another error.
tailpipe collect --from T-90d
Collecting logs for aws_cloudtrail_log.prod from 2024-11-22
Artifacts:
Discovered: 1,449,698
Downloaded: 62,452 5.9GB
Extracted: 62,413
Rows:
Received: 32,650,740
Enriched: 32,650,740
Saved: 1,266,762
Errors: 1,387,273
Completed: 2h0m0s
panic: send on closed channel
goroutine 66 [running]:
github.com/turbot/tailpipe/internal/collector.(*Collector).Notify(0x40004d8f40?, 0x4013119cc0)
/go/src/tailpipe/internal/collector/collector.go:176 +0x40
github.com/turbot/tailpipe/internal/plugin_manager.(*PluginManager).readCollectionEvents(0x4000a22f00, {0x38bbfd8, 0x400058af50}, {0x38c5270, 0x4000131130})
/go/src/tailpipe/internal/plugin_manager/plugin_manager.go:346 +0x15c
created by github.com/turbot/tailpipe/internal/plugin_manager.(*PluginManager).Collect in goroutine 1
/go/src/tailpipe/internal/plugin_manager/plugin_manager.go:152 +0x908
also noting lack of clarity on the error count
A clear and concise description of what the bug is.
Tailpipe version (tailpipe -v)
Tailpipe v0.1.1
Plugin version (tailpipe plugin list)
tailpipe plugin list
INSTALLED VERSION PARTITIONS
hub.tailpipe.io/plugins/turbot/aws@latest 0.5.0-rc.2 aws_cloudtrail_log.prod
To reproduce
umm. just trying to collect
Expected behavior
something useful on error message, possibly working.
The text was updated successfully, but these errors were encountered:
Was just trying out tailpipe to see if it could be useful to a question / problem i had..
first attempt to run
tweaked my config to ignore read events / manually deleted data directories, reran, two hours later get another error.
also noting lack of clarity on the error count
A clear and concise description of what the bug is.
Tailpipe version (
tailpipe -v
)Tailpipe v0.1.1
Plugin version (
tailpipe plugin list
)tailpipe plugin list
INSTALLED VERSION PARTITIONS
hub.tailpipe.io/plugins/turbot/aws@latest 0.5.0-rc.2 aws_cloudtrail_log.prod
To reproduce
umm. just trying to collect
Expected behavior
something useful on error message, possibly working.
The text was updated successfully, but these errors were encountered: