Page MenuHomePhabricator
Feed Advanced Search

Jul 12 2023

jcarrillo7 updated jcarrillo7.
Jul 12 2023, 7:10 AM

Jun 1 2021

bbrdaric awarded Changelog a Heartbreak token.
Jun 1 2021, 8:41 AM

Aug 13 2019

jcox awarded Changelog a Love token.
Aug 13 2019, 4:30 PM

Apr 19 2019

remusvrm awarded Changelog a Like token.
Apr 19 2019, 7:09 PM

Jan 6 2018

cspeckmim awarded Changelog a Mountain of Wealth token.
Jan 6 2018, 4:47 PM

Sep 30 2017

jcarrillo7 added a comment to T12974: Upgrading: "Ferret" Fulltext Engine.

Looks to be caused by this commit rPb75a4151c8996c5dfb1c8c14378fe3259666eac2

Sep 30 2017, 11:14 PM · Installing & Upgrading, Search
jcarrillo7 added a comment to T12974: Upgrading: "Ferret" Fulltext Engine.

https://discourse.phabricator-community.org/t/daemons-tasks-crashing-in-a-loop-during-reindex/506

Sep 30 2017, 11:10 PM · Installing & Upgrading, Search
jcarrillo7 added a comment to T12974: Upgrading: "Ferret" Fulltext Engine.

Running the reindex led to a couple crash looping tasks on my end:

Sep 30 2017, 11:10 PM · Installing & Upgrading, Search

Aug 18 2017

mavit awarded T11514: Authentication should have a way to customize the credentials name a Like token.
Aug 18 2017, 2:46 PM · Auth, LDAP, Feature Request

Jul 6 2017

jcarrillo7 awarded T3980: Support "Bind to External Thing" to define project membership a Like token.
Jul 6 2017, 6:48 AM · Restricted Project, Restricted Project, KDE, Restricted Project, FreeBSD, Wikimedia, Projects

Jun 27 2017

jcarrillo7 added a comment to T12872: Disable Mac autocorrect on some text fields.

@chad yes it is but I don’t want to disable it everywhere. It’s quite useful. Most websites just disable it selectively in places like search bars. I would also recommend disabling on form input like settings. Especially anywhere where phabricator autocompletes to some object like a project/user for access control etc. I hit this a lot while modifying many repositories visibility policies.

Jun 27 2017, 4:19 PM · Bug Report

Jun 26 2017

jcarrillo7 created T12872: Disable Mac autocorrect on some text fields.
Jun 26 2017, 10:30 PM · Bug Report

Jun 23 2017

jcarrillo7 added a comment to T12867: Youtube remarkup rule fails to parse "ambiguous URI".

I can verify this fixes it! Thanks for this guys.

Jun 23 2017, 4:47 PM · Remarkup, Bug Report
jcarrillo7 added a comment to T12867: Youtube remarkup rule fails to parse "ambiguous URI".

I’m fine waiting for the fix. Thanks @epriestley

Jun 23 2017, 3:42 PM · Remarkup, Bug Report
jcarrillo7 added a comment to T12867: Youtube remarkup rule fails to parse "ambiguous URI".

Looks to be just the presence of the "?" in the text

Jun 23 2017, 6:47 AM · Remarkup, Bug Report
jcarrillo7 added a comment to T12867: Youtube remarkup rule fails to parse "ambiguous URI".

"XXX://123456 XXX XXX XXX://123456 XXX XXX"

Jun 23 2017, 6:47 AM · Remarkup, Bug Report
jcarrillo7 added a comment to T12867: Youtube remarkup rule fails to parse "ambiguous URI".

You and me both. I am super confused.

Jun 23 2017, 6:46 AM · Remarkup, Bug Report
jcarrillo7 added a comment to T12867: Youtube remarkup rule fails to parse "ambiguous URI".

LOL @chad Literally reproduced this issue here by trying to paste the above line without the back ticks. It refuses to let me comment.

Jun 23 2017, 6:42 AM · Remarkup, Bug Report
jcarrillo7 added a comment to T12867: Youtube remarkup rule fails to parse "ambiguous URI".

I'm not sure how without giving you the entire commit message which I cannot. I think key would be a having a commit with a line (probably the first one) that looks like this "XXX://123456 XXX XXX XXX? XXX://123456 XXX XXX XXX"

Jun 23 2017, 6:42 AM · Remarkup, Bug Report
jcarrillo7 created T12868: Highlight and link URI's in review titles.
Jun 23 2017, 6:25 AM · Diffusion, Differential, Feature Request
jcarrillo7 updated subscribers of T12867: Youtube remarkup rule fails to parse "ambiguous URI".
Jun 23 2017, 6:13 AM · Remarkup, Bug Report
jcarrillo7 added a comment to T12867: Youtube remarkup rule fails to parse "ambiguous URI".

There also seems like there may be an issue with the current parsing logic since the "detected URI" has spaces which I do not think are valid in a uri and it should have been detected as two separate URI's with some stuff in the middle.

Jun 23 2017, 6:12 AM · Remarkup, Bug Report
jcarrillo7 added a comment to T12867: Youtube remarkup rule fails to parse "ambiguous URI".

The URI that is ambiguous is a URI to a company App on MacOS. The only part of the URI that matters is the xxx://123456. The rest is just the title of the item referenced by this URI and this title contains a "?" which mixed with T12526 may be causing this issue. There may also be a place you now need to catch exceptions thanks to URI parsing logic changes. Just guessing here from what I can tell in the code.

Jun 23 2017, 6:07 AM · Remarkup, Bug Report
jcarrillo7 created T12867: Youtube remarkup rule fails to parse "ambiguous URI".
Jun 23 2017, 5:57 AM · Remarkup, Bug Report

Jun 22 2017

jcarrillo7 updated the task description for T12866: Batch repository editing or repository groups for shared access control settings.
Jun 22 2017, 7:20 PM · Diffusion, Feature Request
jcarrillo7 added a project to T12866: Batch repository editing or repository groups for shared access control settings: Diffusion.
Jun 22 2017, 7:19 PM · Diffusion, Feature Request
jcarrillo7 created T12866: Batch repository editing or repository groups for shared access control settings.
Jun 22 2017, 7:19 PM · Diffusion, Feature Request

May 20 2017

jcarrillo7 added a comment to T12733: (2017 Week 20) Inline Comments Errata / Feedback.

This is pretty awesome improvement! Small feedback, the new scrollbar area is a bit hard to use on Safari with Apple's disappearing/reappearing scrollbars. They end up overlapping and it can make the Phabricator scrollbar area harder to use/click on etc. Would be nice if the scrollbar area shifted left while scrolling or if it were on the left side of the screen or some other magical solution.

May 20 2017, 1:01 AM · Inline Comments, Installing & Upgrading, Differential

Apr 21 2017

jcarrillo7 added a comment to T3462: In Differential, expose "featurename (branched from master)" via Conduit.

Also, projects in this world are not allowed to explicitly manage their dependencies since other teams need to submit newer and newer versions and you NEED to build against whatever code they submit to the build. I think Phabricator is approaching build with the assumption that you can use a dependency manager like pip/composer/name-your-favorite-here and that a project can explicitly manage its dependencies and their versions which is just not true when building any OS.

Apr 21 2017, 5:37 PM · Differential, Arcanist
jcarrillo7 added a comment to T3462: In Differential, expose "featurename (branched from master)" via Conduit.

But maybe the systems I'm aware of are all just toys for building web apps and all serious systems programmers use branch names to manage dependencies, but this is a very hard sell for me. Perhaps I'll have a change of heart eventually.

Apr 21 2017, 5:30 PM · Differential, Arcanist
jcarrillo7 added a comment to T3462: In Differential, expose "featurename (branched from master)" via Conduit.

For reproduceable builds we only need to be able to reproduce official builds and for that the central build team stores all the tags and projects submitted to each build for a given train.

Apr 21 2017, 5:07 PM · Differential, Arcanist
jcarrillo7 added a comment to T3462: In Differential, expose "featurename (branched from master)" via Conduit.

Commits may be on multiple releases but issues are reported from a platform that is associated with a particular sdk/release. Engineers work backwards from there. In addition, for us every commit message has a tracking ticket in it as well and the official build system updates those tickets with information on where it got incorporated when etc.

Apr 21 2017, 5:00 PM · Differential, Arcanist
jcarrillo7 added a comment to T3462: In Differential, expose "featurename (branched from master)" via Conduit.

For someone debugging on their desk they will normally build with the latest sdk for that release or if they suspect some issue related to build then they will use the sdk generated from when that commit was built in the official (internal) release.

Apr 21 2017, 4:57 PM · Differential, Arcanist
jcarrillo7 added a comment to T3462: In Differential, expose "featurename (branched from master)" via Conduit.

Dependency information between projects in the real build team is kept for the general project a needs b and c and when that new dependency is introduced. They can update this before a build by looking for any new dylib/static lib/header dependencies that were not there before and looking up what project produces that file. They do not have a version level dependency since teams don't always coordinate like that unless an API breakage is coming. Even then the build team may roll back a projects submission if it causes other teams to fail to build in the official nightlies.

Apr 21 2017, 4:51 PM · Differential, Arcanist
jcarrillo7 added a comment to T3462: In Differential, expose "featurename (branched from master)" via Conduit.

We already build reviews after they land since it's now obvious to our build system what it needs to do.

Apr 21 2017, 4:38 PM · Differential, Arcanist
jcarrillo7 added a comment to T3462: In Differential, expose "featurename (branched from master)" via Conduit.

There's two parts to the process (being transparent here). For official builds we submit tags to the "real" build team for a given release line. The submission info contains any new dependency information etc. Teams tend to generate these tags from branches with names matching the release code name.

Apr 21 2017, 4:36 PM · Differential, Arcanist
jcarrillo7 added a comment to T3462: In Differential, expose "featurename (branched from master)" via Conduit.

We adopted this convention (instead of a file containing the mappings or settings etc) because we have many many major versions of the OS we have to support with fixes and it's for all developers to just create branches with a specific scheme instead of constantly updating a file everywhere or having to look in a file to know where this code will go.

Apr 21 2017, 4:23 PM · Differential, Arcanist
jcarrillo7 added a comment to T3462: In Differential, expose "featurename (branched from master)" via Conduit.

@epriestley calling it a odd use case is a little rough. It's quiet common in the systems programming world. Especially when you are building operating systems. The main reason for the branch naming scheme is that we have multiple sdks being produced (one for each version of the OS). There are multiple versions being developed for release (master may have moved on to far future work and it's sdk is no longer compatible when building another branch that branched because a release is coming soon). Even the sdk is being used is built iteratively from the results of other projects completing their build.

Apr 21 2017, 4:20 PM · Differential, Arcanist

Mar 1 2017

jcarrillo7 created T12339: Dashboard show odd header at the bottom of the screen.
Mar 1 2017, 10:10 PM · Bug Report
jcarrillo7 added a comment to T12235: Differential wrongly says I "Must Review" reviews rejected by group.

ah poop worth a shot.

Mar 1 2017, 12:35 AM · Differential, Bug Report
jcarrillo7 added a comment to T12235: Differential wrongly says I "Must Review" reviews rejected by group.

@epriestley Since you added a new "Waiting on other reviewers" bucket (D17425) is it possible to have that bucket cover this case as well? I believe that bucket makes a lot more sense for this case as well then the current "Must Review".

Mar 1 2017, 12:27 AM · Differential, Bug Report

Feb 9 2017

jcarrillo7 added a comment to T12234: Add a "Duplicates" tab to the "Related Objects" section on task page.

@epriestley I was just jumping on here to provide some simple examples and reasoning from my experience on our internal bug tracker (we don't use Maniphest). Note this isn't my bug. Just trying to help out someone by giving an example for reasons they could want this. I'm sure your response was well intentioned but does come off a bit user hostile. For instance, nowhere did anyone mention wasting time by having a constructive conversation about this. It gives the impression that you guys consider having to deal with the community is a waste of your time. And no one is arguing against the root problem concept.

Feb 9 2017, 6:19 PM · Customer Impact, Feature Request
jcarrillo7 added a comment to T12234: Add a "Duplicates" tab to the "Related Objects" section on task page.

Wouldn't that split up important data? A project manager will normally always be looking at the project board and moving tasks around there. Would it be cumbersome to have to go to some other application in order to do a query to figure out the relations on this one object? Not sure how you guys are thinking about Facts but going somewhere else for that info might be too cumbersome to do often. Especially if I'm jumping around a group of tasks in projects already. I would want that information presented there as well.

Feb 9 2017, 6:03 AM · Customer Impact, Feature Request
jcarrillo7 added a comment to T12234: Add a "Duplicates" tab to the "Related Objects" section on task page.

As to why it's important I think dependes on the style of project management being employed. Some places keep track of the dupe count as a way to gauge how often an issue is being seen or how many separate requests for a feature have shown up. A task with a lot of dupes might end up getting higher priority because of the number of dupes.

Feb 9 2017, 4:33 AM · Customer Impact, Feature Request
jcarrillo7 added a comment to T12234: Add a "Duplicates" tab to the "Related Objects" section on task page.

Maybe a more useful form of this would be some form of being able to view "how all related objects are related to this one". You can currently see related objects but you cannot easily tell the nature of that relationship for some of them. The task graph solves part of this for dependencies but not for other relation types.

Feb 9 2017, 4:30 AM · Customer Impact, Feature Request
jcarrillo7 updated the task description for T12235: Differential wrongly says I "Must Review" reviews rejected by group.
Feb 9 2017, 4:23 AM · Differential, Bug Report
jcarrillo7 added a comment to T12235: Differential wrongly says I "Must Review" reviews rejected by group.

T11050 seems to be describing a different issue. I don't mind having the review in my queue just not in the must review section.

Feb 9 2017, 4:21 AM · Differential, Bug Report
jcarrillo7 added a comment to T12235: Differential wrongly says I "Must Review" reviews rejected by group.

Yeah sorry I was missin your step 2a from above. I guess this behavior just feels weird since it's saying specifically that I must review. As a user I intuitively think of must review as something that I have personally blocked. For user B to see must review makes sense. But I don't think the same applies to every other member of the project. It's ok for the review to remain in my queue under needs review. Just not all of a sudden upgraded to must review.

Feb 9 2017, 4:19 AM · Differential, Bug Report
jcarrillo7 added a project to T12235: Differential wrongly says I "Must Review" reviews rejected by group: Differential.
Feb 9 2017, 2:28 AM · Differential, Bug Report
jcarrillo7 created T12235: Differential wrongly says I "Must Review" reviews rejected by group.
Feb 9 2017, 2:28 AM · Differential, Bug Report

Feb 8 2017

jcarrillo7 updated the task description for T12233: Allow dashboard panels to be "hidden" when considered "empty".
Feb 8 2017, 10:03 PM · Dashboards, Feature Request
jcarrillo7 created T12233: Allow dashboard panels to be "hidden" when considered "empty".
Feb 8 2017, 10:01 PM · Dashboards, Feature Request

Feb 1 2017

jcarrillo7 added a comment to T12027: Replace "Next Step" Differential advice with comprehensive instructions on "Land Revision".

D17283 allows you to double-click the D1234 crumb to select it, since it's no longer a link. I don't know if double-clicks are too complicated or not.

Feb 1 2017, 2:57 AM · Differential
jcarrillo7 added a comment to T12027: Replace "Next Step" Differential advice with comprehensive instructions on "Land Revision".

Some users really do not like command line. Like really. 😂

Just for my own clarification: these are technical users using Git to review changes to code, who don't enable "Full website address" and don't like the command line?

Feb 1 2017, 2:52 AM · Differential
jcarrillo7 added a comment to T12027: Replace "Next Step" Differential advice with comprehensive instructions on "Land Revision".

One general improvement we could make is to have arc patch without arguments offer you open, non-authored revisions in the same repository, using the new numerical menu selector from T10895. That might moot this, and I can't immediately imagine any other default behaviors for arc patch with no arguments (other than showing you how to provide arguments, as it currently does, but we could retain this text in an abbreviated form).

Feb 1 2017, 2:43 AM · Differential
jcarrillo7 added a comment to T12027: Replace "Next Step" Differential advice with comprehensive instructions on "Land Revision".

This text is larger than the old arc patch text was, isn't it? It's also copyable from the URL bar. And surely text from a hypothetical arc list-stuff-I-am-reviewing isn't any easier to copy/paste than this text?

Feb 1 2017, 2:40 AM · Differential
jcarrillo7 added a comment to T12027: Replace "Next Step" Differential advice with comprehensive instructions on "Land Revision".

Moving over comment from T12179

Feb 1 2017, 2:28 AM · Differential
jcarrillo7 added a comment to T12179: Feedback due to D17076.

@chad yeah sorry for the noise I will go ahead and move it as a comment over there.

Feb 1 2017, 2:20 AM · Differential, Arcanist, Feature Request
jcarrillo7 updated the task description for T12179: Feedback due to D17076.
Feb 1 2017, 2:11 AM · Differential, Arcanist, Feature Request
jcarrillo7 created T12179: Feedback due to D17076.
Feb 1 2017, 2:10 AM · Differential, Arcanist, Feature Request

Jan 6 2017

jcarrillo7 added a comment to T9044: arc diff eagerly detects git-svn repo, which makes arc-patch hang.

@avivey my local repo does not have the metadata file but some of the commits do have the git-svn-id in the commit message. I think once we make enough commits on this repo this problem should probably go away but this particular repo doesn't receive commits very often. I would rather not fork arc.

Jan 6 2017, 8:42 AM · Restricted Project, Arcanist

Jan 5 2017

jcarrillo7 added a comment to T9044: arc diff eagerly detects git-svn repo, which makes arc-patch hang.

We keep hitting the same thing where a conduit reports an svn commit for "sourceControlBaseRevision" on a repo that is git (was originally svn and was transferred to git).

Jan 5 2017, 11:28 PM · Restricted Project, Arcanist
jcarrillo7 awarded T9044: arc diff eagerly detects git-svn repo, which makes arc-patch hang a Heartbreak token.
Jan 5 2017, 11:27 PM · Restricted Project, Arcanist

Dec 20 2016

jcarrillo7 added a comment to T12034: Files that are completely new or have only additive/subtractive change are harder to read in code reviews with split view.

@chad Ah bummer. Is there an official channel you guys recommend for feedback of this type?

Dec 20 2016, 3:15 AM · User Delight, Feature Request
jcarrillo7 created T12034: Files that are completely new or have only additive/subtractive change are harder to read in code reviews with split view.
Dec 20 2016, 2:52 AM · User Delight, Feature Request

Dec 1 2016

jcarrillo7 created T11935: Misaligned UI elements in Differential UI.
Dec 1 2016, 6:15 AM · Bug Report

Sep 30 2016

jcarrillo7 added a comment to T10700: Disable a Username change for the Registration via a Provider.

Thanks for the info!

Sep 30 2016, 10:42 PM · Auth, Feature Request
jcarrillo7 added a comment to T10700: Disable a Username change for the Registration via a Provider.
In T10700#196511, @chad wrote:

It's a solution you can have in production today, at no cost. Evan noted above we have no immediate plans to remove/replace.

Sep 30 2016, 5:47 PM · Auth, Feature Request
jcarrillo7 added a comment to T10700: Disable a Username change for the Registration via a Provider.

@chad is this really a solution? The events documentation clearly states

Sep 30 2016, 5:32 PM · Auth, Feature Request
jcarrillo7 added a comment to T11716: External Auth source should be able to lock username and real name attributes when adding a user.
In T11716#196494, @chad wrote:

I think you can lock this yourself now by using your own AuthAdapter.

Sep 30 2016, 5:11 PM · Auth, Feature Request
jcarrillo7 added a comment to T11716: External Auth source should be able to lock username and real name attributes when adding a user.
In T11716#196493, @chad wrote:

some users decided to use a different username on phabricator

How did they change their username?

Sep 30 2016, 5:09 PM · Auth, Feature Request
jcarrillo7 added a comment to T11716: External Auth source should be able to lock username and real name attributes when adding a user.

@chad I updated the description. I hope this is more of a root problem.

Sep 30 2016, 4:57 PM · Auth, Feature Request
jcarrillo7 updated the task description for T11716: External Auth source should be able to lock username and real name attributes when adding a user.
Sep 30 2016, 4:57 PM · Auth, Feature Request
jcarrillo7 updated the task description for T11716: External Auth source should be able to lock username and real name attributes when adding a user.
Sep 30 2016, 8:34 AM · Auth, Feature Request
jcarrillo7 created T11716: External Auth source should be able to lock username and real name attributes when adding a user.
Sep 30 2016, 8:14 AM · Auth, Feature Request

Aug 22 2016

jcarrillo7 added a comment to T11514: Authentication should have a way to customize the credentials name.

Ah yes I forgot about the fun of internationalization. Btw those fragments are correct 👍🏻 (I speak Spanish).

Aug 22 2016, 10:48 PM · Auth, LDAP, Feature Request
jcarrillo7 added a comment to T11514: Authentication should have a way to customize the credentials name.

The translation.override settings seems to be the easiest path forward. I definitely don't want to be modifying the source if I can help it.

Aug 22 2016, 10:15 PM · Auth, LDAP, Feature Request
jcarrillo7 added a comment to T11514: Authentication should have a way to customize the credentials name.

Essentially I would like to customize the "Login or register with LDAP" here to be "Login or register with OpenDirectory"

Login.png (808×1 px, 51 KB)

Aug 22 2016, 9:26 PM · Auth, LDAP, Feature Request
jcarrillo7 created T11514: Authentication should have a way to customize the credentials name.
Aug 22 2016, 9:24 PM · Auth, LDAP, Feature Request

May 11 2016

jcarrillo7 added a comment to T3980: Support "Bind to External Thing" to define project membership.

@epriestley thanks for the extra context. Makes sense now haha. Sad to see this get deprioritized though.

May 11 2016, 2:58 PM · Restricted Project, Restricted Project, KDE, Restricted Project, FreeBSD, Wikimedia, Projects
jcarrillo7 added a comment to T3980: Support "Bind to External Thing" to define project membership.

@epriestley can you explain how this was building up toward T10939? That one deals with automatically adding reviewers while this enables project membership (and hence policies) to be based on a predefined source of truth at most companies (LDAP).

May 11 2016, 2:51 PM · Restricted Project, Restricted Project, KDE, Restricted Project, FreeBSD, Wikimedia, Projects
jcarrillo7 added a comment to T10694: Improve behavior of context for inline comments in mail.

@epriestley Thats good to know. Also, will this change include formatting the Change Details section of emails? That one is currently a blob of visually unparseable text even in HTML emails.

May 11 2016, 5:24 AM · Prioritized, Restricted Project, Differential, Mail

May 6 2016

jcarrillo7 added a comment to T10694: Improve behavior of context for inline comments in mail.

@epriestley This is kind of random but this looks like it will look really cool in email. Is there any chance of bringing these snippets into the discussion view on a review instead of just the links to the inline comments? Kind of like how github does this?

May 6 2016, 12:53 PM · Prioritized, Restricted Project, Differential, Mail

Apr 13 2016

jcarrillo7 created T10788: Internal Server Error when running arc diff to update a review with a commit comment that is too long.
Apr 13 2016, 12:10 AM · Arcanist, Bug Report

Mar 6 2016

jcarrillo7 updated subscribers of T10525: "Ghost" user created in external accounts table under certain circumstances.
Mar 6 2016, 9:54 PM · LDAP, Auth, Bug Report
jcarrillo7 updated the task description for T10525: "Ghost" user created in external accounts table under certain circumstances.
Mar 6 2016, 9:53 PM · LDAP, Auth, Bug Report
jcarrillo7 created T10525: "Ghost" user created in external accounts table under certain circumstances.
Mar 6 2016, 9:52 PM · LDAP, Auth, Bug Report

Dec 11 2015

jcarrillo7 added a comment to T3462: In Differential, expose "featurename (branched from master)" via Conduit.

@epriestley can this information (branched from master) be exposed via conduit as well? Seems like a simple addition to differential.query

Dec 11 2015, 9:28 PM · Differential, Arcanist

Nov 19 2015

jcarrillo7 added a comment to T9803: Eternally failing mail send task.

Only due to the fact that it failed 250 times and got removed by Phabricator.... I suspect it will happen again the next time that file changes.

Nov 19 2015, 1:26 AM · Daemons, Mail

Nov 17 2015

jcarrillo7 added a comment to T9803: Eternally failing mail send task.

sadly I can't run this

bin/worker execute --id <id>

since the task has been archived

Nov 17 2015, 9:36 PM · Daemons, Mail
jcarrillo7 added a comment to T9803: Eternally failing mail send task.

I have metamta.differential.inline-patches set to 100
metamta.email-body-limit is set to the Global Default 524288

Nov 17 2015, 7:45 PM · Daemons, Mail
jcarrillo7 added a comment to T9803: Eternally failing mail send task.

The default value of metamta.email-body-limit is 512KB. Does your server reject 512KB messages, or have you raised this limit, or do you expect 512KB messages to send cleanly?

Nov 17 2015, 2:10 AM · Daemons, Mail

Nov 16 2015

jcarrillo7 added a comment to T9803: Eternally failing mail send task.

I just noticed the Diff UI also attempts to show this file.

Nov 16 2015, 11:53 PM · Daemons, Mail
jcarrillo7 updated subscribers of T9803: Eternally failing mail send task.
Nov 16 2015, 11:52 PM · Daemons, Mail
jcarrillo7 added a comment to T9803: Eternally failing mail send task.

The particular file in question was a .yuv file which is used for video data format file.

Nov 16 2015, 11:51 PM · Daemons, Mail
jcarrillo7 added a comment to T9803: Eternally failing mail send task.

I ran this command out of curiosity:

Nov 16 2015, 11:49 PM · Daemons, Mail
jcarrillo7 added a comment to T9803: Eternally failing mail send task.

As a side work around, is there anyway to "complete" this task or kick it off the queue? It really is not that important if one email fails to be sent.

Nov 16 2015, 11:45 PM · Daemons, Mail
jcarrillo7 created T9803: Eternally failing mail send task.
Nov 16 2015, 11:44 PM · Daemons, Mail

Oct 28 2015

jcarrillo7 closed T9651: Daemon crashing due to uncaught exception during database transactions as Resolved.
Oct 28 2015, 1:59 AM · Database, Daemons
jcarrillo7 added a comment to T9651: Daemon crashing due to uncaught exception during database transactions.

Ah that was it. I increased that and also had to increase the innodb_log_file_size.

Oct 28 2015, 1:59 AM · Database, Daemons